Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 [2]   Go Down

Author Topic: Linking Anope 1.8.x to Inspircd 2.0  (Read 30599 times)

0 Members and 1 Guest are viewing this topic.

Connor Doran

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #25 on: October 07, 2010, 07:52:58 PM »

I think we are getting closer.  Rehash was successful. Here's what I Get when I try to load anope

[Oct 07 13:55:49.832076 2010] debug: Received: ERROR :Server truenorth.connor-linux already exists on server <ourself>!
[Oct 07 13:55:49.832105 2010] debug: unknown message from server (ERROR :Server truenorth.connor-linux already exists on server <ourself>!)
[Oct 07 13:55:50.194222 2010] debug: Emitting event "db_saving" (1 args)
[Oct 07 13:55:50.194280 2010] [hs_request] Succesfully saved database
[Oct 07 13:55:50.194329 2010] debug: Saving FFF databases
[Oct 07 13:55:50.195176 2010] debug: Emitting event "db_saving" (1 args)
[Oct 07 13:55:50.195204 2010] debug: Emitting event "shutdown" (1 args)
[Oct 07 13:55:50.195225 2010] Read error from server: No such file or directory (error num: 2)
[Oct 07 13:55:50.195360 2010] debug: Sent: :3AX SQUIT truenorth.connor-linux :Read error from server: No such file or directory (error num: 2)
[Oct 07 13:55:50.195388 2010] debug: firstuser() returning NULL (end of list)
[Oct 07 13:55:50.195409 2010] debug: Emitting event "shutdown" (1 args)
[Oct 07 13:55:50.199697 2010] [cs_appendtopic] Unloaded successfully
[Oct 07 13:55:50.200591 2010] [hs_request] Saving database...
[Oct 07 13:55:50.200665 2010] [hs_request] Succesfully saved database
[Oct 07 13:55:50.200681 2010] hs_request un-loaded
[Oct 07 13:55:50.205052 2010] debug: Cleaning out Module run time directory (/home/intuit/anopeinstalled/modules/runtime) - this may take a moment please wait
[Oct 07 13:55:50.205128 2010] debug: Module run time directory has been cleaned out
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #26 on: October 07, 2010, 07:57:28 PM »

services needs a different name to the ircd, eg services.truenorth.connor-linux  update it in ServerName in services.conf, the link block, and Uline.
Logged

Connor Doran

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #27 on: October 07, 2010, 08:10:34 PM »

now I am back to


[Oct 07 14:03:18.215978 2010] status:
  • [Module, Okay - No Error]
[Oct 07 14:03:18.216013 2010] debug: Received: ERROR :Invalid credentials
[Oct 07 14:03:18.216028 2010] debug: unknown message from server (ERROR :Invalid credentials)
[Oct 07 14:03:20.143451 2010] debug: Emitting event "db_saving" (1 args)
[Oct 07 14:03:20.143523 2010] [hs_request] Succesfully saved database
[Oct 07 14:03:20.143576 2010] debug: Saving FFF databases
[Oct 07 14:03:20.144346 2010] debug: Emitting event "db_saving" (1 args)
[Oct 07 14:03:20.144374 2010] debug: Emitting event "shutdown" (1 args)
[Oct 07 14:03:20.144412 2010] Read error from server: No such file or directory (error num: 2)
[Oct 07 14:03:20.144448 2010] debug: Sent: :3AX SQUIT services.truenorth.connor-linux :Read error from server: No such file or directory (error num: 2)
[Oct 07 14:03:20.144476 2010] debug: firstuser() returning NULL (end of list)
[Oct 07 14:03:20.144497 2010] debug: Emitting event "shutdown" (1 args)
[Oct 07 14:03:20.148511 2010] [cs_appendtopic] Unloaded successfully
[Oct 07 14:03:20.149810 2010] [hs_request] Saving database...
[Oct 07 14:03:20.149859 2010] [hs_request] Succesfully saved database
[Oct 07 14:03:20.149883 2010] hs_request un-loaded
[Oct 07 14:03:20.153906 2010] debug: Cleaning out Module run time directory (/home/intuit/anopeinstalled/modules/runtime) - this may take a moment please wait
[Oct 07 14:03:20.153983 2010] debug: Module run time directory has been cleaned out



Here is the current status of my

inspircd.conf: http://pastebin.ca/1957092
links.conf: http://pastebin.ca/1957093
services.conf:  http://pastebin.ca/1957094
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #28 on: October 07, 2010, 08:15:14 PM »

you edited the wrong link block, that one's commented, you need the smaller one that's uncommented.
Code: [Select]
<link name="services.truenorth.connor-linux"
      ipaddr="127.0.0.1"
      port="7000"
      allowmask="*"
      sendpass="secret"
      recvpass="secret">
Logged

Connor Doran

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #29 on: October 07, 2010, 08:21:28 PM »

regrettably that did not fix the issue.
Logged

Connor Doran

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #30 on: October 07, 2010, 08:22:30 PM »

wait didnt rehash
Logged

Connor Doran

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #31 on: October 07, 2010, 08:23:28 PM »

I'm up and running.  I cant thank you enough for your help Leathality.  Cheers
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Linking Anope 1.8.x to Inspircd 2.0
« Reply #32 on: October 07, 2010, 08:25:52 PM »

w00t, no problem
Logged
Pages: 1 [2]   Go Up