VSFTPD is the one of the easiest and secure FTP server out there. However today it bumps back with two errors.
Output:
#1: 500 OOPS: cap_set_proc error
After successful user login vsftpd will display an error:$ ftp ftpserver.xyz.com
Output:
Connected to ftpserver.xyz.com.cap_set_proc is POSIX capability manipulation on processes function (related to filesystems but I am not sure). After searching bit I found the solution. You need to load the standard Linux capabilities security module:
220 (vsFTPd 2.0.5)
Name (localhost:vivek): vivek
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
500 OOPS: cap_set_proc
ftp: bind: Address already in use
# modprobe capability
0 Comment:
Post a Comment