Devuan bug report logs - #687
python3-ipalib contains calls to nonexistent /bin/systemctl

version graph

Package: python3-ipalib; Maintainer for python3-ipalib is B. Stack <bgstack15@gmail.com>; Source for python3-ipalib is src:freeipa.

Reported by: Jernej Jakob <jernej.jakob@gmail.com>

Date: Thu, 7 Jul 2022 01:44:02 UTC

Severity: grave

Found in version 4.8.10-2+devuan3

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to devuan-bugs@lists.dyne.org, B. Stack <bgstack15@gmail.com>:
bug#687; Package python3-ipalib. (Thu, 07 Jul 2022 01:44:02 GMT) (full text, mbox, link).


Acknowledgement sent to Jernej Jakob <jernej.jakob@gmail.com>:
New bug report received and forwarded. Copy sent to B. Stack <bgstack15@gmail.com>. (Thu, 07 Jul 2022 01:44:06 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.devuan.org (full text, mbox, reply):

From: Jernej Jakob <jernej.jakob@gmail.com>
To: submit@bugs.devuan.org
Subject: python3-ipalib scripts contain calls to /bin/systemctl
Date: Thu, 7 Jul 2022 03:42:43 +0200
Package: python3-ipalib
Version: 4.8.10-2+devuan3
Severity: grave

This breaks dependent packages like freeipa-client.
For example, ipa-client-install does not work.

grepping for /bin/systemctl finds a match in
/usr/lib/python3/dist-packages/ipaplatform/base/paths.py
where SYSTEMCTL is defined and later used in
/usr/lib/python3/dist-packages/ipaplatform/base/services.py

This would need to be patched to use SysV init scripts instead.

Information forwarded to devuan-bugs@lists.dyne.org, B. Stack <bgstack15@gmail.com>:
bug#687; Package python3-ipalib. (Thu, 07 Jul 2022 12:32:02 GMT) (full text, mbox, link).


Acknowledgement sent to B Stack <bgstack15@gmail.com>:
Extra info received and forwarded to list. Copy sent to B. Stack <bgstack15@gmail.com>. (Thu, 07 Jul 2022 12:32:04 GMT) (full text, mbox, link).


Message #10 received at 687@bugs.devuan.org (full text, mbox, reply):

From: B Stack <bgstack15@gmail.com>
To: Jernej Jakob <jernej.jakob@gmail.com>, 687@bugs.devuan.org
Subject: Re: bug#687: python3-ipalib scripts contain calls to /bin/systemctl
Date: Thu, 7 Jul 2022 08:28:56 -0400
[Message part 1 (text/plain, inline)]
I maintain a package [1] in Ceres that provides a shell script that handles
the "systemctl" calls. I use python3-ipalib on my Devuan Ceres installs
with this dependency and it operates just fine. If you have a patch for
switching the embedded hardcoded invocations to service/update-rc.d
commands, I would be happy to review it!

B. Stack

[1]:
https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=systemctl-service-shim=0.0.2-1
[Message part 2 (text/html, inline)]

Information forwarded to devuan-bugs@lists.dyne.org, B. Stack <bgstack15@gmail.com>:
bug#687; Package python3-ipalib. (Thu, 07 Jul 2022 14:44:01 GMT) (full text, mbox, link).


Acknowledgement sent to Jernej Jakob <jernej.jakob@gmail.com>:
Extra info received and forwarded to list. Copy sent to B. Stack <bgstack15@gmail.com>. (Thu, 07 Jul 2022 14:44:04 GMT) (full text, mbox, link).


Message #15 received at 687@bugs.devuan.org (full text, mbox, reply):

From: Jernej Jakob <jernej.jakob@gmail.com>
To: 687@bugs.devuan.org, B Stack <bgstack15@gmail.com>
Subject: Re: bug#687: python3-ipalib scripts contain calls to /bin/systemctl
Date: Thu, 7 Jul 2022 16:42:14 +0200
On Thu, 7 Jul 2022 08:28:56 -0400
B Stack <bgstack15@gmail.com> wrote:

> I maintain a package [1] in Ceres that provides a shell script that handles
> the "systemctl" calls. I use python3-ipalib on my Devuan Ceres installs
> with this dependency and it operates just fine. If you have a patch for
> switching the embedded hardcoded invocations to service/update-rc.d
> commands, I would be happy to review it!
> 
> B. Stack
> 
> [1]:
> https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=systemctl-service-shim=0.0.2-1

Thanks, that's great, if it can be done without patching files in the
package. But I already have systemctl-service-shim installed, it is a
dependency of python3-ipalib. But it only provides /usr/sbin/systemctl,
not /bin/systemctl, which is where python3-ipalib expects it to be.
If I create a symlink there, ipa-client-install appears to go further,
but then hangs at:

2022-07-07T14:22:15Z DEBUG Backing up '/etc/chrony/chrony.conf'
2022-07-07T14:22:15Z DEBUG Backing up system configuration file '/etc/chrony/chrony.conf'
2022-07-07T14:22:15Z DEBUG Saving Index File to '/var/lib/ipa-client/sysrestore/sysrestore.index'
2022-07-07T14:22:15Z DEBUG Writing configuration to '/etc/chrony/chrony.conf'
2022-07-07T14:22:15Z ERROR Augeas failed to configure file /etc/chrony/chrony.conf
2022-07-07T14:22:15Z DEBUG Starting external process
2022-07-07T14:22:15Z DEBUG args=['/usr/sbin/selinuxenabled']
2022-07-07T14:22:15Z DEBUG Process execution failed
2022-07-07T14:22:15Z DEBUG Starting external process
2022-07-07T14:22:15Z DEBUG args=['/bin/systemctl', 'enable', 'chrony.service']
2022-07-07T14:25:45Z DEBUG Process interrupted

The systemctl enable process was hung for 3 minutes before I
interrupted with ctrl-C.

If I run it by hand, I see this infinite loop:

~# /bin/systemctl enable chrony.service
update-rc.d chrony enable
insserv: warning: script 'cgroups' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `cgroups'
insserv: Default-Stop  undefined, assuming empty stop runlevel(s) for script `cgroups'
 * rc-update: chrony already installed in runlevel `default'; skipping
update-rc.d chrony enable
insserv: warning: script 'cgroups' missing LSB tags
insserv: Default-Start undefined, assuming empty start runlevel(s) for script `cgroups'
insserv: Default-Stop  undefined, assuming empty stop runlevel(s) for script `cgroups'
 * rc-update: chrony already installed in runlevel `default'; skipping
update-rc.d chrony enable

and so on until I press ctrl-C.

So I think this is a bug in systemctl-service-shim ?

Added blocking bug(s) of 687: 688 Request was from Jernej Jakob <jernej.jakob@gmail.com> to control@bugs.devuan.org. (Thu, 07 Jul 2022 20:04:02 GMT) (full text, mbox, link).


Changed bug title to 'python3-ipalib contains calls to nonexistent /bin/systemctl' from 'python3-ipalib scripts contain calls to /bin/systemctl'. Request was from Jernej Jakob <jernej.jakob@gmail.com> to control@bugs.devuan.org. (Thu, 07 Jul 2022 20:04:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Fri Apr 26 02:34:49 2024;