Your message dated Sun, 04 Sep 2022 07:39:49 +0100
with message-id <[email protected]>
and subject line Re: Bug#933298: qcontrold systemd unit possible typo
has caused the Debian Bug report #933298,
regarding qcontrold systemd unit possible typo
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.)
--
933298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933298
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qcontrol
Version: 0.5.6-4~bpo9+1
Severity: important
Tags: patch
Hello maintainer!
There seems to be a small typo, related to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781886,
in the qcontrold systemd unit.
The unit depends on:
/dev/input/by-path/platform-gpio_keys-event
The actual file to watch for seems to be:
/dev/input/by-path/platform-gpio-keys-event
Here's a patch:
---8<---
--- a/lib/systemd/system/qcontrold.service 2018-05-27 12:00:11.000000000
+0200
+++ b/etc/systemd/system/qcontrold.service 2019-07-28 21:22:34.048521392
+0200
@@ -1,7 +1,7 @@
[Unit]
Description=qcontrold
-Requires=dev-input-by\x2dpath-platform\x2dgpio_keys\x2devent.device
-After=dev-input-by\x2dpath-platform\x2dgpio_keys\x2devent.device
+Requires=dev-input-by\x2dpath-platform\x2dgpio\x2dkeys\x2devent.device
+After=dev-input-by\x2dpath-platform\x2dgpio\x2dkeys\x2devent.device
# If the config file is there, we assume qcontrol works on this machine.
ConditionPathExists=/etc/qcontrol.conf
---8<---
Thank you!
-- System Information:
Debian Release: 9.9
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: armel (armv5tel)
Kernel: Linux 4.19.0-0.bpo.5-marvell
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages qcontrol depends on:
ii libc6 2.24-11+deb9u4
ii liblua5.1-0 5.1.5-8.1+b2
ii udev 232-25+deb9u11
qcontrol recommends no packages.
qcontrol suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Tue, 2022-08-02 at 09:57 +0200, Arnaud Rebillout wrote:
> > There seems to be a small typo, related to
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781886,
> > in the qcontrold systemd unit.
> >
> > The unit depends on:
> > /dev/input/by-path/platform-gpio_keys-event
> >
> > The actual file to watch for seems to be:
> > /dev/input/by-path/platform-gpio-keys-event
>
> Just updated my QNAP TS-219 to Debian bullseye. For me, the path is
> with an underscore (/dev/input/by-path/platform-gpio_keys-event), so
> it's all good.
Thanks for confirming, FWIW it is the same on my buster systems.
I think perhaps the use of - instead of _ was a glitch in a small range
of kernels.
In any case this issue was reported against the Stretch (o-o-stable)
backports version of the package with a Stretch-backports kernel, since
it has now been confirmed to not be present in either Buster or
Bullseye which both seem to use the _ version of the name I am closing.
Ian
--- End Message ---