]> jfr.im git - irc.git/blobdiff - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004564.html
RELEASE -> !RELEASE
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2004 / 004564.html
diff --git a/software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004564.html b/software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004564.html
deleted file mode 100644 (file)
index d38f42f..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
-   <TITLE> [IRCServices] -irc.myserver.com- *** LocOps -- Link denied for
-       127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
-       [0@127.0.0.1.2478]
-   </TITLE>
-   <LINK REL="Index" HREF="index.html" >
-   <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=">
-   <META NAME="robots" CONTENT="index,nofollow">
-   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
-   <LINK REL="Previous"  HREF="004563.html">
-   <LINK REL="Next"  HREF="004565.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-   <H1>[IRCServices] -irc.myserver.com- *** LocOps -- Link denied for
-       127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
-       [0@127.0.0.1.2478]</H1>
-    <B>Smokey23</B> 
-    <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="
-       TITLE="[IRCServices] -irc.myserver.com- *** LocOps -- Link denied for
-       127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
-       [0@127.0.0.1.2478]">smokey23 at gmail.com
-       </A><BR>
-    <I>Thu Aug  5 08:12:02 PDT 2004</I>
-    <P><UL>
-        <LI>Previous message: <A HREF="004563.html">[IRCServices] Chanser has trojan/virus
-</A></li>
-        <LI>Next message: <A HREF="004565.html">[IRCServices] Re: -irc.myserver.com- *** LocOps -- Link denied for
-       127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
-       [0@127.0.0.1.2478]
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#4564">[ date ]</a>
-              <a href="thread.html#4564">[ thread ]</a>
-              <a href="subject.html#4564">[ subject ]</a>
-              <a href="author.html#4564">[ author ]</a>
-         </LI>
-       </UL>
-    <HR>  
-<!--beginarticle-->
-<PRE>Problem:  I'm setting up an IRCD and trying to connect Services to it.
- The IRCD is up and running smoothly.  Services seems to be configured
-correctly (no major errors when starting it).
-
-When I try to connect it, I get an error that there is no matching
-link configuration.  I've seen this before on the list archives but I
-don't believe the older one applies to me.
-
-I'll try to organize this a bit for you.  First the services log, then
-the servinces settings followed by the IRCD error and settings.
-
-###  ircservices Log ###
-[Aug 05 07:41:10 2004] IRC Services 5.0.37 starting up
-[Aug 05 07:41:10 2004] unknown message from server (ERROR :Link denied
-(No matching link configuration) [<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">0 at 127.0.0.1.2202</A>])
-[Aug 05 07:41:10 2004] unknown message from server (ERROR :Closing
-Link: [127.0.0.1] (Link denied (No matching link configuration)))
-[Aug 05 07:41:10 2004] Read error from server: Connection reset by peer
-####################
-
-### ircservices.conf ###
-RemoteServer    127.0.0.1 6666 &quot;Services&quot;
-LocalAddress    127.0.0.1
-ServerName      &quot;127.0.0.1&quot;
-ServiceUser     &quot;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">services at services.myserver.com</A>&quot;
-####################
-
-### IRC Error ###
--irc.myserver.com- *** LocOps -- Link denied for
-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')
-[<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">0 at 127.0.0.1.2478</A>]
-###############
-
-### Unreal 3.2.1 IRCD Settings ###
-allow {
-        ip             *@127.0.0.1;
-        hostname       *@127.0.0.1;            
-        class           servers;
-        password &quot;Services&quot;;
-        maxperip 100;
-};
-listen         *:6666
-{ 
-        options
-        {
-                serversonly;
-        };
-};
-link            127.0.0.1
-{
-        username        *;
-        hostname        127.0.0.1;
-        bind-ip         *;
-        password-receive &quot;Services&quot;;
-        class           servers;
-};
-#############################
-
-Does anyone see any obvious errors I have made?  Did I forget to post
-something important?  Let me know and I'll reply ASAP.  I've read the
-manuals for both Unreal and ircservices.
-
-Thanks in advance for the help!
-
-Smokey
-
-
-</PRE>
-
-<!--endarticle-->
-    <HR>
-    <P><UL>
-        <!--threads-->
-       <LI>Previous message: <A HREF="004563.html">[IRCServices] Chanser has trojan/virus
-</A></li>
-       <LI>Next message: <A HREF="004565.html">[IRCServices] Re: -irc.myserver.com- *** LocOps -- Link denied for
-       127.0.0.1(0@127.0.0.1) (No link block named '127.0.0.1')
-       [0@127.0.0.1.2478]
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#4564">[ date ]</a>
-              <a href="thread.html#4564">[ thread ]</a>
-              <a href="subject.html#4564">[ subject ]</a>
-              <a href="author.html#4564">[ author ]</a>
-         </LI>
-       </UL>
-
-</body></html>