Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: "Services are currently down. Please try again later."  (Read 23441 times)

0 Members and 1 Guest are viewing this topic.

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
"Services are currently down. Please try again later."
« 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
« Last Edit: April 14, 2011, 07:34:09 PM by Nicholas Aranda »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #1 on: April 14, 2011, 07:32:28 PM »

none of it until we've seen the logfile
Logged

VisioN

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • myIRC Project Hosting IRC Network
Re: "Services are currently down. Please try again later."
« Reply #2 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 :-) )
Logged
______________________________
VisioN
Find me: irc.myirc.net | irc.anope.org
Contact me: vision@myirc.net

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #3 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.
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #4 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
« Last Edit: April 14, 2011, 07:40:52 PM by Nicholas Aranda »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #5 on: April 14, 2011, 07:41:07 PM »

OK, show us.

Services.conf:

RemoteServer
ServerName


Unrealircd.conf

The listen + link blocks
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #6 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";
};
« Last Edit: April 14, 2011, 07:51:36 PM by Nicholas Aranda »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #7 on: April 14, 2011, 07:47:28 PM »

6697 != 6667
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #8 on: April 14, 2011, 07:51:53 PM »

changed, still says services are down

should my services.conf have " " between the servername?
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #9 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??
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #10 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.
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #11 on: April 14, 2011, 08:06:07 PM »

still down
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #12 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)
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #13 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)
« Last Edit: April 14, 2011, 08:18:42 PM by Nicholas Aranda »
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #14 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.
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #15 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
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #16 on: April 14, 2011, 08:25:56 PM »

Rather worrying you can't see your own link blocks?
Logged

VisioN

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 82
    • myIRC Project Hosting IRC Network
Re: "Services are currently down. Please try again later."
« Reply #17 on: April 14, 2011, 08:27:49 PM »

are you even opered in the server? :o
Logged
______________________________
VisioN
Find me: irc.myirc.net | irc.anope.org
Contact me: vision@myirc.net

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #18 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.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #19 on: April 14, 2011, 08:38:19 PM »

Oper is nothing to do with services.
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #20 on: April 14, 2011, 08:39:54 PM »

how do i add my nick to oper without commands then?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #21 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.
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #22 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;
};
};
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: "Services are currently down. Please try again later."
« Reply #23 on: April 14, 2011, 08:49:22 PM »

Perhaps where it says YourName would be a reasonable place.

Go and read your ircd documentation.
Logged

Nicholas Aranda

  • Anope User
  • Offline Offline
  • Posts: 18
Re: "Services are currently down. Please try again later."
« Reply #24 on: April 14, 2011, 09:25:38 PM »

got it working ;)

thanks for all your help!!
« Last Edit: April 14, 2011, 10:31:59 PM by Nicholas Aranda »
Logged
Pages: [1]   Go Up