ircservices- :Services are currently down

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

ircservices- :Services are currently down

Post by wickednix »

Ok guys, I have FAQed, searched and prayed to the services gods. Nothing is working I cant get my services to work

I can get /oper to work. thats about it. Here is my info:


ircservices Config

Code: Select all


RemoteServer    66.218.41.41 1278 "xxxxxxxx"
ServerName      "services.cXdesign.com"


unrealircd config

Code: Select all


link            services.cxdesignz.com
{
        username        *;
        hostname        66.218.41.41;
        bind-ip         *;
        port            1278;
        hub             *;
        password-connect "xxxxxxxx";
        password-receive "xxxxxxxx";
        class           servers;
                options {
                        /* Note: You should not use autoconnect when linking services */
                };
};


ulines {
         services.cxdesignz.com;
         };

set {
        network-name            "cXdesignz.com";
        default-server          "irc.cXdesignz.com";
        services-server         "services.cXdesignz.com";
        stats-server            "stats.cXdesignz.com";
        help-channel            "#cXhelp";
};

Here is my ircservices.log

Code: Select all


[May 08 14:26:51 2006] IRC Services 5.0.57 starting up
[May 08 14:26:51 2006] httpd/main: Listening on :1278
[May 08 14:26:51 2006] httpd/main: Accepted connection from 172.22.13.1:32800


Let me know if you need anymore conf info.
Bronx AnarchY
Posts: 53
Joined: Thu Apr 06, 2006 3:35 pm
Location: Turkey
Contact:

Post by Bronx AnarchY »

ServerName "services.cXdesign.com"

link services.cxdesignz.com


itx different..

change it

ServerName "services.cXdesign.com"

link services.cXdesign.com

services-server "services.cXdesign.com";


whats your server name ? cXdesign.com ?? or cxdesignz.com ??
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

Good eye Bronx, let me look and see if there is a typo. Its suppose to be cXdesignz.com


Ok changes them all to services.cxdesignz.com and I still get the same thing..
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

./services -debug -nofork

(or is it ./ircservices .. been a while)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

I get a bunch of these for all of ther services when I run the comand that you posted Woot.

its ./ircservices -debug -nofork

Code: Select all


[May 10 20:49:13.678436 2006] debug: Loading module `nickserv/link'
[May 10 20:49:13.679774 2006] debug: Successfully loaded module `nickserv/link'
[May 10 20:49:13.680202 2006] debug: Loading module `nickserv/mail-auth'
[May 10 20:49:13.681576 2006] debug: Successfully loaded module `nickserv/mail-auth'
[May 10 20:49:13.682006 2006] debug: Loading module `nickserv/sendpass'
[May 10 20:49:13.683390 2006] debug: Successfully loaded module `nickserv/sendpass'

