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 wont start

General support and discussion of Eggdrop bots.
Post Reply
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Eggdrop wont start

Post by Fire-Fox »

Hey all...

I have 3 other eggdrop on a server, an will put one more so there is 4 but it's start. when i run

Code: Select all

./eggdrop <botname>.conf
it's just freshing after the load module part. and the use the same config like all the others bots i have...

what can be wrong...
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

I can only assume you're saying the bot does not start, since you're not being clear or giving any details or error messages.

Perhaps your shell provider limits the number of background processes?
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

rosc2112 wrote:I can only assume you're saying the bot does not start, since you're not being clear or giving any details or error messages.

Perhaps your shell provider limits the number of background processes?
Yearh you might be on to something, i didt not think of that :)

and for the error is no there that i can se when i fire up the bot
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Easy way to find out, does the bot connect when started with -n (dont background)?
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

rosc2112 wrote:Easy way to find out, does the bot connect when started with -n (dont background)?
Hey the bot will go online with

Code: Select all

./eggdrop -n <botname>.conf
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Then it would seem your shell does restricts the number of background processes (asuming they all run the same binary).
NML_375
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

nml375 wrote:(asuming they all run the same binary).
What do you mean...
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Wether they're using the same executable file, or if you compiled a new set of files for each eggdrop...
NML_375
User avatar
Fire-Fox
Master
Posts: 299
Joined: Sat Sep 23, 2006 9:01 pm
Location: /dev/null

Post by Fire-Fox »

nml375 wrote:Wether they're using the same executable file, or if you compiled a new set of files for each eggdrop...
they you the same executable file.. is that wrong ?
GreatZ
Fire-Fox | Denmark

Scripts: Relay | Store Text | TvMaze
h
halloaizq
Voice
Posts: 24
Joined: Mon Aug 27, 2007 5:01 am
Contact:

Post by halloaizq »

Why my bot suddently cannot connect to irc???The error msg is :

* CAN'T WRITE TO TEMP DIR

after i .die my eggy ... when i try to restart by type ./eggdrop abc.conf this error msg come out

Pls help me .. tq
: halloaizq :
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

check what you have set for this variable in your conf file:

Code: Select all

 set temp-path "temp/"
h
halloaizq
Voice
Posts: 24
Joined: Mon Aug 27, 2007 5:01 am
Contact:

Post by halloaizq »

YooHoo wrote:check what you have set for this variable in your conf file:

Code: Select all

 set temp-path "temp/"
exactly same .. yesterday my eggy ok .. no problem .. but today suddently got an error ...
: halloaizq :
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

# Set here a place to store temporary files.
set temp-path "/tmp"
The above is the correct setting for eggdrop (as opposed to windrop).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply