Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1] 2   Go Down

Author Topic: Help needed Linking UnrealIRCD 3.2 and Anope 1.8  (Read 31718 times)

0 Members and 1 Guest are viewing this topic.

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« on: January 31, 2014, 11:44:06 AM »

Hi,

I have been trying for a few days now read alot of documentation and also tried to follow several tutorials but no luck.

My UnrealIRCD server works fine I just cannot get anope to link with UnrealIRCD.

I am using a dedicated server at home and am able to give teamviewer acces to anyone that can try and help me out because I am starting to get desperate.

Here is the pastebin for my services.conf
https://pastebin.anope.org/index.php?page=viewpaste&id=0a23555fe6

And here is the pastebin of my unrealircd.conf
https://pastebin.anope.org/index.php?page=viewpaste&id=80f1380a79

you can add me on skype idutchy2 or ask me here on the forums and I can give you teamviewer access.

I keep getting the following message:
[Jan 31 12:36:41 2014] FATAL: Can't connect to server: No such file or directory

I tried using the anope link block generator, I have been trying for so many hours straight now that I might be overlooking something.

Any help is appreciated

Thank you
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #1 on: January 31, 2014, 11:47:02 AM »

Your services are connecting to port 7092 but unreal is listening on 7029.

Only a handful of people can open protected pastebin links, it is better to remove sensitive information and then pastebin them without protecting them.
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #2 on: January 31, 2014, 12:00:40 PM »

Hi Adam,

Thanks I will post them again without protection but first gonna try and edit the ports.

do i need to just remove port 7092 from my unrealircd.conf?

or what do i need to change?

cheers
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #3 on: January 31, 2014, 12:05:11 PM »

Your services are connecting to port 7092 but unreal is listening on 7029.

Only a handful of people can open protected pastebin links, it is better to remove sensitive information and then pastebin them without protecting them.

new pastebin for unrealircd.conf
https://pastebin.anope.org/index.php?page=viewpaste&id=70ea733a13

new pastebin for services.conf
https://pastebin.anope.org/index.php?page=viewpaste&id=ed2e16f932

gr
Logged

Kugener Jeff

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #4 on: January 31, 2014, 12:45:32 PM »

Try to remove that port from unrealircd.conf
Unreal just listen on port 7029! Change also the port in anope. Try to use port 7005 in unreal ass serversonly and port 7005 in services. Then restart unreal an services and look if it work?
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #5 on: January 31, 2014, 01:03:54 PM »

Try to remove that port from unrealircd.conf
Unreal just listen on port 7029! Change also the port in anope. Try to use port 7005 in unreal ass serversonly and port 7005 in services. Then restart unreal an services and look if it work?

thank you for the reply I am going to get some groceries and when I am back I will try this out.

thanks
Logged

Kugener Jeff

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #6 on: January 31, 2014, 01:08:23 PM »

Try this code in your unrealircd.conf
Code: [Select]
listen your.ip.goes.here:7005 {
        options  {
                serversonly;
        };
};

{
 username   *;
 hostname   127.0.0.1;
 port   7005;
 bind-ip    127.0.0.1;
 password-connect   "LiNk";
 password-receive   "LiNk";
 class  servers;
 };
};
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #7 on: January 31, 2014, 04:06:32 PM »

[Jan 31 17:05:31 2014] Loading IRCD Protocol Module: [unreal32]
[Jan 31 17:05:31 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 17:05:31 2014] Loading Encryption Module:
[enc_md5]
[Jan 31 17:05:31 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 17:05:31 2014] Launching Anope into the background
    [Jan 31 17:05:31 2014] Anope 1.8.8 (3112) (ircd protocol: UnrealIRCd 3.2+) starting up
    [Jan 31 17:05:32 2014] MSMemoReceipt not enabled in services.conf
    [Jan 31 17:05:32 2014] Databases loaded
    [Jan 31 17:05:32 2014] Info: Reflecting database records.
    [Jan 31 17:05:33 2014] FATAL: Can't connect to server: No such file or directory

    Stil not working here is the pastebin for what I just changed

https://pastebin.anope.org/index.php?page=viewpaste&id=41fecbf344

I haven't opened port 7005 yet but I geuss I that is not needed yet since it is al running locally atm.
« Last Edit: January 31, 2014, 04:23:50 PM by wesley »
Logged

Kugener Jeff

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #8 on: January 31, 2014, 05:26:48 PM »

enable --> #MSMemoReceipt delete --># before that entry
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #9 on: January 31, 2014, 06:28:10 PM »

enable --> #MSMemoReceipt delete --># before that entry

done that now it does not show the msmemo error anymore but still fatal error.

[Jan 31 19:27:31 2014] Loading IRCD Protocol Module: [unreal32]
[Jan 31 19:27:31 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 19:27:31 2014] Loading Encryption Module:
[enc_md5]
[Jan 31 19:27:31 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 19:27:31 2014] Launching Anope into the background
    [Jan 31 19:27:31 2014] Anope 1.8.8 (3112) (ircd protocol: UnrealIRCd 3.2+) starting up
    [Jan 31 19:27:32 2014] Databases loaded
    [Jan 31 19:27:32 2014] Info: Reflecting database records.
    [Jan 31 19:27:33 2014] FATAL: Can't connect to server: No such file or directory

    gr
Logged

Kugener Jeff

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #10 on: January 31, 2014, 06:32:23 PM »

Hmm
Logged

Kugener Jeff

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #11 on: January 31, 2014, 06:34:04 PM »

can u post the services.conf ?
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #12 on: January 31, 2014, 06:37:57 PM »

Yes thank you here is the services.conf

https://pastebin.anope.org/index.php?page=viewpaste&id=0eb24d1173

