package slpd 1.2.1-9 failed to install/upgrade

Bug #1047561 reported by Paulo Matos
44
This bug affects 8 people
Affects Status Importance Assigned to Milestone
openslp-dfsg (Ubuntu)
Confirmed
High
Michi Pössinger

Bug Description

While trying to upgrade from xubuntu 12.10 beta 3, slpd fails.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: slpd 1.2.1-9
ProcVersionSignature: Ubuntu 3.5.0-10.10-generic 3.5.1
Uname: Linux 3.5.0-10-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.5.1-0ubuntu4
Architecture: amd64
Date: Fri Sep 7 19:33:48 2012
ErrorMessage:

InstallationMedia: Xubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724)
SourcePackage: openslp-dfsg
Title: package slpd 1.2.1-9 failed to install/upgrade
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Paulo Matos (pmatos) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in openslp-dfsg (Ubuntu):
status: New → Confirmed
Revision history for this message
Mark A. Hershberger (hexmode) wrote :

$ sudo apt-get install slpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  slpd
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 0 B/67.8 kB of archives.
After this operation, 187 kB of additional disk space will be used.
Selecting previously unselected package slpd.
(Reading database ... 390915 files and directories currently installed.)
Unpacking slpd (from .../slpd_1.2.1-9_amd64.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up slpd (1.2.1-9) ...
+ [ configure = configure ]
+ dpkg --compare-versions le 1.2.1-7.6
+ echo Reinstalling init script for new priorities ...
Reinstalling init script for new priorities ...
+ update-rc.d slpd remove
update-rc.d: /etc/init.d/slpd exists during rc.d purge (use -f to force)
dpkg: error processing slpd (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead ...
Errors were encountered while processing:
 slpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
reja (ubuntu-reja) wrote :

$ sudo apt-get remove slpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  slpd
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 187 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 314203 files and directories currently installed.)
Removing slpd ...
Stopping OpenSLP server: slpd.
Processing triggers for man-db ...
Processing triggers for ureadahead ...
~$ sudo apt-get install slpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  slpd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/67.8 kB of archives.
After this operation, 187 kB of additional disk space will be used.
Selecting previously unselected package slpd.
(Reading database ... 314198 files and directories currently installed.)
Unpacking slpd (from .../slpd_1.2.1-9_amd64.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up slpd (1.2.1-9) ...
+ [ configure = configure ]
+ dpkg --compare-versions le 1.2.1-7.6
+ echo Reinstalling init script for new priorities ...
Reinstalling init script for new priorities ...
+ update-rc.d slpd remove
update-rc.d: /etc/init.d/slpd exists during rc.d purge (use -f to force)
dpkg: error processing slpd (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 slpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

Revision history for this message
Boris Rybalkin (ribalkin) wrote :

THis is still broken on Kubuntu 13.10 x64

Revision history for this message
J G Miller (jgmiller) wrote :

3 releases ( Raring Ringtail, Saucy Salamander, Trusty Tahr) after this bug was reported for Quantal Quetzal , the installation of the slpd package is still broken .

PRETTY_NAME="Ubuntu 14.04 LTS"
VERSION="14.04, Trusty Tahr"

Tue Jun 3 17:00:22 BST 2014

[17:00] puma:{init.d/}# dpkg --purge slpd
(Reading database ... 497107 files and directories currently installed.)
Removing slpd (1.2.1-9) ...
Stopping OpenSLP server: slpd.
Purging configuration files for slpd (1.2.1-9) ...
Processing triggers for man-db (2.6.7.1-1) ...

[17:00] puma:{init.d/}# apt-get install slpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  slpd
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 0 B/67.8 kB of archives.
After this operation, 187 kB of additional disk space will be used.
Selecting previously unselected package slpd.
(Reading database ... 497095 files and directories currently installed.)
Preparing to unpack .../slpd_1.2.1-9_amd64.deb ...
Unpacking slpd (1.2.1-9) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up slpd (1.2.1-9) ...
+ [ configure = configure ]
+ dpkg --compare-versions le 1.2.1-7.6
+ echo Reinstalling init script for new priorities ...
Reinstalling init script for new priorities ...
+ update-rc.d slpd remove
update-rc.d: /etc/init.d/slpd exists during rc.d purge (use -f to force)
dpkg: error processing package slpd (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 slpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

The error is in the package post-installation script

/var/lib/dpkg/info.slpd.postinst

line 9: update-rc.d slpd remove

All that is needed is the addtion of "-f" as in

update-rc.d -f slpd remove

Is the addition of a "-f" too arduous for the maintainer of this package to do in nearly 18 months since this bug was first reported?

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

openslp-dfsg seems to be completely unmaintained in Debian and Ubuntu. The debian/changelog of the openslp-dfsg source package is last touched 06 Feb 2012 and got orphaned by its last Debian maintainer on 19 Dec 2011.

Is SLP still used nowadays?

Changed in openslp-dfsg (Ubuntu):
importance: Undecided → High
Changed in openslp-dfsg (Ubuntu):
assignee: nobody → Michi Pössinger (michistrainings)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.