Your message dated Fri, 11 Oct 2019 13:51:00 +0200
with message-id <[email protected]>
and subject line systemd-udevd: Process '/lib/udev/hdparm' failed with exit
code 5
has caused the Debian Bug report #795025,
regarding systemd-udevd: Process '/lib/udev/hdparm' failed with exit code 5
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
795025: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795025
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hdparm
Version: 9.43-2
Severity: normal
Message appears in systemd journal (journalctl) after
startup. I think systemd-udevd processes '85-hdparm.rules'
it runs '/lib/udev/hdparm', which produces the message.
It's odd because previously the hdparm startup script
(/etc/init.d/hdparm) runs and outputs 'Setting parameters
of disc (none).' is no parameter blocks are in '/etc/hdparm.conf'.
I am wondering why the udev/hdparm script is run at all,
since it just parses hdparm.conf again and runs hdparm a
second time.
This bug was filed in ubuntu launchpad here:
http://bugs.launchpad.net/ubuntu/+source/hdparm/+bug/1470014
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 4.0.8-1-inter01-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages hdparm depends on:
ii libc6 2.19-19
ii lsb-base 4.1+Debian13+nmu1
Versions of packages hdparm recommends:
ii powermgmt-base 1.31+nmu1
Versions of packages hdparm suggests:
pn apmd <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 9.58+ds-2
Option handling is improved, now you should get at least the name of the
failing option in the log file, also -B shouldn't be applied on disk
without APM, see below.
Default behavior for hdparm 9.58+ds-2
No config (/etc/hdparm.conf doesn't list any drives):
* If disk supports APM, the defaults:
- on boot, -B 254
- on power, -B 254
- on battery -B 128 -S36 (3 min)
* no APM support:
- hdparm will not run (no config!)
If disk config is present in /etc/hdparm.conf:
* disk supports APM
- on boot, udev will call /lib/udev/hdparm, which in turn will call
/usr/lib/pm-utils/power.d/95hdparm-apm for apm options and hdparm
for other options.
- on power, /usr/lib/pm-utils/power.d/95hdparm-apm
- on battery, defaults -B 128 -S 36, use apm_battery and
spindown_time to set non-default values
* no APM support:
- force_spindown_time and other options are applied,
apm and spindown_time are ignored
For USB or FireWere disks, APM & spindown_time options are ignored,
other options are applied, force_spindown_time is applied too.
--- End Message ---