- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp 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
06-20-2003 09:17 PM
06-20-2003 09:17 PM
ftp error
ftp: ftp/tcp: unknown service
But the line of ftp service in the /etc/service & /etc/inetd.conf file is not commented out.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:35 PM
06-20-2003 09:35 PM
Re: ftp error
Did you try it with root's account?
Look at your /etc/services file. You should have a line for ftp. Also look at the permissions of /etc/services. Others should have read permissions.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:51 PM
06-20-2003 09:51 PM
Re: ftp error
If Ftp line is not commented then comment it out /etc/inetd.conf . then give #inetd -c . Again open /etc/inetd.conf , uncomment the Ftp line and then once agin give #inetd -c . Check whether Ftpd is running or not. Also check /var/adm/inetd.sec file for any deny policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:54 PM
06-20-2003 09:54 PM
Re: ftp error
1) vi /etc/services and comment out the ftp entry then open a new line, add ftp service entry.
ftp 21/tcp
2) move /etc/services aside and use default config.
mv /etc/services /etc/services.orig
cp /usr/newconfig/etc/services /etc/services
Hope this helps!
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 09:55 PM
06-20-2003 09:55 PM
Re: ftp error
And, as mentioned above...check permissions.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2003 11:05 PM
06-20-2003 11:05 PM
Re: ftp error
from your question I found "i encountered some error while trying to ftp to other other server.",do you mean error only occured when ftp to other server? Or other W.S. ftp to this server?
Please check the "other" server's ftp service also!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2003 07:21 AM
06-21-2003 07:21 AM
Re: ftp error
Try connect with root if it's work and with
other user no then check the permission of
/etc/services chould be (r--r--r--) for
all users read option.
Caesar