]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004414.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2004 / 004414.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Startup problem
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Startup%20problem&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="004413.html">
11 <LINK REL="Next" HREF="004417.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Startup problem</H1>
15 <B>Trido</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Startup%20problem&In-Reply-To="
17 TITLE="[IRCServices] Startup problem">trido at swallegiance.com
18 </A><BR>
19 <I>Mon May 17 18:38:16 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004413.html">[IRCServices] Startup problem
22 </A></li>
23 <LI>Next message: <A HREF="004417.html">[IRCServices] Compiling on OS X
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#4414">[ date ]</a>
27 <a href="thread.html#4414">[ thread ]</a>
28 <a href="subject.html#4414">[ subject ]</a>
29 <a href="author.html#4414">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I am getting close now. Before, when I tried to start IRC Services, it said
35 it did, but it hadn't due to errors. After that last bit of advice, it now
36 properly loads up and sits in the background. I am still getting that same
37 error message in my log file though, and when I try to connect the services,
38 I get the error message:
39
40 [11:37:53 am] -irc.swallegiance.com- *** Connect: Server
41 services.irc.swallegiance.com is not configured for linking
42
43 I don't even know if I am typing the right commands here.
44
45 Trido
46
47 ----- Original Message -----
48 From: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Rottman3D at yahoo.com</A>&gt;
49 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
50 Sent: Tuesday, May 18, 2004 10:03 AM
51 Subject: Re: Re: [IRCServices] Startup problem
52
53
54 &gt;<i> The web server can not listen on the same port that is being used for the
55 </I>&gt;<i> connection. Also remove the port from your servers config file, just use
56 </I>&gt;<i> port * for the line otherwise the server will try to connect to services
57 </I>&gt;<i> and will fail.
58 </I>&gt;<i>
59 </I>&gt;<i>
60 </I>&gt;<i> At 07:22 PM 5/17/2004, Trido wrote:
61 </I>&gt;<i> &gt;That actually worked. I stopped getting error messages. Thanks. :)
62 </I>&gt;<i> &gt;Doesn't mean my problems are over though. My new problem is this:
63 </I>&gt;<i> &gt;
64 </I>&gt;<i> &gt;[May 17 16:17:59 2004] IRC Services 5.0.31 starting up
65 </I>&gt;<i> &gt;[May 17 16:18:00 2004] httpd/main: Listening on :12701
66 </I>&gt;<i> &gt;[May 17 16:18:00 2004] sockets: flush_write_buffer(0): Socket is not
67 </I>&gt;<i> &gt;connected
68 </I>&gt;<i> &gt;[May 17 16:18:03 2004] Read error from server: Socket is not connected
69 </I>&gt;<i> &gt;
70 </I>&gt;<i> &gt;Anyone have any ideas?
71 </I>&gt;<i> &gt;
72 </I>&gt;<i> &gt;Trido
73 </I>&gt;<i> &gt;
74 </I>&gt;<i> &gt;----- Original Message -----
75 </I>&gt;<i> &gt;From: &quot;Craig McLure&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Craig at frostycoolslug.com</A>&gt;
76 </I>&gt;<i> &gt;To: &quot;IRC Services General Mailing Lis&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
77 </I>&gt;<i> &gt;Sent: Tuesday, May 18, 2004 8:39 AM
78 </I>&gt;<i> &gt;Subject: Re: Re: [IRCServices] Startup problem
79 </I>&gt;<i> &gt;
80 </I>&gt;<i> &gt;
81 </I>&gt;<i> &gt; &gt; Try using this as your link block instead
82 </I>&gt;<i> &gt; &gt;
83 </I>&gt;<i> &gt; &gt; link services.irc.swallegiance.com
84 </I>&gt;<i> &gt; &gt; {
85 </I>&gt;<i> &gt; &gt; username *;
86 </I>&gt;<i> &gt; &gt; hostname 69.28.183.209;
87 </I>&gt;<i> &gt; &gt; bind-ip *;
88 </I>&gt;<i> &gt; &gt; port 12701;
89 </I>&gt;<i> &gt; &gt; hub *;
90 </I>&gt;<i> &gt; &gt; password-connect &quot;password&quot;;
91 </I>&gt;<i> &gt; &gt; password-receive &quot;password&quot;;
92 </I>&gt;<i> &gt; &gt; class servers;
93 </I>&gt;<i> &gt; &gt; };
94 </I>&gt;<i> &gt; &gt;
95 </I>&gt;<i> &gt; &gt; and in your ircservices.conf
96 </I>&gt;<i> &gt; &gt;
97 </I>&gt;<i> &gt; &gt; RemoteServer irc.swallegiance.com 12701 &quot;password&quot;
98 </I>&gt;<i> &gt; &gt; LocalAddress 69.28.183.209
99 </I>&gt;<i> &gt; &gt; ServerName &quot;services.irc.swallegiance.com&quot;
100 </I>&gt;<i> &gt; &gt;
101 </I>&gt;<i> &gt; &gt;
102 </I>&gt;<i> &gt; &gt; That will then force services to use the IP address the IRCd expects
103 </I>from
104 &gt;<i> &gt;it, obviously replace password with the relevant password.
105 </I>&gt;<i> &gt; &gt;
106 </I>&gt;<i> &gt; &gt; Also, if your link config is in a seperate file, ensure that it is
107 </I>&gt;<i> &gt;included in your main config.
108 </I>&gt;<i> &gt; &gt;
109 </I>&gt;<i> &gt; &gt; That _SHOULD_ fix your probs.
110 </I>&gt;<i> &gt; &gt;
111 </I>&gt;<i> &gt; &gt;
112 </I>&gt;<i> &gt; &gt;
113 </I>&gt;<i> &gt; &gt; /****************************************
114 </I>&gt;<i> &gt; &gt; * Craig &quot;FrostyCoolSlug&quot; McLure
115 </I>&gt;<i> &gt; &gt; * <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">Craig at FrostyCoolSlug.com</A>
116 </I>&gt;<i> &gt; &gt; * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
117 </I>&gt;<i> &gt; &gt; * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
118 </I>&gt;<i> &gt; &gt; ****************************************/
119 </I>&gt;<i> &gt; &gt;
120 </I>&gt;<i> &gt; &gt;
121 </I>&gt;<i> &gt; &gt; /****************************************
122 </I>&gt;<i> &gt; &gt; * From - Mark van Cuijk &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">mark at phedny.net</A>&gt;
123 </I>&gt;<i> &gt; &gt; * To - IRC Services General Mailing List
124 </I>&gt;<i> &gt;&lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
125 </I>&gt;<i> &gt; &gt; * Sent - 2004-05-16 16:52:35
126 </I>&gt;<i> &gt; &gt; * Subject - Re: [IRCServices] Startup problem
127 </I>&gt;<i> &gt; &gt; ****************************************/
128 </I>&gt;<i> &gt; &gt;
129 </I>&gt;<i> &gt; &gt; /****** - Begin Original Message - ******/
130 </I>&gt;<i> &gt; &gt;
131 </I>&gt;<i> &gt; &gt; &gt;Trido wrote:
132 </I>&gt;<i> &gt; &gt; &gt;
133 </I>&gt;<i> &gt; &gt; &gt;&gt;link irc.swallegiance.com
134 </I>&gt;<i> &gt; &gt; &gt;&gt;{
135 </I>&gt;<i> &gt; &gt; &gt;&gt; username *;
136 </I>&gt;<i> &gt; &gt; &gt;&gt; hostname <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at 69.28.183.209</A>;
137 </I>&gt;<i> &gt; &gt; &gt;&gt; bind-ip *;
138 </I>&gt;<i> &gt; &gt; &gt;&gt; port 12701;
139 </I>&gt;<i> &gt; &gt; &gt;&gt; hub *;
140 </I>&gt;<i> &gt; &gt; &gt;&gt; password-connect &quot;password&quot;;
141 </I>&gt;<i> &gt; &gt; &gt;&gt; password-receive &quot;password&quot;;
142 </I>&gt;<i> &gt; &gt; &gt;&gt; class servers;
143 </I>&gt;<i> &gt; &gt; &gt;&gt; options {
144 </I>&gt;<i> &gt; &gt; &gt;&gt; ssl;
145 </I>&gt;<i> &gt; &gt; &gt;&gt; zip;
146 </I>&gt;<i> &gt; &gt; &gt;&gt; md5;
147 </I>&gt;<i> &gt; &gt; &gt;&gt; };
148 </I>&gt;<i> &gt; &gt; &gt;&gt;};
149 </I>&gt;<i> &gt; &gt; &gt;&gt;
150 </I>&gt;<i> &gt; &gt; &gt;&gt;
151 </I>&gt;<i> &gt; &gt; &gt;To make this work, your services ServerName must be
152 </I>&gt;<i> &gt; &gt; &gt;irc.swallegiance.com. To me it's more likely this is the name of the
153 </I>&gt;<i> &gt; &gt; &gt;IRCd server itself, so you should probably change it to
154 </I>&gt;<i> &gt; &gt; &gt;services.irc.swallegiance.com or something you like. Anyway, it
155 </I>should
156 &gt;<i> &gt; &gt; &gt;match the name you specify for ServerName in the ircservices.conf
157 </I>file.
158 &gt;<i> &gt; &gt; &gt;
159 </I>&gt;<i> &gt; &gt; &gt;Then you should make the hostname be only 69.28.183.209, without the
160 </I>&gt;<i> &gt; &gt; &gt;username in front of it.
161 </I>&gt;<i> &gt; &gt; &gt;Also, the ssl, zip and md5 options should be removed and I suggest to
162 </I>&gt;<i> &gt; &gt; &gt;remove the hub line to, since services will not link to any other
163 </I>host.
164 &gt;<i> &gt; &gt; &gt;
165 </I>&gt;<i> &gt; &gt; &gt;Since your log file shows
166 </I>&gt;<i> &gt; &gt; &gt;
167 </I>&gt;<i> &gt; &gt; &gt;&gt; [May 15 23:29:57 2004] unknown message from server (ERROR :Link
168 </I>denied
169 &gt;<i> &gt; &gt; &gt;&gt; (No matching link configuration) [@69.28.183.209.6677])
170 </I>&gt;<i> &gt; &gt; &gt;
171 </I>&gt;<i> &gt; &gt; &gt;I think you're using port 6677 for services and not 12701.
172 </I>&gt;<i> &gt; &gt; &gt;
173 </I>&gt;<i> &gt; &gt; &gt;- Mark
174 </I>&gt;<i> &gt; &gt; &gt;
175 </I>&gt;<i> &gt; &gt; &gt;------------------------------------------------------------------
176 </I>&gt;<i> &gt; &gt; &gt;To unsubscribe or change your subscription options, visit:
177 </I>&gt;<i> &gt; &gt; &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
178 </I>&gt;<i> &gt; &gt; &gt;.
179 </I>&gt;<i> &gt; &gt;
180 </I>&gt;<i> &gt; &gt; /******* - End Original Message - *******/
181 </I>&gt;<i> &gt; &gt;
182 </I>&gt;<i> &gt; &gt;
183 </I>&gt;<i> &gt; &gt;
184 </I>&gt;<i> &gt; &gt; ------------------------------------------------------------------
185 </I>&gt;<i> &gt; &gt; To unsubscribe or change your subscription options, visit:
186 </I>&gt;<i> &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
187 </I>&gt;<i> &gt; &gt;
188 </I>&gt;<i> &gt; &gt;
189 </I>&gt;<i> &gt;
190 </I>&gt;<i> &gt;
191 </I>&gt;<i> &gt;------------------------------------------------------------------
192 </I>&gt;<i> &gt;To unsubscribe or change your subscription options, visit:
193 </I>&gt;<i> &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
194 </I>&gt;<i>
195 </I>&gt;<i>
196 </I>&gt;<i>
197 </I>&gt;<i> ------------------------------------------------------------------
198 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
199 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
200 </I>&gt;<i>
201 </I>&gt;<i>
202 </I>
203
204
205 </PRE>
206
207 <!--endarticle-->
208 <HR>
209 <P><UL>
210 <!--threads-->
211 <LI>Previous message: <A HREF="004413.html">[IRCServices] Startup problem
212 </A></li>
213 <LI>Next message: <A HREF="004417.html">[IRCServices] Compiling on OS X
214 </A></li>
215 <LI> <B>Messages sorted by:</B>
216 <a href="date.html#4414">[ date ]</a>
217 <a href="thread.html#4414">[ thread ]</a>
218 <a href="subject.html#4414">[ subject ]</a>
219 <a href="author.html#4414">[ author ]</a>
220 </LI>
221 </UL>
222
223 </body></html>