Bug ID 1176059
Summary new sysstat script results ~30s delay in entering suspend mode
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee screening-team-bugs@suse.de
Reporter dheidler@suse.com
QA Contact qa-bugs@suse.de
CC dleuenberger@suse.com, dmueller@suse.com
Found By ---
Blocker ---

When running "systemctl suspend" it takes ~30s to enter the standby mode now.
The error in the journal sais:

/usr/lib/systemd/system-sleep/sysstat.sleep failed with exit status 73

As of https://build.opensuse.org/request/show/827123 sysstat has this script
included that is executed even if the sysstat service is not started/enabled.
This should not be the case. The hook script should not do anything if the
service is not in use.


The same exit code is shown when trying to start the systat service:

# systemctl start sysstat
Sep 02 11:08:31 athene systemd[1]: sysstat.service: Main process exited,
code=exited, status=73/CANTCREAT
Sep 02 11:08:31 athene systemd[1]: sysstat.service: Failed with result
'exit-code'.
Sep 02 11:08:31 athene systemd[1]: Failed to start Resets System Activity Logs.


You are receiving this mail because: