Recent content by Ramalama

  1. R

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    No issues with nvidia dkms drivers on 6.17: No Issues with 6.17 and 580.82.07 No issues with 6.17 and 580.95.05 (Genoa 9374f + RTX 6000 96gb) root@pve-bdr:~# apt install proxmox-headers-6.17 The following packages were automatically installed and are no longer required...
  2. R

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    That was gemini research lol, i didnt thought that deep research can hallucinate, xD
  3. R

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    I will test later today the Genoa Servers (9374F + RTX6000) -> Because one above reported dkms issues with 6.17 and Nvidia Drivers. So Far this Servers Work: - MS-A2 (AMD 9955HX) -> No Issues - Genoa 9374F + RTX6000 (580.82.07 & 580.95.05) -> No Issues - .... Just for those who are Curious...
  4. R

    [PVE-9 BETA] PVE Nested Upgrade from 8 to 9 breaks boot

    Its a raid1 (2 disks). Youre absolutely right, i seen this Message in other Servers and simply unmounted /boot/efi... The Problem ist Just, on such big Upgrades where you Upgrade 600 packages, you wont See the log and simply reboot :) And bam, you have to recover with the iso xD Ist there...
  5. R

    Backup of privileged LXC fails

    You are only wrong in one Point, that you didnt fixed the key issue, why it falls, instead you simply excluded the Volume. Otherwise i agreed with everything else. Lxc backups are terrible. Zfs send/receive ist truly amazing, but no GUI... So its Not a solution for "Not Linux affine" admins in...
  6. R

    Proxmox Backup Server 4.0 released!

    But i found another pretty hefty Bug: If a backup runs, the snapshot of an LXC container gets created always under /mnt/vzsnap0 So in the case like above, where the snapshot wont get removed, and the directory not deleted (because of the error), all following lxc backups will fail in that...
  7. R

    Proxmox Backup Server 4.0 released!

    Found the issue. rm -rf /Storage-Default/subvol-180-disk-0/opt/kerio/* -> Fixed it. The root disk (the mountpoint of it, was not empty. In my Case there were whyever empy folders, dunno why, maybe from beginning before i created a subvolume to that mountpoint inside the container... But for...
  8. R

    Backup of privileged LXC fails

    Found the issue. rm -rf /Storage-Default/subvol-180-disk-0/opt/kerio/* -> Fixed it. The root disk (the mountpoint of it, was not empty. In my Case there were whyever empy folders, dunno why, maybe from beginning before i created a subvolume to that mountpoint inside the container... But for...
  9. R

    Backup of privileged LXC fails

    INFO: Starting Backup of VM 180 (lxc) INFO: Backup started at 2025-08-12 04:17:21 INFO: status = running INFO: CT Name: mail INFO: including mount point rootfs ('/') in backup INFO: including mount point mp0 ('/opt/kerio') in backup INFO: backup mode: snapshot INFO: ionice priority: 7 INFO...
  10. R

    Proxmox Backup Server 4.0 released!

    Hi with PBS 4, there is an issue with backup'ing running LXC Containers. When the Container is Running, i get this: {{guestname}} INFO: starting new backup job: vzdump 180 --notes-template '{{guestname}}' --notification-mode notification-system --storage Backup-SAS --remove 0 --mode snapshot...
  11. R

    [PVE-9 BETA] PVE Nested Upgrade from 8 to 9 breaks boot

    Sorry for the late reply, yes uefi+secure boot. I Installed the Server on 10.Okt.2023 at 16:09:27, with Kernel 6.2.16-3, Debian 12.2.0-14 (Thats info from the oldest boot log) So it was the Proxmox 8.0 ISO. there is maybe broken text in the term.log -> that was the ncurses window, which asks...
  12. R

    Proxmox Virtual Environment 9.0 released!

    @t.lamprecht ./find-old-packages2.sh cpufrequtils libaio1:amd64 libapt-pkg6.0:amd64 libassuan0:amd64 libcbor0.8:amd64 libcpufreq0 libflac12:amd64 libfmt9:amd64 libfuse3-3:amd64 libglib2.0-0:amd64 libglusterd0:amd64 libicu72:amd64 libldap-2.5-0:amd64 libmagic1:amd64 libpcre3:amd64...
  13. R

    [PVE-9 BETA] PVE Nested Upgrade from 8 to 9 breaks boot

    Hi Thomas, its sadly not fixed for btrfs root systems still. Im just upgrading all Servers to PVE9 and only those on btrfs fail. Cheers
  14. R

    [PVE-9 BETA] PVE Nested Upgrade from 8 to 9 breaks boot

    Okay i have a solution, was actually pretty easy: 1. Download the Proxmox VE 9 ISO (Or 8) and mount it either with your KVM/Ipmi or make an USB-Drive 2. Boot from it and select "Install Proxmox VE (Graphical, Debug Mode)" -> Press CTRL+D when it asks... 3. Check your partitions: lsblk -o...