[ProFTPD] address already in use

Pagina: 1
Acties:

  • Peter Power
  • Registratie: Juni 2001
  • Niet online
Hoi,

Ik heb op slackware 8.0 ProFTPD 1.2.4 gecompileerd en de proftpd.conf geedit.

Als ik ga connecten naar mijn ftp blijft deze hangen op:
code:
1
2
3
STATUS:>    Connecting to 192.168.0.1
STATUS:>    Connecting to 192.168.0.1 (ip = 192.168.0.1)
STATUS:>    Socket connected. Waiting for welcome message...

Dus ik kijk in /var/log/proftpd.log en zie daar hetvolgende:
code:
1
2
3
4
Nov 09 04:23:18 apollo proftpd[132] apollo: Failed binding to
0.0.0.0, port 21: Address already in use
Nov 09 04:23:18 apollo proftpd[132] apollo: Check the ServerType
directive to en sure you are configured correctly

Goed hij kan dus die binding niet maken :?

Mijn proftpd.conf ziet er als volgt uit
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
RequireValidShell          off
ServerName              "FTP Server"
ServerType              standalone
DefaultServer            on
DefaultRoot            ~
ShowDotFiles              on
AllowStoreRestart          on

Port                    21

Umask                  002

MaxInstances              30

User                    nobody
Group                  nogroup

SystemLog                /var/log/proftpd.log
TransferLog            /var/log/xferlog

<Directory /*>
  AllowOverwrite            on
</Directory>

Mijn /etc/hosts heb ik ook aangepast
code:
1
2
127.0.0.1          apollo localhost.localdomain localhost
192.168.0.4      peter

Iemand enig idee wat hier het probleem is?

* Peter Power komt er niet meer uit :(

irc.tweakers.net #php - Het channel voor de echte PHP-ers!


Verwijderd

code:
1
2
3
4
Nov 09 04:23:18 apollo proftpd[132] apollo: Failed binding to
0.0.0.0, port 21: Address already in use
Nov 09 04:23:18 apollo proftpd[132] apollo: Check the ServerType
directive to en sure you are configured correctly

mischien nog een ftp (in.ftpd) in je inetd.conf ?
Lees dit anders ff hier http://www.proftpd.net/docs/userguide/linked/x1356.html

  • Peter Power
  • Registratie: Juni 2001
  • Niet online
Op dinsdag 13 november 2001 16:04 schreef TM001 het volgende:
code:
1
2
3
4
Nov 09 04:23:18 apollo proftpd[132] apollo: Failed binding to
0.0.0.0, port 21: Address already in use
Nov 09 04:23:18 apollo proftpd[132] apollo: Check the ServerType
directive to en sure you are configured correctly

mischien nog een ftp in je inetd.conf ?
Lees dit anders ff hier http://www.proftpd.net/docs/userguide/linked/x1356.html
Bedankt ik ga het uitzoeken.

irc.tweakers.net #php - Het channel voor de echte PHP-ers!


  • Peter Power
  • Registratie: Juni 2001
  • Niet online
Hmmm

Zoals beschreven stond in het verhaal op de proftpd site Port 0 gebruikt.

Krijg nu dit te zien in mijn log
code:
1
2
3
4
Nov 09 05:26:37 apollo proftpd[276] apollo: ProFTPD 1.2.4 (release) 
(built Thu Nov 8 18:53:10 CET 2001) standalone mode STARTUP
Nov 09 05:26:37 apollo proftpd[276] apollo: /etc/shutmsg present: 
all incoming connections will be refused.

En het werkt dus nog niet... :(

irc.tweakers.net #php - Het channel voor de echte PHP-ers!


Verwijderd

rm /etc/shutmsg ?

  • Peter Power
  • Registratie: Juni 2001
  • Niet online
Op dinsdag 13 november 2001 16:39 schreef fkooman het volgende:
rm /etc/shutmsg ?
Dan geeft de log hetvolgende
code:
1
2
Nov 09 05:26:37 apollo proftpd[276] apollo: ProFTPD 1.2.4 (release) 
(built Thu Nov 8 18:53:10 CET 2001) standalone mode STARTUP

Maar kan ik nog steeds niet inloggen :'(

irc.tweakers.net #php - Het channel voor de echte PHP-ers!


  • Peter Power
  • Registratie: Juni 2001
  • Niet online
gemaakt op onverklaarbare wijze

irc.tweakers.net #php - Het channel voor de echte PHP-ers!

Pagina: 1