Displaying 5 results from an estimated 5 matches for "tjr".
Did you mean:
jr
2010 Oct 30
2
Conquer Online 2.0
...nline (http://co.91.com/). And it's not running, I already have played this game using Wine but it was about year ago I think. Here are details what I've tried:
Code:
OS: Arch Linux 32-bit
Kernel: 2.6.35
Wine: 1.3.6
Mesa: 7.8.2-3
xf86-video-intel: 2.12.0-3
Compiz: switched off
Code:
[tjr at redqueen ~]$ lspci -v -s 00:02
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Toshiba America Info Systems Device ff50
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at f0000000...
2003 Sep 06
1
Squid memory leaks in -stable using libc malloc
...#39;s
cache manager reports that Squid has allocated (total KB allocated in
the memory utilization page). Squid is using around twice as much memory
as expected, and seems to grow without bounds (I run out of memory every
now and then). I've tried configuring malloc.conf with H (as suggested
by tjr), but it didn't help.
Using Squid with dlmalloc however (--enable-dlmalloc), seems to stop the
memory leaks. For my own purposes, I'll be using dlmalloc from now
unless someone has other suggestions.
For the record, I'm using 4.8-RELEASE and Squid 2.5.STABLE3 (recently
installed from...
2004 May 07
0
Fwd: [Re: cvs commit: src/sys/vm vm_map.c]
...ly, FreeBSD does not
issue advisories for local denial-of-service issues. It is expected
that this bug will soon be fixed in FreeBSD 4.x (it is already fixed
in FreeBSD 5.x, as you can see below).
Cheers,
--
Jacques Vidrine <nectar@freebsd.org>
----- Forwarded message from Tim Robbins <tjr@freebsd.org> -----
Date: Tue, 23 Mar 2004 21:53:10 +1100
From: Tim Robbins <tjr@freebsd.org>
To: Pawel Jakub Dawidek <pjd@FreeBSD.org>
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/vm vm_map.c
Message-ID: <20040323...
2003 Jul 12
5
jails, ipfilter & stunnel
I'm setting up a server where I plan to use Jails to improve security
I also have installed and am configuring ipfilter. Here are my
questions:
Because I'm using Jails, I will have to have multiple ip aliases on the
network interface. I will use ipfilter to specify what can go to each
of the addresses. (e.g., allow only incoming to port 80 on the jail
running apache).
Another
2002 Dec 03
1
scp "Bad address" errors with strange filesystem block sizes
When copying from a remote host to a local filesystem with a strange block
size, allocbuf() in scp.c seems to calculate an incorrect buffer size,
causing the copy loop in sink() to write past the end of the buffer.
For example, with smbfs, the optimal block size is negotiated when the
client connects to the server, and is rarely a power of two. In my case
it is 64560.
This loop in sink() keeps