Search found 6 matches

by kernelpaniker
Fri Nov 05, 2010 3:18 pm
Forum: Control Panel Support Help
Topic: Plesk 10 then Yum Update (proftp) Now No FTP
Replies: 15
Views: 18241

Re: Plesk 10 then Yum Update (proftp) Now No FTP

I didn't try to uninstall the package because when I did yum remove proftpd or whatever it said that it wanted to remove 95 packages because of dependencies. So I didnt do that.

I tried downgrading and upgrading via yum but that didn't fix anything.
by kernelpaniker
Fri Nov 05, 2010 2:15 pm
Forum: Control Panel Support Help
Topic: Plesk 10 then Yum Update (proftp) Now No FTP
Replies: 15
Views: 18241

Re: Plesk 10 then Yum Update (proftp) Now No FTP

Here is how I fixed it: First I had to create /etc/xinetd.d/ftp_psa and put the following in there: service ftp { disable = no socket_type = stream protocol = tcp wait = no user = root instances = UNLIMITED server = /usr/sbin/in.proftpd server_args = -c /etc/proftpd.conf } Then I had to create /etc/...
by kernelpaniker
Thu Nov 04, 2010 7:40 pm
Forum: Control Panel Support Help
Topic: Plesk 10 then Yum Update (proftp) Now No FTP
Replies: 15
Views: 18241

Re: Plesk 10 then Yum Update (proftp) Now No FTP

If I look in /var/log/messages I see
proftpd[XXXX]: Fatal: unable to read configuration file '/etc/proftpd.conf': No such file or directory

What should be in the proftpd.conf file?
by kernelpaniker
Thu Nov 04, 2010 6:40 pm
Forum: Control Panel Support Help
Topic: Plesk 10 then Yum Update (proftp) Now No FTP
Replies: 15
Views: 18241

Re: Plesk 10 then Yum Update (proftp) Now No FTP

When I
rpm -qa | grep proftpd | sort
I get
psa-proftpd-1.3.3c-1.el5.art
by kernelpaniker
Thu Nov 04, 2010 6:27 pm
Forum: Control Panel Support Help
Topic: Plesk 10 then Yum Update (proftp) Now No FTP
Replies: 15
Views: 18241

Re: Plesk 10 then Yum Update (proftp) Now No FTP

So...
I would imagine that I would yum remove proftpd, well that results in no packages marked for removal.

Also, yum install proftpd returns no package proftpd available.

I would be using the psa proftpd.

Thanks for your help.
by kernelpaniker
Thu Nov 04, 2010 5:38 pm
Forum: Control Panel Support Help
Topic: Plesk 10 then Yum Update (proftp) Now No FTP
Replies: 15
Views: 18241

Plesk 10 then Yum Update (proftp) Now No FTP

So I updated Plesk via the plesk control panel and everything seems fine. I did a yum update via ssh and the only update was for proftp.

I cannot access the server via ftp now.

CentOS 5
Plesk 10.0.1

Any troubleshooting tips for me?