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.

process problem

Old posts that have not been replied to for several years.
Locked
b
byte
Voice
Posts: 9
Joined: Sat Jul 23, 2005 6:38 am

process problem

Post by byte »

Hello, when i started my eggdrop, i have 3 process, don't 1, why ? :shock:

15191 ? S 0:19 ./eggdrop bot.conf
15192 ? S 0:00 ./eggdrop bot.conf
15193 ? S 0:02 ./eggdrop bot.conf
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

you might have a cronjob and broken cronscript
b
byte
Voice
Posts: 9
Joined: Sat Jul 23, 2005 6:38 am

Post by byte »

i'm not use cron :?
G
Galadhrim
Op
Posts: 123
Joined: Fri Apr 11, 2003 8:38 am
Location: Netherlands, Enschede

Post by Galadhrim »

I had it before as well. Seems it forks into 3 processes. There is no real problem as it comes from executing 1 command. I think that after some update of my gcc and libs it turned into creating just 1 process.
b
byte
Voice
Posts: 9
Joined: Sat Jul 23, 2005 6:38 am

Post by byte »

mmm.. but is strange, only with debian sarge, with Slackware ALL OK
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

You most likely compiled Tcl as threaded.
If you have a limited amount of processes, configure your bot with "./configure --disable-tcl-threads", if not, then dont worry about it.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

hmm, Linux used to implement pthreads as processes, but I thought they fixed that in 2.6 (threads in-process, like *BSD)...
Locked