Devuan bug report logs -
#802
openrc: openrc-run: to many broken options
Reported by: Lorietta <lorietta2023@gmail.com>
Date: Sun, 19 Nov 2023 05:34:01 UTC
Severity: normal
Tags: debian
Found in version 0.45.2-2
Fixed in version 0.52.1-1
Done: Mark Hindley <mark@hindley.org.uk>
Reply or subscribe to this bug.
Toggle useless messages
Report forwarded
to devuan-bugs@lists.dyne.org, e697e365587869@beaconmessenger.com, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Sun, 19 Nov 2023 05:34:01 GMT) (full text, mbox, link).
Acknowledgement sent
to Lorietta <lorietta2023@gmail.com>
:
New bug report received and forwarded. Copy sent to e697e365587869@beaconmessenger.com, devuan-dev@lists.dyne.org
.
(Sun, 19 Nov 2023 05:34:02 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.devuan.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: openrc
Version: 0.45.2-2
Severity: normal
X-Debbugs-Cc: e697e365587869@beaconmessenger.com
Dear Maintainer,
When writing an init script with the openrc-run interpreter, and the
start-stop-daemon supervisor (used by default),
you cannot pass options such as 'output_log' and 'error_log',
because the Debian version of start-stop-daemon is incompatible with the
start-stop-daemon version from Gentoo.
openrc-run tries to pass options to start-stop-daemon that are known in
Gentoo,
but not understood by Debian's start-stop-daemon.
in this case, '--stdout' and '--stderror'. The Gentoo's start-stop-daemon
'--stderror' option has no equivalent in Debian,
the '--stdout' option can be replaced with '-O' or '--output'.
the same problem can be observed when using other options.
here is the complete list:
'output_log' (can be replaced with '--output' in Debian)
'error_log' (has no equivalent in Debian)
'output_logger' (has no equivalent in Debian)
'error_logger' (has no equivalent in Debian)
'capabilities' (has no equivalent in Debian)
For example, service 'myservice' with 'output_log=/var/log/myservice.log':
$ rc-service myservice start
Starting myservice ...
start-stop-daemon: unrecognized option "--stdout"
Try "start-stop-daemon --help" for more information.
Failed to start myservice
ERROR: myservice failed to start
I did not submit this bug to the Debian BTS because Debian has officially
switched to systemd
and I doubt that this bug report will be noticed there.
-- System Information:
Distributor ID: Devuan
Description: Devuan GNU/Linux 5 (daedalus)
Release: 5
Codename: daedalus
Architecture: x86_64
Kernel: Linux 6.1.0-13-amd64 (SMP w/6 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE
not set
Shell: /bin/sh linked to /bin/dash
Init: OpenRC (via /run/openrc), PID 1: openrc-init
Versions of packages openrc depends on:
ii insserv 1.24.0-1
ii libaudit1 1:3.0.9-1
ii libc6 2.36-9+deb12u3
ii libeinfo1 0.45.2-2
ii libpam0g 1.5.2-6+deb12u1
ii librc1 0.45.2-2
ii libselinux1 3.4-1+b6
openrc recommends no packages.
Versions of packages openrc suggests:
pn policycoreutils <none>
ii sysvinit-core 3.06-4devuan3
-- Configuration Files:
/etc/init.d/agetty [Errno 13] Permission denied: '/etc/init.d/agetty'
/etc/init.d/cgroups [Errno 13] Permission denied: '/etc/init.d/cgroups'
/etc/init.d/rc [Errno 13] Permission denied: '/etc/init.d/rc'
/etc/init.d/rcS [Errno 13] Permission denied: '/etc/init.d/rcS'
/etc/init.d/savecache [Errno 13] Permission denied: '/etc/init.d/savecache'
/etc/rc.conf changed [not included]
-- debconf-show failed
[Message part 2 (text/html, inline)]
Information forwarded
to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Mon, 20 Nov 2023 17:56:01 GMT) (full text, mbox, link).
Message #8 received at 802@bugs.devuan.org (full text, mbox, reply):
Control: tags -1 debian
Lorietta,
On Sun, Nov 19, 2023 at 04:32:19PM +1100, Lorietta wrote:
> Package: openrc
> Version: 0.45.2-2
> Severity: normal
> X-Debbugs-Cc: e697e365587869@beaconmessenger.com
> Dear Maintainer,
> When writing an init script with the openrc-run interpreter, and the
> start-stop-daemon supervisor (used by default),
> you cannot pass options such as 'output_log' and 'error_log',
> because the Debian version of start-stop-daemon is incompatible with
> the start-stop-daemon version from Gentoo.
This is by design. Having another start-stop-daemon on Debian with different
behaviour and options would create many problems.
> I did not submit this bug to the Debian BTS because Debian has
> officially switched to systemd
> and I doubt that this bug report will be noticed there.
It would have been -- I maintain the openrc package in Debian.
The best I can do is offer to document this more clearly. Probably the
README.Debian would be best.
What do you think?
Mark
Added tag(s) debian.
Request was from Mark Hindley <mark@hindley.org.uk>
to 802-submit@bugs.devuan.org
.
(Mon, 20 Nov 2023 17:56:02 GMT) (full text, mbox, link).
Information forwarded
to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Mon, 20 Nov 2023 20:22:01 GMT) (full text, mbox, link).
Message #13 received at 802@bugs.devuan.org (full text, mbox, reply):
This is an initial paragraph to add to README.Debian. Does it help?
Note that Debian's packaging excludes openrc's start-stop-daemon to avoid
changing the default implementation from src:dpkg. The two implementations
differ slightly in terms of the options accepted and their spelling. Ensure you
use options compatible with start-stop-daemon(1) in your scripts.
Can you improve it?
Thanks
Mark
Information forwarded
to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Tue, 21 Nov 2023 15:56:01 GMT) (full text, mbox, link).
Acknowledgement sent
to meow <lorietta2023@gmail.com>
:
Extra info received and forwarded to list. Copy sent to devuan-dev@lists.dyne.org
.
(Tue, 21 Nov 2023 15:56:02 GMT) (full text, mbox, link).
Message #18 received at 802@bugs.devuan.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
I think it is worth correcting the behavior when using the option 'output_log'.
it can be done without difficulty by simply editing the file /lib/rc/sh/start-stop-daemon.sh
should change the line number 48 from '${output_log+--stdout} $output_log '
to {output_log+--output} $output_log '.
this will allow to use the 'output_log' option with start-stop-daemon from Debian.
It is not possible to correct the behavior of the other options because they have no equivalent in the start-stop-daemon implementation from Debian.
Thank you!
On November 20, 2023 8:20:27 PM UTC, Mark Hindley <mark@hindley.org.uk> wrote:
>This is an initial paragraph to add to README.Debian. Does it help?
>
> Note that Debian's packaging excludes openrc's start-stop-daemon to avoid
> changing the default implementation from src:dpkg. The two implementations
> differ slightly in terms of the options accepted and their spelling. Ensure you
> use options compatible with start-stop-daemon(1) in your scripts.
>
>Can you improve it?
>
>Thanks
>
>Mark
[Message part 2 (text/html, inline)]
Information forwarded
to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Tue, 21 Nov 2023 18:02:01 GMT) (full text, mbox, link).
Acknowledgement sent
to meow <lorietta2023@gmail.com>
:
Extra info received and forwarded to list. Copy sent to devuan-dev@lists.dyne.org
.
(Tue, 21 Nov 2023 18:04:11 GMT) (full text, mbox, link).
Message #23 received at 802@bugs.devuan.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
maybe. but where can I read README.Debian?
This is the first I’m hearing of it.
Is it not better to mark these options as unsupported in the openrc-run manual page, or edit /lib/rc/sh/start-stop-daemon.sh to display a warning instead of passing the wrong options?
On November 20, 2023 5:53:19 PM UTC, Mark Hindley <mark@hindley.org.uk> wrote:
>Control: tags -1 debian
>
>Lorietta,
>
>On Sun, Nov 19, 2023 at 04:32:19PM +1100, Lorietta wrote:
>> Package: openrc
>> Version: 0.45.2-2
>> Severity: normal
>> X-Debbugs-Cc: e697e365587869@beaconmessenger.com
>> Dear Maintainer,
>> When writing an init script with the openrc-run interpreter, and the
>> start-stop-daemon supervisor (used by default),
>> you cannot pass options such as 'output_log' and 'error_log',
>> because the Debian version of start-stop-daemon is incompatible with
>> the start-stop-daemon version from Gentoo.
>
>This is by design. Having another start-stop-daemon on Debian with different
>behaviour and options would create many problems.
>
>> I did not submit this bug to the Debian BTS because Debian has
>> officially switched to systemd
>> and I doubt that this bug report will be noticed there.
>
>It would have been -- I maintain the openrc package in Debian.
>
>The best I can do is offer to document this more clearly. Probably the
>README.Debian would be best.
>
>What do you think?
>
>Mark
[Message part 2 (text/html, inline)]
Information forwarded
to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Thu, 23 Nov 2023 20:00:02 GMT) (full text, mbox, link).
Acknowledgement sent
to Mark Hindley <mark@hindley.org.uk>
:
Extra info received and forwarded to list. Copy sent to devuan-dev@lists.dyne.org
.
(Thu, 23 Nov 2023 20:00:02 GMT) (full text, mbox, link).
Message #28 received at 802@bugs.devuan.org (full text, mbox, reply):
On Tue, Nov 21, 2023 at 06:58:37PM +0000, meow wrote:
> maybe. but where can I read README.Debian?
/usr/share/doc/openrc/README.Debian
Mark
Information forwarded
to devuan-bugs@lists.dyne.org, devuan-dev@lists.dyne.org
:
bug#802
; Package openrc
.
(Fri, 24 Nov 2023 03:06:01 GMT) (full text, mbox, link).
Acknowledgement sent
to meow <lorietta2023@gmail.com>
:
Extra info received and forwarded to list. Copy sent to devuan-dev@lists.dyne.org
.
(Fri, 24 Nov 2023 03:06:02 GMT) (full text, mbox, link).
Message #33 received at 802@bugs.devuan.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Thanks.
But are you sure users will read this file? Many do not even know that it exists.
I understand that this is more difficult, but such bad behavior clearly needs to be documented more visibly for the general user.
at least add the 'incompatible with start-stop-daemon' overlay against these options in the openrc-run manual page..
On November 23, 2023 7:57:20 PM UTC, Mark Hindley <mark@hindley.org.uk> wrote:
>On Tue, Nov 21, 2023 at 06:58:37PM +0000, meow wrote:
>> maybe. but where can I read README.Debian?
>
>/usr/share/doc/openrc/README.Debian
>
>Mark
[Message part 2 (text/html, inline)]
Reply sent
to Mark Hindley <mark@hindley.org.uk>
:
You have taken responsibility.
(Tue, 28 Nov 2023 10:50:01 GMT) (full text, mbox, link).
Notification sent
to Lorietta <lorietta2023@gmail.com>
:
bug acknowledged by developer.
(Tue, 28 Nov 2023 10:50:02 GMT) (full text, mbox, link).
Message #38 received at 802-done@bugs.devuan.org (full text, mbox, reply):
Version: 0.52.1-1
I have uploaded openrc 0.52.1-1 to Debian which addresses this by warning about
and ignoring openrc-run options that are incompatible with src:dpkg's
start-stop-daemon.
Mark
Send a report that this bug log contains spam.