Search found 12 matches

by Jellis
Sat Jan 18, 2025 10:30 pm
Forum: Generic support
Topic: Help with UnrealIRCD
Replies: 2
Views: 6298

Re: Help with UnrealIRCD

If you /oper and don't have the correct privileges, please post your configuration here (make sure to censor any passwords or other sensitive identifying information). Also, include your operclass.conf file. This will help us understand the issue and provide assistance.

Alternatively, you can reach ...
by Jellis
Sat Jan 18, 2025 10:15 pm
Forum: Installing and getting connected
Topic: Im getting error IRCd configuration failed to load
Replies: 8
Views: 17659

Re: Im getting error IRCd configuration failed to load

CrazyCat wrote: Sat Jan 18, 2025 2:49 pm Seems like your unrealircd.conf lack the include "modules.default.conf"; directive.
Dit you actually try this? Just add the line:

include "modules.default.conf";

In your unrealircd.conf?
by Jellis
Wed Nov 22, 2023 12:11 am
Forum: Spam, drones and proxies
Topic: IRC.Supernets.org
Replies: 2
Views: 18241

Re: IRC.Supernets.org

We had clients who have IRC servers running being infected with some kind of trojan and their ZNC / Services access passwords continue to get compromised seeing the same behavior you are reporting, we figured this out fairly quickly and we disabled all oper access and services access to the affected ...
by Jellis
Tue Nov 29, 2016 6:57 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 + Anope error :Error while loading os_oline: Your IRCd does not support OMODE.
Replies: 3
Views: 25509

Re: UnrealIRCd 4.0.4 + Anope error :Error while loading os_oline: Your IRCd does not support OMODE.

I hope someone corrects me if I'm wrong but in operserv config file (operserv.example.conf) I commented module os_oline to make the error

Error while loading os_oline: Your IRCd does not support OMODE.

go away out of my Anope services log file. Please correct me if I'm wrong but I think this is ...
by Jellis
Tue Nov 29, 2016 6:56 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

I hope someone corrects me if I'm wrong but in operserv config file (operserv.example.conf) I commented module os_oline to make the error

Error while loading os_oline: Your IRCd does not support OMODE.

go away out of my Anope services log file. Please correct me if I'm wrong but I think this is ...
by Jellis
Tue Nov 29, 2016 6:40 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 + Anope error :Error while loading os_oline: Your IRCd does not support OMODE.
Replies: 3
Views: 25509

Re: UnrealIRCd 4.0.4 + Anope error :Error while loading os_oline: Your IRCd does not support OMODE.

Actually, I think the fatal problem in this error log is the pidfile (or data directory) is write protected, could you mv ~/services/data/services.pid services.pid.old and try again? Also make sure the data folder has write permissions, also needed for anope.db (make sure you are in the data folder ...
by Jellis
Tue Nov 29, 2016 6:13 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

[ircd@aw05 bin]$ ./services
Anope 2.0.4, build #6, compiled 19:09:44 Nov 29 2016
Using configuration file conf/services.conf
Attempting to connect to uplink #1 51.254.38.199 (51.254.38.199), port 5569
Successfully connected to uplink #1 51.254.38.199:5569
Successfully linked, launching into ...
by Jellis
Tue Nov 29, 2016 6:08 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

Thanks for pointing me in the right direction. Reading INSTALL fully it appears ssl modules are disabled by default now running ./extras in source.

m_ldap.cpp = disabled
m_ldap_authentication.cpp = disabled
m_ldap_oper.cpp = disabled
m_mysql.cpp = disabled
m_regex_pcre.cpp = disabled
m_regex_posix ...
by Jellis
Tue Nov 29, 2016 5:56 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

I'm out of ideas, I recompiled Anope, I also had and have openssl, openssl-devel installed on my system. The ssl modules are just not there from the latest Anope source? Still back to 1 :)
by Jellis
Tue Nov 29, 2016 5:41 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

Thank you for your quick response. I do get them linked using NON-SSL ports, only the notice when linking, you should use SSL appears even I do know there is no use using SSL on the same VPS, this is just a test scenario to deploy and all servers run different boxes. To say it in other words, I ...
by Jellis
Tue Nov 29, 2016 4:58 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

I've setup a complete new VPS today because I had the problem yesterday, did a complete new build and config of unreal and anope without any problems. Edited a completely new set of config files going trough the example config line by line. All works great, besides linking SSL.

Edit:

[ircd@aw05 ...
by Jellis
Tue Nov 29, 2016 4:47 pm
Forum: Services
Topic: UnrealIRCd 4.0.4 & Anope 2.0.3
Replies: 13
Views: 53560

Re: UnrealIRCd 4.0.4 & Anope 2.0.3

Same problem here - Latest Unreal and latest Anope as of today (29/11/2016).

Edit: this ONLY applies with SSL connection, without SSL all works fine (just to mention that to be clear).