I decided to upgrade to 17.10 on my Thinkpad.
Now every time I try to shut it down via console or menu) or reboot it, it takes ages.
TTY gives me several errors connected to hung_task_timeout_secs
, reaching from kworker
, over networkmanager
down to wpa_supplicant
.
I tried reinstalling with different ISOs (daily-build from 2 days ago, beta2, and the rc one from today) and still get the same error every time.
Any ideas what could cause that issue? Right now I'm running 17.10 on two other, different PCs without any problems whatsoever.
EDIT: deborphan doesn't return any orphaned packages. I think I might have found something though. I decided to completely wipe the disc, including my dualboot windows. Reinstalled, and everything worked fine. Today in university the problem reappeared.
Now the interesting part is: I think it is related to my wifi. At home, during installation and after, I had it plugged in via cable, and had no problems at all. But with only wifi in university it reappeared. So I gave it a try and plugged in the cable again at home, and it works again. Removed cable, restarted, and the problem reappears. Wifi-Card is a Qualcomm Atheros.
sudo apt update
and got a long list of error messages. Then I reinstalled the packages in the error messages and got more error messages. After an hour of recursing through the error messages the problem was solved. – karel Oct 18 '17 at 07:10deborphan
. The commanddeborphan
changes nothing in the filesystem, it simply lists orphaned packages. Please note that even if you can't uninstall all the orphaned packages it may still solve the problem if you only uninstall the orphaned package that was causing the problem. – karel Oct 18 '17 at 07:18