Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: problemi link with Anope.exe under Windows  (Read 3855 times)

0 Members and 1 Guest are viewing this topic.

GoDMasteR

  • Anope User
  • Offline Offline
  • Posts: 3
problemi link with Anope.exe under Windows
« on: March 13, 2008, 09:41:53 PM »

Hi all!!

I have a big poblems with the link of the Anope services to Unreal32 under windows machine...
 
In status active this is :
Code: [Select]

(22:35:24) -irc.godmaster.org- *** Notice -- Connection to services.godmaster.org[127.0.0.1] activated.
-
(22:35:25) -irc.godmaster.org- *** LocOps -- Link denied for irc.godmaster.org(unknown@127.0.0.1) (No link block named 'irc.godmaster.org') [@127.0.0.1.2158]
-
(22:35:25) -irc.godmaster.org- *** LocOps -- ERROR :from services.godmaster.org[127.0.0.1] -- Link denied (No matching link configuration) [@127.0.0.1.2158]
-
(22:35:25) -irc.godmaster.org- *** LocOps -- ERROR :from services.godmaster.org[127.0.0.1] -- Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
-
(22:35:25) -irc.godmaster.org- *** LocOps -- Server services.godmaster.org[127.0.0.1] closed the connection



This is my block link on unrealircd.conf
Code: [Select]

listen 127.0.0.1:8888
{
  options {
                serversonly;
  };
};

link services.godmaster.org {
username *;
hostname 127.0.0.1;
bind-ip *;
port 8888;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
autoconnect;
};
};


ulines {
   services.godmaster.org;
      };


in services.conf, i have this:
Code: [Select]

IRCDModule "unreal32"

RemoteServer    127.0.0.1 8888 "password"
#RemoteServer2  localhost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass"

ServerName  "services.godmaster.org"


It don't works.. and i don't understand why..

Can you help me ? thanks :)
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #1 on: March 13, 2008, 10:13:24 PM »

OK, to put it simply, you're not even starting Anope.

Run anope.exe to start Anope

Secondly you CANNOT use autoconnect for services nor can you use /connect. So remove autoconnect; from the link block.
Logged
Your IP: ()
My IRC Status:

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

GoDMasteR

  • Anope User
  • Offline Offline
  • Posts: 3
(No subject)
« Reply #2 on: March 13, 2008, 10:41:08 PM »

I alway run anope.exe but don't works...

I have removed autoconnect options from the link block.. but nothing.. The anope services don't links to unreal..

(23:39:18) -irc.godmaster.org- *** Connecting to services.godmaster.org[127.0.0.1].
-
(23:39:19) -irc.godmaster.org- *** LocOps -- Link denied for irc.godmaster.org(unknown@127.0.0.1) (No link block named 'irc.godmaster.org') [@127.0.0.1.2830]
-
(23:39:19) -irc.godmaster.org- *** LocOps -- ERROR :from services.godmaster.org[127.0.0.1] -- Link denied (No matching link configuration) [@127.0.0.1.2830]
-
(23:39:19) -irc.godmaster.org- *** LocOps -- ERROR :from services.godmaster.org[127.0.0.1] -- Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
-
(23:39:19) -irc.godmaster.org- *** LocOps -- Server services.godmaster.org[127.0.0.1] closed the connection
-
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #3 on: March 13, 2008, 11:09:03 PM »

Ill put it simply for you.

"(23:39:18) -irc.godmaster.org- *** Connecting to services.godmaster.org[127.0.0.1]."
means either you did /connect or autoconnect is STILL there.

Please remember part of running an IRCd is knowing how to reload the config file after changes so the changes take effect.
Logged
Your IP: ()
My IRC Status:

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

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #4 on: March 13, 2008, 11:58:30 PM »

Quote
No matching link configuration

all you need to know.. your hostip or username probably don't match the one in unrealircd.conf

and in his original post it was a remote attempt:
Quote
Connection to services.godmaster.org[127.0.0.1] activated

which indicates his first attempts were correct...
his last one isn't though...
(No link block named 'irc.godmaster.org') <-- even indicates the ircd is trying to connect to its self i think...
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #5 on: March 14, 2008, 09:08:58 AM »

Quote
Originally posted by Viper
and in his original post it was a remote attempt:

which indicates his first attempts were correct...


Quote
Connection to services.godmaster.org[127.0.0.1] activated

Only occurs if the link block has autoconnect. Which means either it wasn't removed or he didn't /rehash

With all snomasks on an inbound attempt from services, where there's no link block I get the following ONLY:
Quote
* *** LocOps -- Link denied for services.invictachat.net(unknown@10.1.2.150) (No link block named 'services.invictachat.net') [@10.1.2.150.57122]


The list of errors he pasted are ALL related to the same connection attempt and are ALL because of autoconnect. Now if he runs anope.exe like he was asked to, and checks Anope's logs to see if Anope didn't connect and why then we will get some useful errors.

And restart your IRCd if you don't know how to reload the configuration properly.

[Edited on 14-3-2008 by Jobe1986]
Logged
Your IP: ()
My IRC Status:

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

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #6 on: March 14, 2008, 10:02:48 AM »

arghhh my fault...

[Edited on 14-3-2008 by Viper]
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

GoDMasteR

  • Anope User
  • Offline Offline
  • Posts: 3
(No subject)
« Reply #7 on: March 14, 2008, 01:36:29 PM »

resolved :).. thanks you.. The problem was in logs file.. I don't specified the ServicesRoot in services.conf

[Mar 13 22:28:36 2008] services.conf: ServicesRoot missing
[Mar 13 22:28:36 2008] services.conf: You must define the 'ServicesRoot' configuration directive
[Mar 13 22:28:36 2008] services.conf: in your services.conf file. This is a required setting that
[Mar 13 22:28:36 2008] services.conf: defines the main Administrative nick(s) Anope will obey.
[Mar 13 22:28:36 2008] services.conf: No ServicesRoot defined


|:(.. lol.. thanks much
Logged
Pages: [1]   Go Up