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