<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
Is it possible I have stop some of service by using ntsysv ?<br>
If so, which services must be started ?<br>
<br>
For my fc9 system screen :<br>
<br>
[root@svr1 ~]# which system-config-network<br>
/usr/sbin/system-config-network<br>
[root@svr1 ~]# rpm -qf /usr/sbin/system-config-network<br>
system-config-network-tui-1.5.7-1.fc9.noarch<br>
[root@svr1 ~]#<br>
<br>
Thanks.<br>
<br>
Edward.<br>
<br>
Timothy Murphy wrote:<br>
<blockquote cite="midgbvn1g$cf0$1@ger.gmane.org" type="cite">
  <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">[root@svr1 ~]# chkconfig --list | grep -i net
NetworkManager 0:off 1:off 2:on 3:on 4:on 5:on 6:on
network 0:off 1:off 2:off 3:on 4:off 5:off 6:on
    </pre>
  </blockquote>
  <pre wrap=""><!---->
So you are running the NM service rather than the network service.
(They are sort of alternatives.)

  </pre>
  <blockquote type="cite">
    <pre wrap="">So, which services musted be started up and which packages must be
installed, then we can use system-config-network ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You haven't said what happens if you type "system-config-network"
and press Enter.
Personally, I am asked for the root password.
I can see what package the application comes from:
--------------------------
tim@alice ~]$ which system-config-network
/usr/bin/system-config-network
[tim@alice ~]$ rpm -qf /usr/bin/system-config-network
system-config-network-tui-1.5.10-1.fc9.noarch
--------------------------
So if I didn't have this application I could get it by
"sudo yum install system-config-network-tui".
But that is probably not your question.


  </pre>
</blockquote>
</body>
</html>