On Thu, 2013-10-03 at 08:08 +0200, Per Jessen wrote:
Hmm.
If it's of any help to you, this is my working config:
write_enable=YES dirmessage_enable=YES nopriv_user=ftpsecure ftpd_banner=Welcome to the Hostsuisse FTP service hide_ids=YES local_enable=YES local_umask=022 chroot_local_user=YES anonymous_enable=NO anon_world_readable_only=YES syslog_enable=YES connect_from_port_20=YES ascii_upload_enable=YES pam_service_name=vsftpd listen=NO listen_ipv6=YES ssl_enable=NO pasv_min_port=30000 pasv_max_port=30100
I think I found the core problem and removed the issue. It now runs with systemctl manually. Actually medwinz's suggestion helped me finding it. When I run netstat -tpan I saw somebody is already listening to port 21. But it didn't show me what it was. Then googled a little and found "lsof -i". When I run it, I saw pure-ftpd was somehow listening to it, which I tried in the past then disabled at xinetd. I removed the software completely then stopped seeing it in lsof any more. Now systemctl can start vsftpd. I still need to figure out xinetd issues I had problems in the past, including pure-ftpd. But that's a separate issue from the subject of this thread. Thank you for your help, both Per and medwinz! I've learned something new. Toshi e Toshi -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org