Instead of mounting the device node into the container,
use the device passthrough feature instead:
pct set <vmid> --dev0 path=/dev/bus/usb/001/005
This creates a new device node within the container,
which should fix this error.
Today we're introducing a dedicated repository for debug symbol packages, reachable at https://dbgsym.proxmox.com/.
Debug symbol packages (named <package>-dbgsym) contain the detached debug information for their matching binary package. They are...
especially if you are a newbie in this linux world : do not use docker inside lxc containers.
lxc containers have by far more bells and whistles and compatibility issues then ordinary vm's
take an ordinary linux os and install in a VM and...
This has been discussed a thousandfold on the forums and boils down to weaker isolation, more involved filesystem layers, lower speed and it broke a lot on guest or hypervisor updates. Although security gets better and getter, but this setup is...
Not using LX(C) containers will solve this (and potentially other problems). Running OverlayFS on top of ZFS is also kinda besides the purpose. Docker is able to use ZFS directly, so you can use its features like CoW for Docker aswell and do not...
Auch auf die Gefahr hin, mich zu wiederholen. Der Gewinn von LXCs steht in keinem Verhältnis zu den Problemen, die sie schaffen. Deshalb setze ich Container grundsätzlich nur innerhalb von VMs ein. Soweit sinnvoll machbar, verzichte ich komplett...
did you figure this out? I'm having the exact same issue.
Plex can see the top level folder but nothing inside them.
Edit, nvm, I had to add the plex user to the same group as the bind using usermod.
Auch auf die Gefahr hin, mich zu wiederholen. Der Gewinn von LXCs steht in keinem Verhältnis zu den Problemen, die sie schaffen. Deshalb setze ich Container grundsätzlich nur innerhalb von VMs ein. Soweit sinnvoll machbar, verzichte ich komplett...
Korrekt, zum Hintergrund: Die meisten Distributionen (inklusive Debian) haben in ihren Container-Templates mittlerweile systemd und da dessen Sandboxing-Mechanismen den gleichen Kram wie Container brauchen, sind beide Optionen standardmäßig...
Basically just add nofail as additional option. For your example above it could look like this.
/dev/disk/by-uuid/EA0E1A030E19C989 /mnt/usb-drive ntfs defaults,nofail 0
Also see: https://wiki.archlinux.org/title/Fstab
Ich habe einen prune job, der automatisch löscht. Will ich eine Sicherungsgruppe ( da vm in pve gelöscht ) endgültig bereinigen, setze ich bei aufzubewahrenden Kopien ( im Regelfall eine ) den protected flag und prune manuell mit last=1. Das...
thanks, i previously had an issue with veeam restores + a regression in a qemu package, it looks like there was some changes that might be related to this issue in a recent update so it may be worth asking proxmox support to take a look, for now...
it's a lot less relevant there (except for the update part), because they offer a lot less interfaces requiring root in the first place. but the same applies in principle to all products.
the changes happen piece by piece, but we do expect to...
I just used a WS2K25 template on a newly installed PVE installation and changed only machine version from 9.2+pve1 to 11.0+pve2 and after that, I'm not able to use the powershell trim command, which fails due to "not supported". If I change it...
Auch auf die Gefahr hin, mich zu wiederholen. Der Gewinn von LXCs steht in keinem Verhältnis zu den Problemen, die sie schaffen. Deshalb setze ich Container grundsätzlich nur innerhalb von VMs ein. Soweit sinnvoll machbar, verzichte ich komplett...