Ich denke du hast meine Frage korrekt beantwortet, und mein Lösungsansatz hat im Nachgang nicht funktioniert. :)
Mit lxc-usernsexec werden die Berechtigungen im Container auf Berechtigungen außerhalb des Containers gemappt.
Fehlende...
Bit late to the party, but stumbled on this while exploring the same.
Just do this:
Credit: https://askubuntu.com/questions/1230494/how-do-i-enable-console-blanking-and-display-power-save-on-a-laptop-server-insta
No I haven't set up backups and snapshots yet because I am playing around and learning. I was going to set up backups today actually, haha.
But I can try to reverse the steps from the tutorial. Basically the only difference between what you...
The GUI has a Startup delay that can be set in Options > Start/Shutdown order for the CT; it was tried previously (either 30 or 60 seconds ?), but the startup error was not fixed. Not sure why that didn't work and First Guest Boot Delay did. In...
For reference on lvm in general: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/
And the snapshot chains and their caveats:
https://kb.blockbridge.com/technote/proxmox-qcow-snapshots-on-lvm/index.html
I understand that the premise here is to continue using the existing SAN storage.
As I understand it, there has been no public statement so far that snapshot-as-volume-chain will become fully supported in future releases.
Personally, given the...
for most reliable information, you should ask the vendor for recent ubuntu 24 / hwe 6.17 and/or debian 13 support state.
proxmox 9.1 is basically debian 13 userspace with ubuntu kernel
i would not perfectly trust what AI is telling on this...
This will still break at some later point (happened at several updates before) aka the next time something changes in one of the used subsystems (cgroups, lxc-container, kernel namespaces). Now if you are willing to troubleshoot such things and...
Create /etc/init.d/cgroups-reparent (inside the container) with these contents:
#!/sbin/openrc-run
depend() {
need cgroups
}
start() {
# https://github.com/moby/moby/blob/38805f20f9bcc5e87869d6c79d432b166e1c88b4/hack/dind#L30-L34
#...
Awesome! This is the solution I (and probably the thread author) was looking for! Thank you very much for ignoring the drama and RTFM comments and providing a straight out solution.
Please calm down. Some things seem to have come across more offensive to you, than they read to me. Just to be clear: When we say “is not recommended” problems like the ones you ran into are to be expected. We “don't recommend” things, when we...
Your manual mount use a kind of nfs version (4.0/4.1/4.2) while in storage.cfg you define version 3 which depends on rpcbind which your zerofs doesn't have as you wrote.
Btw. why use a uncommon nfs server if any linux has a functional kernel nfs...
Welcome, @dtreth
I don't know why it hangs. I'm just thinking out loudly how to bypass the issue...
I would log in to the VM by other means (e.g., ssh) and inspect the situation when the console is hung.
Then maybe restart getty (or whatever is...
I did just that, and I think I managed it!
I had a spare 1TB SSD, so attached that to the internal USB port and have installed PVE onto that - and will use my two 600GB SAS disks for storage/VMs etc, I guess. Hopefully that was the right thing...
Welcome, @dtreth
I don't know why it hangs. I'm just thinking out loudly how to bypass the issue...
I would log in to the VM by other means (e.g., ssh) and inspect the situation when the console is hung.
Then maybe restart getty (or whatever is...
I can tell you that I used the noVNC to inspect and restart the getty. I tried to ask Claude (I know...) for some advice and using systemd overrides to tell the service to reset didn't help. It seems like the emulates serial device itself is what...