Re: ISO IMAGES

2003-11-26 Thread Claus Guttesen
Hi. > Will ISO images be released for 5.2-BETA i386? > Or is that strictly an -RC thing? Ftp'ed to ftp.freebsd.org using a freebsd-ftp-client but couldn't find the ISO-image for 5.2 beta. Using OS X's finder found the folder and files. Peculiar. Permissions? regards Claus Yahoo! Mail (http://

Re: FreeBSD current, apache and php4 woes

2003-11-18 Thread Claus Guttesen
Hi. >>> Add one of the two lines to /boot/loader.conf: >>> >>> kern.vn.kmem.size=35000 >>> or >>> kern.maxvnodes=15 >>> >>> The first one is probably the better choice for you >>> since >>> the very nature of what you are doing demands >>> that you touch a lot of vnodes. >> 1. added kern.

Re: FreeBSD current, apache and php4 woes

2003-11-18 Thread Claus Guttesen
Hi. > > > >>>panic: kmem_malloc(4096): kmem_map too small: > >>>275251200 total allocated cpuid = 0; lapic.id = > >>> > >> > You'll either want to raise the size of the kmem_map > pool or decrease the maximum number of vnodes allowed > (vnodes get allocated out of the kmem_map and are >

Re: FreeBSD current, apache and php4 woes

2003-11-15 Thread Claus Guttesen
Hi. > > panic: kmem_malloc(4096): kmem_map too small: > > 275251200 total allocated cpuid = 0; lapic.id = > > > > man tuning > > You probably need to reset maxusers to 128 or so > manually since the > auto-tuning is doing the wrong thing. Although this > is usually a problem > on 4GB sy

FreeBSD current, apache and php4 woes

2003-11-15 Thread Claus Guttesen
Hi. I'm getting a bit desperate here. I recently moved our web-servers from Linux, php4 4.1 and apache 1.3.20 to FreeBSD 5.1 (mostly frozen branch), php 4.3.4 and apache 1.3.29. My problem is that the web-servers keep rebooting for no apperant reason. They are up for about 20-24 hours and then go

Re: Still getting NFS client locking up

2003-11-11 Thread Claus Guttesen
Hi. > I can lock the NFS server up every time simply by > mounting the nfs partition > (i'm using -t for tcp nfs and exporting with > -maproot=0:0), and then running > "iozone -a" on the nfs client box. It takes a while, > but the 4.9-RELEASE box > will always lock up solid eventually. Not good

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-04 Thread Claus Guttesen
Hi. > > I also have an ASUS motherboard with an Intel 875P > > chipset. > > Can you post a dmesg? Note that if you want > hyperthreading, > you need to enable it in your BIOS. The ACPI (and > soon the > MPTable) drivers will not use HT CPUs unless HT is > enabled in > the BIOS. My test machine

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-04 Thread Claus Guttesen
Hi. > I have an ASUS system with 2 CPUs that I need to run > at HZ=1. This > worked until yesterday, but with the new interrupt > code it doesn't boot > anymore. It works for the standard HZ, but if I set > HZ=1000 I get a double Compiled a new kernel with source from Nov. 3'rd where SMP and

Re: Problems with NFS (client) under 5.1.

2003-10-21 Thread Claus Guttesen
hi. > > Does Linux do NFSv3 yet? I thought that at least > until recently there > were stability issues and it was recommended it not > be used. > I had some problems with stale NFS handle when NFS-mounting two FreeBSD 5.1 client (one with the frozen 5.1 and one as of Oct. 10'th) to a Linux se

Re: KSE howto?

2003-09-26 Thread Claus Guttesen
On 9 Sep 2003 at 17:06, Jesse Guardiani wrote: >> Howdy list, >> >> Is there a KSE howto guide anywhere? >> >> I'm thinking about updating my FreeBSD 5.1-RELEASE >> system to -CURRENT and compiling XFree, KDE, MySQL, >> and Apache2 with KSE support, just for fun. >> >> But I don't know how to e

nfs mounts on FreeBSD 5.1

2003-08-20 Thread Claus Guttesen
Hi. I'm trying to nfs-mount a FreeBSD 5.1 client on a Redhat 7.3 nfs-server. I have the line nfs_client_enable="YES" in /etc/rc.conf and nfsclient.ko is loaded. The error I get is [udp] nfs-srv:/mount/a: RPCMNT: clnt_create: RPC: Program not registered The mount-command is mount_nfs -o port=2049

Re: mousewheel scrolling

2002-11-03 Thread Claus Guttesen
Hi. > and having ZAxisMapping "4 5" in my XF86Config, but > nothing seems I found that I needed the line Option 'Protocol' 'Auto' in my /etx/XF86Config. The protocol defaults to another value. This may help. regards Claus Beskyt din computer mod virus og misbrug! Læs mere i Yahoo!

Re: error in ncurses in 'make buildworld'

2002-06-24 Thread Claus Guttesen
Hi. > What -O level did you compile libc with? > Optimisation levels >= 2 damage > __vfprintf() with the in-tree gcc, causing these > same symptoms. > > The fix is to remove any optimisation options above > -O, go into > /usr/src/lib/libc, rebuild and install the static > libc.a, build and insta