Koozali.org: home of the SME Server

FTP login/logon problems

uniQ

FTP login/logon problems
« on: November 25, 2003, 01:23:14 AM »
Hi, I'm on SME 5.6.

Ive been rather happy with SME 5.6 since I installed it, but now, all of the sudden, FTP wont work! I can establish a connection, but I then get an error! Ive tried FTP Explorer on Win2000 and Anarchie Pro 3.5 on Mac 9.2.2.

Any ideas? Thanks

       -uniQ

Nathan Fowler

Re: FTP login/logon problems
« Reply #1 on: November 25, 2003, 01:51:33 AM »
The error you get would be useful information.... ;)

uniQ

Re: FTP login/logon problems
« Reply #2 on: November 25, 2003, 03:05:35 AM »
On FTPX I get this:

Connecting to: WWDCS
Connection Established
Error connecting to: WWDCS

(WWDCS in the name I've given the svr, IP 192.168.0.2)

Anarchie says:

connection is closing (-23005)

I've applied the ProFTPD patch, does this do stuff like kill FTPs?

         -uniQ

Robert

Re: FTP login/logon problems
« Reply #3 on: November 25, 2003, 04:52:12 AM »
This looks like you installed the proftpd update, and I assume the e-smith-proftpd update as well, but forgot to reconfigure. Did you follow Mitel's update instructions, which are always:
1. Download all updates, even the ones you had downloaded before.
2. Install all updates, even the ones you had installed before.
3. Reconfigure your entire server.
4. Reboot.
If you only downloaded and installed proftpd and e-smith-proftpd you can actually suffice with:
# /sbin/e-smith/signal-event remoteaccess-update

HTH

uniQ

Re: FTP login/logon problems
« Reply #4 on: November 25, 2003, 08:01:36 AM »
Wow, now I'm really confused.

I got the 5.6 RPM that the 2nd from the top of the main page and followed the README in the FTP dirs. instructions.

I was unaware that there were 2 seperate patches.

       -uniQ

PS. %(

Robert

Re: FTP login/logon problems
« Reply #5 on: November 25, 2003, 01:19:17 PM »
Compare the contents of the ftp updates directory to your current installation (e.g. by doing a 'rpm -qa |sort |less'). Download the rpms that are missing and signal a post-upgrade event followed by a reboot. It might be a good idea to maintain a local mirror of the updates directory.

Robert

Re: FTP login/logon problems
« Reply #6 on: November 25, 2003, 01:21:17 PM »
I meant download _and install_ the missing rpms, of course.

uniQ

Re: FTP login/logon problems
« Reply #7 on: November 26, 2003, 12:38:37 AM »
How do I signal a psot upg event?

       -uniQ

PS. Reboot as is reboot(ADM)?

Robert

Re: FTP login/logon problems
« Reply #8 on: November 26, 2003, 12:47:25 AM »
I do believe this is all in the update instructions, but after installing the updates you'd do:
# /sbin/e-smith/signal-event post-upgrade
# /sbin/e-smith/signal-event reboot

Robert

Re: FTP login/logon problems
« Reply #9 on: November 26, 2003, 12:51:06 AM »
In fact, I _know_ it's in the update instructions 'cause I just checked. www.e-smith.org homepage, top article -> Read More...

uniQ

Re: FTP login/logon problems
« Reply #10 on: November 26, 2003, 12:51:49 AM »
OK, I love these updates, floppy size!

What's the diff between e-smith-ProFTPD and just proftpd in the updates dir? I have both installed by default.


          -Q

Robert

Re: FTP login/logon problems
« Reply #11 on: November 26, 2003, 01:35:21 AM »
e-smith-proftpd contains the templates and event links used to configure proftpd. The proftpd package contains the actual proftpd ftp daemon itself. This information can be learned from doing 'rpm -qi e-smith-proftpd' and 'rpm -qi proftpd' (provided that the packager added a useful description). Most of the daemons have a corresponding e-smith-x package. Read www.e-smith.org/architecture and www.e-smith.org/concepts