I've got my 174.39GB pve-data thinpool which has four LXCs on it (no VMs on this machine) and I also created a 500GB USB-data thinpool on a 1TB USB NVME, which has no LXCs or VMs on it, but it's showing as 51.79% used, as you can see below...
Installing OPENSTEP 4.2 on Proxmox 8.x (Floppy + QMP Guide)
Hi,
I managed to successfully install OPENSTEP 4.2 (Intel) installation boot diskette image. on Proxmox 8.2.2. I also managed to “swap” the diskette. This one was a bit hard to solve...
Hi Sacha, you can pass arbitrary arguments to kvm using the --args option of qm. This [0] SO post gives an example:
-blockdev driver=file,node-name=f0,filename=/path/to/floppy.img -device floppy,drive=f0
[0]...
Installing OPENSTEP 4.2 on Proxmox 8.x (Floppy + QMP Guide)
Hi,
I managed to successfully install OPENSTEP 4.2 (Intel) installation boot diskette image. on Proxmox 8.2.2. I also managed to “swap” the diskette. This one was a bit hard to solve...
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...