Hi there,
Let me give you full context on the issue and how it happened. I have a DELL 7440 with dual Boot (Windows 11), with the linux partition encrypted. The login is managed by sssd
to give access to an Active Directory, but there are local users as well. The laptop doesn’t have a dedicated GPU. It has sophos
(an antivirus) and pakiti
(a monitoring tool) installed.
Yesterday morning I updated rockylinux from 9.4 to 9.5, and after that I rebooted it at least twice and all was fine. Then I logged in with a local user and set up a cronjob for pakiti. After this rockylinux hangs after decrypting the disk, with a blank screen (well, there is a blinking cursor on the top left corner). Changing tty’s won’t help at all, although the 6th tty allows me to type stuff (to no effect whatsoever).
After trying different things I managed to get these error messages:
[FAILED] Failed to listen on D-Bus System Message Bus Socket.
[FAILED] Failed to listen on D-Bus System Message Bus Socket.
[DEPEND] Dependency failed for Power Profiles deamon.
[FAILED] Failed to start User Login Management.
My best guess is that the login with a local user messed up with the User Login Management and that’s why the greeting screen won’t show up. But in this case the other ttys should be working…
From what I have read, “Failed to listen on D-Bus System…” could mean anything, and the dependency failure could not be the cause for this.
For what it’s worth, I accessed the disk with a live usb and dug around in the log files of sssd. I found these messages in the logs dated after the failure:
Dynamic DNS update failed
SRV query failed[11]. Could not contact DNS servers
Unable to retrieve primary servers: SRV lookup error
No available servers for service AD_GC
No available servers for service AD
I tried different things with chroot
and sssd seemed to be working fine… but I know very little to nothing about sssd (or ldap
for that matter). I removed the sssd cache to no avail.
I am completely out of ideas. Is there any way to fix this?
Many thanks.