Xen schreef op 13-05-2017 14:07:
--- /etc/init.d/libnss-ldap.old 2017-05-13 15:03:05.867280470 +0200
+++ /etc/init.d/libnss-ldap 2017-05-13 14:51:05.326809059 +0200
@@ -6,4 +6,4 @@
# Required-Stop: mountall.sh
-# Default-Start:
-# Default-Stop: 0 1 6
+# Default-Start: 2 3 4 5
I wrote here earlier apparently about libnss-ldap needing a systemd
service file or at least not installing its service that it uses to add
system groups to an ignore list so nsswitch won't try to get them from
LDAP.
Upon installation of this service on a Kubuntu 16.04 system
/us
Xen schreef op 13-05-2017 12:22:
I thought earlier that this would be some error with update-rc.d.
I am sorry. Here is a rundown of the issue.
The postinst script for libnss-ldap calls invoke-rc.d start which would
normally take care of part of the issue.
However the "local script p
t SystemD does itself:
[Unit]
Documentation=man:systemd-sysv-generator(8)
SourcePath=/etc/init.d/libnss-ldap
Description=LSB: Updates /etc/ldap.conf
Before=shutdown.target
Conflicts=shutdown.target
[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
Re
ystemd, but it does otherwise work.
It has RemainAfterExit=yes and Type=oneshot refinements not found in
your example.
> Alternatively the script /usr/sbin/update-rc.d would need to be fixed such
> that it supports an init file with no start levels.
>
> Strangely the postinst script exe
It appears that SystemD does not allow for services to just be started
when a shutdown target is reached or is in the process or being reached.
The libnss-ldap package contains a script that enumerates low-ranking
usernames (from system users) and adds them to the
nss_initgroups_ignoreusers
Hello List,
how do i best upgrade libnss-ldap from dapper (libnss-ldap
238-1.1ubuntu1) to libnss-ldap version >= v245?
Without ending up in a dependency disaster, of course ;)
I tried to use the source package from hardy, but then i run into
dependecny problems with packages that do not ex