Good evening, guys, I'm trying to set up a regular FTP server.
I've downloaded vsftpd, enabled it to run as a standalone service, but, when I launch it from the command line, I get this error:
root@satty:~# vsftpd 500 OOPS: could not bind listening IPv4 socket
So, it looks like there's another instance of the process being executed.
I launch
root@satty:~# ps | grep vsftpd 2117 root 2656 S grep vsftpd
then
root@satty:~# kill 2656 -bash: kill: (2656) - No such process
Well, I'm a little bit confused, what is happening???