Koozali.org: home of the SME Server

Squid broke ftpd?

Bernt

Squid broke ftpd?
« on: December 19, 2003, 08:33:42 AM »
Hi!

I'm running 5.6. I have the service contrib and  change root installed. In Server Manager Services I turned everything of except apache, proftp, mysql and samba and it's been running like this for a long time without any problems.

Yesterday I decided to try Squid just for fun (stupid me) so I started it from the Service panel and it worked as it supposed to do.

But, now I can't log in to ftp anymore. From the client side it say "Connection closed by remote host."
In server loggfiles it say "Fatal: unknown configuration directive 'ScoreboardFile' on line 23 of '/etc/proftpd.conf'."

It dont help to turn of Squid and restart the server or start every service again and then restart the server.
What to do? I'm planning to do a fresh install with 6.0 but just not yet.

marco

Re: Squid broke ftpd?
« Reply #1 on: December 19, 2003, 09:30:49 AM »
Bernt,

Just a thought, have you done a lsmod to see if the ip_nat_ftp and the ip_conntrack_ftp modules are loaded?  You can use modprobe to start them for your session.  Check the /etc/init.d/masq file and see if they are being called.

Hope this helps

marco

Re: Squid broke ftpd?
« Reply #2 on: December 19, 2003, 09:31:33 AM »
Bernt,

Just a thought, have you done a lsmod to see if the ip_nat_ftp and the ip_conntrack_ftp modules are loaded?  You can use modprobe to start them for your session.  Check the /etc/init.d/masq file and see if they are being called.

Hope this helps

[%sig%]

Bernt

Re: Squid broke ftpd?
« Reply #3 on: December 19, 2003, 10:52:31 AM »
Forgot one thing. It's running in server mode only.

Bernt

Re: Squid broke ftpd?
« Reply #4 on: December 19, 2003, 08:54:43 PM »
This is getting worse. Can't access the server with Putty anymore. Get connection refused.
Found this lines in the loggfile.

Dec 19 20:41:56 vv56srv e-smith-bg: Starting sshd:/etc/ssh/sshd_config: line 22: Bad configuration option: Compression^M
Dec 19 20:41:56 vv56srv e-smith-bg: /etc/ssh/sshd_config: line 40: Bad configuration option: UsePrivilegeSeparation^M
Dec 19 20:41:56 vv56srv e-smith-bg: /etc/ssh/sshd_config: terminating, 2 bad configuration options^M

Bernt

Re: Squid broke ftpd?
« Reply #5 on: December 20, 2003, 08:21:52 PM »
Did a fresh install of 6.0.
Thanks anyway.