Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: InspIRCd + Anope problems  (Read 3408 times)

0 Members and 1 Guest are viewing this topic.

KingDeaN

  • Anope User
  • Offline Offline
  • Posts: 4
InspIRCd + Anope problems
« on: September 25, 2008, 11:07:07 AM »

Hi guise, I'm getting the following output from Anope, which I start and it just dies

Code: [Select]
[Sep 25 19:57:10 2008] Every UserKey must be different. It's for YOUR safety! Remember that!
[Sep 25 19:57:10 2008] Loading IRCD Protocol Module: [inspircd11]
[Sep 25 19:57:10 2008] status: [0][Module, Okay - No Error]
[Sep 25 19:57:10 2008] Loading Encryption Module: [enc_none]
[Sep 25 19:57:10 2008] status: [0][Module, Okay - No Error]
[Sep 25 19:57:10 2008] Anope 1.7.21 (1341) (ircd protocol: inspircdIRCd 1.1) starting up
[Sep 25 19:57:11 2008] ms_rsend requested unload...
[Sep 25 19:57:11 2008] debug: trying to load core module [ms_rsend]
[Sep 25 19:57:11 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Sep 25 19:57:11 2008] os_umode requested unload...
[Sep 25 19:57:11 2008] debug: trying to load core module [os_umode]
[Sep 25 19:57:11 2008] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Sep 25 19:57:11 2008] MySQL: has been disabled.
[Sep 25 19:57:11 2008] Databases loaded
[Sep 25 19:57:11 2008] Info: Reflecting database records.
[Sep 25 19:57:11 2008] Connected to Server 1 (127.0.0.1:7002)
[Sep 25 19:57:11 2008] trying to load [cs_appendtopic]
[Sep 25 19:57:11 2008] status: [4][Module Error, File does not exist]
[Sep 25 19:57:11 2008] trying to load [cs_enforce]
[Sep 25 19:57:11 2008] status: [4][Module Error, File does not exist]
[Sep 25 19:57:11 2008] trying to load [ns_maxemail]
[Sep 25 19:57:11 2008] status: [4][Module Error, File does not exist]
[Sep 25 19:57:11 2008] trying to load [os_info]
[Sep 25 19:57:11 2008] status: [4][Module Error, File does not exist]
[Sep 25 19:57:11 2008] trying to load [hs_request]
[Sep 25 19:57:11 2008] status: [4][Module Error, File does not exist]
[Sep 25 19:57:11 2008] Read error from server: No such file or directory (error num: 2)

I'm not real sure what I've done wrong

Here is the /Stats c from the server and I've attached the services.conf and inspircd.conf

Code: [Select]
c *@127.0.0.1 * services.deantown.net 7002 plaintext -s
H * * services.deantown.net
End of /STATS report

Any help would be greatly appreciated.

Cheers
Dean

Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: InspIRCd + Anope problems
« Reply #1 on: September 25, 2008, 06:52:25 PM »

Quote
Read error from server: No such file or directory (error num: 2)
Can you get us a FULL debug log using "./services -debug" on *nix or "anope.exe -debug" on windows please.
Logged
Your IP: ()
My IRC Status:

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

KingDeaN

  • Anope User
  • Offline Offline
  • Posts: 4
Re: InspIRCd + Anope problems
« Reply #2 on: September 26, 2008, 03:58:17 PM »

No worries, here you go mate.

Thanks for the assistance.
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: InspIRCd + Anope problems
« Reply #3 on: September 26, 2008, 05:59:47 PM »

Could you possibly get an output of /stats P please, since the debug log suggests Anope is connecting to an SSL port and your config's suggest otherwise.

Possible explanations:
A) you changed the <bind> for port 7002 to remove SSL and only rehashed the IRCd instead of restarted
B) bug in InspIRCd where it treats non-ssl ports as SSL ports some how.
Logged
Your IP: ()
My IRC Status:

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

KingDeaN

  • Anope User
  • Offline Offline
  • Posts: 4
Re: InspIRCd + Anope problems
« Reply #4 on: September 27, 2008, 08:07:34 AM »

Code: [Select]
*:7002 (server, plaintext)
*:6000 (client, plaintext)
*:6660 (client, plaintext)
*:6661 (client, plaintext)
*:6662 (client, plaintext)
*:6663 (client, plaintext)
*:6664 (client, plaintext)
*:6665 (client, plaintext)
*:6666 (client, plaintext)
*:6667 (client, plaintext)
*:6668 (client, plaintext)
*:6669 (client, plaintext)
End of /STATS report

I restarted both anope and InspIRCd fully a number of times while trying to figure out where I've gone wrong.
Logged

katsklaw

  • Guest
Re: InspIRCd + Anope problems
« Reply #5 on: September 27, 2008, 12:55:30 PM »

try specifying the IP in the bind tag

<bind address="127.0.0.1" instead of <bind address=""
Logged

KingDeaN

  • Anope User
  • Offline Offline
  • Posts: 4
Re: InspIRCd + Anope problems
« Reply #6 on: September 28, 2008, 11:53:58 AM »

yep that worked

Thank you for all the help guise!
Logged
Pages: [1]   Go Up