DC-IRC has quit [Remote host closed the connection]
DC-IRC has joined #armbian-broadcom
<DC-IRC>
[Discord] <nicod_sbc> I tried Jammy and Bookworm on RPi5 and both get stuck at apt upgrade.
<DC-IRC>
[Discord] <c0rnelius77> get stuck on what?
<DC-IRC>
[Discord] <c0rnelius77> Bookworm runs kind of shifty on the Pi5. Hits on the warm side and gets CPU spikes to 50% every couple of seconds. I haven't tried Armbian on it yet, only my own personal builds.
<DC-IRC>
[Discord] <nicod_sbc> While processing the updates. With server it crashes everything, can't go to another terminal. Can't do ctrl-c... With a desktop is jams the terminal window but you can keep using the desktop. After closing the window apt is broken.
<DC-IRC>
[Discord] <clever___> what PSU are you using? what are you booting from?
<DC-IRC>
[Discord] <nicod_sbc> RPi PSU booting from sd-card.
<DC-IRC>
[Discord] <clever___> is it actually jammed, or is it just busy?
<DC-IRC>
[Discord] <clever___> check what `top` says is happening while its "jammed"
<DC-IRC>
[Discord] <nicod_sbc> I waited an hour, it is jammed.
<DC-IRC>
[Discord] <clever___> what does `top` say?
<DC-IRC>
[Discord] <c0rnelius77> you downloaded the imgs from the armbian download section?
<DC-IRC>
[Discord] <nicod_sbc> Now testing something else.
<DC-IRC>
[Discord] <nicod_sbc> Yes, from download section. Jammy and bookworm with xfce4.
<DC-IRC>
[Discord] <c0rnelius77> k
<DC-IRC>
[Discord] <nicod_sbc> And jammy cli.
<DC-IRC>
[Discord] <c0rnelius77> jammy cli also acted up?
<DC-IRC>
[Discord] <nicod_sbc> Yes, it crashed when doing apt update. Couldn't do anything except pressing the power button for it to shutdown.
<DC-IRC>
[Discord] <c0rnelius77> do you remember what kernel rev armbian using?
<DC-IRC>
[Discord] <nicod_sbc> 6.6.16
<DC-IRC>
[Discord] <c0rnelius77> Not saying this related, but I get this in dmesg on 6.6 ```
<DC-IRC>
[Discord] <nicod_sbc> With Jammy cli I had a lot of errors while doing the initial setup. Didn't see it on the others so don't know where it came from.
<DC-IRC>
[Discord] <nicod_sbc> I recreated the issue and got this on dmesg.
<DC-IRC>
[Discord] <nicod_sbc> It repeats every few minutes.
<DC-IRC>
[Discord] <clever___> thats because something in the kernel is jammed hard
<DC-IRC>
[Discord] <c0rnelius77> i got this upon first boot ```
<DC-IRC>
[Discord] <c0rnelius77> stop job running rotate log files and session 4 of user root
<DC-IRC>
[Discord] <c0rnelius77> waiting for process apt, armbian-ramlog
<DC-IRC>
[Discord] <c0rnelius77> ``` Sorry I wrote it out. When I rebooted and logged in with the user created the apt upgrade went through.
<DC-IRC>
[Discord] <c0rnelius77> jammy-cli... but yeah it for sure hangs if you try to upgrade on firstboot.
<DC-IRC>
[Discord] <c0rnelius77> I've actually seen that buy before and it tells you how to resolve it `echo "0" > /proc/sys/kernel/hung_task_timeout_secs` I have the same problem on the orangepi3lts.
<DC-IRC>
[Discord] <c0rnelius77> I've actually seen that bug before and it tells you how to resolve it `echo "0" > /proc/sys/kernel/hung_task_timeout_secs` I have the same problem on the orangepi3lts.
<DC-IRC>
[Discord] <c0rnelius77> in the op3lts case it was a the unisoc wifi driver creating the hangup
<DC-IRC>
[Discord] <c0rnelius77> in the opi3lts case it was the unisoc wifi driver creating the hangup
<DC-IRC>
[Discord] <nicod_sbc> Thanks. Will try that.
<DC-IRC>
[Discord] <c0rnelius77> @nicod_sbc I reflashed, stuck this `echo 0 > /proc/sys/kernel/hung_task_timeout_secs `in /etc/rc.local and ran through the setup and upgraded. Seemed to work.
<DC-IRC>
[Discord] <nicod_sbc> I just was able to upgrade and it fully crashed a minute later. Mouse and keyboard unresponsive. Seems there are more issue's. Or maybe it's related, I'll try what you suggest now.
<DC-IRC>
[Discord] <clever___> because changing the timeout doesnt fix the problem
<DC-IRC>
[Discord] <clever___> it just stops warning you when the problem occurs
<DC-IRC>
[Discord] <c0rnelius77> yeah when i went to reboot I was still getting a armbian-ramlog hangup in systemd
<DC-IRC>
[Discord] <c0rnelius77> 6.6 in my experience also doesn't seem to read the MEM correctly. Its always off.
<DC-IRC>
[Discord] <nicod_sbc> Do you think older images work better?
<DC-IRC>
[Discord] <clever___> an older kernel might help
<DC-IRC>
[Discord] <c0rnelius77> Can you build an img thats using 6.1.y?