fredfillis
Posts: 13
Joined: Sat Feb 08, 2014 6:37 am

Pi does not reboot unless sent twice

Tue Jun 09, 2015 11:07 am

Hi all. I'm using a Pi as a digital picture frame. I am running a few scripts to compile a list of files, run an fbi slideshow, monitor memory and monitor the images folder for changes.

This was all working well but now if I attempt to reboot from SSH using sudo reboot nothing happens unless I execute it twice. Happy to post my scripts but trying not to load the post with too much information.

The following is what I see in syslog. Anyone seen something like this before? Bit of a noob so not sure where to start.

Linux Raspbian01 3.18.11+ #781

Code: Select all

    un  6 23:00:10 Raspbian01 shutdown[4245]: shutting down for system reboot
    un  6 23:00:10 Raspbian01 init: Switching to runlevel: 6
    un  6 23:00:12 Raspbian01 ifplugd(eth0)[1550]: Exiting.
    un  6 23:15:48 Raspbian01 console-kit-daemon[3962]: GLib-CRITICAL: Source ID 37 was not found when attempting to remove it
    un  6 23:15:48 Raspbian01 console-kit-daemon[3962]: GLib-CRITICAL: Source ID 37 was not found when attempting to remove it
    un  6 23:17:01 Raspbian01 /USR/SBIN/CRON[4978]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
    un  6 23:17:18 Raspbian01 kernel: imklog 5.8.11, log source = /proc/kmsg started.
    un  6 23:17:18 Raspbian01 rsyslogd: [origin software="rsyslogd" swVersion="5.8.11" x-pid="1914" x-info="http://www.rsyslog.com"] start
    un  6 23:17:18 Raspbian01 kernel: [    0.000000] Booting Linux on physical CPU 0x0
    un  6 23:17:18 Raspbian01 kernel: [    0.000000] Initializing cgroup subsys cpu

Return to “Troubleshooting”