kernel

  1. J

    Kernel hung task related to USB passthrough

    I am running Proxmox version 6.2-6 on my Intel NUC (https://www.intel.com/content/www/us/en/products/boards-kits/nuc/kits/nuc8i3beh.html). One of my virtual machines is running home assistant for home automation (https://www.home-assistant.io/). I use a specific usb stick...
  2. S

    Proxmox VE 6.2 Randomly Rebooting

    For some weird reason my recently installed "new" NAS is randomly rebooting (approximatively 1-2 times each hour). System: - Supermicro X10SLL-F - Intel Xeon E3-1270 V3 - 4 x 8GB Unbuffered ECC DDR3 - 2 x Crucial MX100 256GB - 1 x IBM Exp ServeRAID M1015 (LSI 9220-8i) -> PCI-e pass-through to...
  3. H

    SNMP error

    Hi! I have this error after every start. After restart it became normal but after 24 hours it appears again. Snmp service locks, And I could not start it agait. Its error with hardware or vm or LXC or something else In messages get I got: May 19 09:54:49 pve9 kernel: [126148.397501] ...
  4. D

    [SOLVED] Kernel 5.3.18-3 - No boot - loading initial ramdisk hang

    Hello, after months i had to do a PVE reboot yesterday. All updates was installed, kernel 5.3.18-3 as well. But kernel 5.3.18-2 was still running. On reboot, machine hang by "loading inital ramdisk". I try starting several times (also with 10 minutes waiting). By manual selecting 5.3.18-2...
  5. robm

    [SOLVED] Installing kernelcare in container issue with insmod

    Using centOS 7 LXC as "unprivileged containers" and trying to install kernelcare for rebootless kernel updates, and running into this error: insmod: ERROR: could not insert module /var/cache/kcare/modules/none-abcd/kcare.ko: Operation not permitted Unable to load kmod...
  6. F

    proxmox reboot problems

    Hello, I have problems with proxmox, Random restarts and from these errors: Jan 20 09:38:30 pve kernel: ucsi_ccg 0-0008: failed to reset PPM! Jan 20 09:38:30 pve kernel: ucsi_ccg 0-0008: PPM init failed (-110) I can't understand how to fix it. my configuration is: Intel i9-9900k 32GB RAM...
  7. M

    NFS clarification – LXC container exporting an NFS share to other LXC containers

    Hello, all. I have to share an NFS dir from one host (server1) to three other hosts (server2-4). I've read many different threads here on this, and I'd like some clarification. 1) Firstly, Can an LXC container share an NFS mount point to other lxc containers on the same node? 2) If not, what...
  8. J

    No boot entry for a compiled kernel with modified EXTRAVERSION

    I just build a kernel with a few patches and modified EXTRAVERSION(5.3.13-1-navipve). However, I'm unable to add a boot entry for this kernel I also tried to add It manually with: pve-efiboot-tool kernel add 5.3.13-1-navipve It tells me to do a refresh and even then the kernel is not listed. Any...
  9. N

    Changing selected kernel for boot (systemd-boot) on headless PVE Host?

    Hi There, I currently have a 2-node PVE 6 cluster (and 3rd node QDevice), with the 2 nodes operating headless with PVE installed as ZFS on EFI (systemd-boot). If I want to test the new PVE Linux 5.3 kernel on one of the nodes, I understand that I just need to do: apt update && apt install...
  10. C

    [SOLVED] vmlinuz-5.0.21-3-pve has invalid signature

    Fresh install on Debian Buster, following this install guide, adapted to Buster. On reboot, I get this: Loading Linux 5.0.21-3-pve ... error: /boot/vmlinuz-5.0.21-3-pve has invalid signature. Loading initial ramdisk ... error: you need to load the kernel first. and will not boot using that...
  11. C

    Wie bekomm ich den neuen Kernel wieder los

    Proxmox 6 läuft auf einem Zotac Ci327, da ich Probleme mit dem neusten Kernel hatte, bin ich wieder zurück auf den alten Kernel. Wie bekomme ich den neuen Kernel wieder vom Rechner bzw. was muss ich alles löschen? root @ Zotac: ~ # uname -r 4.15.18-18-pve root @ Zotac: ~ # root @ Zotac: ~ #...
  12. R

    Patch an upstream kernel driver. What's the best way? Proxmox Kernel Sources anywhere?

    Hi, I'm trying to patch a upstream kernel driver (ath.ko). Doing so should be fairly easy even though it seems a bit clumsy. It requires to install the "linux-sources" package from APT, extract the kernel source file that gets downloaded with it, patch it, compile the module and install the...
  13. P

    MPTCP in Proxmox Kernel

    Hi guys, I need to create some CT with MPTCP kernel installed, how can I create custom kernel to add it to Proxmox VE and run the CT with MPTCP kernel?
  14. L

    Official Documentation on Remove Old Kernels

    Where is the Official Proxmox documentation that addresses the best practice for removing old kernels? So far, none of the posts I've read (in the forum) satisfy me regarding this topic. Partly, this dissatisfaction is due to the fact that different posters are suggesting different practices...
  15. V

    [SOLVED] How to force headers being installed with the new kernel

    Hello! Occasionally the pve-kernel gets updated. I am using DKMS to compile the drivers for a device when the kernel gets updated. The catch lies in the fact that in order to compile those drivers, kernel headers are necessary and on update are missing. This results in the system becoming...
  16. O

    Error with pve-headers

    Using Proxmox 5.4.6. I have installed pve-headers package but whenever I try to install something that requires it (wireguard) I'm getting the following error: Error! Your kernel headers for kernel 4.15.18-14-pve cannot be found. Please install the linux-headers-4.15.18-14-pve package, or use...
  17. P

    [SOLVED] LXC syslog messages related to different container

    Hello, I found in syslog of LXC with CTID 121 messages related to other LXC with different CTID : May 23 12:09:30 dq kernel: [5441664.537117] dump_stack+0x63/0x8b May 23 12:09:30 dq kernel: [5441664.545080] mm_fault_error+0x8f/0x190 May 23 12:09:30 dq kernel: [5441664.552711] RBP...
  18. F

    question about manually re-compile pve-kernel for solving iommu group isolate problem

    after install the required packages and enviroments,git clone git://git.proxmox.com/git/pve-kernel.git, and then make. I can find the 0003-pci-Enable-overrides-for-missing-ACS-capabilities-4..patch file in the pve-kernel/patches/kernel directory ,but after install the kernel , set grub option...
  19. F

    [SOLVED] question about recomile pve kernel for acs patch

    I'm trying to re-compile Proxmox VE 5.4-1 kernel, 4.15 branch, but no success so far. I've followed this README: https://git.proxmox.com/?p=pve-common.git;a=blob_plain;f=README.dev;hb=HEAD after install the required packages, git clone the kernel repo. git clone -b pve-kernel-4.15...
  20. F

    [SOLVED] PVE Kernel do not boot

    Hello together, I have some strange issue with PVE 5.3 and 5.4. I can install Proxmox without any issue. But the PVE Kernel will not boot. After GRUB Loader I can see "normal" boot messages and after that (the moment where normally the prompt appears) the screen stays black and nothing...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!