Re: question: startscripts

2010-07-21 Thread Yaroslav Halchenko
I am sorry, probably I am missing the point but isn't it RTFM issue in how to
use sysv-rc to be able to revert back easily... e.g.:

$ sudo sysv-rc-conf --list ssh 
ssh  2:on   3:on4:on5:on
$ sudo sysv-rc-conf ssh off   
$ sudo sysv-rc-conf --list ssh
ssh  2:off  3:off   4:off   5:off
$ sudo sysv-rc-conf ssh on
$ sudo sysv-rc-conf --list ssh
ssh  2:on   3:on4:on5:on

or actually more 'evolved':
$ sudo sysv-rc-conf --list exim4  
exim40:off  1:off   2:on3:on4:on5:on6:off
$ sudo sysv-rc-conf exim4 off   
$ sudo sysv-rc-conf --list exim4
exim40:off  1:off   2:off   3:off   4:off   5:off   6:off
$ sudo sysv-rc-conf exim4 on
$ sudo sysv-rc-conf --list exim4
exim40:off  1:off   2:on3:on4:on5:on6:off

for 'all' would be a bash 1 liner I guess...

On Wed, 21 Jul 2010, Hans-J. Ullrich wrote:
 is there an easy way, to recreate all start- and stopscripts with theire 
 symlinks ? Hint: Some weeks ago, during an upgrade I changed to sysv-rc as 
 requested.
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2010072123.gh12...@onerussian.com



Re: question: startscripts

2010-07-21 Thread Hans-J. Ullrich
Am Mittwoch, 21. Juli 2010 schrieb Yaroslav Halchenko:
 I am sorry, probably I am missing the point but isn't it RTFM issue in how
 to use sysv-rc to be able to revert back easily... e.g.:
 
Hi Yaroslaw, 

sorry, I described it not quite clear. It is not the problem of sysv-rc, as 
after the change to sysv-rc everything worked well for months. 

But after an update some time ago, I got some problems with some starting 
timings. To specify: kdm/gdm/xdm is not staring at boot (and only at boot). 
When the computer is started, the command /etc/init.d/kdm restart let kdm 
startr like a charm.

So, I suppose, one of the scripts might be set wrong. Thus I wanted just to  
renewal them all. I mentioned sysv-rc, because I thought, it might be 
important to know for it. Again: There is no bug in sysv-rc!

Thanks for the response anyway. :)


Cheers

Hans



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007212212.30814.hans.ullr...@loop.de



Re: question: startscripts

2010-07-21 Thread James Vega
On Wed, Jul 21, 2010 at 4:12 PM, Hans-J. Ullrich hans.ullr...@loop.de wrote:
 Am Mittwoch, 21. Juli 2010 schrieb Yaroslav Halchenko:
 I am sorry, probably I am missing the point but isn't it RTFM issue in how
 to use sysv-rc to be able to revert back easily... e.g.:

 Hi Yaroslaw,

 sorry, I described it not quite clear. It is not the problem of sysv-rc, as
 after the change to sysv-rc everything worked well for months.

 But after an update some time ago, I got some problems with some starting
 timings. To specify: kdm/gdm/xdm is not staring at boot (and only at boot).
 When the computer is started, the command /etc/init.d/kdm restart let kdm
 startr like a charm.

If you have an nVidia card, it may be that KDM is not waiting long
enough for the video card to be initialized[0][1].

[0]: http://bugs.debian.org/583312
[1]: http://bugs.debian.org/583336
-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktilzor8zd1o9z0skwucltbcsctfyxxlxyt6i4...@mail.gmail.com



Re: question: startscripts

2010-07-21 Thread Hans-J. Ullrich
Hi James,

thank you for pointing me to these bugreports. I did not know them until now, 
but they are describing exactly my problem! Really thanks for it, great!!

I will now take a look for the problem in the next days, maybe I will find 
something out.

Cheers

Hans


 If you have an nVidia card, it may be that KDM is not waiting long
 enough for the video card to be initialized[0][1].
 
 [0]: http://bugs.debian.org/583312
 [1]: http://bugs.debian.org/583336


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201007212252.34341.hans.ullr...@loop.de