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.

Lots of eggdrops in my shell

Old posts that have not been replied to for several years.
Locked
p
pollar
Voice
Posts: 18
Joined: Thu Jan 09, 2003 12:20 pm
Location: Lithuania

Lots of eggdrops in my shell

Post by pollar »

hello,

I compiled eggdrop on my shell. Processes on my shell before eggdrop execution was:

Code: Select all

viktorina@alus:~/eggdrop$ ps x
  PID TTY      STAT   TIME COMMAND
 4758 pts/8    S      0:00 bash
 4773 pts/8    R      0:00 ps x
viktorina@alus:~/eggdrop$
Then I started my bot:

Code: Select all

viktorina@alus:~/eggdrop$ ./eggdrop tr.conf

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[23:04] --- Loading eggdrop v1.6.15 (Thu Oct 30 2003)
[23:04] Listening at telnet port 44452 (all)
[23:04] Module loaded: channels
[23:04] Module loaded: server
[23:04] Module loaded: ctcp
[23:04] Module loaded: irc
[23:04] Module loaded: notes            (with lang support)
[23:04] Module loaded: console          (with lang support)
[23:04] Module loaded: blowfish
[23:04] Module loaded: uptime
[23:04] Idle-deop by -=(CkNDstroy)=- LOADED!
[23:04] Userfile loaded, unpacking...
[23:04] === pramoga: 1 channels, 14 users.
Launched into the background  (pid: 4777)

viktorina@alus:~/eggdrop$

... and got this:

Code: Select all

[23:04] === pramoga: 1 channels, 14 users.
Launched into the background  (pid: 4777)

viktorina@alus:~/eggdrop$ ps x
  PID TTY      STAT   TIME COMMAND
 4758 pts/8    S      0:00 bash
 4777 pts/8    S      0:01 ./eggdrop tr.conf
 4778 pts/8    S      0:00 ./eggdrop tr.conf
 4779 pts/8    S      0:00 ./eggdrop tr.conf
 4785 pts/8    R      0:00 ps x
viktorina@alus:~/eggdrop$
Can any body help? :) Whats the problem? Why there are 3 processes instead of 1. Really strange, isn't it?

Please DO NOT think that I'm executing the same eggdrop. I'm not an eggdrop newbie. Just cant understand where the problem is. My OS is debian.
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

Post by duofruo »

Launched into the background (pid: 4777)
Try to kill the others pid, and see if they ur eggdrop dies to.
Embrace The Inevitable
p
pollar
Voice
Posts: 18
Joined: Thu Jan 09, 2003 12:20 pm
Location: Lithuania

Post by pollar »

Yes u r right. When i killed one of these processes, others died too.
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

Post by duofruo »

hmmz, i don`t , i can`t help maybe is ur shell problem, i din`t get this problem, sorry
Embrace The Inevitable
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Multithreaded tcl. compile eggdrop with --disable-tcl-threads to disable this.
Have you ever read "The Manual"?
p
pollar
Voice
Posts: 18
Joined: Thu Jan 09, 2003 12:20 pm
Location: Lithuania

Post by pollar »

Thank you very much :). It really helped. I have recompiled Tcl on my pc with threads disabled option. It seems everything works fine.
Locked