Jump to content

pcDuino3 nano-Debian jessie 4.2.3 : 'Shutdown now' don't finalize correctly


davigre

Recommended Posts

Normally the 'shutdown now' sequence makes my monitor 'lost connection' message appear but with this image the shutdown process do not finalize correctly...

 

Did you already try to use the correct switch:

-h     Halt or power off after shutdown.
Link to comment
Share on other sites

@davigre

In another thread you mentioned that your system is jessie, however this output is from sysvinit's shutdown. It's possible that it's a configuration/packages issue, in which case the right command for shutdown would be

systemctl poweroff

To check what's wrong you can provide output of these commands:

file /sbin/shutdown
dpkg -S /sbin/shutdown
Link to comment
Share on other sites

shutdown -h -P now

Make it.

root@pcduino3nano:~# file /sbin/shutdown
/sbin/shutdown: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=89af43ada0a4735265bbbf71aac6a8c390ceff43, stripped
root@pcduino3nano:~# dpkg -S /sbin/shutdown
sysvinit-core: /sbin/shutdown
root@pcduino3nano:~#

I will record the new format command,

 

Thank You.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines