HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- VSFTPD and Linux errors
Operating System - Linux
1829143
Members
1949
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-02-2005 04:46 AM
09-02-2005 04:46 AM
VSFTPD and Linux errors
An application person of mine is asking about some errors he sees when ftp to a Unix box from a RH 3.0 AS server.
[root@plth021 xinetd.d]# ftp xxxxxx.xxx.xxx
Connected to xxxxxx.xxx.com.
220 xxxxxxxFTP server (Version wu-2.4(21) sid2.2 Fri Jan 17 09:47:20 CST 1997) ready.
500 'AUTH GSSAPI': command not understood.
500 'AUTH KERBEROS_V4': command not understood.
KERBEROS_V4 rejected as an authentication type
He wants to know what the 500 errors are and how to make them stop? FTP works, I guess he just doesn't like to see those errors...
Thanks,
[root@plth021 xinetd.d]# ftp xxxxxx.xxx.xxx
Connected to xxxxxx.xxx.com.
220 xxxxxxxFTP server (Version wu-2.4(21) sid2.2 Fri Jan 17 09:47:20 CST 1997) ready.
500 'AUTH GSSAPI': command not understood.
500 'AUTH KERBEROS_V4': command not understood.
KERBEROS_V4 rejected as an authentication type
He wants to know what the 500 errors are and how to make them stop? FTP works, I guess he just doesn't like to see those errors...
Thanks,
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2005 07:20 AM
09-02-2005 07:20 AM
Re: VSFTPD and Linux errors
The ftp client tries to establish connection using different authentication method. I think that is hard coded that kerberos should be tried if available.
Try using the -u option when issuing the ftp command.
ftp -u server
You then mus the the user command to authenticate.
Try using the -u option when issuing the ftp command.
ftp -u server
You then mus the the user command to authenticate.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2005 10:14 PM
09-02-2005 10:14 PM
Re: VSFTPD and Linux errors
It looks the ftp client by default tries to Kerberos v4 authentication method. May be it is just a configuration setting, check the man page of ftp client for possible configuration file.
otherwise you can ignore this as warning message.
Regards,
Gopi
Never Never Never Giveup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2005 11:33 AM
09-03-2005 11:33 AM
Re: VSFTPD and Linux errors
I know Microsoft built into Windows 2003 server that it could not accept Kerebos v4 connections only v5 unless you patched it.
That means its theoretically possible that your server was built the same way and is rejecting Kerebos 4 connections.
I'd start the investigation with checking your kerebos inventory.
rpm -qa | grep -i kerberos
SEP
That means its theoretically possible that your server was built the same way and is rejecting Kerebos 4 connections.
I'd start the investigation with checking your kerebos inventory.
rpm -qa | grep -i kerberos
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP