Page 1 of 1

Permission denied

Posted: Fri Dec 02, 2005 10:19 pm
by Dr.Phil
Howdy...

I just installed UnrealIRCD and Anope and everything is working fine no problems at all but when i try to use some service commands i cant do nothing then. Premission Denied

I tried everything that i can think of .. and i was searching this forum all day and still nothing so i decied to post this topic...

Here is a picture of the problem -->
http://img214.imageshack.us/img214/5130/services2be.jpg

and here is my configuration

unrealirc.conf
/*
options:
OLD | NEW
S ssl
Z zip
N/A autoconnect
N/A quarantine
N/A nodnscache
*/


link services.localhost
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
hub *;
password-connect "test223";
password-receive "test223";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
# autoconnect;
ssl;
zip;
};
};
services.conf
IRCDModule "unreal32"
RemoteServer 127.0.0.1 6667 "test223"
ServerName "services.localhost"
ServerDesc "Services for IRC"
ServiceUser "testuser@localhost"
and why does it say this
WARNING: Remote doesnt have link::options::zip set. Compression disabled. ???

Thanx...

.

Posted: Sat Dec 03, 2005 12:29 am
by Dr.Phil
.

NVM People...problem is fixed...

Question was the answer...

Thanx Mr.Dukat

.