Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: UnrealIRCD Problem!  (Read 11475 times)

0 Members and 1 Guest are viewing this topic.

sarma

  • Anope User
  • Offline Offline
  • Posts: 3
UnrealIRCD Problem!
« on: December 01, 2008, 09:00:25 AM »

Hi to all
I have small problem with IRC Server "Unreal3.2.7" and "anope-1.8.0-rc1" (local network on RedHat5)
I can start Unreal, but can't started anope.
Here is my conf and log file:
http://www.edzteam.com/d20n3/unreal/
What is Wrong?
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: UnrealIRCD Problem!
« Reply #1 on: December 01, 2008, 12:44:03 PM »

You need a listen block for port 33530
Logged
Your IP: ()
My IRC Status:

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

sarma

  • Anope User
  • Offline Offline
  • Posts: 3
Re: UnrealIRCD Problem!
« Reply #2 on: December 01, 2008, 02:05:43 PM »

sry where is that?
Logged

deiks

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 139
  • Shizle my nizle
Re: UnrealIRCD Problem!
« Reply #3 on: December 01, 2008, 02:35:28 PM »

add this block to unrealircd.conf

listen *:33530 { options { serversonly; }; };
Logged

sarma

  • Anope User
  • Offline Offline
  • Posts: 3
Re: UnrealIRCD Problem!
« Reply #4 on: December 01, 2008, 03:00:44 PM »

hmmm....
i do this in unrealircd.conf

Code: [Select]
listen         *:33530
{
options
{
serversonly;
};
};

listen         *:8067;
listen         *:6667;

and again when i try to start ./services -debug -nofork
FATAL: Can't connect to server: Connection refused

 :(
Logged

deiks

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 139
  • Shizle my nizle
Re: UnrealIRCD Problem!
« Reply #5 on: December 01, 2008, 07:57:17 PM »

Then try

listen         SERVERS_IP:33530
{
   options
   {
      serversonly;
   };
};
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: UnrealIRCD Problem!
« Reply #6 on: December 01, 2008, 09:23:07 PM »

Are you remembering to rehash UnrealIRCd?
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/
Pages: [1]   Go Up