Services are currently down Error / Troubleshooting
Posted: Thu Jul 22, 2010 12:41 am
Okay, I'm at the end of my rope here. I've troubleshot all configs, and they all seem to be correct.
Services speaks to the hub, but it doesn't speak to any of the linked servers. Here are the link blocks from the hub for the linked in servers:
/ns, /cs, /os, etc. all work on main.hub.ircu.org, but not on humility or hyrule, they get the "Services are currently down. Please try again later." error.
Humility's link block is:
And hyrule's is:
The ulines in place are:
All have the same information in the set configuration for services server, namely:
What am I doing wrong? I've been asked to help fix this issue, but I've been trying all day and I'm still no closer.
Services speaks to the hub, but it doesn't speak to any of the linked servers. Here are the link blocks from the hub for the linked in servers:
/ns, /cs, /os, etc. all work on main.hub.ircu.org, but not on humility or hyrule, they get the "Services are currently down. Please try again later." error.
Code: Select all
link services.ircu.org {
username *;
hostname 69.164.207.121;
port 7029;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
};
link humility.us.ircu.org {
username *;
hostname 69.164.207.123;
bind-ip *;
port 7020;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
};
link hyrule.ircu.org {
username *;
hostname 69.61.221.132;
bind-ip *;
port 7020;
password-connect "omitted";
password-receive "omitted";
class servers;
options {
/*autoconnect;*/
};
};
Code: Select all
link main.hub.ircu.org {
username *;
hostname 69.164.207.121;
bind-ip *;
port 7020;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
options {
autoconnect;
};
};
Code: Select all
link main.hub.ircu.org
{
username *;
hostname 69.164.207.121;
bind-ip *;
port 7020;
hub *;
password-connect "omitted";
password-receive "omitted";
class servers;
options {
/* autoconnect; */
};
};
Code: Select all
ulines {
services.ircu.org;
stats.ircu.org;
denora.ircu.org;
}Code: Select all
set {
network-name "IRCu";
default-server "irc.ircu.org";
services-server "Services.IRCu.org";
stats-server "stats.ircu.org";