why not document load modules instead of recompiling kernel??

2003-04-06 Thread Jun Su
Hi All, When I read the freebsd handbook, I found many part of document said it is needed to recompile the kernel. for example, http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.html However, kldload ipfw also works. Why there isn;t any words about this? Is loadable module not

libthr faults with recent kernel?

2003-04-06 Thread Munehiro Matsuda
Hi, When ever I try to run application with the new libthr.so.1 with recent kernel, I get my system falt and just reboots: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xa0 fault code = supervisor read, page not present instruction pointer =

panic: mutex Giant not owned at sys/kern/kern_exit.c:122

2003-04-06 Thread Simon L. Nielsen
Hello When i try to create an RAID array with atacontol I get the following panic when the rebuild is complete. The problem seems to be that exit1 requires that giant is held but it isn't. I have no idea where it should be aquired so it will be released again. #0 doadump () at

Bug in gdtoa ?

2003-04-06 Thread Christophe Juniet
Hello, When using 'ls -lh', I noticed a strange behavior: all file sizes ending with one or more 0 are printed incorrectly. For instance: % ls -l .Xauthority -rw--- 1 chris chris 110 Apr 6 14:38 .Xauthority % ls -lh .Xauthority -rw--- 1 chris chris 1100B Apr 6 14:38 .Xauthority

GridEngine (was Re: building OpenPBS-2.3.16 on FreeBSD 5)

2003-04-06 Thread Rayson Ho
FYI, earlier this year, Brooks made an announce on bsdforums.org: http://www.bsdforums.org/forums/showthread.php?threadid=6486 Last month the FreeBSD and MacOSX ports were merged to the SGE cvs. I am not sure about FreeBSD 5.0 support, may be Brooks can answer that?? Rayson --- Glenn Johnson

Re: device puc on non-i386 or with parallel devices

2003-04-06 Thread Julian St.
Hello, it would be nice to have the supported graphics cards mentioned in the release notes, too. Regards Am So, 2003-04-06 um 06.33 schrieb M. Warner Losh: In message: [EMAIL PROTECTED] Gavin Atkinson [EMAIL PROTECTED] writes: : I'm currently working on updating the hardware

Re: midi problem, an isa device on a pci card

2003-04-06 Thread Mathew Kanner
Hello, I've recived no responses. Anyway, the following includes my own solution to the question, lots of trial and error. I've found that isahints was the closest exsting code to what I wanted. As always, I would love to hear any comments. How do I create isa

Re: Okay. who broke ata.

2003-04-06 Thread Jun Kuriyama
At Sun, 6 Apr 2003 04:18:42 + (UTC), Kevin S. Brackett wrote: make world from yesterday broke support for my promise udma66 controller, getting READ/WRITE errors on the drive attached to, reverting to previous kernel fixes problem. I got same result. After updating to latest source, I

Re: Okay. who broke ata.

2003-04-06 Thread Friedemann Becker
from another thread: try hw.ata.ata_dma=0 in /boot/loader.conf to disable DMA, it is currently broken but being worked on On Mon, 7 Apr 2003, Jun Kuriyama wrote: At Sun, 6 Apr 2003 04:18:42 + (UTC), Kevin S. Brackett wrote: make world from yesterday broke support for my promise udma66

SCHED_ULE question

2003-04-06 Thread Wilkinson,Alex
Hi all, How can I verify that I am using the new and improved scheduler (SCHED_ULE) on a running system that does not have the kernel config file to grep through. Cheers - aW ___ [EMAIL PROTECTED] mailing list

Re: libthr faults with recent kernel?

2003-04-06 Thread Robert Watson
Jake Burkholder just posted a patch to freebsd-threads that works around (fixes?) the problem; indeed, it does seem to be a result of the recent LAZY_SWITCH changes. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On