VM panic

2002-08-17 Thread Mark Murray
Hi all If I do a make -jN world build on my dual MMX/200 box, I usually end up in tears (well, a panic anyway). This is completely reproducible, and the panic always happens in swapout_procs while vmdaemon is running. Anyone else getting this? M -- o Mark Murray \_ O.\_Warning: this

GCC 3.1 install

2002-08-17 Thread Aleksander Rozman - Andy
Hi ! It's been long time since I compiled kernel, and now I have some problems building it. I am still using gcc 2.95.3 from DP1. How is the easiest way to change to GCC 3.1...(I have complete 5.0-DP1 installed) without rebuilding the whole world. I heard there was some doc on this usbject,

Re: question about ipl.ko

2002-08-17 Thread Simon 'corecode' Schubert
On Fri, 16 Aug 2002 15:01:47 +0200 Radko Keves wrote: i try to load ipl.ko #kldload -v /boot/kernel/ipl.ko kldload: can't load /boot/kernel/ipl.ko: Exec format error try `kldload ipl' -- /\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and

Re: VM panic

2002-08-17 Thread John Hay
If I do a make -jN world build on my dual MMX/200 box, I usually end up in tears (well, a panic anyway). This is completely reproducible, and the panic always happens in swapout_procs while vmdaemon is running. Anyone else getting this? What kind of value do you use for N? It looks like

Re: WTF is going on? pipe breakage, patch(1) breakage??

2002-08-17 Thread Tim Robbins
FWIW, the pipe breakage seems to have been caused by /bin/sh freeing the job table (jobs.c lines 744-746) then later using a value in the freed region as an argument to setpgid() and tcsetpgrp() (jobs.c lines 753-760) when the job had more than one process in it (a pipeline). phkmalloc was

UFS Snapshots kinda buggy?

2002-08-17 Thread Lamont Granquist
So, I was playing around with snapshots and trying to come up with a cron job which would do automatic snapshots of a system, kind of similar to what you can get with a NetApp. I wrote the attatched (somewhat ugly) proof of concept script to manage a /.snapshot directory for all the mounted

Re: Kernel Makefile bogon...

2002-08-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : : The final make in this script fails, I don't think it should. : : #!/bin/sh : set -ex : rm -rf /usr/src/sys/i386/compile/GENERIC : cd /usr/src/sys/i386/conf : config GENERIC :

Re: Kernel Makefile bogon...

2002-08-17 Thread Juli Mallett
* De: M. Warner Losh [EMAIL PROTECTED] [ Data: 2002-08-17 ] [ Subjecte: Re: Kernel Makefile bogon... ] In message: [EMAIL PROTECTED] Poul-Henning Kamp [EMAIL PROTECTED] writes: : : The final make in this script fails, I don't think it should. : : #!/bin/sh :

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

sparc64 tinderbox failure

2002-08-17 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: Kernel Makefile bogon...

2002-08-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Juli Mallett [EMAIL PROTECTED] writes: : * De: M. Warner Losh [EMAIL PROTECTED] [ Data: 2002-08-17 ] : [ Subjecte: Re: Kernel Makefile bogon... ] : In message: [EMAIL PROTECTED] : Poul-Henning Kamp [EMAIL PROTECTED] writes: : : : :

libwrap bug?

2002-08-17 Thread Yuri Victorovich
Is it a bug that function sock_host is declared sock_host() in /usr/include/tcpd.h but defined as sock_host(struct request_info *) in /usr/src/contrib/tcp_wrappers/socket.c ? Good question also why compiler passes this and doesn't issue even a warning when I call it with the argument. MySQL on