I'm looking to activate Apparmor for the Proxmox VMs, in order to add an additional level of security, especially the processes are running as root.
Currently, this is what I've came up with:
#include <tunables/global>
profile...
Thank you Neobin, this was the procedure I used...
cat /etc/kernel/proxmox-boot-uuids
67D6-E50C
ls -al /dev/disk/by-uuid/67D6-E50C
lrwxrwxrwx 1 root root 15 Sep 1 20:06 /dev/disk/by-uuid/67D6-E50C -> ../../nvme0n1p2
mkdir /tmp/myesp
mount...
I am new to setting up Proxmox VE and PDM. I have Proxmox VE 9.2.2 installed. I setup a new VM to install PDM 1.1. I downloaded the PDM ISO and attach it to the VM. I start the installer and it always gets stuck at 66%, extracting...
Anyone experience better results on the newer kernels are we all still pinning to the older ones? With that bug report, I got one request for logs, but then silence since.
It allows the same options as the installer supports - if you want new ones ther they need to get added first to the installer. So once https://bugzilla.proxmox.com/show_bug.cgi?id=2164 is addressed we can also add support for this in the PDM...
Proxmox team, users, developers, et alia:
I installed PDM 1.1 and had some several issues as I attempted to get it functioning.
1) In succession to an installation that instantiated zero errors or that, the only button I could see was "REBOOT"...
It‘s a cost calculation. You can either move critical vdisks to a mirror of 2x4TB enterprise drives or a mirrored stripe of 4x2TB enterprise drives (which gives you the best performance). Using 4 additional drives will result in space problems...
Fast enterprise drives are obviously preferred and they usually also have a much higher TBW so they wear out much slower. But they come at a price.
It's a trade-off. Invest in enterprise grade hardware which is fast and lasts longer or spend less...
Is this 6 drives (stripe of mirrors)? What could give you twice the write (and the performance increase of PLP on top of that) and up to 4 times the read performance. Or just one 3-way mirror? Which give you better write IOPS only because of the...
raidZ1 is known to not be good for IOPS: https://forum.proxmox.com/threads/fabu-can-i-use-zfs-raidz-for-my-vms.159923/ . And your drives might be consumer drives without =1&c[nodes][0]=16&o=date']PLP. Lots of threads about disappointing (write)...
Hi,
I'm trying out the automated install feature with PBS for the first time and having some trouble with the token authentication. I'll post plain IPs and tokens here because everything is in LAN anways.
I've gotten to the point where the...
This happened on my Flatcar linux as well, and I solved it by adding a bit more to the `/etc/systemd/network/static.network` unit... specifically:
```
[Match]
Name=eth0
[Network]
LinkLocalAddressing=ipv6
Address=10.0.0.12
DNS=10.0.0.11...
The latest nvidia driver you'll see via apt depends on where you have apt configured to look for drivers.
By default debian (13) will not show any proprietary nvidia drivers via apt,
If you have added non-free non-free-firmware to...
As a feature request if we can have the option to add in a post first-boot script that would be helpful. Currently this is how we configure the networking on our hosts. We have the toml file install the PVE using DHCP as the option then we have...
We are pleased to announce the release of Proxmox Datacenter Manager 1.1!
This point release focuses on expanding visibility and automation for large-scale, multi-site deployments. Our main focus for this iteration has been introducing...