01-18-2024, 03:10 AM
(This post was last modified: 01-18-2024, 03:13 AM by TheOldPresbyope.
Edit Reason: added syslog snippet
)
Log may not look suspicious but I just repro'd the OP's problem.
- flashed a fresh moOde 8.3.7 with no preconfigured hostname in Pi Imager
- booted on an RPi3+ with official 7" LCD display
- enabled local display
-> local display working
- changed host name from "moode" to "home" in WebUI.
- rebooted
-> local display not working; still in terminal mode
No chromium-browser process is running.
Haven't had time to noodle through this one.
ETA - ahh, checked syslog. The game's afoot.
Regards,
Kent
- flashed a fresh moOde 8.3.7 with no preconfigured hostname in Pi Imager
- booted on an RPi3+ with official 7" LCD display
- enabled local display
-> local display working
- changed host name from "moode" to "home" in WebUI.
- rebooted
-> local display not working; still in terminal mode
No chromium-browser process is running.
Haven't had time to noodle through this one.
ETA - ahh, checked syslog. The game's afoot.
Code:
Jan 17 22:01:55 home xinit[1654]: [1654:1654:0117/220155.454085:ERROR:process_singleton_posix.cc(353)] The profile appears to be in use by another Chromium process (19804) on another computer (moode). Chromium has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
Jan 17 22:01:55 home xinit[1654]: [1654:1654:0117/220155.504137:ERROR:message_box_dialog.cc(146)] Unable to show a dialog outside the UI thread message loop: Chromium - The profile appears to be in use by another Chromium process (19804) on another computer (moode). Chromium has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chromium.
Jan 17 22:01:55 home xinit[1518]: /usr/bin/xinit: connection to X server lost
Jan 17 22:01:55 home xinit[1518]: #015
Jan 17 22:01:55 home xinit[1518]: waiting for X server to shut down
Jan 17 22:01:55 home xinit[1519]: (II) Server terminated successfully (0). Closing log file.
Jan 17 22:01:56 home systemd[1]: localui.service: Succeeded.
Jan 17 22:01:56 home systemd[1]: localui.service: Consumed 2.222s CPU time.
Regards,
Kent