Search found 52 matches

by wax
Sun Feb 01, 2009 11:32 am
Forum: Unreal 3.2 Support
Topic: Starting a IRCd
Replies: 3
Views: 3335

Re: Starting a IRCd

netstat -an | grep 6667
by wax
Thu Dec 11, 2008 12:17 am
Forum: News and Releases
Topic: Stskeeps says goodbye.
Replies: 11
Views: 34887

Re: Stskeeps says goodbye.

Big thx from all of us. Unrealircd is great thing, I just want to wish good luck and be happy!
by wax
Sun Aug 05, 2007 5:42 pm
Forum: Unreal 3.2 Support
Topic: Problem Installing Unreal 3.2.7
Replies: 5
Views: 3343

Re: Problem Installing Unreal 3.2.7

install c compiler? :D

gcc and g++ - it's must resolve trouble
by wax
Fri Jul 27, 2007 12:30 pm
Forum: Unreal 3.2 Support
Topic: [HELP] howto install Unrealircd + SSL on Ubuntu?
Replies: 4
Views: 12396

Depends: openssl, debconf, libc6 (>= 2.3.6-6), libcomerr2 (>= 1.33-3), libcurl3 (>= 7.15.5-1), libidn11 (>= 0.5.18), libkrb53 (>= 1.4.2), libssl0.9.8 (>= 0.9.8c-1), libtre4, zlib1g (>= 1:1.2.1)

it's what needed to build unreal with all features: remote include, ssl + zip

libssl-dev, libzlib-dev ...
by wax
Fri Jul 27, 2007 12:25 pm
Forum: General chat
Topic: Why do we want /samode to hide who used it?
Replies: 6
Views: 7142

1) for services admins :P to think that it not oper overriding.
2) for what we see from what server do this command somebody.
imo :P
by wax
Fri Jul 13, 2007 9:47 pm
Forum: Unreal 3.2 Modules
Topic: Problem loading module compiled with VC8
Replies: 5
Views: 6012

unrealircd compiling by msvs8 perfectly. If not compiling module - must be asked people who write it to fix trouble.
by wax
Sat Feb 24, 2007 12:49 pm
Forum: Unreal 3.2 Support
Topic: Sup? How Do I set server time?
Replies: 2
Views: 2638

you can set ntp servers in config. Read docs.
by wax
Sun Feb 18, 2007 11:18 am
Forum: Unreal 3.2 Support
Topic: Win32 VS C++8 Compile Error
Replies: 6
Views: 6103

steps:
1) nmake -f makefile.win32
2) nmake -f makefile.win32 SYMBOLFILE
3) nmake -f makefile.win32
by wax
Tue Jan 30, 2007 6:30 am
Forum: Unreal 3.2 Support
Topic: SendQ
Replies: 8
Views: 5015

Jobe1986 wrote:wax, if it is ulines, increasing the sendq will only delay the disconnect a little longer.
no :P
I've got what error in my network and it helps :P
by wax
Tue Jan 23, 2007 12:39 pm
Forum: Unreal 3.2 Support
Topic: SendQ
Replies: 8
Views: 5015

100% try to increase sendq in class servers:
for example:

class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 10000000;
connfreq 100; /* How many seconds between each connection attempt */


if not help and erroe be the same - increase this ...
by wax
Sat Jan 06, 2007 12:19 am
Forum: Unreal 3.2 Support
Topic: areslib.lib errors
Replies: 4
Views: 2905

Mouse wrote:Where is source code of reslib directly from unrealircd coders?
get areslib.lib from sources - working fine
by wax
Wed Dec 27, 2006 2:07 pm
Forum: Unreal 3.2 Support
Topic: Need Help Set crontab Anyone Can
Replies: 4
Views: 5998

afaik in comments of script all present:

ircd.cron
0,10,20,30,40,50 * * * * /home/mydir-to/ircdcron/ircdchk >/dev/null 2>&1

ircdchk.in

#!/bin/sh
#
# UnrealIRCD Crontab v2.1
# $Id: ircdchk.in,v 1.1.2.1 2003/07/16 21:13:25 codemastr Exp $
#
# This is a script suitable for use in a crontab. It ...
by wax
Sat Dec 23, 2006 11:35 pm
Forum: Unreal 3.2 Support
Topic: Need Help Set crontab Anyone Can
Replies: 4
Views: 5998

cd Unreal3.2/ircdcron/

?
by wax
Mon Dec 18, 2006 2:23 pm
Forum: General chat
Topic: G:Lined from IRCSystems
Replies: 3
Views: 6685

hm, interesting, who from my country is looked at IRCsystems.. :]
/me thinking
by wax
Thu Dec 07, 2006 7:28 am
Forum: Unreal 3.2 Support
Topic: TIMESYNCH errors...
Replies: 3
Views: 3493

cculha wrote:TIME SYNCH: Unable to synchronize time: Timeout. This happens sometimes, no error on your part.




i have the same problem. how you resolve?
read docs about tymesync. :P