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.

Bot Issue

General support and discussion of Eggdrop bots.
Post Reply
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Bot Issue

Post by intel »

First I am running eggdrop 1.6.19 under VMware (debian Linux). I have done this before without an issue. The bot compiles fine. I can start it with
./eggdrop -m eggdrop.conf Nothing happens after that. When I look in the logs dir and open eggdrop.log I just see * TERMINATE SIGNAL -- SIGING OFF

I dont know what I am missing here. Any help is appreciated.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Are you using some kind of resource limiter on that system? Simply put, your eggdrop stops running because some process (or someone) is sending the TERM (sigterm) signal to your eggdrop's process, telling it to gently stop running.
NML_375
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Post by intel »

Not that I am aware of. Where would I look for that? I did a basic install of Debian Lenny so I do not think there are any restrictions. I setup my vmware session like I always do.

Any suggestions would be appreciated.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Unfortunately, tracking down signals can be a real b*tch :/
There is always the strace command that does monitor all system calls and signals for a given process.. unfortunately that means it'll log a lot more than just the sigterm. I'm not sure if it'll provide the source of the signal though.

One thing to check early on though, are you using SELinux?
NML_375
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Post by intel »

Nope I am not running that. Its just weird that I can surf, I can connect to IRC using XCHAT so I am just stumped as to what and why eggdrop is being blocked.
L
Lukan
Voice
Posts: 1
Joined: Fri Aug 14, 2009 2:36 am

Post by Lukan »

try loading the bot in the foreground.

Code: Select all

./eggdrop -n -m CONFIG-FILE
That should help you see what is happening in the sequence of commands.

You might also want to try the configuration in this post.

This cleared up a lot of my problems that I was having due to my TCL being threaded.

Luk
Post Reply