New kernels
Re: New kernels
Hi
Have test vmlinux -6.10_rc1 with Fienix, Debian 32 and Debian 64.
Fenix and Debian 32 get this error : Failed to start lightdm.service - Light Display manager
failed to start Plymouth-quit.service - terminate plymouth boot screen
Debian 64 stop with this error failed to start colord.service - manage, Install and generate colord profiles.
There is no boot error with the normal kernel.
have a nice day.
Have test vmlinux -6.10_rc1 with Fienix, Debian 32 and Debian 64.
Fenix and Debian 32 get this error : Failed to start lightdm.service - Light Display manager
failed to start Plymouth-quit.service - terminate plymouth boot screen
Debian 64 stop with this error failed to start colord.service - manage, Install and generate colord profiles.
There is no boot error with the normal kernel.
have a nice day.
AmigaX1000
Re: New kernels
Thank you for the test. It seems, that the root file system was mounted read-only.musa wrote: Mon May 27, 2024 8:30 pm Hi
Have test vmlinux -6.10_rc1 with Fienix, Debian 32 and Debian 64.
Fenix and Debian 32 get this error : Failed to start lightdm.service - Light Display manager
failed to start Plymouth-quit.service - terminate plymouth boot screen
Debian 64 stop with this error failed to start colord.service - manage, Install and generate colord profiles.
There is no boot error with the normal kernel.
have a nice day.
Can you boot with the boot argument “3” additionally and post some more error messages?
setenv bootargs "root=/dev/<partition or disk> 3"
# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5
For example:
Code: Select all
setenv bootargs "root=/dev/sdb4 3"
Re: New kernels
Hi
Have tried several times with both runlevel 3 and 5.
The best result gave me a login screen with no graphical login. Trying to log in and start lightdm as root. Gets a black screen with a blinking cursor. Sometimes I can see lightdm trying to start several times.
Have a nice day
Have tried several times with both runlevel 3 and 5.
The best result gave me a login screen with no graphical login. Trying to log in and start lightdm as root. Gets a black screen with a blinking cursor. Sometimes I can see lightdm trying to start several times.
Have a nice day
AmigaX1000
Re: New kernels
Thank you. Could you please take a picture from the start of your X1000? (Kernel error messages)musa wrote: Tue May 28, 2024 11:44 am Hi
Have tried several times with both runlevel 3 and 5.
The best result gave me a login screen with no graphical login. Trying to log in and start lightdm as root. Gets a black screen with a blinking cursor. Sometimes I can see lightdm trying to start several times.
Have a nice day
If you get a login. Please post the output of journalctl.
Or journalctl > boot.log and upload it to pastebin.com.
If it doesn’t work then boot the alpha3 and post the output of journalctl -k -b -1. (Gives logs from previous boot)
Or journalctl -k -b -1 > boot.log and upload it to pastebin.com.
Last edited by xeno74 on Tue May 28, 2024 8:06 pm, edited 1 time in total.
Re: New kernels
Hi
I can log into debian 64, but am not aware of how I can transfer the contents of the loaded file to a file on my usb disk.
I can log into debian 64, but am not aware of how I can transfer the contents of the loaded file to a file on my usb disk.
AmigaX1000
Re: New kernels
After you have booted the RC1 with the boot argument “3”, you can boot the alpha3 with X11 and post the output of journalctl -k -b -1. (Gives logs from previous boot)musa wrote: Tue May 28, 2024 4:26 pm Hi
I can log into debian 64, but am not aware of how I can transfer the contents of the loaded file to a file on my usb disk.
Or journalctl -k -b -1 > boot.log and upload it to pastebin.com.
Re: New kernels
Xorg doesn't start anymore with the RC1 of kernel 6.10 in a virtual QEMU ppce500 machine.
Re: New kernels
I think, it is: + CONFIG_ARCH_HAS_KERNEL_FPU_SUPPORT=y.
Re: New kernels
I have reported it to the kernel developers: Xorg doesn't start and some other issues with the RC1 of kernel 6.10
Re: New kernels
FYI: powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT
Output:
Edit: I tested it but without any success.
The merge: Merge tag 'mm-nonmm-stable-2024-05-22-17-30'
It doesn't solve the issue.
@Musa
You don't need to test the RC1 again. There is an issue.
Code: Select all
git revert 01db473e1aa32d651477be80f79b309313636203
Code: Select all
[master d6ea96a49698] Revert "powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT"
3 files changed, 1 insertion(+), 33 deletions(-)
delete mode 100644 arch/powerpc/include/asm/fpu.h
The merge: Merge tag 'mm-nonmm-stable-2024-05-22-17-30'
Code: Select all
git revert c760b3725e52403dc1b28644fb09c47a83cacea6 -m 1
It doesn't solve the issue.
@Musa
You don't need to test the RC1 again. There is an issue.