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.

I ran my eggdrop, but its brings some clone eggdrops with it

General support and discussion of Eggdrop bots.
S
ShamuaL

I ran my eggdrop, but its brings some clone eggdrops with it

Post by ShamuaL »

i installed and ran eggdrop ....

but i ran it ..
and ...
it brings a more 3 eggdrops with it ...

suppose eggdrop was test
more eggdrops named test1,test0 are coming
i deleted eggdrop and reinstalled it ... but no use ....

help me plz
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

It means, if you have duplicate processes running of the same executable file and .conf file kill them and make sure only one process of ./eggdrop is running. It's like you have two seperate internet explorer windows open, so you can browse from two different windows. :mrgreen: :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

The same effect will occur if crontab is set for the bot and it's screwing up. Has happened to me off and on, 3 to 4 bots connecting because crontab screwed. If you do actually have a crontab set for the bot, remove it. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
gumbydammit
Master
Posts: 311
Joined: Thu Sep 05, 2002 4:52 pm
Location: Canada
Contact:

Post by gumbydammit »

you probably compiled tcl threaded... take a peek HERE
a.k.a. hellios
h
havokator
Voice
Posts: 5
Joined: Thu Aug 24, 2006 2:30 am

Post by havokator »

I have the same problem with 3 proceses of eggdrop running for 1 bot.

I tryed the ./configure --disable-tcl-threads option, but when I do that, the bot doesnt connect to irc. It will connect fine with the normal ./configure and 3 processes but I cant have that many processes for one bot. I also cant telnet to the bot when doing disable-tcl-threads. Why is this?

I even removed the 3 source scripts/blah.tcl lines at the end of the conf and it still uses 3 processes for the bot.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Your shell is spawning the clones; check exactly which processes are running:

Code: Select all

ps x
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
havokator
Voice
Posts: 5
Joined: Thu Aug 24, 2006 2:30 am

Post by havokator »

It is all the same

./eggdrop eggdrop.conf
./eggdrop eggdrop.conf
./eggdrop eggdrop.conf

if I kill any one of the process, all 3 die, and it kills the bot, no matter which process i decide to kill.

All 3 processes are for 1 bot. I need to fix this, however using "./configure --disable-tcl-threads" doesnt work. Please help.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Have you got a crontab running by any chance? If so, delete it and your problem will be solved.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
havokator
Voice
Posts: 5
Joined: Thu Aug 24, 2006 2:30 am

Post by havokator »

NO It has absolutely nothing to do with crontab. Its something wrong with the bot itself.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

link with a non-threaded Tcl lib; you may need to build one yourself by specifying --disable-threads as parameter to Tcl configure script
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
h
havokator
Voice
Posts: 5
Joined: Thu Aug 24, 2006 2:30 am

Post by havokator »

If you read above, you will see that i tried using --disable-threads, but when I do that, the bot doesnt connect to irc, and i cant connect to it to see whats wrong. Its like it just isnt there. It wont work unless i do configure normally which gives me 3 processes.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Logs show nothing?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Post by mopar »

Question.....

Do you get 1bot to join, but see 3 processes on the shell?
If so is the shell running debian?

I had a shell that ran on debian and that started 2 baby processes, nothing you could do about it as far as i could tell. So i got rid of the shell and only run bots on bsd instead :)

/mopar
It's never to late to give up..
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

havokator wrote:If you read above, you will see that i tried using --disable-threads, but when I do that, the bot doesnt connect to irc, and i cant connect to it to see whats wrong. Its like it just isnt there. It wont work unless i do configure normally which gives me 3 processes.
nah, you tried this on eggdrop's configure

I meant Tcl's configure; you do know that Tcl libraries are built separately from eggdrop, don't you?
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply