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
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
you could take a look at sysv-rc-conf or rcconf packages
> > > > 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.
> > >
> >
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
> >
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
I'm wondering witch is the Debian tool...like
insserv, chkconfig
NN
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
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
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
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
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
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
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
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
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
* 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
* 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
&
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
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?
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
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/
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
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
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
39 matches
Mail list logo