Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Shutdown hanging

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
User avatar
sunrat
Administrator
Administrator
Posts: 6462
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: Shutdown hanging

#21 Post by sunrat »

You can use journalctl to see if there are error messages, see man journalctl
Something like this may help -

Code: Select all

journalctl -b -1 -p 3
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

dariusdor
Posts: 114
Joined: 2014-01-02 23:42

Re: Shutdown hanging

#22 Post by dariusdor »

Not sure if this will help but...

When my computer is connected to another machine via an ethernet cable, and when that machine's shared directory is mounted on my machine, if I shut down the other machine without first unmounting its directory on my machine... then when I try to shut down my machine, it will freeze.
The really successful criminals never break laws. They make them.

Lou
Posts: 1739
Joined: 2006-05-08 02:15

Re: Shutdown hanging

#23 Post by Lou »

I just updated to Jessie today, left systemd installed on purpose (later on i will nuke it).

No problems with shutting down or rebooting the machine.

I use:

Code: Select all

# halt -p
# reboot
Devuan Jessie - IceWM - vimperator - no DM
KISS - Keep It Simple, Stupid

raptir
Posts: 25
Joined: 2009-08-22 15:08

Re: Shutdown hanging

#24 Post by raptir »

sunrat wrote:You can use journalctl to see if there are error messages, see man journalctl
Something like this may help -

Code: Select all

journalctl -b -1 -p 3
I haven't been using this system as often lately, but I tried to run this after it hung on shutdown and I get...

Code: Select all

Failed to look up boot -1: Cannot assign requested address
Obviously the system is discarding all old logs... how can I change that behavior?

Edit: although, all of my log files in /var/log seem to go back to yesterday, so if someone can tell me what file I should be looking at I can pull that together.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Shutdown hanging

#25 Post by Head_on_a_Stick »

You need to be in the systemd-journal group to view the journalctl logs.

Code: Select all

# gpasswd -a <user name> systemd-journal
deadbang

raptir
Posts: 25
Joined: 2009-08-22 15:08

Re: Shutdown hanging

#26 Post by raptir »

Head_on_a_Stick wrote:You need to be in the systemd-journal group to view the journalctl logs.

Code: Select all

# gpasswd -a <user name> systemd-journal
I tried adding myself to that group and I still can't view any old logs. And even prior to adding myself to the group I was able to view the current log (just running journalctl or journalctl -p 3) but not the old logs.

Edit: And even as root I cannot view the old logs.

Post Reply