touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #66804
[Bug 1438301] Re: desktop machine suspends with systemd after ~3 minutes, does NOT suspend with upstart
The log shows that something requests the suspend over D-Bus. The most
probable candidate for this is logind. After this happens, can you
please copy&paste the output of "journalctl -f -b -u systemd-logind"
here? That should show key presses and which buttons it listens to.
To confirm that it's logind, could you check if that stops happening if
you set HandleLidSwitch=ignore in /etc/systemd/logind.conf and then
reboot? There's a chance that it isn't actually logind as we use the
exact same logind and lid switch handling under upstart, just that we
replace the actual suspend D-Bus interface with systemd-shim.
Thanks!
** Changed in: systemd (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1438301
Title:
desktop machine suspends with systemd after ~3 minutes, does NOT
suspend with upstart
Status in systemd package in Ubuntu:
Incomplete
Bug description:
For reasons I cannot fathom, my development server goes into deep
suspend after ~3 minutes after startup with systemd, however, if I
boot with upstart it does not. This happens everytime I boot with
systemd, the machine just goes into a deep suspend without me
requesting it.
I enabled "debug"; attached is a gzip'd syslog showing the activity -
look at the end of the log, it goes into deep suspend. No idea why.
acpi_listen is showing some curious audio plug/unplug events that seem
to occur on this development box, so maybe these are being
misinterpreted as suspend events.
$ acpi_listen
jack/headphone HEADPHONE plug
jack/headphone HEADPHONE unplug
jack/headphone HEADPHONE plug
jack/headphone HEADPHONE unplug
jack/headphone HEADPHONE plug
jack/headphone HEADPHONE unplug
..but I am not seeing any other ACPI related events that could be
triggering a suspend request from acpi_listen.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1438301/+subscriptions
References