You are not logged in.

#1 2023-03-06 20:55:55

ksnw
Member
Registered: 2023-02-26
Posts: 8

'Failed unmounting Temporary Directory /tmp.' at shutdown or reboot

I read a couple similar posts on this forum with the same issue, and they were solved by tracing the culprit process via `fuser -c /tmp`.

For me, I tried two scenarios:
1. login gnome, then shutdown. Three processes were using /tmp before shutdown,
    gnome-session-binary
    gnome-shell
    Xwayland

2. login console without GUI, then shutdown. No processes show up when running `fuser -c /tmp`.

The problem for me is, BOTH scenarios give me the warning, even for the 2nd scenario when I didn't even login GUI and no processes use /tmp.

Any suggestions?

Last edited by ksnw (2023-03-06 21:04:05)

Offline

#2 2023-03-07 07:30:48

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,358

Re: 'Failed unmounting Temporary Directory /tmp.' at shutdown or reboot

Some shutdown process is probably writing there?
Can you "umount /tmp" before shutting down from the console?
If so, the mountpoint (w/o the tmpfs mounted) later on might hold a clue what's writing there.
Also check the shutdown process in the system journal.

Offline

Board footer

Powered by FluxBB