Re: Is chkconfig gone?

2019-10-01 Thread Roberto C . Sánchez
On Wed, Oct 02, 2019 at 06:58:16AM +0900, "세벌" wrote: > > [1]https://packages.debian.org/search?lang=en&searchon=names&keywords=chkconfig > >shows jessie. > >  > > Where is buster's chkconfig ? > >Is chkconfig removed

Re: Does anyone know where chkconfig went?

2019-05-12 Thread Gene Heskett
On Friday 10 May 2019 11:28:41 am Gene Heskett wrote: > Greetings all; > > This was an rcx.d thing that adjusted what ran in what run-level. > > I need to shut off all the nut stuff. Because this rt kernal didn't > bring usbhid-ups to the party, needed to talk to my ups, my logs are > being spamme

Re: Does anyone know where chkconfig went?

2019-05-11 Thread didier gaumet
you could take a look at sysv-rc-conf or rcconf packages

Re: Does anyone know where chkconfig went?

2019-05-10 Thread Gene Heskett
> > > > my logs are being spammed by non-connection msgs. Several a > > > > minute. Maybe its been renamed between wheezy and stretch? IDK. > > > > > > chkconfig has a package page. Developer Information is on that > > > page. > > > > >

Re: Does anyone know where chkconfig went?

2019-05-10 Thread Brian
t run-level. > > > > > > I need to shut off all the nut stuff. Because this rt kernal didn't > > > bring usbhid-ups to the party, needed to talk to my ups, my logs are > > > being spammed by non-connection msgs. Several a minute. Maybe its > >

Re: Does anyone know where chkconfig went?

2019-05-10 Thread Gene Heskett
ernal didn't > > bring usbhid-ups to the party, needed to talk to my ups, my logs are > > being spammed by non-connection msgs. Several a minute. Maybe its > > been renamed between wheezy and stretch? IDK. > > chkconfig has a package page. Developer Information is on tha

Re: Does anyone know where chkconfig went?

2019-05-10 Thread Gene Heskett
On Friday 10 May 2019 11:41:00 am An Liu wrote: > Hi, Gene, > > Maybe systemd is what you are after > https://wiki.debian.org/systemd > > > Hope it help. It might be a usefull tut if I can wade through the politics. Thank you. Cheers, Gene Heskett -- "There are four boxes to be used in defens

Re: Does anyone know where chkconfig went?

2019-05-10 Thread Brian
ups, my logs are being > spammed by non-connection msgs. Several a minute. Maybe its been renamed > between wheezy and stretch? IDK. chkconfig has a package page. Developer Information is on that page. -- Brian.

Re: Does anyone know where chkconfig went?

2019-05-10 Thread An Liu
Hi, Gene, Maybe systemd is what you are after https://wiki.debian.org/systemd Hope it help. On Fri, May 10, 2019 at 9:29 AM Gene Heskett wrote: > > Greetings all; > > This was an rcx.d thing that adjusted what ran in what run-level. > > I need to shut off all the nut stuff. Because this rt ker

Does anyone know where chkconfig went?

2019-05-10 Thread Gene Heskett
Greetings all; This was an rcx.d thing that adjusted what ran in what run-level. I need to shut off all the nut stuff. Because this rt kernal didn't bring usbhid-ups to the party, needed to talk to my ups, my logs are being spammed by non-connection msgs. Several a minute. Maybe its been rename

Re: Script similar to Redhat chkconfig

2005-01-01 Thread JohnOfArc
On Thu, 30 Dec 2004 11:15:47 -0500, Ian Meyer wrote: > Does something like this exist for Debian? > > I know the update-rc.d is there to add/remove services to rcX.d but > chkconfig will list the services and what their runlevels are and > whether or not they are started/stoppe

Re: Script similar to Redhat chkconfig

