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