Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Fixed with | 13 comments | Create New Account
Click here to return to the 'Fixed with' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Fixed with
Authored by: Marvine on Dec 30, '02 01:56:32PM

I had the same kind of issue and I bypassed it by replacing ftpd in /usr/libexec by proftpd renamed to ftpd.
It's like a "tank" method but it runs.
For the argument I simply removed it so the ftp file in xinetd.d looks like :
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/libexec/ftpd
groups = yes
flags = REUSE
}
The only issue remaining is the syslog which tell me this error when I start the share via the panel :
Dec 30 17:40:52 localhost xinetd[643]: Error reading included directory: /etc/xinetd.d [line=11]

Apart this, everything is OK and and may ftp server accept now passives connections on designed ports ;-)

bye
Marvine



[ Reply to This | # ]