- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Weird FTP problem
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
07-29-2005 08:27 AM
07-29-2005 08:27 AM
Weird FTP problem
Yesterday afternoon, I disabled telnet and other unnecessary services in inetd.conf on an HP-UX 11.00 system. I found out this afternoon that FTP hasn't been working since then. (Connection times out.) Experimenting a little bit revealed that if I re-enabled telnet, FTP started working again. The other two systems we've patched in the past week or two and disabled telnet on do not exhibit this behavior. (Though different class machines, 11.00 is running on all of them and now have the same patches.) I even tried copying the inetd.conf from one of these other systems just in case there was some weird hidden character playing with us, but the result is the same.
Anyone ever seen this kind of thing before? Any ideas?
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 09:08 AM
07-29-2005 09:08 AM
Re: Weird FTP problem
You should have ftpd -l and inetd logging enabled. Do you have /etc/shells files??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 09:58 AM
07-29-2005 09:58 AM
Re: Weird FTP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2005 10:00 AM
07-29-2005 10:00 AM
Re: Weird FTP problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 09:44 AM
07-30-2005 09:44 AM
Re: Weird FTP problem
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 01:54 PM
07-30-2005 01:54 PM
Re: Weird FTP problem
one rule is to turn on (or toggle) logging:
# inetd -l
# tail -f /var/adm/syslog/syslog.log
on another terminal window, do your ftp'ing testing.. and verify what syslog shows.
my 2-cents,
Tom