Page 1 of 1

Error: vsftpd start failed

Posted: Thu May 07, 2015 9:12 pm
by jujes
Some one know why this issue in the instalation:
# Vesta Ubuntu installer v.04
http://vestacp.com/pub/vst-install-ubuntu.sh

Enviroment:

Code: Select all

Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.2 LTS
Release:	14.04
Codename:	trusty
3.13.0-52-genericLinux 4bc4ce817874 3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015 x86_64 x86_64 
Issue

Code: Select all

--2015-05-07 21:02:35--  http://c.vestacp.com/0.9.8/ubuntu/vsftpd.conf
Resolving c.vestacp.com (c.vestacp.com)... 104.236.66.100
Connecting to c.vestacp.com (c.vestacp.com)|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 493 [text/plain]
Saving to: '/etc/vsftpd.conf'

100%[============================================================================================================>] 493         --.-K/s   in 0s      

2015-05-07 21:02:41 (33.5 MB/s) - '/etc/vsftpd.conf' saved [493/493]

update-rc.d: /etc/init.d/vsftpd: file does not exist
vsftpd: unrecognized service
Error: vsftpd start failed
Thanks

Re: Error: vsftpd start failed

Posted: Fri May 08, 2015 12:43 am
by joem
jujes wrote:Some one know why this issue in the instalation:
# Vesta Ubuntu installer v.04
http://vestacp.com/pub/vst-install-ubuntu.sh

Enviroment:

Code: Select all

Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.2 LTS
Release:	14.04
Codename:	trusty
3.13.0-52-genericLinux 4bc4ce817874 3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015 x86_64 x86_64 
Issue

Code: Select all

--2015-05-07 21:02:35--  http://c.vestacp.com/0.9.8/ubuntu/vsftpd.conf
Resolving c.vestacp.com (c.vestacp.com)... 104.236.66.100
Connecting to c.vestacp.com (c.vestacp.com)|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 493 [text/plain]
Saving to: '/etc/vsftpd.conf'

100%[============================================================================================================>] 493         --.-K/s   in 0s      

2015-05-07 21:02:41 (33.5 MB/s) - '/etc/vsftpd.conf' saved [493/493]

update-rc.d: /etc/init.d/vsftpd: file does not exist
vsftpd: unrecognized service
Error: vsftpd start failed
Thanks
Give this a try

Code: Select all

sudo apt-get purge vsftpd
sudo apt-get install vsftpd
wget http://c.vestacp.com/0.9.8/debian/vsftpd.conf -O  /etc/vsftpd.conf
service vsftpd restart

Re: Error: vsftpd start failed

Posted: Wed Aug 03, 2016 12:05 pm
by vitallliy
Note: Forwarding request to 'systemctl enable httpd.service'.
Redirecting to /bin/systemctl start httpd.service
--2016-08-03 11:37:19-- http://c.vestacp.com/rhel/7/vsftpd/vsftpd.conf
Resolving c.vestacp.com (c.vestacp.com)... 104.236.66.100
Connecting to c.vestacp.com (c.vestacp.com)|104.236.66.100|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 466 [text/plain]
Saving to: '/etc/vsftpd/vsftpd.conf'

100%[===================================================================================================================================================================================================>] 466 --.-K/s in 0s

2016-08-03 11:37:19 (33.6 MB/s) - '/etc/vsftpd/vsftpd.conf' saved [466/466]

Note: Forwarding request to 'systemctl enable vsftpd.service'.
Created symlink from /etc/systemd/system/multi-user.target.wants/vsftpd.service to /usr/lib/systemd/system/vsftpd.service.
Redirecting to /bin/systemctl start vsftpd.service
Job for vsftpd.service failed because the control process exited with error code. See "systemctl status vsftpd.service" and "journalctl -xe" for details.
Error: vsftpd start failed


[root@srv ~]# /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
500 OOPS: munmap

[root@srv ~]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)