As the title says, the root pve volume is full. It is not the the data store. I have searched and tried several solutions, none of which worked. I have also tried to understand how the root volume is laid out in order to figure out what is eating...
I am trying to understand a bit better the Security Architecture of using LXC Unprivileged Containers.
I am familiar with Virtual Machines (KVM) and also Podman Containers (similar to Docker), but relatively recently I've been deploying quite a...
Background: After a failed mixed Proxmox 8/9 upgrade broke Ceph, I did a full Ceph reinstall on a 5-node Proxmox 9.1 cluster running Ceph 19.2.3 (Squid). After reinstall I could not get cephx working — enabling it causes monitors to lose quorum...
Thanks - I've tried all of that already, been searching online for a couple weeks and have found some threads with similar issues/setups but none of the fixes or actions from those have really helped. Hoping someone has maybe the same setup and...
Moin nochmal,
ja, das ist schon klar, aber wie Johannes S. schon schrieb, es soll ein 2nd PBS mit pull-sync werden. Der hat nach dem Pull für GC genügend Zeit bis der neue Pull-Job kommt.
Thanks for the Explanation.
Yeah, i guess the Variable Name is just very confusing. Why have 2 Settings if they have to be the same :) ?
I should have read the Description on Kernel.org but I just though it was something like:
Obviously that...
you need to either use 2MB pages or 1GB pages not mox like your trying to do.
huge pages will only be used on VMs you have set to use huge pages with else they will use standard 4k pages.
huge page allocation also needs to take into account numa...
For internet, my proxmox ve is connected to a wireless bridge, which sometimes goes offline until it's manually power toggled.
The motherboard has a built in wifi adapter, which I want to use as failover (for PVE host + VMs/LXCs).
I'm a...
Randnotiz: falls winget verwendet wird (afaik in Server 2025 enthalten) einen Pin auf virtio* bzw Qemu* setzen. Sonst werden bei einem winget upgrade —all fröhlich die Guest Tools aktualisiert.
Edit: https://winstall.app/apps/RedHat.VirtIO
Normalerweise müsstest Du über den Gerätemanager gehen, das entsprechende Gerät auswählen, es entfernen und den Treiber dabei löschen.
Den PC / VM neu starten und den älteren Treiber dann über den Gerätemanager installieren.
Evtl. Reicht es auch...
It's happens again...
New fresh installation.
After activated frr hungs on boot
I am using this options in daemon for frr
bgpd=yes
ospfd=yes
ospf6d=yes
ripd=no
ripngd=no
isisd=no
pimd=no
pim6d=no
ldpd=no
nhrpd=no
eigrpd=no
babeld=no
sharpd=no...
Yes, technically everything is possible as "everthing is a file". You can stack filesystems on top of block devices as usual and then repeat this step as often as you want to. (Or an LVM physical volume on top of a ZVOL.) The complexity...
Wow. Got it: Ubuntu 24.04.4 LTS with kernel 6.8.0-100 does not work right any more, 6.8.0-90 does.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2141906
On saturday the fourth 4TB SSD arrived and I made a fresh install on a ZFS RAID10. Although the effect is not as good as I was hoping the system is running quite ok and working on the Win11 VMs is acceptable. IO delay is now below 1% most of the...
In my case, setting up AppArmor inside containers helped.
pct enter <id>
echo "/run/systemd/journal/dev-log rw," >> /etc/apparmor.d/local/usr.sbin.rsyslogd
apparmor_parser -r /etc/apparmor.d/usr.sbin.rsyslogd
reboot
This is probably what fiona...