Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: error linking  (Read 10382 times)

0 Members and 1 Guest are viewing this topic.

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
error linking
« on: October 03, 2010, 02:49:05 PM »

Hi , I'm new here
i want to start Anope but i have some error ...
I use this turtorial : http://www.youtube.com/watch?v=zfGyLrTZvTc
but if i use own links :


-serverName- *** Notice -- Connection to services.serverName[127.0.0.1] activated.
-serverName- *** LocOps -- Link denied for richard.serverName(unknown@127.0.0.1) (No link block named 'richard.serveirc.com') [@127.0.0.1.36256]
-serverName- *** LocOps -- ERROR :from services.serverName[127.0.0.1] -- Link denied (No matching link configuration) [@127.0.0.1.36256]
-serverName- *** LocOps -- ERROR :from services.serverName[127.0.0.1] -- Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
-serverName- *** LocOps -- Server services.serverName[127.0.0.1] closed the connection

and if i use test.com :
-serverName- *** Notice -- Connection to test.com[192.168.0.3] activated.
-serverName- *** Notice -- No response from test.com[192.168.0.3], closing link

unreal.conf :

   services-server    "test.com";
ulines {
   test.com;
link test.com {
username *;
hostname 192.168.0.3;
bind-ip *;
port 5555;
hub *;
password-connect "mypass";
password-receive "mypass";
   class           servers;
      options {
         /* Achtung: autoconnect sollte nicht benutzt werden, wenn man Services linkt */
         autoconnect;         
         zip;
      };
};

and services.conf :
RemoteServer    192.168.0.3 5555 "mypass"
ServerName  "test.com"
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: error linking
« Reply #1 on: October 03, 2010, 02:57:42 PM »

You shouldn't be using autoconnect;  in the services link block, nor should you try linking it with /connect if you are. Anope links when it's started. If it doesn't you need to check the logs directory and see what error's coming up.
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #2 on: October 03, 2010, 03:10:27 PM »

[Oct 03 15:30:26 2010] Databases loaded
[Oct 03 15:30:26 2010] Info: Reflecting database records.
[Oct 03 15:30:47 2010] FATAL: Can't connect to server: No such file or directory
[Oct 03 16:09:02 2010] Every UserKey must be different. It's for YOUR safety! Remember that!
[Oct 03 16:09:02 2010] Loading IRCD Protocol Module: [unreal32]
[Oct 03 16:09:02 2010] status:
  • [Module, Okay - No Error]
[Oct 03 16:09:02 2010] Loading Encryption Module: [enc_none]
[Oct 03 16:09:02 2010] status:
  • [Module, Okay - No Error]
[Oct 03 16:09:02 2010] Launching Anope into the background
[Oct 03 16:09:02 2010] Anope 1.8.4 (2859) (ircd protocol: UnrealIRCd 3.2+) starting up
[Oct 03 16:09:03 2010] MSMemoReceipt not enabled in services.conf
[Oct 03 16:09:03 2010] ms_rsend requested unload...
[Oct 03 16:09:03 2010] debug: trying to load core module [ms_rsend]
[Oct 03 16:09:03 2010] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Oct 03 16:09:05 2010] Databases loaded
[Oct 03 16:09:05 2010] Info: Reflecting database records.
 


this ?
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: error linking
« Reply #3 on: October 03, 2010, 03:17:20 PM »

Yeah, what's the name of the irc server services is connecting to?, try getting rid of zip too, anope doesnt support transport methods, do you have a listen block for that port for servers? check those, and start anope in debug, it'll give us more info. you'll need to use command prompt and start it using anope.exe -debug if you're on windows.
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #4 on: October 03, 2010, 04:10:31 PM »

server : richard.serveirc.com

debug:

