Index: [Article Count Order] [Thread]

Date:  Wed, 1 Feb 2006 12:26:22 +0000
From:  "Vapor" <bluequartz (at mark) vaporised.com>
Subject:  [coba-e:03971] Re: Problem to connect FTP since yum update proftpd
To:  coba-e (at mark) bluequartz.org
Message-Id:  <20060201121554.M13208 (at mark) vaporised.com>
In-Reply-To:  <dd0512c70602010254t2501b7b2r (at mark) mail.gmail.com>
References:  <dd0512c70602010254t2501b7b2r (at mark) mail.gmail.com>
X-Mail-Count: 03971

On Wed, 1 Feb 2006 11:54:19 +0100, FraníĐis Serrault wrote
> Hi,
> I have update the proftpd this morning with a yum update.
> Now, i can't connect to FTP. BQ can't know the user and/or password
> Does somone know how to solve this problem ?
> 
> Thanks
> 
> Dts1

I updated proftpd some time ago from a third party repo which broke proftpd auths also. 
Although it's probably only the pam.d section that broke, I made the following notes to 
fix at the time. "workspace" is just a temp dir. My box is Brian's 2.5 ISO install.

### Grab proftpd files that are/maybe broken later ###
cp /etc/pam.d/ftp /home/workspace/
cp /etc/proftpd.conf /home/workspace/
cp /etc/xinetd.d/proftpd /home/workspace/

### Fix proftpd for BQ after update ###
rm /etc/pam.d/proftpd
rm /etc/proftpd.conf.*
rm /etc/xinetd.d/proftpd.*
mv /home/workspace/ftp /etc/pam.d/
mv /home/workspace/proftpd.conf /etc/
mv /etc/xinetd.d/xproftpd /etc/xinetd.d/proftpd
/etc/init.d/xinetd restart
GUI > Disable FTP server > Edit max conns & re-enable.

Let us know how you get on.

Brett