Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: cannot maintain connection with unreal 3.2.5 :-(  (Read 7581 times)

0 Members and 1 Guest are viewing this topic.

luismagar

  • Guest
cannot maintain connection with unreal 3.2.5 :-(
« on: August 15, 2006, 11:49:30 AM »

--- services.conf


RemoteServer    "vip.blah.org" 6697 "pass"

ServerName  "services.blah.org"

--- unrealircd.conf

link services.blah.org {
   username *;
   hostname 127.0.0.1;
   bind-ip 127.0.0.1;
   port 6697;
   hub *;
   password-connect "pass";
   password-receive "pass";
   class servers;
   options {
      autoconnect;
      nohostcheck;

   };

};
ulines {
services.blah.org;
};

--- Anope log

[Aug 15 05:43:38 2006] Loading IRCD Protocol Module: [unreal32]
[Aug 15 05:43:38 2006] status:
  • [Module, Okay - No Error]
[Aug 15 05:43:38 2006] Launching Anope into the background
[Aug 15 05:43:38 2006] Anope 1.7.15 (1128) (ircd protocol: UnrealIRCd 3.2+) starting up
[Aug 15 05:43:42 2006] ms_rsend requested unload...
[Aug 15 05:43:42 2006] debug: trying to load core module [ms_rsend]
[Aug 15 05:43:42 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Aug 15 05:43:46 2006] Databases loaded
[Aug 15 05:43:46 2006] Info: Reflecting database records.
[Aug 15 05:43:46 2006] Connected to Server 1 (vip.blah.org:6697)
[Aug 15 05:43:46 2006] trying to load [cs_appendtopic]
[Aug 15 05:43:46 2006] [cs_appendtopic] Loaded successfully
[Aug 15 05:43:46 2006] status:
  • [Module, Okay - No Error]
[Aug 15 05:43:46 2006] trying to load [cs_enforce]
[Aug 15 05:43:46 2006] status:
  • [Module, Okay - No Error]
[Aug 15 05:43:46 2006] trying to load [ns_maxemail]
[Aug 15 05:43:46 2006] status:
  • [Module, Okay - No Error]
[Aug 15 05:43:46 2006] trying to load [os_info]
[Aug 15 05:43:46 2006] os_info: Loading configuration directives...
[Aug 15 05:43:46 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Aug 15 05:43:46 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Aug 15 05:43:46 2006] status:
  • [Module, Okay - No Error]
[Aug 15 05:43:46 2006] trying to load [hs_request]
[Aug 15 05:43:47 2006] hs_request loaded
[Aug 15 05:43:47 2006] status:
  • [Module, Okay - No Error]
[Aug 15 05:43:47 2006] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Aug 15 05:43:47 2006] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Aug 15 05:43:47 2006] Read error from server: No such file or directory (error num: 2)
[Aug 15 05:43:47 2006] [cs_appendtopic] Unloaded successfully
[Aug 15 05:43:47 2006] hs_request un-loaded




Could anyone help me, please ?
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #1 on: August 15, 2006, 12:20:59 PM »

since you set  hostname to 127.0.0.1 i suppose you are trying to connect services locally, in that case make sure the ircd is listening on the port because by default 6697 is ssl only (services don't need ssl) and client only.
also replace RemoteServer "vip.blah.org" 6697 "pass" with RemoteServer 127.0.0.1 6697 "pass" if it s local..
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #2 on: August 15, 2006, 12:21:34 PM »

[Aug 15 05:43:47 2006] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Aug 15 05:43:47 2006] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf

Speaks wonders that.

1) Remove autoconnect, and nohostcheck from the link block, and rehash.
2) Change remoteserver to 127.0.0.1 since thats where you're going.
3) Try now ... Does it work? - If yes, rejoice, if No, paste the listen block for port 6697.
Logged

luismagar

  • Guest
(No subject)
« Reply #3 on: August 15, 2006, 08:07:47 PM »

Before all, i want to thank you for your quick replys.
I made the changes you sugested but still can't connect and anope log keeps saying the same.
This is my listen block for port 6697 :

listen *:6697 {
   options {
      serversonly;

   };
};



Thanks again.
Logged

SpaceDoG

  • Anope User
  • Offline Offline
  • Posts: 183
    • http://www.hypermutt.net
(No subject)
« Reply #4 on: August 15, 2006, 08:21:06 PM »

What's your link block like? Do you have both passwords set? Did you configure the link block correctly?
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #5 on: August 15, 2006, 08:32:37 PM »

Output of /stats C, /stats U, and /stats P from the ircd please.
Logged

luismagar

  • Guest
(No subject)
« Reply #6 on: August 15, 2006, 09:18:36 PM »

stats C :

C *@127.0.0.1 * services.blah.org 6697 servers
H * * services.blah.org
End of /STATS report

stats U :

U services.blah.org
End of /STATS report

stats P gives me no results.

-------------------------------------------------------------------------------------------------------------------
SpaceDog, my Link Block looks justlike the one i pasted above but now without the options autoconnect and nohostcheck..
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
(No subject)
« Reply #7 on: August 15, 2006, 09:41:42 PM »

If /stats P gives you nothing then there is no possible way you can even get any of the other stats.

An example /stats P output:
Quote
-bravo.invictachat.co.uk- *** Listener on *:6697, clients 2. is PERM SSL
-bravo.invictachat.co.uk- *** Listener on *:6677, clients 2. is PERM serversonly
-bravo.invictachat.co.uk- *** Listener on *:7000, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6669, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6668, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6667, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6666, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6665, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6664, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6663, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6662, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6661, clients 0. is PERM
-bravo.invictachat.co.uk- *** Listener on *:6660, clients 0. is PERM

[Edited on 15-8-2006 by Jobe1986]
Logged
Your IP: ()
My IRC Status:

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

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #8 on: August 15, 2006, 09:42:12 PM »

I'd be worried if you go no response to /stats P. - Try again with /stats P yourservername.

Anyway, if you want to, email me both of your confs. chaz at anope .org
Logged

luismagar

  • Guest
(No subject)
« Reply #9 on: August 15, 2006, 10:04:49 PM »

i have P stats now

-vip.blah.org- *** Listener on *:6667, clients 6. is PERM clientsonly java
-
-vip.blah.org- *** Listener on *:6697, clients 0. is PERM serversonly

it seems it was the client i was using.
by the way i don't know if it matters, my OS is XP sp2

Thanks again.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #10 on: August 15, 2006, 10:11:01 PM »

Looks reasonable, email me your confs.
Logged

luismagar

  • Guest
(No subject)
« Reply #11 on: August 15, 2006, 10:47:44 PM »

i sent you both with email luismagar@prodigy.net.mx

Thanks a lot Chaz. i really appreciate your help
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #12 on: August 15, 2006, 10:48:13 PM »

I already replied.
Logged

luismagar

  • Guest
(No subject)
« Reply #13 on: August 15, 2006, 11:14:45 PM »

Thans chaz i changed that but when i try to start the services it keeps saying :

-vip.blah.org- *** LocOps -- Link denied for services.blah.org(unknown@127.0.0.1) (No link block named 'services.blah.org') [@127.0.0.1.1809]

even though you saw it was in the configuration
Logged

luismagar

  • Guest
(No subject)
« Reply #14 on: August 16, 2006, 12:05:01 AM »

hurra !!!!!

-vip.blah.org- *** Notice -- Link services.blah.org -> vip.blah.org is now synced [secs: 5 recv: 1.421 sent: 2.140]

it seems it was a problem with the name :-)
Thanks a lot to all of you specially to Chaz.

Se you arroung guys. Thanks again.
Logged
Pages: [1]   Go Up