2004-12-30 Thread Andrea Vettorello
for Debian? > > > > > > I know the update-rc.d is there to add/remove services to rcX.d but > > > chkconfig will list the services and what their runlevels are and > > > whether or not they are started/stopped. Just curious, is all. > > > > > > &g

Re: Script similar to Redhat chkconfig

2004-12-30 Thread Ian Meyer
Jeronimo Pellegrini wrote: On Thu, Dec 30, 2004 at 05:33:28PM +0100, Andrea Vettorello wrote: On Thu, 30 Dec 2004 11:15:47 -0500, Ian Meyer <[EMAIL PROTECTED]> wrote: Does something like this exist for Debian? I know the update-rc.d is there to add/remove services to rcX.d but chkconfig wil

Re: Script similar to Redhat chkconfig

2004-12-30 Thread Jeronimo Pellegrini
On Thu, Dec 30, 2004 at 05:33:28PM +0100, Andrea Vettorello wrote: > On Thu, 30 Dec 2004 11:15:47 -0500, Ian Meyer <[EMAIL PROTECTED]> wrote: > > Does something like this exist for Debian? > > > > I know the update-rc.d is there to add/remove services to rcX.d but

Re: Script similar to Redhat chkconfig

2004-12-30 Thread Andrea Vettorello
On Thu, 30 Dec 2004 11:15:47 -0500, Ian Meyer <[EMAIL PROTECTED]> wrote: > Does something like this exist for Debian? > > I know the update-rc.d is there to add/remove services to rcX.d but > chkconfig will list the services and what their runlevels are and > whether or

Script similar to Redhat chkconfig

