Thread: [Unreal-users] help
Status: Beta
Brought to you by:
wildchild
From: <ly...@no...> - 2001-01-31 09:15:05
|
hello i am a user of Unreal3.1.1-Darkshades (STABLE) i have got a question during using it.. users cannnot use chinese name in my irc server even if i #define CHINESE_NICK in include/config.h what should i do? can u help me? |
From: <Blu...@al...> - 2001-09-18 11:50:02
|
Hello, I'm using Unreal3.2 (beta2). I configured everything and it seems to work good but there is no socks check on connecting and in the ircd.log I get the following message: - config error: set::blackhole: could not bind to xxx.xxx.xxx.xxx:6013 - Address already in use - config error: cannot load module scan There is no port listening for 6013 and I don't understand why the address is in use?! Who knows more?! Thanx J.D. Here also a short copy of my unrealircd.conf: ... loadmodule "src/modules/commands.so"; loadmodule "src/modules/scan.so"; loadmodule "src/modules/scan_socks.so"; ... /* Server specific configuration */ set { kline-address "kl...@my..."; modes-on-connect "+xG"; oper-auto-join ""; dns { nameserver xxx.xxx.xxx.xxx; timeout 2s; retries 2s; }; options { enable-opermotd; enable-chatops; hide-ulines; identd-check; }; socks { ban-message "Insecure SOCKS server"; quit-message "Insecure SOCKS server"; ban-time "4d"; }; maxchannelsperuser 10; }; |
From: 2 D. R. S. - R. <ro...@2d...> - 2002-08-14 12:11:58
|
i get this problem [ircd@PGDHCP src]$ ./ircd _ _ _ ___________ _____ _=20 | | | | | |_ _| ___ \/ __ \ | | | | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| | | | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` | | |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| | \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_| v3.2-Selene[beta11] * Opening config file unrealircd.conf ..=20 * Config file unrealircd.conf loaded without problems * unrealircd.conf:720: unknown directive set::scan [error] Someone forgot to load modules with proper commands in them. = Read the documentation (.RELEASE.NOTES) [error] Errors in configuration, terminating program. i went to that position and i have this setting scan { ban-message "Insecure SOCKS server"; quit-message "Insecure SOCKS server"; /* Choose this to be some IP and some port that's always = open and * reachable by the proxies */ endpoint 192.168.123.250:80; /* * What IP should the scanners bind to before connecting */ bind-ip "192.168.123.250"; /* * What message should we NOTICE to the users when we = scan them */ message "<KABOOM> (admin didn't edit config correctly)"; ban-time "4"; }; i really don't know what the problem is=20 can u help me ? greetz, Roel De Maeyer |
From: zak b. <za...@be...> - 2002-08-14 14:16:34
|
On 2002.08.14 14:12:09 +0000, 2 Dance Record Store - Roel wrote: > i get this problem > > [ircd@PGDHCP src]$ ./ircd > > * Opening config file unrealircd.conf .. > * Config file unrealircd.conf loaded without problems > * unrealircd.conf:720: unknown directive set::scan You need to loadmodule the scan modules. > [error] Someone forgot to load modules with proper commands in them. Read the documentation (.RELEASE.NOTES) > [error] Errors in configuration, terminating program. > You need to loadmodule the command module. -- zak <za...@cm...> |
From: nansi mc d. <pur...@bk...> - 2004-02-21 18:56:15
|
Command? when i try to link the new server to the hub i get this ms... Command? server side *** Notice -- Non-Hub link Command? purple-irc.org[1760456@69.28.250.211.6667] introduced Command? pegasys.purple-irc.org(!). what the heck does this mean? ... Command? the error msg on the hub side is ERROR :from dragonstar.purple-irc.org[216.74.66.20] -- Closing Link: purple-irc.org[69.28.250.211] (Too many servers (Missing H:Line)) same number of servers as before (trying to just replace one) so whats this mean and how do i fix it?? thanks purplerose |
From: NightStorm <un...@is...> - 2004-03-05 02:24:49
|
purple.irc.org... does it have a server already linked to it when you try to link it to your hub? It's just a hunch of an exhausted person, but that's what it sounds like to me, from the error message. If this is the case, try linking all of your servers directly to the hub, instead of to each other. Either that, or configure them all to be allowed to bring other links into the network (I believe that you need to configure them to be hubs as well, in this case, or give them "hub" in the link block). Try setting your "hub" to be a *... like below: link <server name> { username *; hostname <serverIP>; bind-ip *; port <port to link to>; hub *; password-connect "<pass>"; password-receive "<pass>"; class servers; options { autoconnect; }; }; ----- Original Message ----- From: "nansi mc daniel" <pur...@bk...> To: <unr...@li...> Sent: Saturday, February 21, 2004 4:35 PM Subject: [Unreal-users] help > Command? when i try to link the new server to the hub i get this ms... > Command? server side *** Notice -- Non-Hub link > Command? purple-irc.org[1760456@69.28.250.211.6667] introduced > Command? pegasys.purple-irc.org(!). what the heck does this mean? ... > Command? the error msg on the hub side is > ERROR :from dragonstar.purple-irc.org[216.74.66.20] -- Closing Link: > purple-irc.org[69.28.250.211] (Too many servers (Missing H:Line)) > > same number of servers as before (trying to just replace one) so whats this > mean and how do i fix it?? > > thanks > > purplerose |