[May 10 20:51:49.725389 2006] debug: Unloading module `chanserv/sendpass'
[May 10 20:51:49.725844 2006] debug: Unloading module `chanserv/access-levels'
[May 10 20:51:49.726268 2006] debug: Unloading module `chanserv/main'
[May 10 20:51:49.726757 2006] debug: Unloading module `nickserv/sendpass'
[May 10 20:51:49.727192 2006] debug: Unloading module `nickserv/mail-auth'
[May 10 20:51:49.727645 2006] debug: Unloading module `nickserv/link'
[May 10 20:51:49.728095 2006] debug: Unloading module `nickserv/access'
[May 10 20:51:49.728540 2006] debug: Unloading module `nickserv/main'
[May 10 20:51:49.729018 2006] debug: Unloading module `operserv/sline'
[May 10 20:51:49.729498 2006] debug: Unloading module `operserv/sessions'
[May 10 20:51:49.729940 2006] debug: Unloading module `operserv/news'
[May 10 20:51:49.730394 2006] debug: Unloading module `operserv/akill'
[May 10 20:51:49.730820 2006] debug: Unloading module `operserv/main'
[May 10 20:51:49.731280 2006] debug: Unloading module `mail/smtp'
[May 10 20:51:49.731704 2006] debug: Unloading module `mail/main'
[May 10 20:51:49.732120 2006] debug: Unloading module `database/version4'
[May 10 20:51:49.732575 2006] debug: Unloading module `protocol/unreal'


Whats next boss.
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

deleted double post, moving along.
Last edited by wickednix on Thu May 11, 2006 5:07 am, edited 1 time in total.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

You're missing stuff.. there should be more in between sucessfully loading modules, and unloading them.

I'd expect to see an attempt to connect to the ircd, or failing that, notification of incorrect configuration.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

I didnt want to post the whole thing, as faq's say not to post things with alot of lines but here you go

http://www.cxdesignz.com/output.txt


Only errors i see in there is :

httpd/main: Accepted connection from 172.22.13.1:33768
[May 10 21:13:53.608126 2006] debug: sockets: read(5): Connection reset by peer
[May 10 21:13:53.608718 2006] debug: Saving databases
[May 10 21:13:53.610348 2006] Read error from server: Connection reset by peer
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Getting somewhere...

What is the IRCd saying?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

[Wed May 10 21:30:31 2006] - Connect - Wickednix![email protected] [VHOST cX-59FE3081.dslextreme.com]
[Wed May 10 21:30:31 2006] - OPER (Wickednix) by (Wickednix![email protected])

This is the only thing in my ircd log
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

w00t, did I stomp you?
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Sorry, I had other things on - I don't check here too frequently.

Check the ircd is listening on the port services are trying to connect on, and that it isn't firewalled closed. :)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

I get this now when I run the debug option you asked me to run.

Code: Select all


 debug: Sent: SERVER services.cxdesignz.com 1 :U0-*-0 Services for IRC Networks
[May 21 12:01:18.477422 2006] httpd/main: Accepted connection from 172.22.13.1:41596
[May 21 12:01:30.477849 2006] debug: Sent: PING :services.cxdesignz.com
[May 21 12:01:30.478505 2006] httpd/main: 172.22.13.1:41596: Unimplemented/unsupported method `PROTOCTL' requested
[May 21 12:01:30.479323 2006] debug: Sent: NICK OperServ 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +oiSqd cXdesignz.com :Operator Server
[May 21 12:01:30.480021 2006] debug: Sent: NICK Global 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +oiSqd cXdesignz.com :Global Noticer
[May 21 12:01:30.480526 2006] debug: Sent: NICK NickServ 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +oSqd cXdesignz.com :Nickname Server
[May 21 12:01:30.480962 2006] debug: Sent: NICK ChanServ 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +oSqd cXdesignz.com :Channel Server
[May 21 12:01:30.481419 2006] debug: Sent: NICK MemoServ 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +oSqd cXdesignz.com :Memo Server
[May 21 12:01:30.481861 2006] debug: Sent: NICK StatServ 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +iSqd cXdesignz.com :Statistics Server
[May 21 12:01:30.482322 2006] debug: Sent: NICK HelpServ 1 1148184090 services cXdesignz.com services.cxdesignz.com 0 +Sqd cXdesignz.com :Help Server
[May 21 12:01:30.482749 2006] debug: Received: HTTP/1.1 501 Not Implemented
[May 21 12:01:30.483192 2006] unknown message from server (HTTP/1.1 501 Not Implemented)
[May 21 12:01:30.483671 2006] debug: Saving databases
[May 21 12:01:30.485127 2006] Read error from server: Broken pipe


Whats next boss.

Also thanks for all your help in advance.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

It looks like your services found a webserver... Are you connecting to a port Unreal is listening on?
wickednix
Posts: 13
Joined: Sun May 07, 2006 7:34 am

Post by wickednix »

How do I make it not find my web server? I have unreal and ircservices on my test webserver. basicly this is my all in one test server before i put it on my production server

Also I have unreal listening on 1278

and yes services is connection on that port
Locked