by default all unprivileged containers map to the same host range (typically 100000:65536). The actual isolation relies on multiple kernel layers, not just
UIDs:
1. Mount namespaces: each container has its own filesystem view. A process inside...
FYI: the proxmox stop-gap was applied https://git.proxmox.com/?p=pve-qemu.git;a=commit;h=6960b5e033fa911f9882751950df28a193255683
pending 10.1.2-7+ to test the patch on my community subscription nodes.
Edit: I've become one of those people...
I'm running Proxmox 9.1.5 on an Intel 10th-gen setup where the iGPU is split via GVT-g (mediated PCI device) between a permanently running TrueNAS VM and an occasionally running Windows 11 VM. Everything works in principle albeit the Win 11 being...
This just started biting me for the first time ever in the past week.
First event was in a newly provisioned virtual machine running LXQt on Debian 13. Okay, I haven't used that software combo on Proxmox before, not too surprising.
Second...
now I'm baffled. I removed eno1np0 from the Networking GUI and rebooted, but no change. I still see "Timed out waiting for device sys_subsystem-net-device-eno1np0.device - /sys/subsystem/net/devices/eno1np0." in the console during Proxmox boot...
Thanks for the detailed response! I believe you are right. I do see a "Timed out waiting for device sys_subsystem-net-device-eno1np0.device - /sys/subsystem/net/devices/eno1np0." in the console during Proxmox boot. I removed eno1np0 in the...
I have found myself in this identical situation after a recent drive failure. Can you clarify "what" you moved to 6.17? I am assuming the kernel, but you mentioned several things.
If so, curiously, I'm on kernel 6.17 and ZFS 2.40 and still...
Doch das geht schon (zumindestens ab ZFS 2.3.3, das ist ab ProxmoxVE 9 dabei), siehe: https://pve.proxmox.com/wiki/ZFS_on_Linux#_zfs_administration ->Extend RAIDZ-N
In deinen Fall müste also (nicht getestet) zpool attach datengrab raidz1-0...
All of what I am about to say is just a matter of preference, and not necessarily the right way or the best way. I use NVME drives for my VMs. Much better performance. I tend to not put a lot of data inside my VMs, which keeps them small, and as...
There's no reason not to take up spce in the thread for stuff that might help out some other folks in the future. Just know Proxmox is very forgiving. I have run it on a DIY server based on a Ryzen 5 Pro chip, a HP Elite Mini 800G9 with an Intel...
Sorry for the late response. Seems that your PF priv flags are not set to allow VF to handle any MAC settings:
VF trust should be true for each VF
ip link set dev enpXsXfXnpX vf N trust on
OR using Trust=true under each of your VF [SR-IOV]...
Vielen Dank dir für den Tipp mit dem neu erstellen :)!
Ich würde allerdings gerne erstmal "zum Rumspielen" einfach nur eine Platte dem Pool hinzufügen wollen? Geht das auch "so einfach"?
Dann müsste danach vermutlich ein Scrub über alle Platten...
I have 2x TrueNAS storage boxes, but I turned to OMV to handle drives connected via USB (currently 3x connected).
I tried multiple LXC options and ZimaOS before settling on OMV running in VM as the most stable solution with USB connected drives...
On a new Proxmox 9.1 installation I noticed there is no timezone set anymore in the GUI.
When I run cat /etc/timezone I also don't get any output (No such file or directory), while on another older node this file exists.
Did this change with...
Most likely related to the issues that were fixed in the respective commits [1] [2] - they're indeed not included in the ISO atm.
[1] https://git.proxmox.com/?p=pve-common.git;a=commit;h=8516622423e11789ef2801bd44f58803544eafab
[2]...
Looks like I had a stale DHCP lease that collided with another device. The release and renew cleared the jam, and that PC seems to be stable. I'll continue testing and comment further if there are any more issues, but that may have gotten this...