FS#49832 - [SDDM] service failed with start-limit-hit
Attached to Project:
Arch Linux
Opened by Admoni Rotem (rotema8) - Friday, 24 June 2016, 19:30 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 25 June 2016, 09:29 GMT
Opened by Admoni Rotem (rotema8) - Friday, 24 June 2016, 19:30 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 25 June 2016, 09:29 GMT
|
Details
Description:
after upgrade to qt 5.7 sddm service failed with systemctl status : "start-limit-error" as result failed to load plasma desktop. problem workaround : downgrade qt5.7 -> qt5.6.1 and latest upgrade of kwin,plasma-integration,kwayland and akonadi . Additional info: * package version(s) sddm 0.13.0-2 * config and/or log files etc. Steps to reproduce: always . upgrade to qt 5.7 and restart . |
This task depends upon
Closed by Antonio Rojas (arojas)
Saturday, 25 June 2016, 09:29 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#47062
Saturday, 25 June 2016, 09:29 GMT
Reason for closing: Duplicate
Additional comments about closing:
coredump log file attached .
SOLVED : thanks to Antonio Rojas (arojas) for redirect my to the right solution :
https://github.com/sddm/sddm/issues/556 "
dsteinborn commented on 11 Jan :
"Also crashing with segfault on my archlinux installation with 0.13.0-2 installed.
I generated a config file as described in the documentation using sddm --example-config > /etc/sddm.conf then modified #HideShells= to HideShells=/sbin/nologin,/bin/false and rebooted. It results in a segfault. Commenting the line with the HideShells configuration allows normal startup."
commenting HideShells solved the problem .
FS#47062have become a dumpground for all kind of unrelated SDDM issues, don't pay attention to them. The actual issue tracked there is https://github.com/sddm/sddm/issues/556, and your backtrace matches that.You can try rm -r /var/lib/sddm/* as this seems to be some sort of cache corruption issue that manifests itself after Qt updates.