Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: connection refused  (Read 5454 times)

0 Members and 1 Guest are viewing this topic.

dcahrakos

  • Guest
connection refused
« on: March 26, 2007, 12:25:42 AM »

im having a problem, the connection keeps being refused....

im using inspircd

heres inspircd.conf

<link name="services.wyvnet.ca"
      ipaddr="localhost"
      port="7001"
      sendpass="pass"
      recvpass="pass">
<bind address="" port="7001" type="servers">

<uline server="services.wyvnet.ca">

heres from services.conf

RemoteServer    localhost 7001 "pass"
ServerName  "services.wyvnet.ca"

[Edited on 25-3-2007 by dcahrakos]
Logged

owine

  • Anope User
  • Offline Offline
  • Posts: 130
(No subject)
« Reply #1 on: March 26, 2007, 12:44:05 AM »

Are you using InspIRCd 1.1 branch? If so, you need to use the SVN version of Anope and use the inspircd11 protocol module. The released version does not include the InspIRCd 1.1 protocol module yet. It will once 1.7.19 is released.
Logged

dcahrakos

  • Guest
(No subject)
« Reply #2 on: March 26, 2007, 02:05:18 AM »

ohhh...ok

thanks for the help.
Logged

jpalko

  • Guest
(No subject)
« Reply #3 on: June 06, 2007, 11:33:16 AM »

SVN branch of anope doesn't seem to be helping myself:
[Jun 06 13:29:00 2007] Loading IRCD Protocol Module: [inspircd11]
[Jun 06 13:29:00 2007] status:
  • [Module, Okay - No Error]
  • [Jun 06 13:29:00 2007] Loading Encryption Module:
[enc_none]
[Jun 06 13:29:00 2007] status:
  • [Module, Okay - No Error]
  • [Jun 06 13:29:00 2007] Anope 1.7.18-svn (1244) (ircd protocol: inspircdIRCd 1.1) starting up
    [Jun 06 13:29:01 2007] os_umode requested unload...
    [Jun 06 13:29:01 2007] debug: trying to load core module
[os_umode]
[Jun 06 13:29:01 2007] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 06 13:29:01 2007] Databases loaded
[Jun 06 13:29:01 2007] Info: Reflecting database records.
[Jun 06 13:29:01 2007] FATAL: Can't connect to server: Connection refused

Any suggestions? InspIRCd-1.1.7+Mozarella running.
Logged

jpalko

  • Guest
(No subject)
« Reply #4 on: June 06, 2007, 01:04:36 PM »

Quote
Originally posted by jpalko
SVN branch of anope doesn't seem to be helping myself:
[Jun 06 13:29:00 2007] Loading IRCD Protocol Module: [inspircd11]
[Jun 06 13:29:00 2007] status:
  • [Module, Okay - No Error]
  • [Jun 06 13:29:00 2007] Loading Encryption Module:
[enc_none]
[Jun 06 13:29:00 2007] status:
  • [Module, Okay - No Error]
  • [Jun 06 13:29:00 2007] Anope 1.7.18-svn (1244) (ircd protocol: inspircdIRCd 1.1) starting up
    [Jun 06 13:29:01 2007] os_umode requested unload...
    [Jun 06 13:29:01 2007] debug: trying to load core module
[os_umode]
[Jun 06 13:29:01 2007] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 06 13:29:01 2007] Databases loaded
[Jun 06 13:29:01 2007] Info: Reflecting database records.
[Jun 06 13:29:01 2007] FATAL: Can't connect to server: Connection refused

Any suggestions? InspIRCd-1.1.7+Mozarella running.


Fiddled a bit more with configs and it runs nicely now. :)
Logged

jpalko

  • Guest
(No subject)
« Reply #5 on: June 06, 2007, 01:13:15 PM »

Nope, I was trying to be too happy too soon... :)

Code: [Select]
[Jun 06 15:10:23.938190 2007] [hs_request] Loading database...
[Jun 06 15:10:23.938252 2007] [hs_request] Succesfully loaded database
[Jun 06 15:10:23.938288 2007] hs_request loaded
[Jun 06 15:10:23.938328 2007] status: [0][Module, Okay - No Error]
[Jun 06 15:10:23.938362 2007] debug: Received: �
[Jun 06 15:10:23.938397 2007] debug: unknown message from server (�)
[Jun 06 15:10:23.938477 2007] debug: Emitting event "shutdown" (1 args)
[Jun 06 15:10:23.938513 2007] Read error from server: Broken pipe (error num: 32)
[Jun 06 15:10:23.938556 2007] debug: Sent: :ircserver.domain.com SQUIT ircserver.domain.com :Read error
from server: Broken pipe (error num: 32)
[Jun 06 15:10:23.938598 2007] debug: firstuser() returning NULL (end of list)
[Jun 06 15:10:23.938635 2007] debug: Emitting event "shutdown" (1 args)
Logged
Pages: [1]   Go Up