2004-12-30 Thread Ian Meyer
Does something like this exist for Debian? I know the update-rc.d is there to add/remove services to rcX.d but chkconfig will list the services and what their runlevels are and whether or not they are started/stopped. Just curious, is all. Thanks, Ian -- To UNSUBSCRIBE, email to [EMAIL

Re: What is equivalent to chkconfig?

2002-10-04 Thread martin f krafft
also sprach D. Joe Anderson <[EMAIL PROTECTED]> [2002.10.04.2313 +0200]: > Not sure I can address the rest of your questions and comments, but > the 'rcconf' package provides a very simple way of setting services > to start or not at boot time. So does file-rc. -- martin; (greeting

Re: What is equivalent to chkconfig?

2002-10-04 Thread D. Joe Anderson
e provides a very simple way of setting services to start or not at boot time. I started using chkconfig on IRIX 6.2, maybe earlier, back before it was ported for Redhat. I have to say I don't miss it terribly much on Debian now that I know about rcconf, though I'm not one to fine-tune m

What is equivalent to chkconfig?

2002-10-04 Thread Grant Edwards
I'm trying to figure out what command is used in Debian to enable/disable init.d services at various runlevels. Something equivalient to the old SGI utility "chkconfig" that has been adopted by RedHat. Everytime this question is asked, the answer given is "update-rc.d&q

Re: chkconfig

2002-09-02 Thread Bob Proulx
Nikodim Nikodimov <[EMAIL PROTECTED]> [2002-09-02 15:59:52 +0300]: > I'm wondering witch is the Debian tool...like insserv, chkconfig You are looking for update-rc.d. That is the similar command under Debian. Be sure to read the debian policy manual referenced here which cov

chkconfig

2002-09-02 Thread Nikodim Nikodimov
I'm wondering witch is the Debian tool...like insserv, chkconfig   NN  

Re: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Xeno Campanoli
Neil Darlow wrote: > > On 3/7/02, 12:42:05 PM, Arthur H. Johnson II wrote: > > > How is creating the symlinks yourself any less clean than using a > > program to create the symlinks "automatically?" I think this is mostly > > a difference of opinion. > > Simply, that by using update-rc.d no kno

RE: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Neil Darlow
On 3/7/02, 12:42:05 PM, Arthur H. Johnson II wrote: > How is creating the symlinks yourself any less clean than using a > program to create the symlinks "automatically?" I think this is mostly > a difference of opinion. Simply, that by using update-rc.d no knowledge of the directory structure of

RE: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Arthur H. Johnson II
How is creating the symlinks yourself any less clean than using a program to create the symlinks "automatically?" I think this is mostly a difference of opinion. When I want to add a service, I simply cd to /etc/rc2.d, and run: ln -s ../init.d/service S20service Quite simple really. If I need i

RE: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Neil Darlow
On 03/06/2002 at 19:54:28, Arthur H. Johnson II said: > Why dont you just create the symlinks yourself. Its what I do. Because that's dirty. Use Debian's update-rc.d utility instead. Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow <[EMAIL PROTECTED]> GPG Fingerprint = 359D

Re: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Johann Spies
On Wed, Mar 06, 2002 at 05:17:12PM -0500, Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? Apart from what the othe

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Arthur H. Johnson II
Why dont you just create the symlinks yourself. Its what I do. On Wed, 2002-03-06 at 17:17, Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package

RE: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Sean 'Shaleh' Perry
On 06-Mar-2002 Michael Marziani wrote: > I want to: > > > NAME > chkconfig - updates and queries runlevel information for >system services > > DESCRIPTION >chkconfig provides a simple command-line tool for main- >taining

RE: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Michael Marziani
I want to: NAME chkconfig - updates and queries runlevel information for system services DESCRIPTION chkconfig provides a simple command-line tool for main- taining the /etc/rc[0-6].d directory hierarchy by reliev- ing system administrators of the task

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Alan Shutko
Michael Marziani <[EMAIL PROTECTED]> writes: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? update-rc.d is pretty much the equ

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Vineet Kumar
* Michael Marziani ([EMAIL PROTECTED]) [020306 14:33]: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? Not really. There's the upda

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Dimitri Maziuk
* Sean 'Shaleh' Perry ([EMAIL PROTECTED]) spake thusly: > > On 06-Mar-2002 Michael Marziani wrote: > > I've poked around dselect and can't find chkconfig. Is this included in > > some larger package of handy admin utils? If no chkconfig, is there a &

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Xeno Campanoli
lly -f: force And as he stated, the "." is part of the name, yes. > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Sean 'Shaleh' Perry
On 06-Mar-2002 Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? > chkconfig is a redhat ism. What are you trying to accomplish?

chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Michael Marziani
I've poked around dselect and can't find chkconfig. Is this included in some larger package of handy admin utils? If no chkconfig, is there a package that does something similar? Thanks! -Mike _ Michael D. Marziani Systems Administrator Keller Willi

Re: chkconfig --add equivalent

2002-02-24 Thread Cameron Kerr
On Sat, 23 Feb 2002, Xeno Campanoli wrote: > chkconfig --add fwconfig man update-rc.d Don't forget the `.' Chkconfig is a Redhat (well, Ultrix really, IIRC) thing. Cameron Kerr -- [EMAIL PROTECTED] http://homepages.paradise.net.nz/~cameronk/

chkconfig --add equivalent

2002-02-23 Thread Xeno Campanoli
Okay, I'm swinging on thin rope here, but I'm looking at a line that says: chkconfig --add fwconfig on 467 of Mann's and Mitchell's LSS book (where fwconfig is a setup script) and it says this is supposed to put in all the nice startup and kill connections in y

Re: where I can find chkconfig

2000-01-01 Thread Ethan Benson
On 31/12/1999 dinakar desai wrote: Where I can find package chkconfig. I was installing manually apache and mysql and instructions asked to use chkconfig and i can find this package on debian. I really appreciate your help in this regard it is not available in Debian, use update-rc.d

where I can find chkconfig

1999-12-31 Thread dinakar desai
Hello Everyone: Where I can find package chkconfig. I was installing manually apache and mysql and instructions asked to use chkconfig and i can find this package on debian. I really appreciate your help in this regard Thank you. With best regards Dinakar