[BlueOnyx:16644] Re: Yum update? FTP not accepting connections - 5106R
Eiji Hamano
bluequartz at hypersys.ne.jp
Tue Dec 9 01:32:01 -05 2014
Hi Colin
Yes, I did yum today, same problem came.
It looks same as [BlueOnyx:10727]. It was fixed in my case.
Modify /etc/xinetd.d/proftpd as follow,
su
vi /etc/xinetd.d/proftpd
insert line: server_args = --nocollision
after the line: server = /usr/sbin/in.proftpd
/etc/rc.d/init.d/xinetd restart
The /etc/xinetd.d/proftpd must be as below ;
service ftp
{
socket_type = stream
flags = REUSE
wait = no
user = root
server = /usr/sbin/in.proftpd
server_args = --nocollision
server_args = -c /etc/proftpd.conf
log_on_success += DURATION
log_on_failure += USERID
nice = 10
disable = no
instances = 80
}
service ftps
{
....
}
Eiji Hamano
Colin Jack wrote:
> We have a 5106R server which has stopped accepting FTP connections:
>
> Dec 8 10:45:34 server1 xinetd[14129]: START: ftp pid=14357 from=87.127.23.250
> Dec 8 10:45:34 server1 proftpd[14357]: 192.168.10.168 (87.127.23.250[87.127.23.250]) - ProFTPD terminating (signal 11)
> Dec 8 10:45:34 server1 proftpd[14357]: 192.168.10.168 (87.127.23.250[87.127.23.250]) - FTP session closed.
> Dec 8 10:45:34 server1 xinetd[14129]: EXIT: ftp status=0 pid=14357 duration=0(sec)
>
> I have tried restarting xinetd but no better.
>
> Yum updates are up to date and the yum log shows an update last week:
>
> Dec 02 12:46:23 Updated: base-ftp-locale-nl_NL-1.3.1-0BX08.centos5.noarch
> Dec 02 12:46:20 Updated: base-ftp-locale-it_IT-1.3.1-0BX08.centos5.noarch
> Dec 02 12:46:18 Updated: base-ftp-locale-pt_PT-1.3.1-0BX08.centos5.noarch
> Dec 02 12:46:12 Updated: base-ftp-locale-ja_JP-1.3.1-0BX08.centos5.noarch
> Dec 02 12:46:08 Updated: base-ftp-locale-es_ES-1.3.1-0BX08.centos5.noarch
> Dec 02 12:46:06 Updated: base-ftp-ui-1.3.1-0BX08.centos5.noarch
> Dec 02 12:45:33 Updated: base-ftp-glue-1.3.1-0BX08.centos5.noarch
> Dec 02 12:43:16 Updated: base-ftp-locale-en_US-1.3.1-0BX08.centos5.noarch
> Dec 02 12:43:11 Updated: base-ftp-locale-fr_FR-1.3.1-0BX08.centos5.noarch
>
> Could this be the problem?
>
> Nobody can update their websites!! :(
>
> Colin
More information about the Blueonyx
mailing list