F5F Stay Refreshed Software Operating Systems Linux Mint shutdown issues occur when the system fails to exit properly.

Linux Mint shutdown issues occur when the system fails to exit properly.

Linux Mint shutdown issues occur when the system fails to exit properly.

D
DragonPickles
Member
58
02-16-2023, 12:01 AM
#1
I set up the newest Mint Cinnamon version and really enjoy it, and it runs smoothly on my laptop. The main issue is that it freezes the screen and hangs for a couple of minutes when I shut it down or run sudo shutdown now. It’s frustrating since I’m at university and don’t want to end classes early or sit through shutdowns. Have you tried any fixes? Also, I’m weighing switching to Arch Linux as a potential solution—my old machine works fine there, so it might be worth considering.
D
DragonPickles
02-16-2023, 12:01 AM #1

I set up the newest Mint Cinnamon version and really enjoy it, and it runs smoothly on my laptop. The main issue is that it freezes the screen and hangs for a couple of minutes when I shut it down or run sudo shutdown now. It’s frustrating since I’m at university and don’t want to end classes early or sit through shutdowns. Have you tried any fixes? Also, I’m weighing switching to Arch Linux as a potential solution—my old machine works fine there, so it might be worth considering.

G
gaLact1cfLea
Member
194
02-16-2023, 12:51 AM
#2
It was a frequent issue where the system paused before stopping, never actually doing so. The kernel version you're using might affect the behavior. What causes the delay? Check the relevant files like system.conf and user.conf to fix it or adjust them. A workaround involved disabling network and signing off before shutdown, which usually resolved the problem.
G
gaLact1cfLea
02-16-2023, 12:51 AM #2

It was a frequent issue where the system paused before stopping, never actually doing so. The kernel version you're using might affect the behavior. What causes the delay? Check the relevant files like system.conf and user.conf to fix it or adjust them. A workaround involved disabling network and signing off before shutdown, which usually resolved the problem.

W
wh8t
Junior Member
3
02-23-2023, 09:32 AM
#3
Operating system version is 4.15.0-33-generic. I attempted to disable networking and power off, but performance remained poor.
W
wh8t
02-23-2023, 09:32 AM #3

Operating system version is 4.15.0-33-generic. I attempted to disable networking and power off, but performance remained poor.

D
Dustbringer
Junior Member
11
02-24-2023, 11:25 AM
#4
There seems to be an issue where the system doesn't shut down correctly and systemd takes a long time to terminate. You should provide some logs for analysis. As a temporary fix, repeatedly press Ctrl+alt+cancel until you notice the "forcing shutdown" message on the screen.
D
Dustbringer
02-24-2023, 11:25 AM #4

There seems to be an issue where the system doesn't shut down correctly and systemd takes a long time to terminate. You should provide some logs for analysis. As a temporary fix, repeatedly press Ctrl+alt+cancel until you notice the "forcing shutdown" message on the screen.

R
189
02-24-2023, 01:19 PM
#5
You can retrieve logs by using the appropriate logging interface or command once the system is powered off, ensuring it captures the freeze during shutdown.
R
rafinha_moraes
02-24-2023, 01:19 PM #5

You can retrieve logs by using the appropriate logging interface or command once the system is powered off, ensuring it captures the freeze during shutdown.

A
ARMADAE
Member
66
02-28-2023, 02:50 AM
#6
Mint should keep logs in /var/logs like Ubuntu does. For this problem, examine dmesg which appears in kern.log—look at the timing. More sessions should show up. I don’t recall the exact behavior of systemd shutdown logging, but you might try the journalctl command, which records logs there. It’s unclear if any extra parameters help, but I’m not familiar with Linux systems.
A
ARMADAE
02-28-2023, 02:50 AM #6

Mint should keep logs in /var/logs like Ubuntu does. For this problem, examine dmesg which appears in kern.log—look at the timing. More sessions should show up. I don’t recall the exact behavior of systemd shutdown logging, but you might try the journalctl command, which records logs there. It’s unclear if any extra parameters help, but I’m not familiar with Linux systems.

R
RaiZer_
Member
203
03-20-2023, 01:14 AM
#7
Adjust the configuration file to set a timeout of 5 seconds. Modify /etc/systemd/system.conf accordingly.
R
RaiZer_
03-20-2023, 01:14 AM #7

Adjust the configuration file to set a timeout of 5 seconds. Modify /etc/systemd/system.conf accordingly.

R
RockyRS
Member
68
03-23-2023, 05:12 PM
#8
Ensure your disks are tidy; attempting to unmount a corrupted filesystem might take time
R
RockyRS
03-23-2023, 05:12 PM #8

Ensure your disks are tidy; attempting to unmount a corrupted filesystem might take time

M
MisterKapol
Member
126
03-24-2023, 12:19 AM
#9
You didn’t succeed. I made the changes using sudo nano /etc/system/system.conf.
M
MisterKapol
03-24-2023, 12:19 AM #9

You didn’t succeed. I made the changes using sudo nano /etc/system/system.conf.

R
ReborntoKill
Posting Freak
821
03-24-2023, 01:19 AM
#10
You might run the journalctl command with those options: journalctl -b -2. This will display the logs from the last two boot events, helping you review system activity after a restart. Paste this here if you'd like to share the output: pastebin
R
ReborntoKill
03-24-2023, 01:19 AM #10

You might run the journalctl command with those options: journalctl -b -2. This will display the logs from the last two boot events, helping you review system activity after a restart. Paste this here if you'd like to share the output: pastebin