Can you please provide some debug level logs from systemd when this
happens? Something like:

$ systemctl log-level debug

Or, to make it persistent:

$ mkdir -p /etc/systemd/system.conf.d
$ cat > /etc/systemd/system.conf.d/debug.conf << EOF
[Manager]
LogLevel=debug
EOF

Then, gather logs after the issue has occurred:

$ journalctl -b --since="<some_time_before_issue_observed"

Please also share specific commands you are running to trigger the
issue, or full logs if observed elsewhere. If you are calling a tool
from systemd, then you can also add SYSTEMD_LOG_LEVEL=debug to the
environment to get more output on the client side.

** Changed in: systemd (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2126437

Title:
  system] Failed to activate service 'org.freedesktop.systemd1': timed
  out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2126437/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to