ProFTPD

keisko

Verified User
Joined
Oct 31, 2011
Messages
34
Hi,

IT wont work.

Code:
Starting LSB: ProFTPd FTP Server...
/etc/rc.d/init.d/proftpd: line 43: [: =: unary ...ted
Starting proftpd: [FAILED]
proftpd.service: control process exited, code=exit...s=1
Failed to start LSB: ProFTPd FTP Server.
Unit proftpd.service entered failed state.

and the line 43 in proftpd init file is
Code:
[ ${NETWORKING} = "no" ] && exit 1

and vi /etc/sysconfig/network (it was empty, I modified myself and than restarted network)
Code:
# Created by anaconda
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=server-hostname
NOZEROCONF=true
#GATEWAY=(server ip)

why it wont work?
 
Hello,

Why do you use /etc/rc.d/init.d/proftpd on CentOS 7? Are you on Debian? If so then you posted in a wrong sub-forum.

That should be /etc/systemd/system/proftpd.service for CentOS 7 and Debian 8.

and

Code:
systemctl restart proftpd

I don't have /etc/rc.d/init.d/proftpd on a CentOS 7 box.
 
Hello,

Why do you use /etc/rc.d/init.d/proftpd on CentOS 7? Are you on Debian? If so then you posted in a wrong sub-forum.

That should be /etc/systemd/system/proftpd.service for CentOS 7 and Debian 8.

and

Code:
systemctl restart proftpd

I don't have /etc/rc.d/init.d/proftpd on a CentOS 7 box.

I had that line on a centos 7 dedicated machine using lvm based image
 
I did nothing man.. it was default installation..
Hello,

Why do you use /etc/rc.d/init.d/proftpd on CentOS 7? Are you on Debian? If so then you posted in a wrong sub-forum.

That should be /etc/systemd/system/proftpd.service for CentOS 7 and Debian 8.

and

Code:
systemctl restart proftpd

I don't have /etc/rc.d/init.d/proftpd on a CentOS 7 box.
 
Back
Top