(11 hours ago)Dendrocalamus64 Wrote: Use another computer as its serial console and see what it's printing.
https://pine64.org/documentation/PineNot...ment/UART/
Sounds like this thread:
https://forum.pine64.org/showthread.php?tid=19557
https://github.com/PNDeb/pinenote-debian...issues/119
Thanks again :-)
It seems it is looping over:
Code:
Jul 27 09:31:24 pinenote systemd[588]: dbus.service: Killing process 58476 (pool-0) with signal SIGKILL.
And this error - as I read it - comes from
Code:
Jul 27 09:31:23 pinenote gnome-shell[58534]: Running GNOME Shell (using mutter 47.4) as a Wayland display server
Jul 27 09:31:23 pinenote gnome-shell[58534]: Enabling experimental feature 'scale-monitor-framebuffer'
Jul 27 09:31:23 pinenote gnome-shell[58534]: Enabling experimental feature 'xwayland-native-scaling'
Jul 27 09:31:23 pinenote tracker-miner-f[58558]: 5:185m5:185mCould not get landlock supported ABI: Function not implemented
Jul 27 09:31:23 pinenote tracker-miner-f[58558]: 5:185m5:185mRefusing to extract file data since Landlock could not be enabled. Update your kernel to fix this warning.
Jul 27 09:31:24 pinenote gnome-shell[58534]: 5:185m5:185mFailed to make thread 'KMS thread' high priority scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist
Jul 27 09:31:24 pinenote gnome-shell[58534]: 5:185m5:185mFailed to make thread 'KMS thread' high priority scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist
Jul 27 09:31:24 pinenote gnome-shell[58534]: Thread 'KMS thread' will be using high priority scheduling
Jul 27 09:31:24 pinenote gnome-shell[58534]: 5:185m5:185mg_close(fd:0) failed with EBADF. The tracking of file descriptors got messed up
Jul 27 09:31:24 pinenote gnome-shell[58534]: 5:185m5:185mFailed to open gpu '/dev/dri/card1': No suitable mode setting backend found
Jul 27 09:31:24 pinenote gnome-shell[58534]: Added device '/dev/dri/card0' (rockchip-ebc) using atomic mode setting.
Jul 27 09:31:24 pinenote gnome-shell[58534]: Created gbm renderer for '/dev/dri/card0'
Jul 27 09:31:24 pinenote gnome-shell[58534]: Integrated GPU /dev/dri/card0 selected as primary
Jul 27 09:31:24 pinenote gnome-shell[58534]: Failed to obtain high priority context
Jul 27 09:31:24 pinenote gnome-shell[58534]: 5:185m5:185mg_variant_get_string: assertion 'value != NUl 27 09:31:24 pinenote gnome-shell[58534]: The mapping function given to g_settings_get_mapped() for key 'overlay-key' in schema 'org.gnome.mutter' returned FALSE when given a NULL value.
Jul 27 09:31:24 pinenote gnome-shell[58534]: == Stack trace for context 0xaaab022c3780 ==
Jul 27 09:31:24 pinenote systemd[588]: 5:185m5:185morg.gnome.Shell@wayland.service: Main process exited, code=killed, status=5/TRAP
Jul 27 09:31:24 pinenote systemd[588]: 5:185m5:185morg.gnome.Shell@wayland.service: Failed with result 'signal'.
Jul 27 09:31:24 pinenote systemd[588]: Failed to start org.gnome.Shell@wayland.service - GNOME Shell on Wayl
The second link you provided (and thanks again) suggest apt upgrade again via the console. I will try that
/Jan
Thanks
Following the steps from
https://github.com/PNDeb/pinenote-debian...issues/119 did it. Pinenote is back :-)
minicom -D /dev/ttyUSB0 -b 1500000
sudo apt-get update
sudo apt-get upgrade
sudo apt-get full-upgrade
sudo apt-get upgrade
sudo shutdown -r now