I am running Linux Mint 19 Tara with a Cinnamon desktop. Since yesterday, the system malfunctions, and I have been struggling to understand what is wrong or how to debug the situation. I would appreciate any help that the community can give me.
The first symptom is that the login manager appears for only a few seconds, then the screen turns black for one or two minutes before it appears again, after which the cycle repeats.
I can login remotely to the system via ssh.
DNS is however not working; for any domain name like sikando.com, nslookup sikando.com returns ** server can't find sikando.com: SERVFAIL.
dmesg shows no errors.
tail /var/log/syslog repeatedly shows errors like this:
Sep 30 11:37:17 morla lightdm[4203]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Accounts': timed out (service_start_timeout=25000ms)
Sep 30 11:37:17 morla dbus-daemon[1235]: [system] Activating systemd to hand-off: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.83' (uid=0 pid=4242 comm="lightdm --session-child 18 21 " label="unconfined")
systemctl status dnsmasq produces:
Failed to connect to bus: No such file or directory
The XDG_RUNTIME_DIR is not set.
My suspicion is that there is something wrong with either dbus or systemd, but I am not familiar with the internals of either, and I have no clue how to start diagnosing the problem.