Recent content by KLez

  1. K

    Problems removing old Kernel 6

    Thanks for all the tips, but after long tries with no success i ended up by re-installing my Proxmox Server and restored all the LXC and VMs from backups. Sorry, that i have not found another solution for the problem.
  2. K

    Problems removing old Kernel 6

    Done, but for me there is no really useful information. Unfortunately the problem grows up, so that i can not install any new kernels :( The following package was automatically installed and is no longer required: proxmox-kernel-7.0.6-2-pve-signed Use 'apt autoremove' to remove it. Summary...
  3. K

    Problems removing old Kernel 6

    Sure. Here it is: root@pve:~# cat /etc/kernel/postrm.d/zz-proxmox-boot #! /bin/sh # shellcheck disable=SC2317 # Don't warn about unreachable commands in this file set -e # adapted from '/etc/kernel/postinst.d/zz-update-grub and # /usr/lib/kernel/install.d/90-loaderentry.install, see also #...
  4. K

    Problems removing old Kernel 6

    unfortunately this had no effect :( This is the output of your first command: root@pve:~# bash -x /etc/kernel/postrm.d/zz-proxmox-boot 6.17.13-13-pve /boot/vmlinuz-6.17.13-13-pve + set -e + command -V systemd-detect-virt + systemd-detect-virt --quiet --container + trap cleanup EXIT INT TERM...
  5. K

    Problems removing old Kernel 6

    Hello. I have some problems uninstalling an old kenel package proxmox-kernel-6.17.13-13-pve-signed apt autoremove shows this: root@pve:/# apt autoremove REMOVING: proxmox-kernel-6.17.13-13-pve-signed Summary: Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading...
  6. K

    e1000 driver hang

    Kernel 6.14.11-4-pve too. Seriously... Is there no way to do something against this bug? Reporting it to the Kernel Team maybe? It has nothing to do with Proxmox i guess.
  7. K

    e1000 driver hang

    Kernel 6.14.11-3-pve still has the problem.
  8. K

    e1000 driver hang

    Wow! No Shit? U wrote this post to publish a dirty workaround which was posted here 10.000 times already?
  9. K

    e1000 driver hang

    Is there a chance to open a support ticket @ Proxmox? Because it seems noone is working on this issue... I thought this would be a bug in a single kernel version, but there were many kernels released since 6.8.12-8-pve and ALL of them have this problem. Upgrading to VE 9 is no solution too.
  10. K

    e1000 driver hang

    You can downgrade the kernel to 6.8.12-8-pve. For me this is the best option actually. proxmox-boot-tool kernel pin 6.8.12-8-pve --next-boot
  11. K

    e1000 driver hang

    Problem still occurs with newest Kernel 6.8.12-12-pve... Please fix this shit!
  12. K

    e1000 driver hang

    As i said already: Disable offloading is NOT A FIX! It is a dirty workaround for a problem which should not exist!
  13. K

    e1000 driver hang

    This script is just a workaround but not a real solution!
  14. K

    e1000 driver hang

    Please check the syslog. If there are no "Detected Hardware Unit Hang" error messages in it, then u have another problem and u should open an own specific thread. This one here is about the "e1000 driver hang" problem only. The problem seems to relate to newer kernel versions than 6.8.12-8-pve...
  15. K

    e1000 driver hang

    I have the "Device Hang" issue too... Running on an older Intel NUC. Unfortunately i dont know after which update this problem came up. I realised it, as the NUC was not reachable anymore. I had to reconnect the ethernet cable to restore the network connection. I tried downgrading to...