This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop starts in mode -n but not in normal mode

General support and discussion of Eggdrop bots.
Post Reply
S
Supala
Voice
Posts: 3
Joined: Sat Jun 17, 2006 6:27 pm

Eggdrop starts in mode -n but not in normal mode

Post by Supala »

Hello,

Here's my problem : I successfully compiled my bot, and when I type ./eggdrop -m eggdrop.conf, i get this :

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[00:20] --- Loading eggdrop v1.6.15 (Sun Jun 18 2006)
[00:20] Listening at telnet port 3333 (all)
[00:20] Module chargé: dns
[00:20] Module chargé: channels
[00:20] Module chargé: server
[00:20] Module chargé: ctcp
[00:20] Module chargé: irc
[00:20] Module chargé: console (avec support internationnal)
[00:20] Module chargé: seen
[00:20] Module chargé: blowfish
[00:20] Module chargé: uptime
[00:20] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[00:20] use '.help userinfo' for commands.

DEMARRAGE DU BOT EN MODE CREATION DE LISTE UTILISATEURS.
Faites un Telnet sur le bot et entrez 'NEW' comme surnom.
OU allez sur IRC et: /msg c0w hello
Le bot vous reconnaitra alors comme maître.

[00:20] === c0w: 1 channels, 1 users.
Launched into the background (pid: 32230)

But the bot is not connected to server !

And when I launch the bot by typing ./eggdrop -mn eggdrop.conf, the bot successfully connects to irc server... but this not a solution, because when i close my ssh client, the bot is going down, of course...

Is anyone have a solution ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I vaguely recall having this problem with thread-enabled Tcl
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
S
Supala
Voice
Posts: 3
Joined: Sat Jun 17, 2006 6:27 pm

Post by Supala »

thread-enabled Tcl ? What does that mean ?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Tcl core library compiled with thread support

see if you have that, type .set tcl_platform(threaded)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

Often threaded TCL is used, though an unthreaded TCL is also installed. Check for export LD_LIBRARY_PATH in that case.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
S
Supala
Voice
Posts: 3
Joined: Sat Jun 17, 2006 6:27 pm

Post by Supala »

That's OK... I erased TCL from the system and reinstalled it with apt-get, and all is allright now.

Thanks !
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

I wonder if that's fixed in .18

anyone knows?
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

I haven't read any changelog stating so... since its an inssue while loading shared libs, you would have to write some script that stores the ./configured tclsh8.4.so path in first place of export LD_LIBRARY_PATH in something like the .bash_profile or load the bot from a bash script that internaly changes it only.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Post Reply