A couple of comments:
1. Since you're deploying client assets in a cluster, there are two components to consider- first, what is your target overprovision/overall host load threshold and second- when deploying a new asset, you have a choice of...
Oh man. MS macht allen Admins Probleme. Meiden so weit es geht. Sei froh, dass man es so oft meiden kann. Wenn die Leute mit ihrer ranzigen Branchensoftware um die Ecke kommen, gehts halt nicht anders. Aber im E-Mail und VM Bereich geht es anders.
Does that mean the VM was working normally a while ago? If so, have there been any changes?
If the VM freezes, will you see any other interesting messages in the Proxmox log besides “SplitLock”?
Take a look at the article on Splitlock [0]. That...
In ProxMenux, encryption is opt-in. The first host backup asks "Do you want to encrypt this backup?" — pick No and no keyfile is generated.
If you say Yes, ProxMenux walks you through this:
Keyfile source— two options:
Generate a new one —...
In ProxMenux, encryption is opt-in. The first host backup asks "Do you want to encrypt this backup?" — pick No and no keyfile is generated.
If you say Yes, ProxMenux walks you through this:
Keyfile source— two options:
Generate a new one —...
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...