1838646 Members
2352 Online
110128 Solutions
New Discussion

Re: ftp error log

 
Amerley Doku
Occasional Contributor

ftp error log

Hi Gurus,

Pls I need some help. One of our HP_UX servers is giving the following errors in syslog:
Jan 25 05:07:28 ux_db02 ftpd[22624]: FTP session closed
Jan 25 05:10:10 ux_db02 ftpd[22946]: FTP session closed
Jan 25 05:12:54 ux_db02 ftpd[23267]: FTP session closed.

Thanks
AD
4 REPLIES 4
Matti_Kurkela
Honored Contributor

Re: ftp error log

These messages are normal reports that a FTP user has closed his/her session, not errors.

To identify the sessions, search the syslog for previous messages with the same "ftpd[]" prefix.

MK
MK
Mridul Shrivastava
Honored Contributor

Re: ftp error log

Have a look at the following thread:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=219966

Also confirm that your macro is not connecting/disconnecting multiple times.

whats the ftp version on the server? Try installing a different version which is working fine on other servers if the above recommendations doesn't help.
Time has a wonderful way of weeding out the trivial
Amerley Doku
Occasional Contributor

Re: ftp error log

Thanks. I have checked the /etc/inetd.conf file. I have got the correct entry is /etc/inetd.conf

ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l

This problem I posted earlier has just been started 2 days ago.
Tim Nelson
Honored Contributor

Re: ftp error log

Amerley,

Why do you feel that the above message is an error ? It is simply an informational message that the FTP session has ended.

Maybe some more background ? else, if it ain't broke don't waste time trying to fix it.