1834512 Members
2397 Online
110068 Solutions
New Discussion

stop ftpd!

 
Lorenzo Facello
Valued Contributor

stop ftpd!

Hi all,
I have some hp wks c3700(10).in 4 of these I have tftpd running. In the other 6 wks tftpd is not running and in etc/inetd.conf this service is not comment.

so in the 4 wks I killed ( with -15) the process:

tftpd /opt/ignite /var/opt/ignit

and I ran

inetd -c

but tftpd restart...
... Ok It's normal, but you know why tftpd doesn't start, or better,IT'S NO PRESENT on the other wks???
In all the 10 wks the /etc/inetd.conf are the same!

In attachment I give you a part of the syslog.log

Thanks
L.
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: stop ftpd!

The ignite is using the tftp as also with your case.
I think you have installed the ignite bundles which act as ignite servers
I would comment out the tftp in the /etc/inetd.conf file and then

re-read inetd conf file using
/usr/sbin/inetd -c.

Revert

Roberto Volsa
Frequent Advisor

Re: stop ftpd!

I thought that was the best way to resolve the problem... but I must have the
/etc/inetd.conf as the other 6 wks.
Suresh Patoria
Super Advisor

Re: stop ftpd!

Hi,

Try to run manually using

/usr/lbin/tftpd -v

then check the whether service is running or not

using the ps -ef | grep -i tftp

Thanx