- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp session fails
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
11-18-2003 02:05 AM
11-18-2003 02:05 AM
ftp session fails
have any of you faced the following problem?
a telnet session from one host-a to the other host-b went succesfully, but a ftp session fails from the same host-a to the host-b failed for the same user.
The OS of the hosts are HP-UX 11
If someone can shared me the knowledge how this can happen, I'll be very happy.
And the one who can supply me the solution will be my hero :-)
regards
Anton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:11 AM
11-18-2003 02:11 AM
Re: ftp session fails
Check /etc/shells - the user must have a valid shell in their passwd entry as specified in this file or else ftp wont work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:12 AM
11-18-2003 02:12 AM
Re: ftp session fails
Chances are this is a name resolution problem.
Make sure BOTH hosts can resolve the other by name AND by IP and that they can resolve themselves both ways.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:13 AM
11-18-2003 02:13 AM
Re: ftp session fails
can u look into the logs?
can u post what exactly failure happens during ftp session?
Check for /etc/ftpuser
If an user listed in this file, he is NOT allowed to use ftp...
Check the log messages...
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:14 AM
11-18-2003 02:14 AM
Re: ftp session fails
check and see if the user is blocked from doing an ftp to the server. Check the /etc/ftpd/ftpusers. If the login name exists in this file, that means that the user id cannot ftp to the server.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:17 AM
11-18-2003 02:17 AM
Re: ftp session fails
inetd -l
tail -f /var/adm/syslog/syslog.log
Then to the ftp thing and watch for errors in another session.
There are problems with the latest wu-ftpd and several security bulletins that required binary replacement.
I wonder why HP doesn't just create a new depot file.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 02:33 AM
11-18-2003 02:33 AM
Re: ftp session fails
what do you mean by failed?
Any specific error message?
What about firewall?
telnet port may be open but ftp not.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 09:35 PM
11-26-2003 09:35 PM
Re: ftp session fails
Still wrestling with the problem.
The hard thing is, the problem is not consistent, it happens from time to time.
But again thanks anyhow.
If you guys have more sugestions, please let me know.
rgrds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 04:17 AM
12-01-2003 04:17 AM
Re: ftp session fails
even if the problem is not solved, could you spare some points from the endless supply of points, HP has, for those, who tried to help you? ;-)
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2003 05:24 AM
12-01-2003 05:24 AM
Re: ftp session fails
thought I did.
will do ASAP.
Again thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2003 12:37 AM
12-06-2003 12:37 AM
Re: ftp session fails
is one week enough to be asap? ;-))))
be silly from time to time,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2003 10:49 PM
12-07-2003 10:49 PM
Re: ftp session fails
Anton
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2003 10:52 PM
12-07-2003 10:52 PM
Re: ftp session fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 01:54 AM
12-08-2003 01:54 AM
Re: ftp session fails
Failing that, the /etc/shells and ftpusers is the way to go -
doesn't ftpusers work in reverse (i.e. only put the users in that file you want to restrict?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2003 08:09 PM
12-14-2003 08:09 PM
Re: ftp session fails
Check the /var/adm/inetd.sec file
Thanx