Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Bootup/shutdown issues, how to debug
#12
(04-13-2021, 02:13 PM)Max Schmeling Wrote: Just to confirm: If I enable Bluetooth, I can't shut down moode from the GUI, only by issuing "shutdown -P now" over ssh. Also I cant enter settings. Both works if I do not enable Bluetooth.

Any ideas??


This does not happen with a stock moOde installation and suggests you have made significant changes. You have to be more forthcoming about what is different about your system and, specifically, what code changes you made to any file.

As for the slow shutdown issue you began with, the moode.log and message files are unlikely to be helpful. 

One thing you could try is to run the following command just before you shutoff the system and then review the resulting file after you reboot to see if there are any longish time steps.

Code:
tail -f /var/log/syslog > syslog.shutdown &
 
I've tried this with and without bluetooth renderer enabled. I've tried it with restarting from the moOde menu and rebooting from the command line. The specifics of the output vary a lot, both because Linux manages its processes asynchronously and because of the difference in the restart method, but the overriding theme is that every time step in the log is very short.

Regards,
Kent
Reply


Messages In This Thread
RE: Bootup/shutdown issues, how to debug - by TheOldPresbyope - 04-13-2021, 03:15 PM

Forum Jump: