Operating System - HP-UX
1833778 Members
2510 Online
110063 Solutions
New Discussion

ftpd err message in syslog.

 
humleo
Occasional Contributor

ftpd err message in syslog.

Dec 22 14:08:05 bra01a2 ftpd[1948]: #2 open of pid file failed: No such file or
directory

Thanks for you help.
2 REPLIES 2
RAC_1
Honored Contributor

Re: ftpd err message in syslog.

Is the file you are trying to ftp present?

or the same file is in use by some other process?
(check with fuser -u yourfile
There is no substitute to HARDWORK
Patrick Wallek
Honored Contributor

Re: ftpd err message in syslog.

See if you have a file named either etc/ftpd/pids/everyone
or /etc/ftpd/pids/remote

If not, you may need to create it. Reference TKB document KBRC00007557 ( http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062908729 ) for some general information.