<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: can't run service in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030684#M5827</link>
    <description>Please make sure you have nfs-utils installed.&lt;BR /&gt;You can use "rpm -q nfs-utils" to verify that it's installed.  If not, you'll need to install it to get nfs.  Good luck,&lt;BR /&gt;Tom</description>
    <pubDate>Wed, 23 Jul 2003 04:56:11 GMT</pubDate>
    <dc:creator>Tom Ward_1</dc:creator>
    <dc:date>2003-07-23T04:56:11Z</dc:date>
    <item>
      <title>can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030683#M5826</link>
      <description>I have newly install a RH 8  , i want to start the nfs service with the command " # service nfs restart " , but it pop up "-bash: service: command not found" , how can i fix the problem ? thx</description>
      <pubDate>Wed, 23 Jul 2003 04:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030683#M5826</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-07-23T04:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030684#M5827</link>
      <description>Please make sure you have nfs-utils installed.&lt;BR /&gt;You can use "rpm -q nfs-utils" to verify that it's installed.  If not, you'll need to install it to get nfs.  Good luck,&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 23 Jul 2003 04:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030684#M5827</guid>
      <dc:creator>Tom Ward_1</dc:creator>
      <dc:date>2003-07-23T04:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030685#M5828</link>
      <description>The other thing you might want to look at is how you got root access.  If you didn't "/bin/su -", you won't have "/sbin" in your path, thus 'service' won't be runable like that.</description>
      <pubDate>Wed, 23 Jul 2003 04:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030685#M5828</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-07-23T04:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030686#M5829</link>
      <description>this is really strange. Maybe /sbin isn't in your PATH variable. try using&lt;BR /&gt;&lt;BR /&gt;# /sbin/service nfs start&lt;BR /&gt;&lt;BR /&gt;if you get the same error then I think something went wrong during the installation. (installing RH 9 instead of RH 8 is always a good idea)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Claudio</description>
      <pubDate>Wed, 23 Jul 2003 05:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030686#M5829</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-23T05:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030687#M5830</link>
      <description>This seems to be paraphrasing, but follow in order :&lt;BR /&gt;Be sure to be root with full rights. If you connected as user, do a 'su -' to be root, not 'su'. Retry.&lt;BR /&gt;If it doesn't work, do a 'rpm -qa | grep nfs' to see what nfs stuff is installed. If nfs-utils are missing, install them from CD rom.&lt;BR /&gt;&lt;BR /&gt;It MUST work !&lt;BR /&gt;&lt;BR /&gt;:]]&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2003 05:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030687#M5830</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-23T05:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030688#M5831</link>
      <description>after checking for the nfs utils&lt;BR /&gt;&lt;BR /&gt;make sure you have a valid /etc/exports file&lt;BR /&gt;&lt;BR /&gt;If you don't have one, create one.&lt;BR /&gt;&lt;BR /&gt;ll /etc/init.d/nfs*&lt;BR /&gt;&lt;BR /&gt;If you don't get any hits something has been deleted.  Best to remove and reinstall nfs.&lt;BR /&gt;&lt;BR /&gt;After all this.&lt;BR /&gt;&lt;BR /&gt;service nfs start&lt;BR /&gt;&lt;BR /&gt;Should return this output:&lt;BR /&gt;&lt;BR /&gt;Starting NFS services:                                     [  OK  ]&lt;BR /&gt;Starting NFS quotas:                                       [  OK  ]&lt;BR /&gt;Starting NFS mountd:                                       [  OK  ]&lt;BR /&gt;Starting NFS daemon:                                       [  OK  ]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Jul 2003 06:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030688#M5831</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-23T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030689#M5832</link>
      <description>++++++++++++++++++++&lt;BR /&gt;[balaji@fire balaji]$ rpm -q --whatprovides '/sbin/service'&lt;BR /&gt;initscripts-6.40-1&lt;BR /&gt;[balaji@fire balaji]$ rpm -qi initscripts-6.40-1&lt;BR /&gt;Name        : initscripts                  Relocations: (not relocateable)&lt;BR /&gt;Version     : 6.40                              Vendor: Red Hat, Inc.&lt;BR /&gt;Release     : 1                             Build Date: Sun 09 Sep 2001 12:40:42 PM IST&lt;BR /&gt;Install date: Sat 02 Mar 2002 05:05:03 PM IST      Build Host: stripples.devel.redhat.com&lt;BR /&gt;Group       : System Environment/Base       Source RPM: initscripts-6.40-1.src.rpm&lt;BR /&gt;Size        : 1732606                          License: GPL&lt;BR /&gt;Packager    : Red Hat, Inc. &amp;lt;&amp;gt;&lt;BR /&gt;Summary     : The inittab file and the /etc/init.d scripts.&lt;BR /&gt;Description :&lt;BR /&gt;The initscripts package contains the basic system scripts used to boot&lt;BR /&gt;your Red Hat system, change runlevels, and shut the system down&lt;BR /&gt;cleanly. Initscripts also contains the scripts that activate and&lt;BR /&gt;deactivate most network interfaces.&lt;BR /&gt;[balaji@fire balaji]$&lt;BR /&gt;++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;i dont think nobody would have messed with this rpm. &lt;BR /&gt;&lt;BR /&gt;so try running /sbin/service and see if this helps. then modify your path accordingly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 23 Jul 2003 08:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030689#M5832</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-23T08:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: can't run service</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030690#M5833</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Check in /sbin if you have the service&lt;BR /&gt;if not then you need to install "initscripts"&lt;BR /&gt;package for you OS.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Wed, 23 Jul 2003 20:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-run-service/m-p/3030690#M5833</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-23T20:18:30Z</dc:date>
    </item>
  </channel>
</rss>

