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 can't join servers ( Permission denied ) [ SOLVED ]

General support and discussion of Eggdrop bots.
Post Reply
d
deejayb
Voice
Posts: 23
Joined: Mon Jul 27, 2009 5:13 pm

Eggdrop can't join servers ( Permission denied ) [ SOLVED ]

Post by deejayb »

Hi.
After many time I've set up the eggdrop and I can connect to it with telnet (I've registered also my nick to it).
I really don't know what to do.
Can be a problem of IPV ?
Tnx for the answers.
Last edited by deejayb on Fri Feb 12, 2010 7:10 pm, edited 1 time in total.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

If you see a lot of disconnects due to "permission denied", that simply means that the irc server you've added to your server-list does not accept your eggdrop. Try using a different server, or contacting the irc server admins for help.
NML_375
d
deejayb
Voice
Posts: 23
Joined: Mon Jul 27, 2009 5:13 pm

Post by deejayb »

I've try also with other irc servers.....but is the same thing......
And I can't hask help to the shell service....because they never answer!!!!! :(
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Well, the only other source for "Permission denied" would be if the kernel returned a "EACCES" error when your eggdrop tries to connect the socket used to connect to your server.

Do you by any chance get any Warning messages prior the Permission denied error?
NML_375
d
deejayb
Voice
Posts: 23
Joined: Mon Jul 27, 2009 5:13 pm

Post by deejayb »

Hi.
No, unfortunately I don't have received any other error message.... only this, and after try to connect to a IRC Server. :(
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

That pretty much narrows it down to the connect() function call in open_telnet_raw()..

Taken from the connect() manpage:
EACCES, EPERM
The user tried to connect to a broadcast address without having the socket broadcast flag enabled or the connection request
failed because of a local firewall rule.
Since you've tried multiple servers, that pretty much leaves local firewall rules, or possibly SELinux being retrictive..
NML_375
d
deejayb
Voice
Posts: 23
Joined: Mon Jul 27, 2009 5:13 pm

Post by deejayb »

I've solved the problem!!!!!!!!
I must insert a vhost and the IP.....
Now run!!!!!!! (not correctly but run.....)
Tnx again!!!!!!!!
Post Reply