update-rc.d error: using dependency based boot sequencing?

2013-07-02 Thread Art Huston
defaults update-rc.d: using dependency based boot sequencing What is the fix? Thanks, Art

Re: update-rc.d error: using dependency based boot sequencing?

2013-07-02 Thread Bob Proulx
-rc.d tightvncserver defaults update-rc.d: using dependency based boot sequencing What is the fix? None. There is no problem there. That is not an error message. That is an information statement. You are using dependency based boot sequencing. A factoid. No problem. Dance a jig. Be happy

[SOLVED] Re: Dependency based boot sequencing and printers

2012-05-18 Thread Rob Hurle
I found what I was ding wrong:  The printer has stopped working!  I'm suspicious of the dependency-based sequencing since that was the only upgrade which mentioned the printer, but another one of the upgrades may well have disturbed the printing system.  Before I start the tedious

Re: Dependency based boot sequencing and Canon printer

2012-05-15 Thread Claudius Hubig
of the upgrades may well have disturbed the printing system.  Before I start the tedious debugging Manually stopping both daemons and then starting cupsd before the Canon daemon ccpd brought everything back together again. Now to learn how to use dependency-based boot sequencing to have this done

Re: Dependency based boot sequencing and Canon printer

2012-05-14 Thread Rob Hurle
.  Before I start the tedious debugging Manually stopping both daemons and then starting cupsd before the Canon daemon ccpd brought everything back together again. Now to learn how to use dependency-based boot sequencing to have this done automatically :-) Anyone played with this already? Cheers, Rob

Re: dependency based boot sequencing

2009-09-12 Thread Osamu Aoki
On Tue, Sep 08, 2009 at 08:50:25PM -0700, Daniel Burrows wrote: On Wed, Sep 09, 2009 at 12:41:18AM +0900, Osamu Aoki os...@debian.org was heard to say: On Tue, Sep 08, 2009 at 07:54:24AM -0700, Daniel Burrows wrote: On Sun, Sep 06, 2009 at 03:53:06PM -0400, Charles Kroeger

Re: dependency based boot sequencing

2009-09-08 Thread Andrei Popescu
On Sun,06.Sep.09, 23:19:39, Teemu Likonen wrote: On 2009-09-06 23:17 (+0300), Teemu Likonen wrote: I think aptitude purge ~c is much simpler than a command like: COLUMN=200 dpkg --list | awk '/^rc/ {print $2}' | xargs -r dpkg -P -- ^^ Must be COLUMNS. But is it really

Re: dependency based boot sequencing

2009-09-08 Thread Daniel Burrows
On Sun, Sep 06, 2009 at 03:53:06PM -0400, Charles Kroeger ckro...@frankensteinface.com was heard to say: Thanks for that suggestion but I don't use aptitude..I use apt, dpkg, and smartpm. dpkg -P package works but it would seem each package must be listed seperately. Is there a command

Re: dependency based boot sequencing

2009-09-08 Thread Osamu Aoki
On Tue, Sep 08, 2009 at 07:54:24AM -0700, Daniel Burrows wrote: On Sun, Sep 06, 2009 at 03:53:06PM -0400, Charles Kroeger ckro...@frankensteinface.com was heard to say: Thanks for that suggestion but I don't use aptitude..I use apt, dpkg, and smartpm. dpkg -P package works but it

Re: dependency based boot sequencing

2009-09-08 Thread Andrew Sackville-West
On Wed, Sep 09, 2009 at 12:41:18AM +0900, Osamu Aoki wrote: On Tue, Sep 08, 2009 at 07:54:24AM -0700, Daniel Burrows wrote: On Sun, Sep 06, 2009 at 03:53:06PM -0400, Charles Kroeger ckro...@frankensteinface.com was heard to say: Thanks for that suggestion but I don't use aptitude..I use

Re: dependency based boot sequencing

2009-09-08 Thread Daniel Burrows
On Wed, Sep 09, 2009 at 12:41:18AM +0900, Osamu Aoki os...@debian.org was heard to say: On Tue, Sep 08, 2009 at 07:54:24AM -0700, Daniel Burrows wrote: On Sun, Sep 06, 2009 at 03:53:06PM -0400, Charles Kroeger ckro...@frankensteinface.com was heard to say: Thanks for that suggestion but

Re: dependency based boot sequencing

2009-09-06 Thread Andrei Popescu
On Sat,05.Sep.09, 21:33:42, Charles Kroeger wrote: Some questions: is there a command in dpkg to purge these package related files 'after' the package has been removed? Sure, but it is easier to use aptitude: # aptitude purge ~c Regards, Andrei -- If you can't explain it simply, you don't

Re: dependency based boot sequencing

2009-09-06 Thread Charles Kroeger
# aptitude purge ~c Thanks for that suggestion but I don't use aptitude..I use apt, dpkg, and smartpm. dpkg -P package works but it would seem each package must be listed seperately. Is there a command that gets all the unpurged stuff in one go, like your suggestion above with apititude?

Re: dependency based boot sequencing

2009-09-06 Thread Nuno Magalhães
On Sat,05.Sep.09, 21:33:42, Charles Kroeger wrote: Some questions: is there a command in dpkg to purge these package related files 'after' the package has been removed? I hacked up this little script, which i often use: apt-get autoclean; apt-get autoremove; orphaner; rm -f

Re: dependency based boot sequencing

2009-09-06 Thread Teemu Likonen
On 2009-09-06 15:53 (-0400), Charles Kroeger wrote: # aptitude purge ~c Thanks for that suggestion but I don't use aptitude..I use apt, dpkg, and smartpm. Well, use aptitude then! :-) I think aptitude purge ~c is much simpler than a command like: COLUMN=200 dpkg --list | awk '/^rc/

Re: dependency based boot sequencing

2009-09-06 Thread Teemu Likonen
On 2009-09-06 23:17 (+0300), Teemu Likonen wrote: I think aptitude purge ~c is much simpler than a command like: COLUMN=200 dpkg --list | awk '/^rc/ {print $2}' | xargs -r dpkg -P -- ^^ Must be COLUMNS. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

dependency based boot sequencing

2009-09-05 Thread Charles Kroeger
I'm using apt 0.7.23.1. I did an apt-get dist-upgrade I received the following error messages: Setting up sysv-rc (2.87dsf-3) ... info: Checking if it is safe to convert to dependency based boot. error: Unable to migrate to dependency based boot sequencing. The error message invoked a screen