My kernel journey began when my 2014-era low-power mini PC (Haswell i3-4030U with 8 GB RAM) started failing to passthrough NIC cards properly. I rely on this system as my main router and run additional services on it. After kernel 6.11, a change...
Hi, @TobiTobs
A quick G. search gives:
https://www.postfix.org/TLS_README.html
"You can ENFORCE the use of TLS, so that the Postfix SMTP server announces STARTTLS and accepts no mail without TLS encryption, by setting "smtpd_tls_security_level...
Hi everyone,
we want to further narrow down our security and want to only allow TLS connections on our PMGs from now on.
There is the option to specify inbound/outbound domains, however I did not find a way to enter a wildcard here, only...
We lost the one server from cluster, but VMs haven't been restarted on another nodes.
We deleted broken node from cluster by "pvecm delnode" and fully redeployed one.
After joining into the cluster I see 5 VMs assigned to this node in gray...
Is there a way to sync by date, to pull to the off-site PBS?
For instance instead of syncing a year of backups, one might sync "since yesterday" and then forward from there, which would be a dramatically smaller transfer, and then small daily...
I noticed on a PBS Hyper-V VM, ext4 disk, trim wasn't running on the datastore drive.
File /usr/lib/systemd/system/fstrim.service has line:
ExecStart=/sbin/fstrim --listed-in /etc/fstab:/proc/self/mountinfo --verbose --quiet-unsupported...
I solved it by enabling quota in xfs and creating a project for it.
echo "100:/mnt/pve/hdd/s3" >> /etc/projects
echo "s3:100" >> /etc/projid
xfs_quota -x -c 'project -s s3' /mnt/pve/hdd
mount -o remount,pquota /mnt/pve/hdd
xfs_quota -x -c 'limit...
Das Problem ist, dass (siehe Link im TrueNas Forum Punkte 3 und 4) auch nicht ganz unproblematisch ist ;) Wenn man sich dessen bewusst ist und mit den Einschränkungen/Risiken leben kann, go for it, meyergru hat da ja oben was zu geschrieben. Aber...
Ihr seid minimal vom Thema abgekommen.
NAS aufm Proxmox funktioniert auf alle Fälle, hab ich auch schon mehrfach aufgesetzt. Mit einem durchgereichten SATA-Controller fahren die auch runter, aber WOL widerspricht sich ja selbst, weil man das...
Yes. In your use case, you have the option to have samba served either at the PVE level or in a container/vm. having PVE serve samba works well in a homelab environment, BUT you will need to manage users and access by hand. having a "NAS" distro...
My kernel journey began when my 2014-era low-power mini PC (Haswell i3-4030U with 8 GB RAM) started failing to passthrough NIC cards properly. I rely on this system as my main router and run additional services on it. After kernel 6.11, a change...
I was thinking abaou PBR (policy-based routing)—i.e., forcing SDN traffic out through a different NIC.
Right now, in my cluster the management VLAN/interface has the default route, which means the SDN traffic would break out into my management...
Just so anyone who else stumbles on this from the internet like I did after botching my first attempt to create a cluster - DO NOT USE THIS SCRIPT. The line "rm -R /etc/pve/nodes" will delete all of your VMs and LXCs.
Hello everybody
I've the same issue, but
lvconvert --repair pve/data
fails with output:
Volume group "pve" has insufficient free space (480 extents): 4048 required.
WARNING: LV pve/data_meta0 holds a backup of the unrepaired metadata. Use...