Comment 2 for bug 1990740

Revision history for this message
Nick Rosbrook (enr0n) wrote :

Is this still an issue for you? If so, what release are you running now? We would also need some logs to investigate further. This sounds like a kernel issue rather than systemd, but it would be helpful if you provided some logs. Specifically:

1. Enable debug logging in systemd-logind:

$ mkdir -p /etc/systemd/system/systemd-logind.service.d/
$ cat > /etc/systemd/system/systemd-logind.service.d/debug.conf << EOF
[Service]
Environment=SYSTEMD_LOG_LEVEL=debug
EOF

2. Reboot for this to take effect properly.
3. Try to reproduce the issue.
4. Attach logs from this boot:

$ journalctl -u systemd-logind.service -b > logind-logs.txt
$ journalctl -t kernel -b > kernel-logs.txt