Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: [Resolved] Problem linking Anope 1.8 with Unreal 3.2  (Read 10116 times)

0 Members and 1 Guest are viewing this topic.

Jeremified

  • Anope User
  • Offline Offline
  • Posts: 4
[Resolved] Problem linking Anope 1.8 with Unreal 3.2
« on: December 01, 2008, 11:31:42 PM »

I'm having a problem linking Anope/Unreal. The main error is "Missing password", although I'm sure the password is there. If I need to include any more info about this, let me know. I apologize if this issue has already been covered somewhere.

services.conf
Code: [Select]
IRCDModule "unreal32"
RemoteServer    127.0.0.1 6667 services
ServerName  "irc-services.sector-five.net"
ServiceUser "services@sector-five.net"

unrealircd.conf
Code: [Select]
include "aliases/anope.conf";
me
{
    name "irc.sector-five.net";
    info "Sector Five";
    numeric 1;
};
listen         *:6660-6669;
link irc-services.sector-five.net {
  username *;
  hostname 127.0.0.1;
  bind-ip *;
  port 7029;
  hub *;
  password-connect "services";
  password-receive "services";
  class servers;
  options { };
};
ulines {
  irc-services.sector-five.net;
  irc-stats.sector-five.net;
}

anope.bat -debug -nofork (last messages)
Code: [Select]
[Dec 01 15:59:03 2008] status: [0][Module, Okay - No Error]
[Dec 01 15:59:03 2008] debug: Received: :irc.sector-five.net NOTICE AUTH :*** Looking up your hostname...
[Dec 01 15:59:03 2008] debug: Received: :irc.sector-five.net NOTICE AUTH :*** Found your hostname
[Dec 01 15:59:03 2008] debug: Received: :irc.sector-five.net 461  PASS :Not enough parameters
[Dec 01 15:59:04 2008] debug: Received: ERROR :Missing password
[Dec 01 15:59:04 2008] debug: Missing password
[Dec 01 15:59:04 2008] debug: Received: ERROR :Closing Link: [127.0.0.1] (Missing password)
[Dec 01 15:59:04 2008] debug: Closing Link: [127.0.0.1] (Missing password)
[Dec 01 15:59:04 2008] debug: Emitting event "db_saving" (1 args)
[Dec 01 15:59:04 2008] [hs_request] Succesfully saved database
[Dec 01 15:59:04 2008] debug: Saving FFF databases
[Dec 01 15:59:04 2008] debug: Emitting event "db_saving" (1 args)
[Dec 01 15:59:04 2008] debug: Emitting event "shutdown" (1 args)
[Dec 01 15:59:04 2008] Read error from server: No such file or directory (errornum: 2)
[Dec 01 15:59:04 2008] debug: Sent: SQUIT irc-services.sector-five.net :Read error from server: No such file or directory (error num: 2)
[Dec 01 15:59:04 2008] debug: firstuser() returning NULL (end of list)
[Dec 01 15:59:04 2008] debug: Emitting event "shutdown" (1 args)
[Dec 01 15:59:04 2008] [cs_appendtopic] Unloaded successfully
[Dec 01 15:59:04 2008] [hs_request] Saving database...
[Dec 01 15:59:04 2008] [hs_request] Succesfully saved database
[Dec 01 15:59:04 2008] hs_request un-loaded
[Dec 01 15:59:04 2008] debug: Cleaning out Module run time directory (\modules/runtime) - this may take a moment please wait
[Dec 01 15:59:04 2008] debug: Module run time directory has been cleaned out
Press any key to continue . . .
« Last Edit: December 06, 2008, 04:24:02 PM by Jeremified »
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: Problem linking Anope 1.8 with Unreal 3.2
« Reply #1 on: December 02, 2008, 08:25:33 AM »

As a first step try changing:
RemoteServer    127.0.0.1 6667 services
To:
RemoteServer    127.0.0.1 6667 "services"

If that doesnt work can you please give us a FULL debug log from Anope please, using ./services -support on *nix or anope.exe -support on windows.
Logged
Your IP: ()
My IRC Status:

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

Jeremified

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Problem linking Anope 1.8 with Unreal 3.2
« Reply #2 on: December 03, 2008, 03:35:49 AM »

The full record was too big to put here (50024 characters). Here's the log (I accidentally copied my entire post over, so it's enclosed in code brackets): http://pastebin.ca/1274547
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: Problem linking Anope 1.8 with Unreal 3.2
« Reply #3 on: December 03, 2008, 06:23:51 AM »

I'm confused, you're telling anope to connect on port 6667 in services.conf but expecting the connection on 7029 in unrealircd.conf?

The missing password still suggests missing quotes around it and I'd be inclined to paste the whole of the two configs along with the output of /stats P, /stats U, & /stats C for good measure from your currently running ircd.
Logged

Jeremified

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Problem linking Anope 1.8 with Unreal 3.2
« Reply #4 on: December 04, 2008, 01:17:41 AM »

I'm confused, you're telling anope to connect on port 6667 in services.conf but expecting the connection on 7029 in unrealircd.conf?
That was an error that I fixed before making that log. I mentioned it because it was a part of the partial .conf record that I gave in the original post. I'll get the entire logs over soon, but right now I'm pressed for time and can't upload them.
Logged

Jeremified

  • Anope User
  • Offline Offline
  • Posts: 4
Re: Problem linking Anope 1.8 with Unreal 3.2
« Reply #5 on: December 06, 2008, 04:23:43 PM »

Sorry for the double post... I found the error, it was a pretty obvious one too. I had been saving my services.conf file in the root Anope directory, not data/ or whatever. Needless to say, the problem is now resolved. Sorry for not catching that sooner...
Logged
Pages: [1]   Go Up