You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SLE11 SP4, the version of kernel (from initrd) and modules do not match:
ebi5-minion:~ # grep PRETTY /etc/os-release
PRETTY_NAME="SUSE Linux Enterprise Server 11 SP4"
ebi5-minion:~ # ls /lib/modules
3.0.101-108.126-default
ebi5-minion:~ # uname -a
Linux ebi5-minion 3.0.101-63-default #1 SMP Tue Jun 23 16:02:31 UTC 2015 (4b89d0c) x86_64 x86_64 x86_64 GNU/Linux
ebi5-minion:~ # depmod
WARNING: Couldn't open directory /lib/modules/3.0.101-63-default: No such file or directory
FATAL: Could not open /lib/modules/3.0.101-63-default/modules.dep.temp for writing: No such file or directory
This, under some circumstances, can result in DHCP not working after a reboot, or serial console not work, or other problems.
I reverted my patch because apparently i missed something about the initial state after deployment, but we definitely need to fix this. I will look more calmly after GMC.
In SLE11 SP4, the version of kernel (from initrd) and modules do not match:
This, under some circumstances, can result in DHCP not working after a reboot, or serial console not work, or other problems.
Root cause is the content of
/boot/grub/menu.lst
:If I use normal kernel and initrd instead of
linux.vmx
andinitrd.vmx
, there is no problem.I will write a workaround for sumaform, but it would be better to fix the issue at image generation time.
Ping @moio for awareness.
The text was updated successfully, but these errors were encountered: