]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004564.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2004 / 004564.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] -irc.myserver.com- *** LocOps -- Link denied for
5 127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
6 [0@127.0.0.1.2478]
7 </TITLE>
8 <LINK REL="Index" HREF="index.html" >
9 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20-irc.myserver.com-%20%2A%2A%2A%20LocOps%20--%20Link%20denied%20for%0A%09127.0.0.1%280%40127.0.0.1%29%20%28No%20link%20block%20named%20%27127.0.0.1%27%29%0A%09%5B0%40127.0.0.1.2478%5D&In-Reply-To=">
10 <META NAME="robots" CONTENT="index,nofollow">
11 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
12 <LINK REL="Previous" HREF="004563.html">
13 <LINK REL="Next" HREF="004565.html">
14 </HEAD>
15 <BODY BGCOLOR="#ffffff">
16 <H1>[IRCServices] -irc.myserver.com- *** LocOps -- Link denied for
17 127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
18 [0@127.0.0.1.2478]</H1>
19 <B>Smokey23</B>
20 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20-irc.myserver.com-%20%2A%2A%2A%20LocOps%20--%20Link%20denied%20for%0A%09127.0.0.1%280%40127.0.0.1%29%20%28No%20link%20block%20named%20%27127.0.0.1%27%29%0A%09%5B0%40127.0.0.1.2478%5D&In-Reply-To="
21 TITLE="[IRCServices] -irc.myserver.com- *** LocOps -- Link denied for
22 127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
23 [0@127.0.0.1.2478]">smokey23 at gmail.com
24 </A><BR>
25 <I>Thu Aug 5 08:12:02 PDT 2004</I>
26 <P><UL>
27 <LI>Previous message: <A HREF="004563.html">[IRCServices] Chanser has trojan/virus
28 </A></li>
29 <LI>Next message: <A HREF="004565.html">[IRCServices] Re: -irc.myserver.com- *** LocOps -- Link denied for
30 127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
31 [0@127.0.0.1.2478]
32 </A></li>
33 <LI> <B>Messages sorted by:</B>
34 <a href="date.html#4564">[ date ]</a>
35 <a href="thread.html#4564">[ thread ]</a>
36 <a href="subject.html#4564">[ subject ]</a>
37 <a href="author.html#4564">[ author ]</a>
38 </LI>
39 </UL>
40 <HR>
41 <!--beginarticle-->
42 <PRE>Problem: I'm setting up an IRCD and trying to connect Services to it.
43 The IRCD is up and running smoothly. Services seems to be configured
44 correctly (no major errors when starting it).
45
46 When I try to connect it, I get an error that there is no matching
47 link configuration. I've seen this before on the list archives but I
48 don't believe the older one applies to me.
49
50 I'll try to organize this a bit for you. First the services log, then
51 the servinces settings followed by the IRCD error and settings.
52
53 ### ircservices Log ###
54 [Aug 05 07:41:10 2004] IRC Services 5.0.37 starting up
55 [Aug 05 07:41:10 2004] unknown message from server (ERROR :Link denied
56 (No matching link configuration) [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">0 at 127.0.0.1.2202</A>])
57 [Aug 05 07:41:10 2004] unknown message from server (ERROR :Closing
58 Link: [127.0.0.1] (Link denied (No matching link configuration)))
59 [Aug 05 07:41:10 2004] Read error from server: Connection reset by peer
60 ####################
61
62 ### ircservices.conf ###
63 RemoteServer 127.0.0.1 6666 &quot;Services&quot;
64 LocalAddress 127.0.0.1
65 ServerName &quot;127.0.0.1&quot;
66 ServiceUser &quot;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">services at services.myserver.com</A>&quot;
67 ####################
68
69 ### IRC Error ###
70 -irc.myserver.com- *** LocOps -- Link denied for
71 127.0.0.1(<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">0 at 127.0.0.1</A>) (No link block named '127.0.0.1')
72 [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">0 at 127.0.0.1.2478</A>]
73 ###############
74
75 ### Unreal 3.2.1 IRCD Settings ###
76 allow {
77 ip *@127.0.0.1;
78 hostname *@127.0.0.1;
79 class servers;
80 password &quot;Services&quot;;
81 maxperip 100;
82 };
83 listen *:6666
84 {
85 options
86 {
87 serversonly;
88 };
89 };
90 link 127.0.0.1
91 {
92 username *;
93 hostname 127.0.0.1;
94 bind-ip *;
95 password-receive &quot;Services&quot;;
96 class servers;
97 };
98 #############################
99
100 Does anyone see any obvious errors I have made? Did I forget to post
101 something important? Let me know and I'll reply ASAP. I've read the
102 manuals for both Unreal and ircservices.
103
104 Thanks in advance for the help!
105
106 Smokey
107
108
109 </PRE>
110
111 <!--endarticle-->
112 <HR>
113 <P><UL>
114 <!--threads-->
115 <LI>Previous message: <A HREF="004563.html">[IRCServices] Chanser has trojan/virus
116 </A></li>
117 <LI>Next message: <A HREF="004565.html">[IRCServices] Re: -irc.myserver.com- *** LocOps -- Link denied for
118 127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
119 [0@127.0.0.1.2478]
120 </A></li>
121 <LI> <B>Messages sorted by:</B>
122 <a href="date.html#4564">[ date ]</a>
123 <a href="thread.html#4564">[ thread ]</a>
124 <a href="subject.html#4564">[ subject ]</a>
125 <a href="author.html#4564">[ author ]</a>
126 </LI>
127 </UL>
128
129 </body></html>