| View previous topic :: View next topic |
| Author |
Message |
stargate Voice
Joined: 20 Feb 2007 Posts: 6
|
Posted: Wed Aug 01, 2007 2:33 pm Post subject: Connection problem - bot start but not connect |
|
|
Hi
I have problem. My bot wont connect to irc server when i start him with ./eggdrop name.conf .
I'v made first start with -m parametr but bot won't connect o server.
Bot is running, telnet connection is not refused but its waiting. I use putty to connect and when i telent bot there is no answer for username just blank screen.
Weird thing is that when i start bot with ./eggdrop -nt name.conf bot connect to server with no problem but i want bot in buckground but this wont work :/
reply from -n
| Quote: |
Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[20:31] Allocated bind table unld (flags 1)
[20:31] Allocated bind table time (flags 1)
[20:31] Allocated bind table note (flags 0)
[20:31] Allocated bind table nkch (flags 1)
[20:31] Allocated bind table load (flags 1)
[20:31] Allocated bind table link (flags 1)
[20:31] Allocated bind table filt (flags 1)
[20:31] Allocated bind table disc (flags 1)
[20:31] Allocated bind table dcc (flags 0)
[20:31] Allocated bind table chpt (flags 1)
[20:31] Allocated bind table chon (flags 1)
[20:31] Allocated bind table chof (flags 1)
[20:31] Allocated bind table chjn (flags 1)
[20:31] Allocated bind table chat (flags 1)
[20:31] Allocated bind table bot (flags 0)
[20:31] Allocated bind table bcst (flags 1)
[20:31] Allocated bind table away (flags 1)
[20:31] Allocated bind table act (flags 1)
[20:31] Allocated bind table evnt (flags 1)
[20:31] --- Loading eggdrop v1.6.18 (Wed Aug 1 2007)
[20:31] Listening at telnet port 11111 (all).
[20:31] Module loaded: channels
[20:31] Allocated bind table wall (flags 1)
[20:31] Allocated bind table raw (flags 1)
[20:31] Allocated bind table notc (flags 1)
[20:31] Allocated bind table msgm (flags 1)
[20:31] Allocated bind table msg (flags 0)
[20:31] Allocated bind table flud (flags 1)
[20:31] Allocated bind table ctcr (flags 1)
[20:31] Allocated bind table ctcp (flags 1)
[20:31] Module loaded: server
[20:31] Module loaded: ctcp
[20:31] Allocated bind table topc (flags 1)
[20:31] Allocated bind table splt (flags 1)
[20:31] Allocated bind table sign (flags 1)
[20:31] Allocated bind table rejn (flags 1)
[20:31] Allocated bind table part (flags 1)
[20:31] Allocated bind table nick (flags 1)
[20:31] Allocated bind table mode (flags 1)
[20:31] Allocated bind table kick (flags 1)
[20:31] Allocated bind table join (flags 1)
[20:31] Allocated bind table pubm (flags 1)
[20:31] Allocated bind table pub (flags 0)
[20:31] Allocated bind table need (flags 1)
[20:31] Module loaded: irc
[20:31] LANG: Section loaded: notes
[20:31] LANG: 42 messages of 47 lines loaded from ./language/notes.english.lang
[20:31] LANG: 42 adds, 0 updates to message table
[20:31] Module loaded: notes (with lang support)
[20:31] LANG: Section loaded: console
[20:31] LANG: 10 messages of 15 lines loaded from ./language/console.english.lan g
[20:31] LANG: 10 adds, 0 updates to message table
[20:31] Module loaded: console (with lang support)
[20:31] Module loaded: seen
[20:31] Module loaded: blowfish
[20:31] Module loaded: uptime
[20:31] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[20:31] use '.help userinfo' for commands.
[20:31] Userfile loaded, unpacking...
[20:31] === Bot: 1 channels, 2 users.
[20:31] main: entering loop
[20:31] Trying server xxx.xxx.xxx.xxx:6667
[20:31] net: connect! sock 7
[20:31] Connected to xxx.xxx.xxx.xxx
[20:31] -NOTICE- *** Looking up your hostname...
[20:31] -NOTICE- *** Checking ident...
[20:31] -NOTICE- *** Found your hostname
[20:31] -NOTICE- *** Received identd response
|
|
|
| Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Wed Aug 01, 2007 3:41 pm Post subject: |
|
|
Sounds like your threaded tcl-library is'nt properly identified..
You don't happen to be running latest release of Fedora Core? _________________ NML_375, idling at #eggdrop@IrcNET |
|
| Back to top |
|
 |
stargate Voice
Joined: 20 Feb 2007 Posts: 6
|
Posted: Wed Aug 01, 2007 4:21 pm Post subject: |
|
|
I have Debian.
I'v install eggdrop with and without ./configure --enable-thread |
|
| Back to top |
|
 |
nml375 Revered One
Joined: 04 Aug 2006 Posts: 2857
|
Posted: Wed Aug 01, 2007 6:02 pm Post subject: |
|
|
Eggdrop should normally identify threaded libraries automatic, also, there is no override in the configure-script for that as I recall.
Did you install tcl using apt-get or such, or did you compile it yourself (and, if so, with or without threads)?
Also, could you check the config.h file that is generated by eggdrop's configure-script? It would be good if you could post wether HAVE_TCL_FREE and/or HAVE_TCL_THREAD macros are defined. _________________ NML_375, idling at #eggdrop@IrcNET |
|
| Back to top |
|
 |
|