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 start... but no, it doesn't respond.

General support and discussion of Eggdrop bots.
Post Reply
_
__henke
Voice
Posts: 8
Joined: Fri Nov 10, 2006 10:31 am

Eggdrop start... but no, it doesn't respond.

Post by __henke »

Hello!

I've ran in to a wall now....

I rebooted my server, got a new IP. And edited my .conf.

I start with ./eggdrop *.conf and now everything runs down well and no errors reported. But my bot doesn't enter my channels so I start to wonder... something is wrong. I try to telnet to the bot but the telnet line is blank. No question for username or password. I tried to disable all .tcl scripts but no effect.

Anybody who might know whats up with my bot?
//henke
_
__henke
Voice
Posts: 8
Joined: Fri Nov 10, 2006 10:31 am

Post by __henke »

Gah!

I hate myself...

I fired up a screen and ran with the -n command and it works...

What is the difference with this behaviour?
//henke
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Search on the keyword "threaded tcl" and you'll find quite a few topics regarding this on the forum.

Basic summary tho, your tcl-library is compiled with pthreads, wich does not work well with eggdrop's use of fork() to launch into background. There is a fix to this included in the source, and it should be included automatically if threaded tcl is detected.

However, with some recent binary tcl packages (Fedora rpm's, etc), this does not work as intended.
One thing that has worked earlier is to uninstall your rpm/deb/etc tcl-package, download source from www.tcl.tk, and compile/install it yourself and compile your eggdrop against this library instead.

The actual cause for this issue is to my best knowledge yet unknown.
NML_375
_
__henke
Voice
Posts: 8
Joined: Fri Nov 10, 2006 10:31 am

Post by __henke »

Ok... really weird...

I use Gentoo and as far as I remember i did not emerge tcl with "threads" useflag... And, it worked before I rebooted... :o

But my memory isn't the best so maybe I have reinstalled tcl with threads at some time. Who knows =)
//henke
Post Reply