Page 1 of 1

help Anope

Posted: Fri Jun 29, 2007 7:58 pm
by RBH
hi, i configured Anope like manual says, then when i open it, it says in a MSDOS Window (can`t open services.conf: no such file or directory) and close i have the flie in C:\Program files\Anope\Data directory can you tell me what is wrong ?

Posted: Fri Jun 29, 2007 8:44 pm
by Jobe
Make sure its not saved as services.conf.txt (the .txt will usually be hidden)

Posted: Fri Jun 29, 2007 10:46 pm
by RBH
yes its name is right, but it open a dialog windows? or it connects directly?
because on status window show me this--- No response from services.Libre-Net.net[localhost.net], closing link

sorry this is the first time i install services

Posted: Sat Jun 30, 2007 1:47 am
by [dx]
Add in unrealircd.conf in link block

Code: Select all

link services.your.net
{
	username *;
	hostname 127.0.0.1;
	bind-ip *;
	port 7000;
	password-connect PASSWORD;
	password-receive PASSWORD;
	hub *;
	class 			servers;
};
and in services.conf

Code: Select all

RemoteServer 127.0.0.1 6667 "PASSWORD"
Do /rehash and start anope

Posted: Sat Jun 30, 2007 5:30 am
by RBH
Friend [dx] thanks, its running now :)