Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope + UnrealIRCD + Windows 2K8  (Read 10672 times)

0 Members and 1 Guest are viewing this topic.

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Anope + UnrealIRCD + Windows 2K8
« on: April 10, 2013, 08:36:12 PM »

Hello.  I am setting up a new IRC server and I am having some issues with the Anope getting started.  Here is the current log:

Code: [Select]
[Apr 10 12:29:38 2013] Loading IRCD Protocol Module: [unreal32]
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] Loading Encryption Module: [enc_md5]
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] Launching Anope into the background
[Apr 10 12:29:38 2013] Anope 1.8.8 (3112) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 10 12:29:38 2013] MSMemoReceipt not enabled in services.conf
[Apr 10 12:29:38 2013] Databases loaded
[Apr 10 12:29:38 2013] Info: Reflecting database records.
[Apr 10 12:29:38 2013] Connected to Server 1 (127.0.0.1:6667)
[Apr 10 12:29:38 2013] trying to load [cs_appendtopic]
[Apr 10 12:29:38 2013] [cs_appendtopic] Loaded successfully
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] trying to load [cs_enforce]
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] trying to load [ns_maxemail]
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] trying to load [os_info]
[Apr 10 12:29:38 2013] os_info: Loading configuration directives...
[Apr 10 12:29:38 2013] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Apr 10 12:29:38 2013] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] trying to load [hs_request]
[Apr 10 12:29:38 2013] hs_request loaded
[Apr 10 12:29:38 2013] status: [0][Module, Okay - No Error]
[Apr 10 12:29:38 2013] Read error from server: No such file or directory (error num: 2)
[Apr 10 12:29:38 2013] [cs_appendtopic] Unloaded successfully
[Apr 10 12:29:38 2013] hs_request un-loaded

In my unrealircd I have the following for link:
Code: [Select]
link services.localhost.net
{
        username        *;
        hostname        127.0.0.1;
        bind-ip         *;
        port            7070;
        hub             *;
        password-connect "password";
        password-receive "password";
        class           servers;
};

For services.conf I have this:

Code: [Select]
# ServerName <name>  [REQUIRED]
#     Specifies the IRC server name which Services should use.  May be
#     overridden by the -name command-line option.

ServerName  "services.localhost.net"

Any ideas?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #1 on: April 10, 2013, 08:46:01 PM »

[Apr 10 12:29:38 2013] Connected to Server 1 (127.0.0.1:6667)

Yet your link block shows port 7070..

If you are operd on the IRCd, it will tell you these things.
Logged

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #2 on: April 10, 2013, 09:23:26 PM »

So I should change:
RemoteServer    127.0.0.1 6667 "mypass"

to
RemoteServer    127.0.0.1 7070 "mypass"

?
Logged

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #3 on: April 10, 2013, 09:24:24 PM »

No Change:

Quote
[Apr 10 13:35:11 2013] Loading IRCD Protocol Module: [unreal32]
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] Loading Encryption Module: [enc_md5]
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] Launching Anope into the background
[Apr 10 13:35:11 2013] Anope 1.8.8 (3112) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 10 13:35:11 2013] MSMemoReceipt not enabled in services.conf
[Apr 10 13:35:11 2013] Databases loaded
[Apr 10 13:35:11 2013] Info: Reflecting database records.
[Apr 10 13:35:11 2013] Connected to Server 1 (127.0.0.1:7070)
[Apr 10 13:35:11 2013] trying to load [cs_appendtopic]
[Apr 10 13:35:11 2013] [cs_appendtopic] Loaded successfully
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] trying to load [cs_enforce]
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] trying to load [ns_maxemail]
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] trying to load [os_info]
[Apr 10 13:35:11 2013] os_info: Loading configuration directives...
[Apr 10 13:35:11 2013] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Apr 10 13:35:11 2013] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] trying to load [hs_request]
[Apr 10 13:35:11 2013] hs_request loaded
[Apr 10 13:35:11 2013] status:
  • [Module, Okay - No Error]
[Apr 10 13:35:11 2013] Read error from server: No such file or directory (error num: 2)
[Apr 10 13:35:11 2013] [cs_appendtopic] Unloaded successfully
[Apr 10 13:35:11 2013] hs_request un-loaded
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #4 on: April 10, 2013, 09:24:50 PM »

You need a listen block on unreal for port 7070.
Logged

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #5 on: April 10, 2013, 09:43:56 PM »

Hmm, I have this in there now:

Quote
listen         *:8067;
listen         *:6667;
listen         *:7070;

Does it need more than this?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #6 on: April 10, 2013, 09:44:53 PM »

Then /rehash the IRCd
Logged

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #7 on: April 10, 2013, 09:52:35 PM »

Yeah I've tried to do that a few times :(  It doesn't change matters one bit.  bleargh
Logged

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #8 on: April 10, 2013, 09:52:52 PM »

P.S. Thank you for quick & helpful responses thus far.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #9 on: April 10, 2013, 09:54:03 PM »

What error does your ircd give when you try to start services?
Logged

Quelyn

  • Anope User
  • Offline Offline
  • Posts: 7
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #10 on: April 10, 2013, 10:57:47 PM »

Well I'm working on trying to oper up.  But it seems like anope.exe isn't even running from the logs.  When I look at running processes I do not see one for anope.exe at all.  It appears like it keeps going down.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Anope + UnrealIRCD + Windows 2K8
« Reply #11 on: April 10, 2013, 10:58:56 PM »

That is because its not able to connect and/or link...
Logged
Pages: [1]   Go Up