[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LPRng.deb package failure when apt-get upgrade from woody



As a guess, I'd say that's Bug#115235 (http://bugs.debian.org/115235). 
I ran into it a couple of days ago, when reinstalling after a disk
failure.  The fix is pretty simple... just apply the following patch to
/etc/init.d/lprng.

----- <SNIP> -----
--- lprng.orig	Mon Oct  8 15:10:11 2001
+++ lprng	Wed Oct 10 16:08:43 2001
@@ -27,7 +27,7 @@
 LPD_PORT=$(grep "^[[:space:]]*lpd_port" /etc/lprng/lpd.conf | cut -d "=" -f 2)
 if [ -z $LPD_PORT ]
 then
-  LPD_PORT=printer
+  LPD_PORT=515
 fi
 
 # Check lpd.conf for lockfile, Bug #44953, now in /etc/lprng Bug #66568
----- <SNIP> -----


On Sat, Oct 13, 2001 at 07:26:05PM -0400, Jeremy wrote:
> I consistently get this problem when I install a new system and apt-get 
> update from woody. the system gets all the packages and when it comes 
> time to unpack and install LPRng it fails and exits with a error status 
> 2. I think this needs to be fixed.
> 

Attachment: pgpc0A3O5DYNG.pgp
Description: PGP signature


Reply to: