Re: Fixing a half-configured package

2013-04-16 Thread sirquijote
Thanks to everyone who responded on this issue. Following the advice I managed to get this sorted. Cheers :) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/19373.

Re: Fixing a half-configured package

2013-04-10 Thread Thilo Six
Hello Bob, Excerpt from Bob Proulx: -- -- > I will pull back to the safer higher level tool "dpkg-reconfigure" > which runs the postinst scripts. > > root@junk:~# dpkg-reconfigure nfs-kernel-server > insserv: Service nfs-common has to be enabled to start service > nfs-kernel-server > ins

Re: Fixing a half-configured package

2013-04-09 Thread Bob Proulx
Thilo Six wrote: > Excerpt from sirquij...@lavabit.com: > > insserv: Service nfs-common has to be enabled to start service > # Provides: nfs-common > # Required-Start:$portmap $time > # Required-Stop: $time > # Default-Start: 2 3 4 5 S > ... > I suppose the line '# Default-Star

Re: Fixing a half-configured package

2013-04-09 Thread Thilo Six
Hello Excerpt from sirquij...@lavabit.com: -- -- > Setting up nfs-kernel-server (1:1.2.2-4squeeze2) ... > insserv: Service nfs-common has to be enabled to start service compare this with yours: ,[ head -n 14 /etc/init.d/nfs-common ]--- #!/bin/bash ### BEGIN

Re: Fixing a half-configured package

2013-04-08 Thread sirquijote
> Hello sirquijote > > > Excerpt from sirquij...@lavabit.com: > > > -- -- > >> The usercommands script is just a simple one-liner that I inserted to >> turn >> off my laptop's screen on boot, just before login: >> CODE<< >> >> #! /bin/sh >> # /etc/init.d/usercommands >> # >> >> # Turn off the

Re: Fixing a half-configured package

2013-04-08 Thread Thilo Six
Hello sirquijote Excerpt from sirquij...@lavabit.com: -- -- > The usercommands script is just a simple one-liner that I inserted to turn > off my laptop's screen on boot, just before login: > >>> CODE<< > > #! /bin/sh > # /etc/init.d/usercommands > # > > # Turn off the display on boot > vb

Re: Fixing a half-configured package

2013-04-08 Thread sirquijote
> sirquij...@lavabit.com wrote: >> Setting up nfs-kernel-server (1:1.2.2-4squeeze2) ... >> insserv: warning: script 'K01usercommands' missing LSB tags and >> overrides > > That error message tells the problem. It says that the > K01usercommands script is missing the LSB tags. It will do nothing >

Re: Fixing a half-configured package

2013-04-08 Thread Bob Proulx
sirquij...@lavabit.com wrote: > Setting up nfs-kernel-server (1:1.2.2-4squeeze2) ... > insserv: warning: script 'K01usercommands' missing LSB tags and overrides That error message tells the problem. It says that the K01usercommands script is missing the LSB tags. It will do nothing more until th

Fixing a half-configured package

2013-04-08 Thread sirquijote
Hi, Debian 6.0.7 Stable Sorry, I've been trying to figure this out for myself and got nowhere. I'd like to fix it sooner than later because every time I run any aptitude/apt-get commands it shows the same warnings and clutters the screen. nfs-kernel-server appears to be half-configured ("C") ac