LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   vsftpd server not respoding (https://www.linuxquestions.org/questions/linux-newbie-8/vsftpd-server-not-respoding-268244/)

nileshbirari 12-19-2004 10:08 PM

vsftpd server not respoding
 
hi ,
when i tried to connect my pc using ftp service following error occured.

GSSAPI accepted as authentication type
GSSAPI error major: Miscellaneous failure
GSSAPI error minor: No credentials cache found
GSSAPI error: initializing context
GSSAPI authentication failed
334 Using authentication type KERBEROS_V4; ADAT must follow
KERBEROS_V4 accepted as authentication type
Kerberos V4 krb_mk_req failed: You have no tickets cached
Name (RayNew:user1): user
530 Must perform authentication before identifying USER.
Login failed.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
my vsftpd settings are foollows

anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
connect_from_port_20=YES
xferlog_std_format=YES
pam_service_name=vsftpd
userlist_enable=YES
listen=YES
tcp_wrappers=YES

and services xinetd. and vsftd are also running.

Nilesh

rhoekstra 12-20-2004 01:20 AM

vsftpd IS responding. it is asking you for your username and tries to authenticate you through GSSAPI.

What distro are you using? It might be due to the authentication system that is causing this

Do you have a '/etc/pam.d/vsftpd' file? what does it say?
If it 'stacks' to 'system-auth' what does THAT one (read: '/etc/pam.d/system-auth') say?

nileshbirari 12-20-2004 10:36 AM

this is my /etc/pam.d/vsftpd
i am using fc2


auth required pam_listfile.so item=user sense=deny file=/etc/vsft
3 auth required pam_stack.so service=system-auth
4 auth required pam_shells.so
5 account required pam_stack.so service=system-auth
6 session required pam_stack.so service=system-auth
nilesh

muxman 12-20-2004 05:41 PM

You're trying to login as user and not anonymous. Does the user user have a valid login for the ftp? vsftpd usually does a chroot for real users to their home dir by default. If there is no user called user on the system with a home dir then there is no where for it to send that user and may not be able to log in. Can you log in with anonymous?

nileshbirari 12-20-2004 10:14 PM

i am trying to use the login name which on my system with home directory and all those stuff.

nilesh

muxman 12-21-2004 04:23 PM

Quote:

Originally posted by nileshbirari
i am trying to use the login name which on my system with home directory and all those stuff.

nilesh

Can you log in with anonymous? Or does it get the same error?


All times are GMT -5. The time now is 07:07 PM.