1833167 Members
3316 Online
110051 Solutions
New Discussion

Re: PROFTPD 1.2.7

 
Fernando Ferri Wollner
Frequent Advisor

PROFTPD 1.2.7

I have already put this line in /etc/inetd.conf
ftp stream tcp nowait root /usr/local/sbin/protftpd proftpd
but it didn't work.
I always have to start it manually. What's going on?

Thanks
6 REPLIES 6
Steve Steel
Honored Contributor

Re: PROFTPD 1.2.7

Hi

1)Check the Online documentation at
http://www.proftpd.org


2)then replace the current ftp line in your /etc/inetd.conf with:

ftp stream tcp nowait root path/proftpd proftpd -l


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Fernando Ferri Wollner
Frequent Advisor

Re: PROFTPD 1.2.7

Steve,
The -l option is used for list all the modules that you have installed. It does not work.
Thanks
Robert-Jan Goossens
Honored Contributor

Re: PROFTPD 1.2.7

Hi,

Could you check your spelling

ftp stream tcp nowait root /usr/local/sbin/protftpd proftpd
should be /usr/local/sbin/proftpd

Robert-Jan.
Michael Knaup
Advisor

Re: PROFTPD 1.2.7

Just if the typo isn't in your config file.

Did you execute the "inetd -c" to reread the configuration file? You can check the syslog.log after that for error messages. inetd will log changes to the inetd.conf into syslog.log, when you do an "inetd -c".
Fernando Ferri Wollner
Frequent Advisor

Re: PROFTPD 1.2.7

I have wrote it wrong, but it's OK in the file.
Shannon Petry
Honored Contributor

Re: PROFTPD 1.2.7

Well, I think you may not have a properly compiled proftpd. Shut down the inetd proftpd, and run manually with debug mode on.

Just comment out the ftpd line in /etc/inetd.conf and run "inetd -c" to update.
Edit your proftpd.conf file and change the mode from inet to standalone.

Then, run
proftpd -d 9

I think you will find that it's broken.

I was able to compile their source with lots of errors, and some of it I cleaned up. I never got a good compile of proftpd though, so gave up after a couple months of plinking at their source to try and make it work.

Regards,
Shannon
Microsoft. When do you want a virus today?