Hey all,
Trying to get services (anope) running with Unreal3.2.2 and i get this when i try to use the linkblock i created (at the bottom)
I dont get what is wrong here, does anyone have any idea what IS wrong?
[weezel@dhcp Services]$ ./services
services.conf:1519: Unknown directive `link'
services.conf:1520: Unknown directive `{'
services.conf:1521: Unknown directive `username'
services.conf:1522: Unknown directive `hostname'
services.conf:1523: Unknown directive `port'
services.conf:1524: Unknown directive `bind-ip'
services.conf:1525: Unknown directive `password-connect'
services.conf:1526: Unknown directive `password-receive'
services.conf:1527: Unknown directive `class'
services.conf:1528: Unknown directive `};'
services.conf:1530: Unknown directive `ulines'
services.conf:1531: Unknown directive `services.localhost.net;'
services.conf:1532: Unknown directive `};'
[weezel@dhcp Services]$
--------------------------
link services.localhost.net
{
username *;
hostname 127.0.0.1;
port *;
bind-ip 127.0.0.1;
password-connect "88888888888888888888";
password-receive "88888888888888888888";
class servers;
};
ulines {
services.localhost.net;
};
Unknown directive - Services issue
Moderator: Supporters
-
WilliamWIkked
- Posts: 59
- Joined: Sun Jun 20, 2004 3:30 am
- Contact:
okay, i removed the link block from services.conf
when i ./serviccs it returns me to the / prompt, and doing /quote stats c reveals this
[07:13] C *@* * services.weezel.co.uk 7029 servers
[07:13] c End of /STATS report
however, msg'ing nickserv doesnt work, and i found this in the logs file for services
[Dec 09 07:12:47 2004] Databases loaded
[Dec 09 07:12:47 2004] Info: Reflecting database records.
[Dec 09 07:12:47 2004] Connected to Server 1 (82.70.120.187:7029)
[Dec 09 07:12:54 2004] Read error from server: No such file or directory (error\
num: 2)
im lost :-/
when i ./serviccs it returns me to the / prompt, and doing /quote stats c reveals this
[07:13] C *@* * services.weezel.co.uk 7029 servers
[07:13] c End of /STATS report
however, msg'ing nickserv doesnt work, and i found this in the logs file for services
[Dec 09 07:12:47 2004] Databases loaded
[Dec 09 07:12:47 2004] Info: Reflecting database records.
[Dec 09 07:12:47 2004] Connected to Server 1 (82.70.120.187:7029)
[Dec 09 07:12:54 2004] Read error from server: No such file or directory (error\
num: 2)
im lost :-/
Boo!
oh i understand that aspect of it
its just this i dont get, it links, but i get that error (in bold)
[Dec 09 07:12:47 2004] Databases loaded
[Dec 09 07:12:47 2004] Info: Reflecting database records.
[Dec 09 07:12:47 2004] Connected to Server 1 (82.70.120.187:7029)
[Dec 09 07:12:54 2004] Read error from server: No such file or directory (error\
num: 2)
EDIT
Ran ./services -debug and realised in the services.conf i had left out the server password :-/ lol all fixed now though. thanks for a great IRCD!
[Dec 09 07:12:47 2004] Databases loaded
[Dec 09 07:12:47 2004] Info: Reflecting database records.
[Dec 09 07:12:47 2004] Connected to Server 1 (82.70.120.187:7029)
[Dec 09 07:12:54 2004] Read error from server: No such file or directory (error\
num: 2)
EDIT
Ran ./services -debug and realised in the services.conf i had left out the server password :-/ lol all fixed now though. thanks for a great IRCD!
Boo!