Well I received two messages.
sysadmin_at_astro.su.se said:
> You should compile your own from source. There are too many
> configuration options for us to guess which ones were selected when
> building your copy. Also, once you've looked at the source code you
> may turn away in horror and look for a better ftp server.
> Also make sure that you're invoking ftpd with the appropriate option
> (-a, I believe) to activate the ftpaccess file.
ems_at_mdacc.tmc.edu said:
> I am not familiar with OSIS 5.4, so I may be misleading you here.
> Is the FTP daemon launched via inetd? If so, do you have the proper
> execution sequence in /etc/inetd.conf? On our 5.0A system with
> wuftpd-2.6.1, we have the following entry in /etc/inetd.conf (line
> break added here for readability):
> ftp stream tcp nowait root /usr/local/sbin/in.ftpd \
> ftpd -l -au022
> If you replaced the in.ftpd executable, is it in the same location as
> the 2.6.0 version or in a different place?
ftpd is invoked in inetd.conf with:
ftp stream tcp nowait root /usr/bin/tcpd /usr/local/bin/ftpd ftpd -a
so it looks good. Even tried "/usr/local/bin/ftpd -d -a" without success
(no log in xferlog).
I've compiled wu-ftpd-2.6.1
./configure --with-etc-dir=/usr/local/wu-ftpd-2.6.1/etc
Modified Makefile: prefix=/usr/local/wu-ftpd-2.6.1
make
make install
Copied ftpacces ftpconversions etc... in /usr/local/wu-ftpd-2.6.1/etc
>ls -l /usr/local/bin/ftpd
lrwxrwxrwx 1 root system 37 Mar 6 17:17 /usr/local/bin/ftpd -> /usr/local/wu-ftpd-2.6.1/sbin/in.ftpd
ckconfig tells all is ok.
But I get same troubles:
- No more log in xferlog
- No read of any message while "cd" through directories (.message,
msg.toomany, welcome.msg...)
- No more "chroot" for guestgroup - guestgroup users can navigate
anywhere !
and even more:
- it seems that ftpconversions is not read (for example we are
now unable to get <directory>.tar), nor ftpaccess
- ftp.pids* are not changed
- ftpcount, ftpwho always give 0 users (local or remote) when
users are connected.
I definitively think that config files are not read, but why ?
Thanks in advance,
--
_______________________________________________________________________
Magali BERNARD (Magali.Bernard_at_univ-st-etienne.fr)
CRITeR - 23 rue du Dr Paul Michelon - 42023 St-Etienne Cedex 2 - FRANCE
Tel: 04.77.48.50.62 Fax: 04.77.48.50.69
Received on Thu Mar 08 2001 - 10:40:56 NZDT