Results 1 to 3 of 3
I'm running CentOS 5.5 on a VM and I ran
Code:
yum install vsftpd* -y
when I try to start the service it says FAILED
I have not done anything ...
- 09-09-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 87
vsftpd fails when I try to start it.
I'm running CentOS 5.5 on a VM and I ran
when I try to start the service it says FAILEDCode:yum install vsftpd* -y
I have not done anything with config files.
- 09-09-2011 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Then you need to start with the vsftpd log.
- 09-09-2011 #3Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
I had problems with this when SELinux was enabled. Temporarily disable it to see if that's the problem:
Code:setenforce 0


Reply With Quote