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

2013-07-02 Thread Bob Proulx
> root@debian01:/etc/init.d# update-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 sequen

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

[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

Re: Dependency based boot sequencing and Canon printer

2012-05-15 Thread Claudius Hubig
other one 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 dep

Re: Dependency based boot sequencing and Canon printer

2012-05-14 Thread Rob Hurle
e 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 automatically :-) Anyone played with this

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 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 > > > was heard to say:

Re: dependency based boot sequencing

2009-09-08 Thread Daniel Burrows
On Wed, Sep 09, 2009 at 12:41:18AM +0900, Osamu Aoki 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 > > was heard to say: > > > Thanks for that suggestion but I don't use aptitude..I use apt, dpkg

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 > > was heard to say: > > > Thanks for that suggestion but I don't use aptitude..I use apt, dpkg, and > > > s

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 > was heard to say: > > Thanks for that suggestion but I don't use aptitude..I use apt, dpkg, and > > smartpm. > > > > dpkg -P works but it would seem each package must b

Re: dependency based boot sequencing

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

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

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 w

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 '/^r

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 /var/cache/apt/ar

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 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? Apropos to

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'

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 s