Index: [Article Count Order] [Thread]

Date:  Wed, 1 Feb 2006 14:52:00 +0100
From:  =?ISO-8859-1?Q?Fran=E7ois_Serrault?= <f.serrault (at mark) gmail.com>
Subject:  [coba-e:03972] Re: Problem to connect FTP since yum update proftpd
To:  coba-e (at mark) bluequartz.org
Message-Id:  <dd0512c70602010552y4570ecacv (at mark) mail.gmail.com>
In-Reply-To:  <20060201121554.M13208 (at mark) vaporised.com>
References:  <dd0512c70602010254t2501b7b2r (at mark) mail.gmail.com>	 <20060201121554.M13208 (at mark) vaporised.com>
X-Mail-Count: 03972

thanks, you solved my problem !

Dts1

2006/2/1, Vapor <bluequartz (at mark) vaporised.com>:
> 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
>
>