Search found 26 matches

by abah
Mon Jun 19, 2023 3:04 am
Forum: Services
Topic: Help
Replies: 3
Views: 3376

Re: Help

CrazyCat wrote: Sat Jun 17, 2023 2:01 pm This is not services but unrealircd feature.
Blacklist chanmodes/chanowner and chamodes/chanadmin in your config
can you show an example in config ?
by abah
Fri Jun 16, 2023 7:27 am
Forum: Generic support
Topic: ./unrealircd upgrade not working
Replies: 3
Views: 3092

Re: ./unrealircd upgrade not working

thanks problem solved
by abah
Fri Jun 16, 2023 7:05 am
Forum: Generic support
Topic: ./unrealircd upgrade not working
Replies: 3
Views: 3092

Re: ./unrealircd upgrade not working

Code: Select all

[~/unrealircd]: ./unrealircd upgrade
UnrealIRCd source not found at /home/IRCd/unrealircd-6.1.0.
Sorry, then it is not possible to know your existing settings and thus we cannot upgrade.
Follow the manual upgrade procedure from https://www.unrealircd.org/docs/Upgrading
My mechines is centos 7
by abah
Fri Jun 16, 2023 1:29 am
Forum: Generic support
Topic: ./unrealircd upgrade not working
Replies: 3
Views: 3092

./unrealircd upgrade not working

not upgrade automatic if used ./unrealircd upgrade
by abah
Thu Jun 15, 2023 9:34 am
Forum: Installing and getting connected
Topic: random server
Replies: 3
Views: 3098

Re: random server

oke i try thanks
by abah
Thu Jun 15, 2023 7:44 am
Forum: Installing and getting connected
Topic: random server
Replies: 3
Views: 3098

random server

I have 4 IRCd servers how can I randomize the 4 servers
by abah
Thu Jun 15, 2023 7:41 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5593

Re: error: Alarm clock

Yeah that's rather long, the ./unrealircd rehash command gives up after 10 seconds. Any idea why it is so slow? Is it a slow machine or do you use remote includes from a slow server or something? I have only had this when debugging with gdb myself, if i also had AddressSanitizer enabled (last quest...
by abah
Tue Jun 13, 2023 10:58 am
Forum: Services
Topic: Help
Replies: 3
Views: 3376

Help

Image

I want to ask how to remove the mark on the red line on the image and how to replace the mark on the brown line on the image
by abah
Tue Jun 13, 2023 10:47 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5593

Re: error: Alarm clock

Syzop wrote: Mon Jun 12, 2023 5:21 pm And how how many seconds does it take to REHASH on IRC?
8 sec
by abah
Thu Jun 08, 2023 10:36 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5593

Re: error

i rehashed unrealircd and it did nothing So you run "./unrealircd rehash" and then you have this error, right? The short answer is that it means the server took too long to respond to (finish the) rehash. Longer than 20 seconds, which is rather unusual. I have not heard of someone else ha...
by abah
Wed Jun 07, 2023 3:53 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5593

Re: error

Valware wrote: Tue Jun 06, 2023 1:03 pm Please can you provide some more context? For example, what command did you run, and what was the rest of the output?
i rehashed unrealircd and it did nothing
by abah
Tue Jun 06, 2023 4:29 am
Forum: Installing and getting connected
Topic: crontab
Replies: 2
Views: 3019

Re: crontab

thanks
by abah
Tue Jun 06, 2023 4:27 am
Forum: Installing and getting connected
Topic: error: Alarm clock
Replies: 10
Views: 5593

error: Alarm clock

hy I don't understand what this means

Code: Select all

line 340:  2461 Alarm clock             $UNREALIRCDCTL $*
by abah
Mon Jun 05, 2023 9:59 am
Forum: Generic support
Topic: enable ipv6
Replies: 6
Views: 13545

Re: enable ipv6

Valware wrote: Mon Jun 05, 2023 9:45 am You can add your IPv6 address in your DNS by adding an AAAA record pointing towards your IPv6 for the same subdomain
fix and great to you thanks
by abah
Mon Jun 05, 2023 9:41 am
Forum: Generic support
Topic: enable ipv6
Replies: 6
Views: 13545

Re: enable ipv6

Sorry, I didn't understand your meaning. if the user connects using irc.hostname.org then uses ipv4 while using ipv6 it should connect to ipv6.hotsname.org if conf : listen { ip "*"; port 6667; }; listen { ip "*"; port 6697; options { tls; }; }; listen { ip *; port 6900; options...