If needed I can give u teamviewer access to my server.

thanks
Logged

Kugener Jeff

  • Anope User
  • Offline Offline
  • Posts: 19
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #13 on: January 31, 2014, 06:43:10 PM »

Yes okay u can give my teamv. its better i think --> PN
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #14 on: January 31, 2014, 07:17:40 PM »

Ok so Jeff Kugener was not able to fix it since he is more into linux, anyone that is good with windows that could give this a go??

Anyone that is able to help me out will get a donation from me in altcoins.

I really need to get this fixed.

gr
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #15 on: January 31, 2014, 07:24:03 PM »

The unrealircd listen blocks should really contain an IP, eg 127.0.0.1.
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #16 on: January 31, 2014, 07:31:53 PM »

Sorry I pasted the wrong one the last time

here is the correct unrealircd pastebin

https://pastebin.anope.org/index.php?page=viewpaste&id=141062c35d

https://pastebin.anope.org/index.php?page=viewpaste&id=295a3a7da1
This is the right one sorry
« Last Edit: January 31, 2014, 07:35:20 PM by wesley »
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #17 on: January 31, 2014, 07:38:17 PM »

What's the last error you had? the IP for the services listen should probably still be 127.0.0.1 and not the other, from my windows unreal/anope experience.
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #18 on: January 31, 2014, 07:44:03 PM »

https://pastebin.anope.org/index.php?page=viewpaste&id=10743d8b10

changed to 172.0.0.1

also here is the last error log I have from anope

[Jan 31 20:42:58 2014] Loading IRCD Protocol Module: [unreal32]
[Jan 31 20:42:58 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 20:42:58 2014] Loading Encryption Module:
[enc_md5]
[Jan 31 20:42:58 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 20:42:58 2014] Launching Anope into the background
    [Jan 31 20:42:58 2014] Anope 1.8.8 (3112) (ircd protocol: UnrealIRCd 3.2+) starting up
    [Jan 31 20:42:59 2014] Databases loaded
    [Jan 31 20:42:59 2014] Info: Reflecting database records.
    [Jan 31 20:43:00 2014] FATAL: Can't connect to server: No such file or directory


    thanks
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #19 on: January 31, 2014, 07:46:54 PM »

127 not 172
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #20 on: January 31, 2014, 07:50:03 PM »

Sorry Its getting late getting sleepy lol!

Now it gives me a diff error so we are one step further :)

[Jan 31 20:49:15 2014] Connected to Server 1 (127.0.0.1:7005)
[Jan 31 20:49:15 2014] FATAL: Remote server returned: ERROR :Link denied (No matching link configuration) [@127.0.0.1.58363]
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #21 on: January 31, 2014, 07:57:17 PM »

the first line of the services link block should contain the services server name as set in services.conf ServerName, yours should be services.cerberus.xns01.com

eg:
link   services.cerberus.xns01.com
{
 username   *;
 hostname   127.0.0.1;
 port   7005;
 bind-ip    127.0.0.1;
 password-connect   "LiNk";
 password-receive   "LiNk";
 class  servers;
 };
};
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #22 on: January 31, 2014, 08:02:56 PM »

Got it working now :D thank you guys!

so LEthaLity do you have a dogecoin wallet?
Logged

LEthaLity

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 307
    • LEthaLity
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #23 on: January 31, 2014, 08:04:25 PM »

no problem. nope lol.
Logged

wesley

  • Anope User
  • Offline Offline
  • Posts: 22
Re: Help needed Linking UnrealIRCD 3.2 and Anope 1.8
« Reply #24 on: January 31, 2014, 08:09:40 PM »

Go download a wallet its like bitcoin they already have a value and are supossed to get worth alot more in the nearby future I will send you a bunch.

Tho my problem still is not solved now the IRC does start but I cannot connect now I get connection Refused on IRC :(

[Jan 31 21:03:19 2014] [cs_appendtopic] Unloaded successfully
[Jan 31 21:03:19 2014] hs_request un-loaded
[Jan 31 21:08:24 2014] Loading IRCD Protocol Module: [unreal32]
[Jan 31 21:08:24 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:24 2014] Loading Encryption Module:
[enc_md5]
[Jan 31 21:08:24 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:24 2014] Launching Anope into the background
    [Jan 31 21:08:24 2014] Anope 1.8.8 (3112) (ircd protocol: UnrealIRC
    [Jan 31 21:08:26 2014] Databases loaded
    [Jan 31 21:08:26 2014] Info: Reflecting database records.
    [Jan 31 21:08:26 2014] Connected to Server 1 (127.0.0.1:7005)
    [Jan 31 21:08:26 2014] trying to load
[cs_appendtopic]
[Jan 31 21:08:26 2014] [cs_appendtopic] Loaded successfully
[Jan 31 21:08:26 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:26 2014] trying to load
[cs_enforce]
[Jan 31 21:08:26 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:26 2014] trying to load
[ns_maxemail]
[Jan 31 21:08:26 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:26 2014] trying to load
[os_info]
[Jan 31 21:08:26 2014] os_info: Loading configuration directives...
[Jan 31 21:08:26 2014] os_info: OSInfoDBName is not defined in Serv
[Jan 31 21:08:26 2014] os_info: Directive OSInfoDBName loaded (os_i
[Jan 31 21:08:26 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:26 2014] trying to load
[hs_request]
[Jan 31 21:08:26 2014] hs_request loaded
[Jan 31 21:08:26 2014] status:
  • [Module, Okay - No Error]
  • [Jan 31 21:08:26 2014] Server cerberus.xns01.com is done syncing
Logged
Pages: [1] 2   Go Up