I am new at eggdrop's and I got a problem on my Debian 3.0 woody system. My eggdrop don't starts. If I start eggdrop with ./eggdrop or ./eggdrop -n all the startmessages appear but eggdrop don't runs. If i take a look at "ps -ef" or "netstat -a" I see that eggdrop don't runs and that there is no port binded by eggdrop.
Code: Select all
Eggdrop v1.6.9 (C) 1997 Robey Pointer (C) 2002 Eggheads
[13:28] Allocated bind table unld (flags 1)
[13:28] Allocated bind table time (flags 1)
[13:28] Allocated bind table note (flags 0)
[13:28] Allocated bind table nkch (flags 1)
[13:28] Allocated bind table load (flags 1)
[13:28] Allocated bind table link (flags 1)
[13:28] Allocated bind table filt (flags 1)
[13:28] Allocated bind table disc (flags 1)
[13:28] Allocated bind table dcc (flags 0)
[13:28] Allocated bind table chpt (flags 1)
[13:28] Allocated bind table chon (flags 1)
[13:28] Allocated bind table chof (flags 1)
[13:28] Allocated bind table chjn (flags 1)
[13:28] Allocated bind table chat (flags 1)
[13:28] Allocated bind table bot (flags 0)
[13:28] Allocated bind table bcst (flags 1)
[13:28] Allocated bind table away (flags 1)
[13:28] Allocated bind table act (flags 1)
[13:28] Allocated bind table evnt (flags 1)
[13:28] --- Loading eggdrop v1.6.9 (Thu Jul 1 2004)
[13:28] Listening at telnet port 50000 (all)
[13:28] Module loaded: dns
[13:28] Module loaded: channels
[13:28] Allocated bind table wall (flags 1)
[13:28] Allocated bind table raw (flags 1)
[13:28] Allocated bind table notc (flags 1)
[13:28] Allocated bind table msgm (flags 1)
[13:28] Allocated bind table msg (flags 0)
[13:28] Allocated bind table flud (flags 1)
[13:28] Allocated bind table ctcr (flags 1)
[13:28] Allocated bind table ctcp (flags 1)
[13:28] Module loaded: server
[13:28] Module loaded: ctcp
[13:28] Allocated bind table topc (flags 1)
[13:28] Allocated bind table splt (flags 1)
[13:28] Allocated bind table sign (flags 1)
[13:28] Allocated bind table rejn (flags 1)
[13:28] Allocated bind table part (flags 1)
[13:28] Allocated bind table nick (flags 1)
[13:28] Allocated bind table mode (flags 1)
[13:28] Allocated bind table kick (flags 1)
[13:28] Allocated bind table join (flags 1)
[13:28] Allocated bind table pubm (flags 1)
[13:28] Allocated bind table pub (flags 0)
[13:28] Allocated bind table need (flags 1)
[13:28] Module loaded: irc
[13:28] LANG: Section loaded: notes
[13:28] LANG: 42 messages of 47 lines loaded from ./language/notes.english.lang
[13:28] LANG: 42 adds, 0 updates to message table
[13:28] Module loaded: notes (with lang support)
[13:28] LANG: Section loaded: console
[13:28] LANG: 10 messages of 15 lines loaded from ./language/console.english.lang
[13:28] LANG: 10 adds, 0 updates to message table
[13:28] Module loaded: console (with lang support)
[13:28] Module loaded: blowfish
[13:28] Logfile suffix changed. Closing all open logs.
[13:28] * STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
bouncers@mbrink:~/eggdrop$
What can I do to get it run???