Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Link match?  (Read 9177 times)

0 Members and 1 Guest are viewing this topic.

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
Link match?
« on: August 23, 2006, 01:37:52 AM »

[08:32:52pm]  *** LocOps -- Link denied for irc.Darklight.com(unknown@127.0.0.1) (No link block named 'irc.Darklight.com') [@127.0.0.1.4432]
-
[08:32:53pm] *** LocOps -- ERROR :from services.darklight.com[127.0.0.1] -- Link denied (No matching link configuration) [@127.0.0.1.4432]
-
[08:32:53pm]  *** LocOps -- ERROR :from services.darklight.com[127.0.0.1] -- Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
-
[08:32:53pm]



umm i hope its not somethin i did wrong ( welli mean i hope i diidnt make a noobish mistake)|:(
Logged

owine

  • Anope User
  • Offline Offline
  • Posts: 130
(No subject)
« Reply #1 on: August 23, 2006, 03:05:42 AM »

paste unrealircd.conf link blocks and the remoteserver section of services.conf and someone will be able to help you. what you have given us right now mearly says they cant link but doesnt give anything to tell why.
Logged

n00bie

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 411
(No subject)
« Reply #2 on: August 23, 2006, 08:44:59 AM »

this might help too...
IRCd Link Block Maker: http://anope.org/~heinz/ilm.php?p=lm
Logged
I am always doing things that which I cannot do, in order that I may learn how to do it.

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #3 on: August 23, 2006, 11:18:08 AM »

Quote
(No link block named 'irc.Darklight.com')
means there is NO link block starting "link irc.Darklight.com {"
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
(No subject)
« Reply #4 on: August 24, 2006, 06:00:33 PM »

ok now i got it but it says connecting then nothin else
Logged

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
(No subject)
« Reply #5 on: August 24, 2006, 06:24:21 PM »

-irc.Darklight.com- *** Connecting to services.darklight.com[68.58.82.154].
-
-irc.Darklight.com- *** Notice -- Connection to services.darklight.com[68.58.82.154] activated.
-
-irc.Darklight.com- *** Connecting to services.darklight.com[68.58.82.154].
-
-irc.Darklight.com- *** Connecting to services.darklight.com[68.58.82.154].
-
-irc.Darklight.com- *** Connecting to services.darklight.com[68.58.82.154].
-
-irc.Darklight.com- *** Notice -- Connection to services.darklight.com[68.58.82.154] activated.
Logged

heinz

  • Guest
(No subject)
« Reply #6 on: August 24, 2006, 06:31:08 PM »

I suggest you take 2 steps back, and re-read all the documentation.. especially docs/INSTALL and my installation guide: http://www.anope.org/~heinz/ilm.php?p=4&i=unreal32

The documentation is there to help you with these issues.. :)
Logged

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
(No subject)
« Reply #7 on: August 25, 2006, 11:09:27 AM »

well i might have made a noobish mistake but

*/

link            services.darklight.com
{
   username   Ephosion;
   hostname    68.58.82.154;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "****";
   password-receive "****";
   class servers;
      
         
      };
};


ulines {
   services.darklight.com;
};




then


# RemoteServer irc.Darklight.com 6667   [REQUIRED]
#     Specifies the remote server hostname and port.  The hostname may
#     either be a standard Internet hostname or dotted-quad numeric
#     address; the port number must be an integer between 1 and 65535
#     inclusive.  The password is a string which should be enclosed in
#     double quotes if it contains any spaces (or just for clarity).
#
#     The remote server and port may be overridden at runtime with the
#     -remote command-line option.  The password may not be set at runtime.
#
#     If services can't connect to the RemoteServer, they will try
#     RemoteServer2 (if defined). If they can't connect to RemoteServer2,
#     they will use RemoteServer3 (if defined).

RemoteServer    irc.darklight.com 127.0.0.1 "****"
#RemoteServer2  localhost 6667 "****"
#RemoteServer3  localhost 6667 "****"
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #8 on: August 25, 2006, 11:17:13 AM »

yep they are wrong. would do as heinz said.

http://www.anope.org/~heinz/ilm.php?p=4&i=unreal32

might help

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
(No subject)
« Reply #9 on: August 25, 2006, 11:42:20 AM »

*/

link            services.darklight.com
{
   username   Ephosion;
   hostname    68.58.82.154;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "jerrell";
   password-receive "jerrell";
   class servers;
      
         
      };
};


ulines {
   services.darklight.com;
};







i dont kno why i'm pasting t again
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #10 on: August 25, 2006, 12:09:16 PM »

k remote server:

RemoteServer 127.0.0.1 6667 "jerrell"

Link block:

link services.darklight.com
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
hub *;
password-connect "jerrell";
password-receive "jerrell";
class servers;
};

and finally ServerName:

ServerName "services.darklight.com"

[Edited on 25-8-2006 by Tom65789]

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
(No subject)
« Reply #11 on: August 25, 2006, 06:49:48 PM »

ok i swear i even had a friend check over it i copied and pasted evrything where it should now i press /services start .but nothin happen
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #12 on: August 25, 2006, 07:13:09 PM »

if you mean it doesnt say anything when you type ./services on your box to start them then they dont output anything, see if they have linked to the IRCd

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #13 on: August 25, 2006, 07:42:33 PM »

also try checking the log files, if anope was started correctly it always outputs data to the log directory..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Colscop

  • Anope User
  • Offline Offline
  • Posts: 15
(No subject)
« Reply #14 on: August 26, 2006, 09:47:46 PM »

i found out the problem and i feel like acomplete noob for this..i jus reconized my cousin scrwed up my config so only have was there thats why it didnt work altho the same prob happnened but i fixed it so thnx guys!:D
Logged
Pages: [1]   Go Up