Permission denied

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
Dr.Phil
Posts: 3
Joined: Fri Dec 02, 2005 9:55 pm

Permission denied

Post 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...

.
Dr.Phil
Posts: 3
Joined: Fri Dec 02, 2005 9:55 pm

Post by Dr.Phil »

.

NVM People...problem is fixed...

Question was the answer...

Thanx Mr.Dukat

.
Locked