]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002986.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002986.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Help with ircservices.conf
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Help%20with%20ircservices.conf&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002983.html">
11 <LINK REL="Next" HREF="002987.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Help with ircservices.conf</H1>
15 <B>Craig Edwards</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Help%20with%20ircservices.conf&In-Reply-To="
17 TITLE="[IRCServices Coding] Help with ircservices.conf">brain at winbot.co.uk
18 </A><BR>
19 <I>Sun Feb 22 06:48:52 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002983.html">[IRCServices Coding] Re: Autoreply junk
22 </A></li>
23 <LI>Next message: <A HREF="002987.html">[IRCServices Coding] Help with ircservices.conf
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2986">[ date ]</a>
27 <a href="thread.html#2986">[ thread ]</a>
28 <a href="subject.html#2986">[ subject ]</a>
29 <a href="author.html#2986">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>try turning off encrypted passwords, afaik, ircservices only supports plaintext passwords.
35
36 &gt;<i>
37 </I>&gt;<i>Is it possible that trying to run tr-ircd and ircservices on the same box
38 </I>&gt;<i>is giving me this issue? I've tried everything and it's giving me the
39 </I>&gt;<i>invalid servname error every time. (I even went so far as to put 127.0.0.1
40 </I>&gt;<i>in every field asking for a host/server name)
41 </I>&gt;<i>
42 </I>&gt;<i>here's my ircd.conf connect section minus passwords.
43 </I>&gt;<i>
44 </I>&gt;<i>connect {
45 </I>&gt;<i> name = &quot;www.gs4groups.com&quot;;
46 </I>&gt;<i> host = &quot;www.gs4groups.com&quot;;
47 </I>&gt;<i> send_password = &quot;&quot;;
48 </I>&gt;<i> accept_password = &quot;&quot;;
49 </I>&gt;<i> encrypted = yes;
50 </I>&gt;<i> compressed = no;
51 </I>&gt;<i> autoconnect = no;
52 </I>&gt;<i> ishub = no;
53 </I>&gt;<i> aftype = ipv4;
54 </I>&gt;<i> port = 6668;
55 </I>&gt;<i> ultimate = no;
56 </I>&gt;<i>};
57 </I>&gt;<i>
58 </I>&gt;<i>And this is my ircservices.conf stuff. Minus all the non connection related
59 </I>&gt;<i>stuff which is just at defaults right no anyways.
60 </I>&gt;<i>
61 </I>&gt;<i>RemoteServer 127.0.0.1 6668 &quot;&quot;
62 </I>&gt;<i>
63 </I>&gt;<i>LocalAddress www.gs4groups.com
64 </I>&gt;<i>
65 </I>&gt;<i>ServerName &quot;www.gs4groups.com
66 </I>&gt;<i>
67 </I>&gt;<i>ServerDesc &quot;Services for IRC Networks&quot;
68 </I>&gt;<i>
69 </I>&gt;<i>ServiceUser &quot;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">blah at gs4groups.com</A>&quot;
70 </I>&gt;<i>
71 </I>&gt;<i>
72 </I>&gt;<i>With remoteserver I've tried both the hostname www.gs4groups.com as well as
73 </I>&gt;<i>it's IP in dns. I wanted to see if I could get this running on the same
74 </I>&gt;<i>machine first, and if that just keeps failing or is not possible. I will
75 </I>&gt;<i>attempt to run services from another host.
76 </I>&gt;<i>
77 </I>&gt;<i>
78 </I>&gt;<i>At 08:40 PM 2/21/2004, you wrote:
79 </I>&gt;&gt;<i>Make sure you're trying to connect to an IP that the server is listening to
80 </I>&gt;&gt;<i>and configured to accept connections. Sounds a bit crazy, but if you tell
81 </I>&gt;&gt;<i>the server to listen for link1.gs4groups.com on 192.168.0.1 and tell it to
82 </I>&gt;&gt;<i>listen for services on 192.168.0.2 then tell services to connect to
83 </I>&gt;&gt;<i>192.168.0.1 it will fail simply because the IRC server is expecting to see
84 </I>&gt;&gt;<i>services on the other IP. Not sure if that's your problem but good luck
85 </I>&gt;&gt;<i>
86 </I>&gt;&gt;<i>On Saturday 21 February 2004 12:16 pm, <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">karmali at psurge.com</A> wrote:
87 </I>&gt;&gt;<i> &gt; Hello,
88 </I>&gt;&gt;<i> &gt;
89 </I>&gt;&gt;<i> &gt; Running tr-ircd-release-5.5.3. Those error messages were straight from the
90 </I>&gt;&gt;<i> &gt; ircservices.log file, and that's all that's in there other then the line
91 </I>&gt;&gt;<i> &gt; stating it's starting services.
92 </I>&gt;&gt;<i> &gt;
93 </I>&gt;&gt;<i> &gt; At 11:37 AM 2/21/2004, you wrote:
94 </I>&gt;&gt;<i> &gt; &gt;hmm.. what IRCd are you running? also could you give us any IRCServices
95 </I>&gt;&gt;<i> &gt; &gt;logs regards this matter, and a little more information about your
96 </I>&gt;&gt;<i> &gt; &gt;problem... thanks :)
97 </I>&gt;&gt;<i> &gt; &gt;
98 </I>&gt;&gt;<i> &gt; &gt;/****************************************
99 </I>&gt;&gt;<i> &gt; &gt; * Craig &quot;FrostyCoolSlug&quot; McLure
100 </I>&gt;&gt;<i> &gt; &gt; * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
101 </I>&gt;&gt;<i> &gt; &gt; * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
102 </I>&gt;&gt;<i> &gt; &gt; ****************************************/
103 </I>&gt;&gt;<i> &gt; &gt;
104 </I>&gt;&gt;<i> &gt; &gt;
105 </I>&gt;&gt;<i> &gt; &gt;/****************************************
106 </I>&gt;&gt;<i> &gt; &gt; * From - karmali &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">karmali at psurge.com</A>&gt;
107 </I>&gt;&gt;<i> &gt; &gt; * To - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
108 </I>&gt;&gt;<i> &gt; &gt; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
109 </I>&gt;&gt;<i> &gt; &gt; * Sent - 2004-02-21 15:48:06
110 </I>&gt;&gt;<i> &gt; &gt; * Subject - [IRCServices Coding] Help with ircservices.conf
111 </I>&gt;&gt;<i> &gt; &gt; ****************************************/
112 </I>&gt;&gt;<i> &gt; &gt;
113 </I>&gt;&gt;<i> &gt; &gt;/****** - Begin Original Message - ******/
114 </I>&gt;&gt;<i> &gt; &gt;
115 </I>&gt;&gt;<i> &gt; &gt; &gt;Hello,
116 </I>&gt;&gt;<i> &gt; &gt; &gt;
117 </I>&gt;&gt;<i> &gt; &gt; &gt;I'm getting the following error when I attempt to run ircservices.
118 </I>&gt;&gt;<i> &gt; &gt; &gt;
119 </I>&gt;&gt;<i> &gt; &gt; &gt;[Feb 21 10:21:14 2004] unknown message from server (E :Closing Link:
120 </I>&gt;&gt;<i> &gt; &gt; &gt;0.0.0.0 (Invalid servername.))
121 </I>&gt;&gt;<i> &gt; &gt; &gt;[Feb 21 10:21:14 2004] Read error from server: Connection reset by peer
122 </I>&gt;&gt;<i> &gt; &gt; &gt;
123 </I>&gt;&gt;<i> &gt; &gt; &gt;Both my ircd.conf and ircservices.conf files have the servername listed
124 </I>&gt;&gt;<i> &gt; &gt; &gt;correctly. I double checked to make sure no hidden cntrl characters were
125 </I>&gt;&gt;<i> &gt; &gt; &gt;present as well. Yet I continue to get this error every time.
126 </I>&gt;&gt;<i> &gt; &gt; &gt;
127 </I>&gt;&gt;<i> &gt; &gt; &gt;ircd.conf
128 </I>&gt;&gt;<i> &gt; &gt; &gt;connect {
129 </I>&gt;&gt;<i> &gt; &gt; &gt; name = &quot;chanservs.gs4groups.com&quot;;
130 </I>&gt;&gt;<i> &gt; &gt; &gt;
131 </I>&gt;&gt;<i> &gt; &gt; &gt;ircservices.conf
132 </I>&gt;&gt;<i> &gt; &gt; &gt;ServerName &quot;chanservs.gs4groups.com&quot;
133 </I>&gt;&gt;<i> &gt; &gt; &gt;
134 </I>&gt;&gt;<i> &gt; &gt; &gt;Thanks
135 </I>&gt;&gt;<i> &gt; &gt; &gt;Jeremy
136 </I>&gt;&gt;<i> &gt; &gt; &gt;
137 </I>&gt;&gt;<i> &gt; &gt; &gt;------------------------------------------------------------------
138 </I>&gt;&gt;<i> &gt; &gt; &gt;To unsubscribe or change your subscription options, visit:
139 </I>&gt;&gt;<i> &gt; &gt; &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
140 </I>&gt;&gt;<i> &gt; &gt; &gt;.
141 </I>&gt;&gt;<i> &gt; &gt;
142 </I>&gt;&gt;<i> &gt; &gt;/******* - End Original Message - *******/
143 </I>&gt;&gt;<i> &gt; &gt;
144 </I>&gt;&gt;<i> &gt; &gt;
145 </I>&gt;&gt;<i> &gt; &gt;------------------------------------------------------------------
146 </I>&gt;&gt;<i> &gt; &gt;To unsubscribe or change your subscription options, visit:
147 </I>&gt;&gt;<i> &gt; &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
148 </I>&gt;&gt;<i> &gt;
149 </I>&gt;&gt;<i> &gt; ------------------------------------------------------------------
150 </I>&gt;&gt;<i> &gt; To unsubscribe or change your subscription options, visit:
151 </I>&gt;&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
152 </I>&gt;&gt;<i>
153 </I>&gt;&gt;<i>------------------------------------------------------------------
154 </I>&gt;&gt;<i>To unsubscribe or change your subscription options, visit:
155 </I>&gt;&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
156 </I>&gt;<i>
157 </I>&gt;<i>------------------------------------------------------------------
158 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
159 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
160 </I>
161
162 </PRE>
163
164 <!--endarticle-->
165 <HR>
166 <P><UL>
167 <!--threads-->
168 <LI>Previous message: <A HREF="002983.html">[IRCServices Coding] Re: Autoreply junk
169 </A></li>
170 <LI>Next message: <A HREF="002987.html">[IRCServices Coding] Help with ircservices.conf
171 </A></li>
172 <LI> <B>Messages sorted by:</B>
173 <a href="date.html#2986">[ date ]</a>
174 <a href="thread.html#2986">[ thread ]</a>
175 <a href="subject.html#2986">[ subject ]</a>
176 <a href="author.html#2986">[ author ]</a>
177 </LI>
178 </UL>
179
180 </body></html>