Click to See Complete Forum and Search --> : A small program
satimis
09-14-2003, 06:33 PM
Hi all folks,
RH9.0
=====
Can you help me recall a small program to stop iptables permanently so that it would not start to run on booting. This program can also stop other applictions from running.
Thanks in advance.
B.R.
satimis
fredg
09-14-2003, 06:39 PM
If it's started out of init.d, then /sbin/chkconfig is what you are looking for.
satimis
09-14-2003, 08:14 PM
Originally posted by fredg
If it's started out of init.d, then /sbin/chkconfig is what you are looking for.
Hi,
Thanks for your response
chkconfig can delele/add iptable. But what I am looking for is a samll program to start a window and from there you can enable/disable iptables with 'check' and other application. This program was running on RH7.3. I suppose it is also running on RH9.0. I forget the command to start it.
B.R.
satimis
fredg
09-14-2003, 08:19 PM
From shell
Usage: /etc/rc.d/init.d/iptables {start|stop|restart|condrestart|status|panic|save}
There is also something called Services in the Control Panel. Maybe that's what you are looking for?
satimis
09-15-2003, 10:39 PM
Hi
Noted with thanks
B.R.
satimis
Might it be one of those redhat-config-whateverit'scalled apps that RedHat was shipping a few versions ago, which was when I last used an RH distro? If so, just look for it at the CLI with:
whereis redhat*
or something like that. Hope they're still doing it. talk about a step in the right direction!
satimis
09-16-2003, 11:35 AM
Originally posted by nko
Might it be one of those redhat-config-whateverit'scalled apps that RedHat was shipping a few versions ago, which was when I last used an RH distro? If so, just look for it at the CLI with:
whereis redhat*
or something like that. Hope they're still doing it. talk about a step in the right direction!
Hi nko,
$ whereis redhat-config*
redhat-config*:
$ whatis redhat-config*
redhat-config-kickstart (8) - graphical interface for creating kickstart files
redhat-config-services (8) - Service Configuration Utility
$ find redhat-config*
find: redhat-config*: No such file or directory
All could not find them.
But
$ rpm -qa redhat-config*
redhat-config-mouse-1.0.5-1
redhat-config-printer-0.6.47-1
redhat-config-nfs-1.0.4-5
redhat-config-date-1.5.9-8
redhat-config-packages-1.1.8-1
redhat-config-network-tui-1.2.0-2
redhat-config-bind-1.9.0-13
redhat-config-network-1.2.0-2
redhat-config-printer-gui-0.6.47-1
redhat-config-securitylevel-1.1.1-3
redhat-config-services-0.8.4-1
redhat-config-keyboard-1.0.3-4
redhat-config-language-1.0.4-1
redhat-config-proc-0.21-1
redhat-config-users-1.1.5-7
redhat-config-xfree86-0.7.3-2
redhat-config-httpd-1.0.1-18
redhat-config-samba-1.0.4-1
redhat-config-kickstart-2.3.6-4
redhat-config-rootpassword-1.0.2-4
redhat-config-soundcard-1.0.4-2
discover all of thme.
Folks, are there other commands to search them other than rpm.
B.R.
satimis
hardcore
09-16-2003, 12:19 PM
The syntax you used for the find command was wrong. It should look something along the lines of this:
find / -name redhat-config*
and remember to run as root, so that permissions are not a problem. You could also use the locate command:
locate redhat-config*
Good luck searchin'
satimis
09-17-2003, 04:36 AM
Originally posted by hardcore
The syntax you used for the find command was wrong. It should look something along the lines of this:
find / -name redhat-config*
and remember to run as root, so that permissions are not a problem. You could also use the locate command:
locate redhat-config*
Good luck searchin'
Hi,
Thanks for your response
1)
# find / -name redhat-config*
displayed many files, not only commands but including their documents/manuals.
2)
# locate redhat-config*
displayed nothing. No response.
B.R.
satimis
In 7.3, the command was "serviceconf". I don't know if it still exists in later versions, but "redhat-config-services" should bring up the same window (or something similar).
funnyjedi
09-17-2003, 08:06 AM
I am not sure if this what you are looking for.
Try typing lokkit from the command line or
/usr/sbin/setup
and there is a firewall configuration.
satimis
09-17-2003, 08:34 AM
Originally posted by DMR
In 7.3, the command was "serviceconf". I don't know if it still exists in later versions, but "redhat-config-services" should bring up the same window (or something similar).
Hi
RH9.0
serviceconf and redhat-config-services start to the same program. I just test them. It allows you to star/stop/restart applications
B.R.
satimis
satimis
09-17-2003, 08:39 AM
Originally posted by funnyjedi
I am not sure if this what you are looking for.
Try typing lokkit from the command line or
/usr/sbin/setup
and there is a firewall configuration.
Hi,
lokkit is the prgram for firewall configuration allowing you to select security level
/usr/sbin/setup starts system configuration.
B.R.
satimis
Originally posted by satimis
Hi
RH9.0
serviceconf and redhat-config-services start to the same program. I just test them. It allows you to star/stop/restart applications
B.R.
satimis OK, that's the same as in 7.3, and that's the utility you want to use choose which services start (or don't) automatically at boot-up.
:)
satimis
09-17-2003, 10:19 PM
Originally posted by DMR
OK, that's the same as in 7.3, and that's the utility you want to use choose which services start (or don't) automatically at boot-up.
:)
Noted
B.R.
satimis
justlinux.com
Copyright 2007 Jupitermedia Corporation All Rights Reserved.