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.

Problems starting up bot

General support and discussion of Eggdrop bots.
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Problems starting up bot

Post by hype »

I edited the config through shell with GNU nano, when I went ahead to do this (below) it says there is no such file or directory, I'm really confused with it, I editted the config on shell but it says it doesent exist lmao. REALLY NEED HELP!

hype@asylum:~/weridePONIES$ /eggdrop -m eggdrop.conf
-bash: /eggdrop: No such file or directory
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Simple! You forgot the period that is used first.

Code: Select all

./eggdrop -m eggdrop.conf 
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

Can you help me solve this to, I don't know whats wrong I did everything right.
Thanks

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[02:30] --- Loading eggdrop v1.6.18 (Sun Aug 6 2006)
[02:30] Module loaded: dns
[02:30] Module loaded: channels
[02:30] Module loaded: server
[02:30] Tcl error in file 'eggdrop.conf':
[02:30] missing close-brace
while executing
"set servers {
Prothid.CA.US.GameSurge.net:6667



# This setting makes the bot try to get his original nickname back if its
# primary nickname is ..."
(file "eggdrop.conf" line 802)
[02:30] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

You are told exactly what is wrong. For each opening brace '{' there has to be a closing brace '}' i.e.

Code: Select all

set servers { 
Prothid.CA.US.GameSurge.net:6667 
}
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

lol once again it tells me i didnt edit the config completely but im not sure which part since it doesent say in the error.

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[05:02] --- Loading eggdrop v1.6.18 (Sun Aug 6 2006)
[05:02] Module loaded: dns
[05:02] Module loaded: channels
[05:02] Module loaded: server
[05:02] Module loaded: ctcp
[05:02] Module loaded: irc
[05:02] Module loaded: notes (with lang support)
[05:02] * You didn't edit your config file completely like you were told, did you?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

[05:02] * You didn't edit your config file completely like you were told, did you?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

Alright, well I fixed everything and the ./eggdrop -m eggdrop.conf worked, but its been 10 minutes and the bot hasnt gone online, and I'm not sure what to do..
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

I would suggest you follow the instructions in Setting up an Eggdrop carefully and line by line.

Also try this to see exactly what is not going right:

Code: Select all

./eggdrop -n eggdrop.conf
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

Will this be the reason It wont start? If so what should I do? (i checked if there was a section on encryption but there isnt, where could i find this?)

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Post by Callisto »

hype wrote:Will this be the reason It wont start? If so what should I do? (i checked if there was a section on encryption but there isnt, where could i find this?)

You have installed modules but have not selected an encryption
module, please consult the default config file for info.
And this is from the config file..
#### BLOWFISH MODULE ####

# IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER
# Eggdrop encrypts its userfile, so users can have secure passwords.
# Please note that when you change your encryption method later (i.e.
# using other modules like a md5 module), you can't use your current
# userfile anymore. Eggdrop will not start without an encryption module.
loadmodule blowfish
Just remove the # at the beginning of #loadmodule blowfish
It really pays to read the setting up an eggdrop suggested and also the complete config file BEFORE trying to start your eggdrop.

Good luck
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

Alright, well I fixed that problem and rank ./eggdrop -m eggdrop.conf and the message says its working perfectly fine, but its not online... will you happen to know a problem like this?
C
Callisto
Halfop
Posts: 86
Joined: Sun Mar 13, 2005 11:04 am

Post by Callisto »

hype wrote:Alright, well I fixed that problem and rank ./eggdrop -m eggdrop.conf and the message says its working perfectly fine, but its not online... will you happen to know a problem like this?
have you tried to whois the bot from the network? it may be connecting but not joining any channels especially if you havent set them in the config
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

well, I whois'ed it but nothing shows up
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

You might wanna try start it up with: ./eggdrop -nt eggdrop.conf (or ./eggdrop -mnt eggdrop.conf if you havn't created a userfile yet).
That prevents your bot from forking into background, and instead provides you with a console... should atleast give you some insight on what your bot is actually doing
NML_375
h
hype
Voice
Posts: 11
Joined: Sat Aug 05, 2006 7:35 pm

Post by hype »

That is what I got when I ./eggdrop -m eggdrop.conf it, It doesent start, is there any problem you can find?



hype@asylum:~/weridePONIES$ ./eggdrop -m eggdrop.conf

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[21:57] --- Loading eggdrop v1.6.18 (Sun Aug 6 2006)
[21:57] Module loaded: dns
[21:57] Module loaded: channels
[21:57] Module loaded: server
[21:57] Module loaded: ctcp
[21:57] Module loaded: irc
[21:57] Module loaded: transfer (with lang support)
[21:57] Module loaded: share
[21:57] Module loaded: notes (with lang support)
[21:57] Module loaded: console (with lang support)
[21:57] Module loaded: blowfish
[21:57] Module loaded: uptime
[21:57] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[21:57] use '.help userinfo' for commands.


STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg wrp|eggdrop hello
This will make the bot recognize you as the master.

[21:57] === wrp|eggdr: 0 channels, 0 users.
I detect wrp|eggdr already running from this directory.
If this is incorrect, erase the 'pid.wrp|eggdr'
Post Reply