[Oct 03 16:20:55 2010] FATAL: Can't connect to server: No such file or directory
[Oct 03 16:20:55 2010] debug: Cleaning out Module run time directory (\modules/runtime) - this may take a moment please wait
[Oct 03 16:20:55 2010] debug: Module run time directory has been cleaned out
[Oct 03 16:20:55 2010] Every UserKey must be different. It's for YOUR safety! Remember that!
[Oct 03 16:20:55 2010] Loading IRCD Protocol Module: [unreal32]
[Oct 03 16:20:55 2010] status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Loading Encryption Module: [enc_none]
[Oct 03 16:20:55 2010] status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Launching Anope into the background
[Oct 03 16:20:55 2010] Anope 1.8.4 (2859) (ircd protocol: UnrealIRCd 3.2+) starting up (options: debug)
[Oct 03 16:20:55 2010] debug: Loading language 10 from file `languages/cat'
[Oct 03 16:20:55 2010] debug: Loading language 9 from file `languages/de'
[Oct 03 16:20:55 2010] debug: Loading language 0 from file `languages/en_us'
[Oct 03 16:20:55 2010] debug: Loading language 4 from file `languages/es'
[Oct 03 16:20:55 2010] debug: Loading language 6 from file `languages/fr'
[Oct 03 16:20:55 2010] debug: Loading language 11 from file `languages/gr'
[Oct 03 16:20:55 2010] debug: Loading language 5 from file `languages/pt'
[Oct 03 16:20:55 2010] debug: Loading language 7 from file `languages/tr'
[Oct 03 16:20:55 2010] debug: Loading language 8 from file `languages/it'
[Oct 03 16:20:55 2010] debug: Loading language 12 from file `languages/nl'
[Oct 03 16:20:55 2010] debug: Loading language 13 from file `languages/ru'
[Oct 03 16:20:55 2010] debug: Loading language 14 from file `languages/hun'
[Oct 03 16:20:55 2010] debug: Loading language 15 from file `languages/pl'
[Oct 03 16:20:55 2010] debug: Loaded languages
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_help.dll.a02284
[Oct 03 16:20:55 2010] Module ns_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_help]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_register.dll.a02284
[Oct 03 16:20:55 2010] Module ns_register compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_register]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_group.dll.a02284
[Oct 03 16:20:55 2010] Module ns_group compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_group]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_identify.dll.a02284
[Oct 03 16:20:55 2010] Module ns_identify compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_identify]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_access.dll.a02284
[Oct 03 16:20:55 2010] Module ns_access compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_access]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_set.dll.a02284
[Oct 03 16:20:55 2010] Module ns_set compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_set]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_saset.dll.a02284
[Oct 03 16:20:55 2010] Module ns_saset compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_saset]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_drop.dll.a02284
[Oct 03 16:20:55 2010] Module ns_drop compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:55 2010] debug: trying to load core module [ns_drop]
[Oct 03 16:20:55 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:55 2010] Runtime module location: .\modules\runtime\ns_recover.dll.a02284
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #5 on: October 03, 2010, 04:10:50 PM »

[Oct 03 16:20:56 2010] Module ns_recover compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_recover]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_release.dll.a02284
[Oct 03 16:20:56 2010] Module ns_release compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_release]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_sendpass.dll.a02284
[Oct 03 16:20:56 2010] Module ns_sendpass compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_sendpass]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_ghost.dll.a02284
[Oct 03 16:20:56 2010] Module ns_ghost compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_ghost]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_alist.dll.a02284
[Oct 03 16:20:56 2010] Module ns_alist compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_alist]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_info.dll.a02284
[Oct 03 16:20:56 2010] Module ns_info compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_info]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_list.dll.a02284
[Oct 03 16:20:56 2010] Module ns_list compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_list]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_logout.dll.a02284
[Oct 03 16:20:56 2010] Module ns_logout compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_logout]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_status.dll.a02284
[Oct 03 16:20:56 2010] Module ns_status compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_status]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_update.dll.a02284
[Oct 03 16:20:56 2010] Module ns_update compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_update]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_getpass.dll.a02284
[Oct 03 16:20:56 2010] Module ns_getpass compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_getpass]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_getemail.dll.a02284
[Oct 03 16:20:56 2010] Module ns_getemail compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_getemail]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_forbid.dll.a02284
[Oct 03 16:20:56 2010] Module ns_forbid compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_forbid]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ns_suspend.dll.a02284
[Oct 03 16:20:56 2010] Module ns_suspend compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ns_suspend]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_help.dll.a02284
[Oct 03 16:20:56 2010] Module cs_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_help]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_register.dll.a02284
[Oct 03 16:20:56 2010] Module cs_register compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_register]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_identify.dll.a02284
[Oct 03 16:20:56 2010] Module cs_identify compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_identify]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_set.dll.a02284
[Oct 03 16:20:56 2010] Module cs_set compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_set]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_xop.dll.a02284
[Oct 03 16:20:56 2010] Module cs_xop compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_xop]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_access.dll.a02284
[Oct 03 16:20:56 2010] Module cs_access compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_access]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_akick.dll.a02284
[Oct 03 16:20:56 2010] Module cs_akick compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_akick]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_drop.dll.a02284
[Oct 03 16:20:56 2010] Module cs_drop compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_drop]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_sendpass.dll.a02284
[Oct 03 16:20:56 2010] Module cs_sendpass compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_sendpass]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_ban.dll.a02284
[Oct 03 16:20:56 2010] Module cs_ban compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_ban]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_clear.dll.a02284
[Oct 03 16:20:56 2010] Module cs_clear compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_clear]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_modes.dll.a02284
[Oct 03 16:20:56 2010] Module cs_modes compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_modes]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_getkey.dll.a02284
[Oct 03 16:20:56 2010] Module cs_getkey compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_getkey]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_invite.dll.a02284
[Oct 03 16:20:56 2010] Module cs_invite compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_invite]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_kick.dll.a02284
[Oct 03 16:20:56 2010] Module cs_kick compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_kick]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_list.dll.a02284
[Oct 03 16:20:56 2010] Module cs_list compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_list]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_logout.dll.a02284
[Oct 03 16:20:56 2010] Module cs_logout compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_logout]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_topic.dll.a02284
[Oct 03 16:20:56 2010] Module cs_topic compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_topic]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_info.dll.a02284
[Oct 03 16:20:56 2010] Module cs_info compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_info]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_getpass.dll.a02284
[Oct 03 16:20:56 2010] Module cs_getpass compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_getpass]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_forbid.dll.a02284
[Oct 03 16:20:56 2010] Module cs_forbid compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_forbid]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_suspend.dll.a02284
[Oct 03 16:20:56 2010] Module cs_suspend compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_suspend]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\cs_status.dll.a02284
[Oct 03 16:20:56 2010] Module cs_status compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [cs_status]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ms_send.dll.a02284
[Oct 03 16:20:56 2010] Module ms_send compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ms_send]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ms_cancel.dll.a02284
[Oct 03 16:20:56 2010] Module ms_cancel compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ms_cancel]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ms_list.dll.a02284
[Oct 03 16:20:56 2010] Module ms_list compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:56 2010] debug: trying to load core module [ms_list]
[Oct 03 16:20:56 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:56 2010] Runtime module location: .\modules\runtime\ms_read.dll.a02284
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #6 on: October 03, 2010, 04:11:16 PM »

[Oct 03 16:20:57 2010] Module ms_read compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_read]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_del.dll.a02284
[Oct 03 16:20:57 2010] Module ms_del compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_del]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_set.dll.a02284
[Oct 03 16:20:57 2010] Module ms_set compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_set]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_info.dll.a02284
[Oct 03 16:20:57 2010] Module ms_info compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_info]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_rsend.dll.a02284
[Oct 03 16:20:57 2010] Module ms_rsend compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] MSMemoReceipt not enabled in services.conf
[Oct 03 16:20:57 2010] ms_rsend requested unload...
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_rsend]
[Oct 03 16:20:57 2010] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_check.dll.a02284
[Oct 03 16:20:57 2010] Module ms_check compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_check]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_staff.dll.a02284
[Oct 03 16:20:57 2010] Module ms_staff compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_staff]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_sendall.dll.a02284
[Oct 03 16:20:57 2010] Module ms_sendall compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_sendall]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\ms_help.dll.a02284
[Oct 03 16:20:57 2010] Module ms_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [ms_help]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_help.dll.a02284
[Oct 03 16:20:57 2010] Module bs_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_help]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_botlist.dll.a02284
[Oct 03 16:20:57 2010] Module bs_botlist compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_botlist]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_assign.dll.a02284
[Oct 03 16:20:57 2010] Module bs_assign compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_assign]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_set.dll.a02284
[Oct 03 16:20:57 2010] Module bs_set compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_set]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_kick.dll.a02284
[Oct 03 16:20:57 2010] Module bs_kick compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_kick]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_badwords.dll.a02284
[Oct 03 16:20:57 2010] Module bs_badwords compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_badwords]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_act.dll.a02284
[Oct 03 16:20:57 2010] Module bs_act compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_act]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_info.dll.a02284
[Oct 03 16:20:57 2010] Module bs_info compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_info]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_say.dll.a02284
[Oct 03 16:20:57 2010] Module bs_say compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_say]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_unassign.dll.a02284
[Oct 03 16:20:57 2010] Module bs_unassign compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_unassign]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_bot.dll.a02284
[Oct 03 16:20:57 2010] Module bs_bot compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_bot]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_fantasy.dll.a02284
[Oct 03 16:20:57 2010] Module bs_fantasy compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] Displaying message list for bot_command
[Oct 03 16:20:57 2010] 1: 0x01272C50
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_fantasy]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_fantasy_kick.dll.a02284
[Oct 03 16:20:57 2010] Module bs_fantasy_kick compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: existing msg: (0x01272C50), new msg (0x01272C70)
[Oct 03 16:20:57 2010] Displaying message list for bot_command
[Oct 03 16:20:57 2010] 1: 0x01272C70
[Oct 03 16:20:57 2010] 2: 0x01272C50
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_fantasy_kick]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_fantasy_kickban.dll.a02284
[Oct 03 16:20:57 2010] Module bs_fantasy_kickban compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: existing msg: (0x01272C70), new msg (0x01272CB0)
[Oct 03 16:20:57 2010] Displaying message list for bot_command
[Oct 03 16:20:57 2010] 1: 0x01272CB0
[Oct 03 16:20:57 2010] 2: 0x01272C70
[Oct 03 16:20:57 2010] 3: 0x01272C50
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_fantasy_kickban]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_fantasy_owner.dll.a02284
[Oct 03 16:20:57 2010] Module bs_fantasy_owner compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: existing msg: (0x01272CB0), new msg (0x01272D30)
[Oct 03 16:20:57 2010] Displaying message list for bot_command
[Oct 03 16:20:57 2010] 1: 0x01272D30
[Oct 03 16:20:57 2010] 2: 0x01272CB0
[Oct 03 16:20:57 2010] 3: 0x01272C70
[Oct 03 16:20:57 2010] 4: 0x01272C50
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_fantasy_owner]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\bs_fantasy_seen.dll.a02284
[Oct 03 16:20:57 2010] Module bs_fantasy_seen compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: existing msg: (0x01272D30), new msg (0x01272D90)
[Oct 03 16:20:57 2010] Displaying message list for bot_command
[Oct 03 16:20:57 2010] 1: 0x01272D90
[Oct 03 16:20:57 2010] 2: 0x01272D30
[Oct 03 16:20:57 2010] 3: 0x01272CB0
[Oct 03 16:20:57 2010] 4: 0x01272C70
[Oct 03 16:20:57 2010] 5: 0x01272C50
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [bs_fantasy_seen]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_help.dll.a02284
[Oct 03 16:20:57 2010] Module os_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_help]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_global.dll.a02284
[Oct 03 16:20:57 2010] Module os_global compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_global]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_stats.dll.a02284
[Oct 03 16:20:57 2010] Module os_stats compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_stats]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_oper.dll.a02284
[Oct 03 16:20:57 2010] Module os_oper compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_oper]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_admin.dll.a02284
[Oct 03 16:20:57 2010] Module os_admin compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_admin]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_staff.dll.a02284
[Oct 03 16:20:57 2010] Module os_staff compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_staff]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_mode.dll.a02284
[Oct 03 16:20:57 2010] Module os_mode compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_mode]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_kick.dll.a02284
[Oct 03 16:20:57 2010] Module os_kick compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_kick]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_clearmodes.dll.a02284
[Oct 03 16:20:57 2010] Module os_clearmodes compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_clearmodes]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_akill.dll.a02284
[Oct 03 16:20:57 2010] Module os_akill compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_akill]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_sgline.dll.a02284
[Oct 03 16:20:57 2010] Module os_sgline compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_sgline]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_sqline.dll.a02284
[Oct 03 16:20:57 2010] Module os_sqline compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_sqline]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_szline.dll.a02284
[Oct 03 16:20:57 2010] Module os_szline compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_szline]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_chanlist.dll.a02284
[Oct 03 16:20:57 2010] Module os_chanlist compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_chanlist]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_userlist.dll.a02284
[Oct 03 16:20:57 2010] Module os_userlist compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_userlist]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_logonnews.dll.a02284
[Oct 03 16:20:57 2010] Module os_logonnews compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] Displaying message list for reload
[Oct 03 16:20:57 2010] 1: 0x01272DB0
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [os_logonnews]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_randomnews.dll.a02284
[Oct 03 16:20:57 2010] Module os_randomnews compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_randomnews]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_opernews.dll.a02284
[Oct 03 16:20:57 2010] Module os_opernews compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: existing msg: (0x01272DB0), new msg (0x01272DD0)
[Oct 03 16:20:57 2010] Displaying message list for reload
[Oct 03 16:20:57 2010] 1: 0x01272DD0
[Oct 03 16:20:57 2010] 2: 0x01272DB0
[Oct 03 16:20:57 2010] end
[Oct 03 16:20:57 2010] debug: trying to load core module [os_opernews]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_session.dll.a02284
[Oct 03 16:20:57 2010] Module os_session compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_session]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_noop.dll.a02284
[Oct 03 16:20:57 2010] Module os_noop compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_noop]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_jupe.dll.a02284
[Oct 03 16:20:57 2010] Module os_jupe compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:57 2010] debug: trying to load core module [os_jupe]
[Oct 03 16:20:57 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:57 2010] Runtime module location: .\modules\runtime\os_ignore.dll.a02284
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #7 on: October 03, 2010, 04:11:41 PM »




[Oct 03 16:20:58 2010] Module os_ignore compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_ignore]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_set.dll.a02284
[Oct 03 16:20:58 2010] Module os_set compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_set]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_reload.dll.a02284
[Oct 03 16:20:58 2010] Module os_reload compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_reload]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_update.dll.a02284
[Oct 03 16:20:58 2010] Module os_update compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_update]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_restart.dll.a02284
[Oct 03 16:20:58 2010] Module os_restart compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_restart]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_quit.dll.a02284
[Oct 03 16:20:58 2010] Module os_quit compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_quit]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_shutdown.dll.a02284
[Oct 03 16:20:58 2010] Module os_shutdown compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_shutdown]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_defcon.dll.a02284
[Oct 03 16:20:58 2010] Module os_defcon compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_defcon]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_chankill.dll.a02284
[Oct 03 16:20:58 2010] Module os_chankill compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_chankill]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_svsnick.dll.a02284
[Oct 03 16:20:58 2010] Module os_svsnick compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_svsnick]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_oline.dll.a02284
[Oct 03 16:20:58 2010] Module os_oline compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_oline]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_umode.dll.a02284
[Oct 03 16:20:58 2010] Module os_umode compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_umode]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_modload.dll.a02284
[Oct 03 16:20:58 2010] Module os_modload compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_modload]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_modunload.dll.a02284
[Oct 03 16:20:58 2010] Module os_modunload compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_modunload]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_modlist.dll.a02284
[Oct 03 16:20:58 2010] Module os_modlist compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_modlist]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\os_modinfo.dll.a02284
[Oct 03 16:20:58 2010] Module os_modinfo compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [os_modinfo]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_help.dll.a02284
[Oct 03 16:20:58 2010] Module hs_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_help]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_on.dll.a02284
[Oct 03 16:20:58 2010] Module hs_on compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_on]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_off.dll.a02284
[Oct 03 16:20:58 2010] Module hs_off compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_off]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_group.dll.a02284
[Oct 03 16:20:58 2010] Module hs_group compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_group]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_list.dll.a02284
[Oct 03 16:20:58 2010] Module hs_list compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_list]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_set.dll.a02284
[Oct 03 16:20:58 2010] Module hs_set compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_set]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_setall.dll.a02284
[Oct 03 16:20:58 2010] Module hs_setall compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_setall]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_del.dll.a02284
[Oct 03 16:20:58 2010] Module hs_del compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_del]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\hs_delall.dll.a02284
[Oct 03 16:20:58 2010] Module hs_delall compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [hs_delall]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] Runtime module location: .\modules\runtime\he_help.dll.a02284
[Oct 03 16:20:58 2010] Module he_help compiled against current or newer anope revision 2859, this is 2859
[Oct 03 16:20:58 2010] debug: trying to load core module [he_help]
[Oct 03 16:20:58 2010] debug: status:
  • [Module, Okay - No Error]
[Oct 03 16:20:58 2010] debug: Loaded NickServ database (1/7)
[Oct 03 16:20:58 2010] debug: Loaded HostServ database (2/7)
[Oct 03 16:20:58 2010] debug: Loaded BotServ database (3/7)
[Oct 03 16:20:58 2010] debug: Loaded ChanServ database (4/7)
[Oct 03 16:20:58 2010] debug: Loaded OperServ database (5/7)
[Oct 03 16:20:58 2010] debug: Loaded news database (6/7)
[Oct 03 16:20:58 2010] debug: Loaded exception database (7/7)
[Oct 03 16:20:58 2010] Databases loaded
[Oct 03 16:20:58 2010] Info: Reflecting database records.
[Oct 03 16:20:58 2010] debug: Emitting event "db_saving" (1 args)
[Oct 03 16:20:58 2010] debug: Saving FFF databases
[Oct 03 16:20:58 2010] debug: Emitting event "db_saving" (1 args)
[Oct 03 16:20:58 2010] debug: Emitting event "connect" (1 args)
[Oct 03 16:21:19 2010] FATAL: Can't connect to server: No such file or directory
[Oct 03 16:21:19 2010] debug: Cleaning out Module run time directory (\modules/runtime) - this may take a moment please wait
[Oct 03 16:21:19 2010] debug: Module run time directory has been cleaned out
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: error linking
« Reply #8 on: October 03, 2010, 04:21:04 PM »

try using 127.0.0.1 instead of 192.168.0.3 in the link block hostname and RemoteServer, retry with debug, using a pastebin this time to show the output.
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #9 on: October 03, 2010, 04:51:17 PM »

ehm sorry but pastebin ? :D
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: error linking
« Reply #10 on: October 03, 2010, 05:03:37 PM »

you've never used a pastebin ? :(
put any output from logs, or configs here: http://pastebin.anope.org/
saves pasting stuff across 3/4 posts
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #11 on: October 03, 2010, 05:07:06 PM »

Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: error linking
« Reply #12 on: October 03, 2010, 05:43:45 PM »

Quote
[Oct 03 18:03:33 2010] FATAL: Can't connect to server: No such file or directory

Doubt your ircd is listening on port 5555.
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #13 on: October 03, 2010, 05:45:11 PM »

in unreal.conf
listen         *:5555; ...
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: error linking
« Reply #14 on: October 03, 2010, 05:59:45 PM »

Show me /stats P and /stats C
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #15 on: October 03, 2010, 06:22:47 PM »

P End of /STATS report

C *@* * risairc.myftp.org 5555 servers z
H * * risairc.myftp.org
C End of /STATS report

and in notice
-risairc.myftp.org- *** Listener on *:9997, clients 1. is PERM
-risairc.myftp.org- *** Listener on *:6697, clients 0. is PERM
-risairc.myftp.org- *** Listener on *:6667, clients 2. is PERM
-risairc.myftp.org- *** Listener on *:8067, clients 0. is PERM
-risairc.myftp.org- *** Listener on *:5555, clients 0. is PERM
Logged

Richard Strnad

  • Anope User
  • Offline Offline
  • Posts: 18
Re: error linking
« Reply #16 on: October 03, 2010, 08:07:40 PM »

ok Cronus help me with that ... Thanks :)

Problem solved
Logged
Pages: [1]   Go Up