[IRCServices] Startup problem
Trido
trido at swallegiance.com
Mon May 17 16:22:31 PDT 2004
That actually worked. I stopped getting error messages. Thanks. :)
Doesn't mean my problems are over though. My new problem is this:
[May 17 16:17:59 2004] IRC Services 5.0.31 starting up
[May 17 16:18:00 2004] httpd/main: Listening on :12701
[May 17 16:18:00 2004] sockets: flush_write_buffer(0): Socket is not
connected
[May 17 16:18:03 2004] Read error from server: Socket is not connected
Anyone have any ideas?
Trido
----- Original Message -----
From: "Craig McLure" <Craig at frostycoolslug.com>
To: "IRC Services General Mailing Lis" <ircservices at ircservices.za.net>
Sent: Tuesday, May 18, 2004 8:39 AM
Subject: Re: Re: [IRCServices] Startup problem
> Try using this as your link block instead
>
> link services.irc.swallegiance.com
> {
> username *;
> hostname 69.28.183.209;
> bind-ip *;
> port 12701;
> hub *;
> password-connect "password";
> password-receive "password";
> class servers;
> };
>
> and in your ircservices.conf
>
> RemoteServer irc.swallegiance.com 12701 "password"
> LocalAddress 69.28.183.209
> ServerName "services.irc.swallegiance.com"
>
>
> That will then force services to use the IP address the IRCd expects from
it, obviously replace password with the relevant password.
>
> Also, if your link config is in a seperate file, ensure that it is
included in your main config.
>
> That _SHOULD_ fix your probs.
>
>
>
> /****************************************
> * Craig "FrostyCoolSlug" McLure
> * Craig at FrostyCoolSlug.com
> * InspIRCd - http://www.inspircd.org
> * ChatSpike - http://www.chatspike.net
> ****************************************/
>
>
> /****************************************
> * From - Mark van Cuijk <mark at phedny.net>
> * To - IRC Services General Mailing List
<ircservices at ircservices.za.net>
> * Sent - 2004-05-16 16:52:35
> * Subject - Re: [IRCServices] Startup problem
> ****************************************/
>
> /****** - Begin Original Message - ******/
>
> >Trido wrote:
> >
> >>link irc.swallegiance.com
> >>{
> >> username *;
> >> hostname ircservices at 69.28.183.209;
> >> bind-ip *;
> >> port 12701;
> >> hub *;
> >> password-connect "password";
> >> password-receive "password";
> >> class servers;
> >> options {
> >> ssl;
> >> zip;
> >> md5;
> >> };
> >>};
> >>
> >>
> >To make this work, your services ServerName must be
> >irc.swallegiance.com. To me it's more likely this is the name of the
> >IRCd server itself, so you should probably change it to
> >services.irc.swallegiance.com or something you like. Anyway, it should
> >match the name you specify for ServerName in the ircservices.conf file.
> >
> >Then you should make the hostname be only 69.28.183.209, without the
> >username in front of it.
> >Also, the ssl, zip and md5 options should be removed and I suggest to
> >remove the hub line to, since services will not link to any other host.
> >
> >Since your log file shows
> >
> >> [May 15 23:29:57 2004] unknown message from server (ERROR :Link denied
> >> (No matching link configuration) [@69.28.183.209.6677])
> >
> >I think you're using port 6677 for services and not 12701.
> >
> >- Mark
> >
> >------------------------------------------------------------------
> >To unsubscribe or change your subscription options, visit:
> >http://www.ircservices.za.net/mailman/listinfo/ircservices
> >.
>
> /******* - End Original Message - *******/
>
>
>
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://www.ircservices.za.net/mailman/listinfo/ircservices
>
>