Проблема при выключении системы или перезагрузке с Linux Mint 18.1 KDE

Каждый раз, когда я пытаюсь выключить или перезагрузить систему, рабочий стол и все закрыто, но появляется следующее:

screen capture

Система заблокирована и я вынужден выключить ноутбук вручную с помощью кнопки, я боюсь, что, сделав это в любое время, я сломаю систему.

Solutions?

Info: Ноутбук: HP 15-ba054nl
Чипсет: AMD A10-9600P RADEON R5, 10 COMPUTE CORES 4C+6G Ram: 16gb ddr4 sdram ОС: Linux Mint 18.1 KDE 64 bit
ядро: 4.4.0-92-generic
KDE Plasma: 5.8.7

0
18.08.2017, 22:15
2 ответа

Я нашел эти комментарии(source1 , source2)Клемента Лефебра (главного разработчика Mint ), которые могут оказаться полезными:

It hangs because the MDM slave fails to detect that the x-session-manager has died (you can see that in the process list.. it's "defunct").

The way that normally works is that MDM receives a SIGCHLD signal from its child process x-session-manager. Now.. if anything you're running intercepts SIGCHLD signals, that can mess with this. I recently worked on gnome-keyring 3.14 for instance, which had that problem.

GNOME/gnome-keyring@a942c8f

Is there anything you're running messing with sigaction calls and/or intercepting SIGCHLD signals? If in doubt, try to remove what you installed (teamviewer for instance) and try to reproduce the issue more and more with less and less applications running to see which one could be causing this problem.

Here's a quick way to troubleshoot it:

Save this script http://pastebin.com/ggzU6U7V into a new file called check_signals and make it executable.

Next, run check_signals on the process IDs you suspect. It will tell you if they intercept SIGCHLD.

For instance, if I run check_signals on my MDM slave process (the parent mdm process is the daemon, the child one is the slave), I get:

Ign: SIGUSR1 (10), SIGPIPE (13), SIGPWR (30) Cgt: SIGINT (2), SIGUSR2 (12), SIGTERM (15), SIGCHLD (17), SIGXFSZ (25), SIGNUM32 (32), SIGNUM33 (33)

-3
28.01.2020, 05:06

См.https://forums.linuxmint.com/viewtopic.php?t=234232

с той же ошибкой, когда пользователь отвечает на свой вопрос:

It is a bug please see:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-amdgpu/+bug/1608042
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1579374

To get rid of it I installed a newer kernel with this manual: http://www.yourownlinux.com/2016/11/how-to-install-linux-kernel-4-8-6-in-linux.html

Возможно, сейчас последняя версия ядра в репозиториях Mint уже содержит исправления.

1
28.01.2020, 05:06

Теги

Похожие вопросы