Hi all,
I'm having trouble connecting Anope Services to my (running) UnrealIrcd4 server.
I'm pretty sure all of my configurations are ok, but I've run: ./services -debug -nofork
And found from the output two issues which I'm not sure if are very serious or not:
[Feb 21 21:46:43.300828 2018] Debug: Error while loading os_oline: Your IRCd does not support OMODE.
[Feb 21 21:46:43.305152 2018] Debug: Can not write to PID file data/services.pid
I tried rehashing my UnrealIrcd4 server and waiting a while. Still no services
Can you please tell me if something with my config files seems off?
My configuration files:unrealircd.conf:/* Anope Services port 7000 */
listen {
ip *;
port 7000;
};
/* Link to Anope Services */
link services.localhost.net {
incoming {
mask *;
};
password "xxxx";
class servers;
};
ulines {
services.localhost.net;
};
Services.conf:define
{
name = "services.host"
value = "services.localhost.net"
}
uplink
{
host = "127.0.0.1"
ipv6 = no
ssl = no
port = 7000
password = "xxxx"
}
serverinfo
{
name = "services.localhost.net"
description = "Services for IRC Networks"
#localhost = "nowhere."
#id = "00A"
pid = "data/services.pid"
motd = "conf/services.motd"
}
module
{
name = "unreal4"
use_server_side_mlock = yes
use_server_side_topiclock = yes
}