You are not logged in.
Pages: 1
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/1000Does 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
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
haltor
rebootdoes it execute immediately?
Offline
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
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
Has similarities to https://bbs.archlinux.org/viewtopic.php?id=257332
Offline
Can you try this, type:
systemctl stop tlp
And then: reboot
Offline
Pages: 1