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 just stops running? {solved}

General support and discussion of Eggdrop bots.
Post Reply
d
davros
Voice
Posts: 4
Joined: Sun Jan 13, 2008 3:43 pm

eggdrop just stops running? {solved}

Post by davros »

as the title says... completely stops on the shell and i have to ./eggdrop etc to get it running again

set die-on-sighup 0
set die-on-sigterm 1
Last edited by davros on Mon Jan 14, 2008 10:00 pm, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Do you have any scripts loaded that could possibly cause the Eggdrop to freeze?
d
davros
Voice
Posts: 4
Joined: Sun Jan 13, 2008 3:43 pm

Post by davros »

no just eggdrop and psybnc
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

are you logging anything? if not, try using the logfile to figure out what is going on. Your best bet would be something like this:

Code: Select all

logfile dorv * "logs/debug.log"
This way you will see exactly what is going on with eggdrop before it crashes
d
davros
Voice
Posts: 4
Joined: Sun Jan 13, 2008 3:43 pm

Post by davros »

k thats added

eggdrop.log shows this at time of quit/crash

[03:41] * TERMINATE SIGNAL -- SIGNING OFF
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

alrighty then, seems kinda obvious your set die-on-sigterm 1 setting is the result of the crash, but whats not so obvious is the why...maybe someone else can clue us both in on this... is this signal coming from the shell, and if so, why?
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Evil admins not liking eggies?
NML_375
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Could be automatically killed when more than 1 background process runs, when your shell account is only paying for 1 bg process (for example)
d
davros
Voice
Posts: 4
Joined: Sun Jan 13, 2008 3:43 pm

Post by davros »

damnit ya thats it my shell is only 1 bg process

so i am upgrading

i knew i set everything up correctly

oops :roll:

thats what you get for being cheap lol
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

davros wrote:damnit ya thats it my shell is only 1 bg process

so i am upgrading

i knew i set everything up correctly

oops :roll:

thats what you get for being cheap lol
One should always read the terms when purchasing anything. ;)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply