Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Nicholas Aranda on April 14, 2011, 07:31:36 PM

Title: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 07:31:36 PM
I have my UnrealIRCd server up and running, I'm connected to it

But when ever I type any kind of command, it says:
"Services are currently down. Please try again later."

What part of my unrealircd.conf & services.conf do you need to see?


also: when i click on: Anope IRC Services.lnk or my UnrealIRCd.lnk nothing happens BUT both of the process show up in the task manager
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 07:32:28 PM
none of it until we've seen the logfile
Title: Re: "Services are currently down. Please try again later."
Post by: VisioN on April 14, 2011, 07:34:17 PM
"Services are currently down. Please try again later." message means that your services server is not connected to the IRC server. (or the pseudoclient you try to /msg  anyways :-) )
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 07:36:22 PM
You won't get that message from a /msg only from an alias that is not configured properly or if services is indeed down (but the alias is configured correctly).

If you /msg a nick that isn't there you will get a no such nickname error, nothing about services specifically.
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 07:39:13 PM
should i be running anope.bat or anope.exe??
also: should unrealircd & anope be in the same folders??
one last (because this is the 1st time i've ever attempted an irc server) do i run unrealircd before anope??

heres my anope log:

Code: [Select]
[Apr 15 11:37:24 2011] Loading IRCD Protocol Module: [unreal32]
[Apr 15 11:37:24 2011] status: [0][Module, Okay - No Error]
[Apr 15 11:37:24 2011] Loading Encryption Module: [enc_md5]
[Apr 15 11:37:24 2011] status: [0][Module, Okay - No Error]
[Apr 15 11:37:24 2011] Launching Anope into the background
[Apr 15 11:37:24 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 15 11:37:25 2011] MSMemoReceipt not enabled in services.conf
[Apr 15 11:37:25 2011] ms_rsend requested unload...
[Apr 15 11:37:25 2011] debug: trying to load core module [ms_rsend]
[Apr 15 11:37:25 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Apr 15 11:37:25 2011] Databases loaded
[Apr 15 11:37:25 2011] Info: Reflecting database records.
[Apr 15 11:37:26 2011] Loading IRCD Protocol Module: [unreal32]
[Apr 15 11:37:26 2011] status: [0][Module, Okay - No Error]
[Apr 15 11:37:26 2011] Loading Encryption Module: [enc_md5]
[Apr 15 11:37:26 2011] status: [0][Module, Okay - No Error]
[Apr 15 11:37:26 2011] Launching Anope into the background
[Apr 15 11:37:26 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 15 11:37:27 2011] MSMemoReceipt not enabled in services.conf
[Apr 15 11:37:27 2011] ms_rsend requested unload...
[Apr 15 11:37:27 2011] debug: trying to load core module [ms_rsend]
[Apr 15 11:37:27 2011] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Apr 15 11:37:28 2011] Databases loaded
[Apr 15 11:37:28 2011] Info: Reflecting database records.
[Apr 15 11:37:46 2011] FATAL: Can't connect to server: No such file or directory
[Apr 15 11:37:49 2011] FATAL: Can't connect to server: No such file or directory
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 07:41:07 PM
OK, show us.

Services.conf:

RemoteServer
ServerName


Unrealircd.conf

The listen + link blocks
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 07:46:18 PM
Services.conf:
Code: [Select]
RemoteServer    192.168.1.102 6667 "mypass"
#RemoteServer2  127.0.0.1 6667 "mypass"
#RemoteServer3  127.0.0.1 6667 "mypass"

ServerName  "services.pwndevteam.net"
note: the passwords are the same and are custom in both files.
changed for privacy


UnrealIRCd.conf:
Code: [Select]
listen         *:6667

listen         *:6697
{
options
{
};
};

link services.pwndevteam.net
{
  username *;
hostname *;
bind-ip 192.168.1.102;
port 6667;
hub              *;
password-connect "mypass";
password-receive "mypass";
class            servers;
};

ulines {
"services.pwndevteam.net";
};
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 07:47:28 PM
6697 != 6667
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 07:51:53 PM
changed, still says services are down

should my services.conf have " " between the servername?
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 07:54:20 PM
also: when i click on: Anope IRC Services.lnk or my UnrealIRCd.lnk nothing happens BUT both of the process show up in the task manager

should i be running anope.bat or anope.exe??
also: should unrealircd & anope be in the same folders??
one last (because this is the 1st time i've ever attempted an irc server) do i run unrealircd before anope??
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:03:15 PM
servername in quotes is fine, restart your ircd check there's no anope processes left and then run the anope shortcut once.
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 08:06:07 PM
still down
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:08:11 PM
Command prompt, cd to the anope dir and run anope.exe -support

(then pastebin the whole logfile)
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 08:17:09 PM
http://pastebin.com/SDnWHShJ

it looks like i need a newer / 3037 version of anope (the files at least)
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:19:03 PM

[Apr 15 12:13:38 2011] FATAL: Can't connect to server: No such file or directory


Check /stats P /stats C and post them here please.
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 08:22:48 PM
/stats P
Code: [Select]
[12:21] -irc.pwndevteam.net- *** Listener on *:6667, clients 2. is PERM
-
End of /STATS report

/stats C
Code: [Select]
Permission Denied- You do not have the correct IRC operator privileges
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:25:56 PM
Rather worrying you can't see your own link blocks?
Title: Re: "Services are currently down. Please try again later."
Post by: VisioN on April 14, 2011, 08:27:49 PM
are you even opered in the server? :o
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 08:37:56 PM
I can't oper myself because I'm only admin.

I can't register my nick to add to my access list because my services are down.
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:38:19 PM
Oper is nothing to do with services.
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 08:39:54 PM
how do i add my nick to oper without commands then?
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:40:45 PM
Read your unrealircd.conf documentation for how you can set up an oline.

This is nothing to do with anope.
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 08:46:13 PM
where do i add my nick name?

Code: [Select]
#This is the oper {} block
oper YourName {
class           clients;
from {
userhost NicholasLAranda@pwndevteam.net;
};
password "mypass";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};
Title: Re: "Services are currently down. Please try again later."
Post by: Charles Kingsley on April 14, 2011, 08:49:22 PM
Perhaps where it says YourName would be a reasonable place.

Go and read your ircd documentation.
Title: Re: "Services are currently down. Please try again later."
Post by: Nicholas Aranda on April 14, 2011, 09:25:38 PM
got it working ;)

thanks for all your help!!