On Tue, 30 Apr 2013 02:16:02 +0000, john jason h wrote:
> 4) vim /etc/ftpusers allow root log in ftp add ‘#’ to ‘root’ before
I would very strongly advise against this. But if you insist, be aware
that you’re sending the password in the clear over the network. Do that
and then restart the daemon - the change won’t take effect without a
daemon restart.
But your subject line is confusing, because you did install successfully,
you just didn’t get it configured.
On 12.3, the configuration may be different than on 12.2, so you might
also look to see if there’s an /etc/vsftpd/ directory that has
configuration items in it.
i am sorry for my subject “I can’t install vsftp3.0.0 in opensuse 12.3 but that is success for opensuse12.2 help me” this subject is confuse, and thank you for jim answer my question,I first write quest in this bbs ,i am question is that:
I install vsftp in opensuse 12.3 and steps:
zypper in vsftpd
vim /etc/vsftpd.conf
listen=YES
local_enable=YES
anonymous_enable=NO
vim /etc/sysconfig/SuSEFirewall2
FW_SERVICES_EXT_TCP=“ssh ftp”
vim /etc/ftpusers
allow root log in ftp
add ‘#’ to ‘root’ before
/etc/init.d/vsftpd start
Althougth 4) is unsafe ,I am Beginner and opensuse in vmware.
according above steps the result is that :
bogon:/etc # ftp 127.0.0.1
Connected to 127.0.0.1.
220 (vsFTPd 3.0.2)
Name (127.0.0.1:root): root
331 Please specify the password.
Password:
530 Login incorrect.
ftp: Login failed.
ftp>
alse
ruths@bogon:/etc> ftp 127.0.0.1
Connected to 127.0.0.1.
220 (vsFTPd 3.0.2)
Name (127.0.0.1:root): ruths
331 Please specify the password.
Password:
530 Login incorrect.
ftp: Login failed.
ftp>
there’s an /etc/vsftpd/ directory is no exist.
and vsftpd in /etc/init.d/vsftpd
vsftpd.conf in /etc/
my question: vsftpd install is success but local user can‘t log in ftp.
according above steps 1,2,3,4,5 to opensuse12.2 local user log in ftp that is success
thank for all,i sorry for my english is bad .
Please, to make your posts better readable, use the CODE tags around the computer text parts of it. It is the # button in the toolbar of the post editor.
i find same trail in google,this is linux 3.7 kernel bug.and in /var/log/warn:vsftpd[1]:
PAM audit_log_acct_message() failed: Operation not permitted
Please fix
After your attempted login, what do you see in /var/log/messages? (We
don’t need to see the entire file, just the few lines before the end
after the login attempt.
BTW, when posting computer output, please use code tags, “#” button in
the advanced post editor.
above display as same as , that is likely to linux kernel 3.7 bug
> I thinks that is trails:
> [op12.3] unable to login vsftp](http://tinyurl.com/cu6fj58) and ‘[Bug 809858] New: vsftpd fails to
> authenticate login. "PAM audit_log_acc’
> ([Bug 809858] New: vsftpd fails to authenticate login. "PAM audit_log_acc](http://lists.opensuse.org/opensuse-bugs/2013-03/msg02726.html))