Package: zephyr-clients
Version: 3.0.1-1
Hi Karl,
zephyr-clients.postinst contains the following snippet:
# this script does not necessarily fail if these do
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d zhm restart
else
/etc/init.d/zhm restart
fi
I don't really believe the comment, since the script is set -e. I ran into
this when upgrading my laptop to testing, since something partway through
the upgrade process broke my old version of network-manager-gnome, and so
I lost network for the install. The postinst broke as follows:
Setting up zephyr-clients (3.0.1-1) ...
Installing new version of config file /etc/init.d/zhm ...
Restarting zephyr host manager: No valid primary server found, exiting.
invoke-rc.d: initscript zhm, action "restart" failed.
dpkg: error processing zephyr-clients (--configure):
subprocess installed post-installation script returned error exit status
16
This seems to be a reintroduction of #174535. I wonder if the set -e
wasn't present at the time?
--
Geoffrey Thomas
geo...@mit.edu
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org