[Ilugc] Help needed-Fedora core4-adding service to Xinetd

  • From: vijairaj.r@xxxxxxxxx (Vijairaj)
  • Date: Wed Sep 27 00:00:50 2006

On 9/26/06, tce tce <tcegrid@xxxxxxxxxxx> wrote:

  hi,

          i am using fedora core4.I want to add an extra service called 
gsiftp.so i added the
service file called gsiftp to /etc/xinetd.d and tried to start the service 
using
/etc/xinetd.d/gsiftp reload it throws an error called gsiftp: unrecognized 
service.

It looks like you are confusing two totally different things.
1. xinetd is a super server that listens for connection on various
ports and based on the configuration files starts a particular service
when there is a request on a port.
2. /etc/init.d is the place where normally the startup scripts live.

Your script 'gsiftp' should probably go into /etc/init.d/ and you
should start it using /etc/init.d/gsiftp reload.

If the system hangs then you should inspect the offending script to
see what it does and probably enable some debug flags to get more
information.

--
Vijairaj
http://vijairaj.r.googlepages.com/

Other related posts: