Search found 6 matches

by SciFi
Wed Oct 12, 2005 9:22 pm
Forum: General chat
Topic: issues with clock synching
Replies: 1
Views: 1986

try: ntpdate time.fu-berlin.de (maybe there's a better server for your location)
add a crontab entry for every hour, every day, every 10 minutes, whatever you want. this will set your clock correctly.
you actually don't need to install a timeserver?
by SciFi
Wed Aug 03, 2005 3:50 pm
Forum: Unreal 3.2 Support
Topic: UnrealIRCd.conf
Replies: 2
Views: 1409

see doc/example.com kthx
by SciFi
Mon Jun 20, 2005 3:21 pm
Forum: Unreal 3.2 Modules
Topic: antipsybnc module required
Replies: 13
Views: 4849

did you know that you've got the ip 127.0.0.1?
by SciFi
Mon Sep 06, 2004 11:37 am
Forum: Unreal 3.2 Support
Topic: Weird rehashing error
Replies: 2
Views: 1331

maybe the pid isn't right anymore? the next time this happens check if the pid in ircd.pid is the same as ps x tells you.
by SciFi
Sun Apr 11, 2004 10:27 am
Forum: General chat
Topic: Question about Unrealircd programming
Replies: 8
Views: 5499

i suggest you to use thales or solarstats or so, then you can read it out through mysql on the website to show how many users are online etc.
by SciFi
Sun Apr 11, 2004 10:20 am
Forum: General chat
Topic: RH 9.0 and FD Limit
Replies: 10
Views: 7614

there's a hard limit in the kernel, you can't have more fds than this. if you want to increase it you have to compile a kernel and change it. codemastr told me once that they maybe will add an option so it uses poll() and not select() and then that problem is solved for systems supporting poll() any...