- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp: ftp/tcp: unknown service
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
Discussions
Discussions
Discussions
Forums
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
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
тАО03-07-2004 12:29 PM
тАО03-07-2004 12:29 PM
ftp: ftp/tcp: unknown service
I'm getting this error: ftp: ftp/tcp: unknown service when trying to open up an FTP session locally. I'm getting the same error for telnet.
I get: connection refuesed when I tried to do it from an other host.
Thanks again,
Remy Chau
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2004 12:39 PM
тАО03-07-2004 12:39 PM
Re: ftp: ftp/tcp: unknown service
Please check these links:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=46422
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=93697
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2004 01:47 PM
тАО03-07-2004 01:47 PM
Re: ftp: ftp/tcp: unknown service
Looks like your /etc/services file got corrupted or these entries got deleted. Do a 'grep ftp /etc/services' and see if you get any output. If this is working for root, then make sure the permissions are correct for /etc/services file. Others should have read permissions over this file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2004 02:13 PM
тАО03-07-2004 02:13 PM
Re: ftp: ftp/tcp: unknown service
If your file looks corrupted,
#mv /etc/services /etc/services.bk
#cp /usr/newconfig/etc/services /etc/services
#inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2004 06:08 PM
тАО03-07-2004 06:08 PM
Re: ftp: ftp/tcp: unknown service
Try this:
telnet localhost 21
If you get something like THIS
Trying...
Connected to localhost
Escape character is '^]'.
220 host-12 FTP server (Version 1.1.214.8 Fri Apr 20 07:27:42 GMT 2003) ready.
It shows you are running FTP service. If you get an error
"Connection Refused" means you are not running FTP server.
"nknown Service" means somebody would have commented FTP service definitions in /etc/services.
Hope this helps
Vijay
Note:
Are you the one from SB? If yes, Nice to meet you here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2004 08:47 PM
тАО03-07-2004 08:47 PM
Re: ftp: ftp/tcp: unknown service
there are 2 files which play main role in this.
1. /etc/services this file have a list of services and associated port number. this file is used to map service with port number
2. /etc/inetd.conf : this file used to start actually service.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2004 12:09 AM
тАО03-09-2004 12:09 AM
Re: ftp: ftp/tcp: unknown service
Example:
services: nis [NOTFOUND=continue] files
Berlene