i get permission denied when i start the eggdrop "./eggdrop -m egg-peace.conf " i did permissions in root and did 'chmod 700 home/chubby/eggdrop/egg-peace.conf. Can anyone help plz. thanks in advance.
Have you verified owner and permissions for the eggdrop executable? (Config-file would only need execute permission if you intend to start your bot using ./egg-peace.conf, not ./eggdrop egg-peace.conf)
chubbychub wrote:i get permission denied when i start the eggdrop "./eggdrop -m egg-peace.conf " i did permissions in root and did 'chmod 700 home/chubby/eggdrop/egg-peace.conf. Can anyone help plz. thanks in advance.
It's 'chmod 755' if you intend to use './eggdrop <bot.conf>' and to have that work properly read the very first line in eggdrop.conf.
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
i have changed the permissions to 777, 755, and more... and no luck. this is acward, cause i have another eggdrop running fine from redhat linux, but this is kbuntu linux so something is not correct. i still get permission denied.
ok.. i found what the error was.. i was changing permission thru sftp/scp and that didn't work.. i did it thru command line and runs fine.. thanks for all the reply... Now i have another problem the bot is sending notices to everyone that joins the channel the following:
-IrcBot- You have 1 note waiting on Alfred.
-IrcBot- MSGC017 /MSG Alfred NOTES <pass> INDEX
the bot send this msg to ppl in the irc room every now and then and is making ppl think that is trying to steal passwords.. any clue? thanks in advance and for all the help .
ok i found the error on the "/MSG Ircbot NOTES <pass> INDEX " .. it was enalbe in the conf file, i disable it and seems to do the job.. thanks to all that reply.. my eggrop is running fine.