- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP login error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 08:16 AM
10-04-2001 08:16 AM
Thanks
Solved! Go to Solution.
- Tags:
- ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 08:24 AM
10-04-2001 08:24 AM
Re: FTP login error
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -L -v
the -l logs each ftp session,
the -L logs all commands sent to the ftp daemon
the -v logs logs other information include what files were transfered, etc.
then restart inetd (inetd -c). Then see if you could reproduce the problem from the client side and then check /var/adm/syslog/syslog.log for any errors.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 09:19 AM
10-04-2001 09:19 AM
Re: FTP login error
There are a couple of things that could cause this:
1. First, I would do as stated above and restart inetd with ftp logging turned on. You can force inetd to reread the conf file with the -c option. To restart inetd, /sbin/init.d/inetd stop;/sbin/init.d/inetd start
Then when the problem occurs, check the log.
2. I could be a network problem. If the person is comming through a firewall, I have seen the firewall proxy glitches cause the same intermittent problem.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 11:12 AM
10-04-2001 11:12 AM
Re: FTP login error
All good ideas to check so far...and here's a couple more.
On that box that is closing your connection...login to it and see if it can ftp to itself. If it can..good; if not than that is where to begin.
If 1 passed ok...then check on that box for /var/adm/inetd.sec file and see if it is restricting ftp access.
Just a couple thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 07:14 AM
10-10-2001 07:14 AM
Re: FTP login error
Sep 10 11:23:44 proxy ftpd[19087]: cannot stat private access file /etc/ftpd/ftp
groups: No such file or directory
Sep 10 11:23:44 proxy ftpd[19087]: FTP LOGIN FROM 10.120.12.92 [10.120.12.92], fhs
Sep 10 11:41:27 proxy ftpd[19087]: exiting on signal 14
Oct 4 12:04:05 proxy ftpd[19087]: cannot stat private access file /etc/ftpd/ftp
groups: No such file or directory
Oct 4 12:04:06 proxy ftpd[19087]: FTP LOGIN FROM 10.120.20.89 [10.120.20.89], fhs
Oct 4 12:05:06 proxy ftpd[19087]: FTP session closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 09:53 AM
10-10-2001 09:53 AM
Re: FTP login error
signal 14 is SIGALRT (alert after a time-out),
and the ip-address tells me that there is no
(correct) name resolution for the client's
hostname/ip-address. And since this usually
takes enormous amounts of time (if configured
wrong or plainly not working) then this would
explain the SIGALRT...
Can you check for your DNS setup? And for the
response time of your DNS-servers?
Just my ?0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 10:08 AM
10-10-2001 10:08 AM
Re: FTP login error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 10:47 AM
10-10-2001 10:47 AM
SolutionNow here is one more thought....is their an /etc/ftpuser (ver 10.2). On 10.2 creating this /etc/ftpuser file and simply entering the user login id will restrict them from getting logged in...
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 10:53 AM
10-10-2001 10:53 AM
Re: FTP login error
if your using dns, your /etc/named.conf file will point you to the right files to edit. You should check as was noted /etc/nsswitch.con for the hosts line as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 06:05 AM
10-11-2001 06:05 AM
Re: FTP login error
hosts: dns [NOTFOUND=continue] files
On the server that I am having troubles signing into FTP.... I see
hosts: files [notfound=continue unavail=continue tryagain=continue] dns
What should this say?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 06:10 AM
10-11-2001 06:10 AM
Re: FTP login error
Now all I am getting in my syslog for users is...
Oct 11 08:24:10 proxy ftpd[6477]: FTP session closed
Oct 11 08:27:44 proxy ftpd[6497]: FTP session closed
Oct 11 08:30:20 proxy ftpd[6516]: FTP session closed
Oct 11 09:18:11 proxy ftpd[6731]: FTP session closed
Oct 11 09:19:39 proxy ftpd[6735]: FTP session closed
Oct 11 09:54:23 proxy ftpd[6938]: getpeername (/usr/lbin/ftpd): Socket operation
on non-socket