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.

CONFIG FILE NOT FOUND OR ERROR

Old posts that have not been replied to for several years.
Locked
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

CONFIG FILE NOT FOUND OR ERROR

Post by Wolfe »

I am getting an error when I try to run the bot...

It appears to be a directory error in line 1 of the eggdrop.conf file which is suppose to be:

/home/Wolfe/eggdrop

I have compiled the file correctly i believe. I am running Redhat (linux) kernal 8.0 with all current updates

The make/makefile went smoothly. gcc no problems, I have run windrop before the switch to linux, and for the life of me cann't figure out what I did wrong.
Wolfe
User avatar
j0n
Op
Posts: 140
Joined: Wed May 07, 2003 5:31 pm
Location: sjn.nb.ca
Contact:

Post by j0n »

you may need to give more info...

did you execute the command
./eggdrop conf -m
?

what is makefile ?
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

Post by Wolfe »

j0n wrote:you may need to give more info...

did you execute the command
./eggdrop conf -m
?

what is makefile ?
Yes... tried running in terminal via every which way from sunday...


Make and Makefile is an install process for sending it to shell under linux. No errors.

I've even set this up under root to see if it was a security issue hidden in writing the logs or whatever. Same error.

I went over every line of code in the config file to make sure that the directory was correct in each referance. Then ran the make again from scratch. I still get an error which says config file not found, and referance to an error in line 1. Whiich is the directory where it is installed.

Make me wanna go grrrrrrrrrrrrrrrrrr.
Wolfe
S
Sotman
Voice
Posts: 10
Joined: Thu Jul 04, 2002 4:37 am

Re: CONFIG FILE NOT FOUND OR ERROR

Post by Sotman »

Wolfe wrote:I am getting an error when I try to run the bot...

It appears to be a directory error in line 1 of the eggdrop.conf file which is suppose to be:

/home/Wolfe/eggdrop

I have compiled the file correctly i believe. I am running Redhat (linux) kernal 8.0 with all current updates

The make/makefile went smoothly. gcc no problems, I have run windrop before the switch to linux, and for the life of me cann't figure out what I did wrong.
check first line off .conf
#!/path/to/eggdrop
no trailing slash or anything ??
../eggdrop should be where the eggy binary recides
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

Re: CONFIG FILE NOT FOUND OR ERROR

Post by Wolfe »

Sotman wrote: check first line off .conf
#!/path/to/eggdrop
no trailing slash or anything ??
../eggdrop should be where the eggy binary recides
First set of config code is:

/home/Wolfe/eggdrop
#
#! /path/to/executable/eggdrop
# ^- This should contain a fully qualified path to your Eggdrop executable.

This is the right folder.

I am missing something basic here?
Wolfe
h
har0
Voice
Posts: 20
Joined: Fri Jan 17, 2003 7:07 am

config error ?

Post by har0 »

1st of all, did you make a config and started with ./eggdrop -m nameofthe.conf ?

2nd, pls try to change the dir name to ~/eggdrop/youroptions in he 1st line ?

did the trick for me :)
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: CONFIG FILE NOT FOUND OR ERROR

Post by egghead »

Wolfe wrote:
Sotman wrote: check first line off .conf
#!/path/to/eggdrop
no trailing slash or anything ??
../eggdrop should be where the eggy binary recides
First set of config code is:

/home/Wolfe/eggdrop
#
#! /path/to/executable/eggdrop
# ^- This should contain a fully qualified path to your Eggdrop executable.

This is the right folder.

I am missing something basic here?
Keep the "#!" in front of it, just like the example is.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I haven't changed the "#! /path/to/executable/eggdrop" and my eggdrops are working fine.
Once the game is over, the king and the pawn go back in the same box.
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

he removed the #! part of the first line it seems :P
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I was thinking that might be it's problem but didn't darred to tell that. :P
Once the game is over, the king and the pawn go back in the same box.
User avatar
Wolfe
Voice
Posts: 20
Joined: Tue Jun 17, 2003 12:12 am
Location: Van BC canada
Contact:

Post by Wolfe »

caesar wrote:I was thinking that might be it's problem but didn't darred to tell that. :P
This is where I get to say....
<insert hower simpson voice>
DUH !

When I make a mistake.... it's always something stupid.

Thanks guys.
Wolfe
User avatar
kazoo
Halfop
Posts: 48
Joined: Wed Jun 18, 2003 7:26 pm
Location: Nashville, TN
Contact:

Post by kazoo »

hehe, good game :D
Locked