I did not see any thread from you talking about this, maybe open one with HW details and more specifics about what or where it hangs, ideally we get that sorted out so that staying on older kernels isn't the only option.I have been trying the 6.2 opt-in kernel. (pve-kernel-6.2.11-2-pve) It is hanging and haven't been able to find a reason.
No, 6.2 is the new default and running older kernel permanently can lead to weird issues (e.g., as they are built with another older compiler (from PVE 7) than the rest of the system (from PVE 8)).Will 8 run with the pve-kernel-5.15.107-2-pve kernel?
What do you mean here?Is the beta kernel the same?
I did not see any thread from you talking about this, maybe open one with HW details and more specifics about what or where it hangs, ideally we get that sorted out so that staying on older kernels isn't the only option.
No, 6.2 is the new default and running older kernel permanently can lead to weird issues (e.g., as they are built with another older compiler (from PVE 7) than the rest of the system (from PVE 8)).
What do you mean
https://forum.proxmox.com/threads/opt-in-kernel-panics.122589/#post-541798 . The latest 6.2 just hangs up. Nothing on the screen or in the logs that I have seen.I have had a few posts here.
same here ...My node stops at job networking.service running (17min 42 sec / no limit)
At boot
So I tried upgrading to pve 8 Beta in-place using the pve7to8 instructions. It went fine initially, but then died when I tried to spin up my Windows VM. Tried that a few times without luck and then instead tried spinning up my Linux VM. That didn't work either. For both, the kernel would go into a soft hang. I could initially ssh into it and issue a reboot, but then it would hang with eventually complaining some helper threads are not responding.This is a timely release. I just finished building the hardware for another node. In this machine, I’m using an Intel 13th gen Raptor Lake CPU. I’m focused on power optimization for this node and adjusted the governors and low energy bias to power/save instead of performance.
I was scratching my head why powertop wasn’t showing me get higher than C3 package stage. Turns out powertop from Debian’s bullseye repositories is version 2.11 while bookworm’s is 2.14.
Would you suggest I just go straight to the pve8 beta rather than try and pull just that one package from bookworm? I already had to hack away at the installer to get it to run (nomodeset and had to explicitly identify my iGPU for X11), so maybe best to just run on the bleeding edge vs. making pve7 play nice with the hardware.
Either way, I’m running the 6.2 kernel.
same here ...
had to boot with init=/bin/bash and remove the whole network config to be able to boot
afterwards I copied the network config back and did a "systemctl restart networking" to bring all bonding/bridges online again ...
not sure why it hangs at boot time ... is there any way to get to the boot logs? (if there is any auto config there it hangs at boot time ... like
auto enp46s0f0)
systemctl disable networking
systemctl start networking
ifupdown2: main.py:85:main(): error: main exception: name 'traceback' is not defined
from https://www.qemu.org/2023/04/20/qemu-8-0-0/
- x86: support for Xen guests under KVM with Linux v5.12+
can you send result of:I set up a test box for pve8, and initial reports look promising- but then I havent dont anything of actual "real world" value on it yes. this is on a single socket, 6 core machine. all looks well, but here's the weird part:
View attachment 51510
This machine is idle. there is basically nothing running:
View attachment 51511
It doesnt manifest any actual problems; vms start and run with expected performance, containers too. I just dont understand where this load is coming from, and why its reporting 50% io delay.
thoughts?
you can enable debug withI am also in - having the same problem.
PVE hangs when booting and waits for networking.service
A workaround for this is.
this way, "networking" is permanently switched off even during reboots and only has to be started after the reboot.
- boot via Grub into Recovery Mode
Code:systemctl disable networking
- reboot normal kernel
Code:systemctl start networking
- start all virtual machines and containers manually (they are all shutdown, because the interface was not present during / after booting).
As soon as the issue is resolved, you can set this back to "enable".
I also got the following from the log:
Code:ifupdown2: main.py:85:main(): error: main exception: name 'traceback' is not defined
However, this may just be a coincidence and have nothing to do with the issue. I hope this will be fixed soon, as I have a headless unit running.
DEBUG="yes"
VERBOSE="yes"
That's strange, line 85 in main.py, is commented by default "# import traceback".I also got the following from the log:
Code:ifupdown2: main.py:85:main(): error: main exception: name 'traceback' is not defined
However, this may just be a coincidence and have nothing to do with the issue. I hope this will be fixed soon, as I have a headless unit running.
just wondering if a update to 6.3 happens ? 6.2 is already EOL today so there are no updates to it at all from official kernel sideNo, 6.2 is the new default
That's not how it works in the enterprise world. In this case,ubuntu maintains 6.2 kernel up-to some time in the futurejust wondering if a update to 6.3 happens ? 6.2 is already EOL today so there are no updates to it at all from official kernel side
What feature or bug fix do you miss from those versions?wish it came with zfs 2.1.12 and 6.3 opt in kernel
I am also in - having the same problem.
PVE hangs when booting and waits for networking.service
same here ...
had to boot with init=/bin/bash and remove the whole network config to be able to boot
My node stops at job networking.service running (17min 42 sec / no limit)
lspci -k
you get all PCI(e) devices and the used kernel driver, using something like lspci -k | grep -A3 -i ethernet
might spare you from manually searching.ip link
pveversion -v
6.2 is not EOL for us or our kernel upstream Ubuntu, only the kernel.org stable-x.y do not backport any patches anymore, but there are plenty to pick from other stable releases and the stable Linux kernel mailing list.just wondering if a update to 6.3 happens ? 6.2 is already EOL today so there are no updates to it at all from official kernel side
if you have time, could you maybe check if the iommu groups and the pci addresses stayed the same across the upgrade?So I tried upgrading to pve 8 Beta in-place using the pve7to8 instructions. It went fine initially, but then died when I tried to spin up my Windows VM. Tried that a few times without luck and then instead tried spinning up my Linux VM. That didn't work either. For both, the kernel would go into a soft hang. I could initially ssh into it and issue a reboot, but then it would hang with eventually complaining some helper threads are not responding.
I should note that I have my on-board SATA controlled passed through as a PCIe device with all functions. This worked fine with 7.4, so I'll be reinstalling 7.4 on the node.
Edit to add: Reinstalled 7.4 and the VMs came up without issue, passing through my SATA controller.