[IRCServices Coding] Help with ircservices.conf
karmali at psurge.com
karmali at psurge.com
Sun Feb 22 08:15:51 PST 2004
Well that stopped my invalid servername issue, but now I get invalid
password. This is both with using an encrypted password and plain text in
accept_password. We're running RedHat9 if that makes any difference here.
(Forgot to mention that before.)
I even tried using an encrypted password for send_password, and no go there
either.
At 10:31 AM 2/22/2004, you wrote:
>Ah, it looks like, I should write a reply :P
>(me = author of tr-ircd)
>
>Try the following:
>
>connect {
> name = "your.services.name";
> host = "127.0.0.1";
> send_password = "plaintext password";
> accept_password = "ircpasswd encrypted password";
> class = appropriate-class;
> encrypted = no;
> autoconnect = no;
> compressed = no;
> ishub = yes;
> ultimate = yes;
> aftype = ipv4;
>};
>
>in your ircd.conf. And then in your ircservices.conf
>
>RemoteServer 127.0.0.1 port-you-configured-as-serverport "password you
>have set for accept_password"
>
>Regards;
>yusuf
>
>On Sun, 2004-02-22 at 16:00, karmali at psurge.com wrote:
> > I've used both encrypted as well as non-encrypted. Get the invalid
> > servername error every time.
> >
> > At 09:48 AM 2/22/2004, you wrote:
> > >try turning off encrypted passwords, afaik, ircservices only supports
> > >plaintext passwords.
> > >
> > > >
> > > >Is it possible that trying to run tr-ircd and ircservices on the
> same box
> > > >is giving me this issue? I've tried everything and it's giving me the
> > > >invalid servname error every time. (I even went so far as to put
> 127.0.0.1
> > > >in every field asking for a host/server name)
> > > >
> > > >here's my ircd.conf connect section minus passwords.
> > > >
> > > >connect {
> > > > name = "www.gs4groups.com";
> > > > host = "www.gs4groups.com";
> > > > send_password = "";
> > > > accept_password = "";
> > > > encrypted = yes;
> > > > compressed = no;
> > > > autoconnect = no;
> > > > ishub = no;
> > > > aftype = ipv4;
> > > > port = 6668;
> > > > ultimate = no;
> > > >};
> > > >
> > > >And this is my ircservices.conf stuff. Minus all the non connection
> related
> > > >stuff which is just at defaults right no anyways.
> > > >
> > > >RemoteServer 127.0.0.1 6668 ""
> > > >
> > > >LocalAddress www.gs4groups.com
> > > >
> > > >ServerName "www.gs4groups.com
> > > >
> > > >ServerDesc "Services for IRC Networks"
> > > >
> > > >ServiceUser "blah at gs4groups.com"
> > > >
> > > >
> > > >With remoteserver I've tried both the hostname www.gs4groups.com as
> well as
> > > >it's IP in dns. I wanted to see if I could get this running on the same
> > > >machine first, and if that just keeps failing or is not possible. I will
> > > >attempt to run services from another host.
> > > >
> > > >
> > > >At 08:40 PM 2/21/2004, you wrote:
> > > >>Make sure you're trying to connect to an IP that the server is
> listening to
> > > >>and configured to accept connections. Sounds a bit crazy, but if
> you tell
> > > >>the server to listen for link1.gs4groups.com on 192.168.0.1 and
> tell it to
> > > >>listen for services on 192.168.0.2 then tell services to connect to
> > > >>192.168.0.1 it will fail simply because the IRC server is expecting
> to see
> > > >>services on the other IP. Not sure if that's your problem but good
> luck
> > > >>
> > > >>On Saturday 21 February 2004 12:16 pm, karmali at psurge.com wrote:
> > > >> > Hello,
> > > >> >
> > > >> > Running tr-ircd-release-5.5.3. Those error messages were straight
> > > from the
> > > >> > ircservices.log file, and that's all that's in there other then
> the line
> > > >> > stating it's starting services.
> > > >> >
> > > >> > At 11:37 AM 2/21/2004, you wrote:
> > > >> > >hmm.. what IRCd are you running? also could you give us any
> IRCServices
> > > >> > >logs regards this matter, and a little more information about your
> > > >> > >problem... thanks :)
> > > >> > >
> > > >> > >/****************************************
> > > >> > > * Craig "FrostyCoolSlug" McLure
> > > >> > > * InspIRCd - http://www.inspircd.org
> > > >> > > * ChatSpike - http://www.chatspike.net
> > > >> > > ****************************************/
> > > >> > >
> > > >> > >
> > > >> > >/****************************************
> > > >> > > * From - karmali <karmali at psurge.com>
> > > >> > > * To - ircservices-coding at ircservices.za.net
> > > >> > > <ircservices-coding at ircservices.za.net>
> > > >> > > * Sent - 2004-02-21 15:48:06
> > > >> > > * Subject - [IRCServices Coding] Help with ircservices.conf
> > > >> > > ****************************************/
> > > >> > >
> > > >> > >/****** - Begin Original Message - ******/
> > > >> > >
> > > >> > > >Hello,
> > > >> > > >
> > > >> > > >I'm getting the following error when I attempt to run
> ircservices.
> > > >> > > >
> > > >> > > >[Feb 21 10:21:14 2004] unknown message from server (E
> :Closing Link:
> > > >> > > >0.0.0.0 (Invalid servername.))
> > > >> > > >[Feb 21 10:21:14 2004] Read error from server: Connection reset
> > > by peer
> > > >> > > >
> > > >> > > >Both my ircd.conf and ircservices.conf files have the servername
> > > listed
> > > >> > > >correctly. I double checked to make sure no hidden cntrl
> > > characters were
> > > >> > > >present as well. Yet I continue to get this error every time.
> > > >> > > >
> > > >> > > >ircd.conf
> > > >> > > >connect {
> > > >> > > > name = "chanservs.gs4groups.com";
> > > >> > > >
> > > >> > > >ircservices.conf
> > > >> > > >ServerName "chanservs.gs4groups.com"
> > > >> > > >
> > > >> > > >Thanks
> > > >> > > >Jeremy
> > > >> > > >
> > > >> > > >--------------------------------------------------------------
> ----
> > > >> > > >To unsubscribe or change your subscription options, visit:
> > > >> > > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > > >> > > >.
> > > >> > >
> > > >> > >/******* - End Original Message - *******/
> > > >> > >
> > > >> > >
> > > >> > >------------------------------------------------------------------
> > > >> > >To unsubscribe or change your subscription options, visit:
> > > >> > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > > >> >
> > > >> > ------------------------------------------------------------------
> > > >> > To unsubscribe or change your subscription options, visit:
> > > >> > http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > > >>
> > > >>------------------------------------------------------------------
> > > >>To unsubscribe or change your subscription options, visit:
> > > >>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > > >
> > > >------------------------------------------------------------------
> > > >To unsubscribe or change your subscription options, visit:
> > > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> > >
> > >------------------------------------------------------------------
> > >To unsubscribe or change your subscription options, visit:
> > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
> >
> > ------------------------------------------------------------------
> > To unsubscribe or change your subscription options, visit:
> > http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
>
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding