You are not logged in.

#1 2020-08-22 10:22:42

bamba
Member
Registered: 2020-07-16
Posts: 8

computer doesn't shutdown

Hi,

I encounter a strange long waiting time until my computer completely shuts down, even sometimes it won't shutdown so I have to it manually.
I suspect it's related to the fact that one partition of my partitions is almost completely filled.
This is how my partitions look:

Filesystem      Size  Used Avail Use% Mounted on
dev             7.7G     0  7.7G   0% /dev
run             7.7G  1.7M  7.7G   1% /run
/dev/nvme0n1p2   30G   20G  8.7G  70% /
tmpfs           7.7G  233M  7.5G   3% /dev/shm
tmpfs           7.7G     0  7.7G   0% /sys/fs/cgroup
tmpfs           7.7G   67M  7.7G   1% /tmp
/dev/nvme0n1p3  908G  6.3G  856G   1% /home
tmpfs           1.6G   44K  1.6G   1% /run/user/1000

Does it looks fine? because partition nvme0n1p2 is oddly stacked. And I am not really sure what is filling it up.
This is journalctl log:
https://pastebin.com/GSaGYcJn


Thanks.

Offline

#2 2020-08-22 10:48:28

Anchorman
Member
Registered: 2020-07-26
Posts: 49
Website

Re: computer doesn't shutdown

I don't see a partition that is almost full. 70% use and 8.7G available is fine.

If you open a terminal and type

halt

or

reboot

does it execute immediately?

Offline

#3 2020-08-22 14:53:05

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,456

Re: computer doesn't shutdown

Your posted journal doesn't contain a shutdown, only a startup, so there's nothing you or I can see in there on what's actually happening during shutdown. Use 'journalctl -b -1' to get the previous cycle (startup and shutdown).

Take 'quiet' off your boot line and watch the screen upon shutdown. It will likely tell you which service it's waiting on to shut down.

Offline

#4 2020-08-28 18:41:15

bamba
Member
Registered: 2020-07-16
Posts: 8

Re: computer doesn't shutdown

Anchorman wrote:

I don't see a partition that is almost full. 70% use and 8.7G available is fine.

If you open a terminal and type

Yes, It does execute but gets stuck half way. This is the output:

[FAILED] unmounting /home
systemd-shutdown[1]: Waiting for process: kgpg, RDD Process, sudo, iw, NetworkManager, iw, file:// ...
shutdown[1]: Waiting for process kgpg, RDD Process, sudo, iw, Web Content, WebExtenstions
shutdow[1]: Waiting for process Web Content, kgpg, Web Content, RDD Process, file://
sd-remou[8824]: Failed to remount '/oldroot/home' readonly: Device of resource busy
sd-remou[8824]: Failed to remount '/oldroot/home' readonly: Device of resource busy 
sd-remou[8824]: Failed to remount '/oldroot/dev/pts' readonly: Device of resource busy
sd-remou[8824]: Failed to remount '/oldroot' readonly: Device of resource busy 
sd-remou[8824]: Failed to remount '/oldroot/run' readonly: Device of resource busy
sd-remou[8824]: Failed to remount '/oldroot/dev' readonly: Device of resource busy 

And this is the output of journalctl -b -1 :
http://ix.io/2vvW

Not sure what exactly causes the system to not shutdown\reboot.
Thanks.

Offline

#5 2020-08-28 19:35:48

loqs
Member
Registered: 2014-03-06
Posts: 19,047

Re: computer doesn't shutdown

Offline

#6 2020-08-28 20:49:01

Anchorman
Member
Registered: 2020-07-26
Posts: 49
Website

Re: computer doesn't shutdown

Can you try this, type:
systemctl stop tlp
And then: reboot

Offline

Board footer

Powered by FluxBB