I have same problem.
In my desktop, I have sddm with autologin and start OK but in my laptop, only show a black screen (with mouse pointer).
Login with root, ps aux | grep sddm show sddm process and X process.
Login in another tty with my user and startx show my plasma desktop ok but not working some services like energy control (said than no battery!) or network (wifi not working but eth0 yes).
I’m checking in my desktop and show a lot of services with problems.
I’m thinking that this problems are around root user. Example:
fasiko@fskdesktop:~> ping google.com
PING google.com (216.58.211.238) 56(84) bytes of data.
64 bytes from mad07s20-in-f14.1e100.net (216.58.211.238): icmp_seq=1 ttl=51 time=17.6 ms
^C
fskdesktop:~ # ping google.com
ping: error while loading shared libraries: libcap.so.2: cannot open shared object file: Permission denied
fskdesktop:~ #
Services like haveged, bluetooth, nscd… Not working!!
fskdesktop:~ # systemctl start haveged.service
fskdesktop:~ # systemctl status haveged.service
● haveged.service - Entropy Daemon based on the HAVEGE algorithm
Loaded: loaded (/usr/lib/systemd/system/haveged.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2020-04-16 22:06:39 CEST; 3s ago
Docs: man:haveged(8)
http://www.issihosts.com/haveged/
Process: 18947 ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F (code=exited, status=127)
Main PID: 18947 (code=exited, status=127)
Apr 16 22:06:39 fskdesktop systemd[1]: haveged.service: Scheduled restart job, restart counter is at 5.
Apr 16 22:06:39 fskdesktop systemd[1]: Stopped Entropy Daemon based on the HAVEGE algorithm.
Apr 16 22:06:39 fskdesktop systemd[1]: haveged.service: Start request repeated too quickly.
Apr 16 22:06:39 fskdesktop systemd[1]: haveged.service: Failed with result ‘exit-code’.
Apr 16 22:06:39 fskdesktop systemd[1]: Failed to start Entropy Daemon based on the HAVEGE algorithm.
journalctl show:
Apr 16 22:06:39 fskdesktop systemd[1]: haveged.service: Main process exited, code=exited, status=127/n/a
Apr 16 22:06:39 fskdesktop haveged[18947]: /usr/sbin/haveged: error while loading shared libraries: libhavege.so.1: cannot open shared object file: Permission denied
With nxcd.service:
Apr 16 22:09:43 fskdesktop systemd[1]: Failed to start Name Service Cache Daemon.
Apr 16 22:09:43 fskdesktop systemd[1]: nscd.service: Failed with result ‘exit-code’.
Apr 16 22:09:43 fskdesktop systemd[1]: nscd.service: Control process exited, code=exited, status=127/n/a
Apr 16 22:09:43 fskdesktop nscd[19354]: /usr/sbin/nscd: error while loading shared libraries: libaudit.so.1: cannot open shared object file: Permission denied
fskdesktop:~ # ls -lh /usr/lib64/libaudit.so.*
lrwxrwxrwx 1 root root 17 Feb 7 20:42 /usr/lib64/libaudit.so.1 -> libaudit.so.1.0.0
-rwxr-xr-x 1 root root 110K Feb 7 20:42 /usr/lib64/libaudit.so.1.0.0
My journalctl -b from my laptop:
https://cloud.fasiko.es/s/coZcwft4HKEXMnw
Both systems are up to date (zypper dup)