Re: Overwhelming messages from /sys/netinet/if_ether.c

2000-04-08 Thread Trevor Johnson
I say with 99% certainty that assigning 0.0.0.0 to the interface is a requirement of dhcp. You can't stop using it and expect dhcp to work. The Linux folks stopped doing it: 2.0 supported the net interface 0.0.0.0 IP address convention (meaning the kernel should accept all IP

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Daniel O'Connor [EMAIL PROTECTED],Daniel O'Connor
On 07-Apr-00 Nick Hibma wrote: What does it say before this info? Shared interrupt? I have the same problem.. The USB controller in on IRQ 10. (Its the PIIX4 one) USB does work on SMP (or at least in some cases). Not me :) Works under UP nicely. uhci0: Intel 82371AB/EB (PIIX4) USB

Re: 4.0 problems...

2000-04-08 Thread Mirko Viviani
On Fri, 7 Apr 2000, "Thomas D. Dean" wrote: It was caused by my booting the kernel directly. 0:da(0,a)/kernel Using 0:da(0,a)/boot/loader cures the symptoms. But here it doesn't seem to work... :( 0:da(1,a)/boot/loader loaded... ok boot can't load 'kernel' no bootable kernel ok

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Yuuki SAWADA
Hello, At Fri, 07 Apr 2000 21:29:26 +0900, Kazutaka YOKOTA [EMAIL PROTECTED] wrote: I am currently having trouble with Gigabyte GA-6BXD, dual Pentium III motherboard. If I boot a UP kernel (5.0-CURRENT), the PIIX4 USB controller works fine. I use same mainboard GA-6BXD with dual

Re: Perl 5.6.0

2000-04-08 Thread Mark Murray
I had some free time today so I started converting perl 5.6.0 to bmake. So far, I've gotten libperl to build and plan to keep at the rest of it. Given my schedule, it will probably take me another week to get the build right and another week or so to test its integration with

Re: SMP problem? (was: Re: [usb-bsd] USB To Do list)

2000-04-08 Thread Nick Hibma
uhci0: Intel 82371AB/EB (PIIX4) USB controller port 0xe000-0xe01f irq 15 at device 7.2 on pci0 uhci0: LegSup = 0x0010 ^^ PIRQDEN (IRQ's Enable) bit is not set by default. We set it right afterwards, but you you might want to check this out by copying the

Re: 4.0 problems...

2000-04-08 Thread Thomas D. Dean
Try 1:da(1,a)/boot/loader DOS disk:controller(disk,partition)file 1 da 1 a/boot/loader tomdean To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

New info from Compaq regarding IDA RAID controllers

2000-04-08 Thread Morten Seeberg
(Note: Every user of IDA controllers on FreeBSD please read :) ) Hi, I would have released this info 2 weeks ago, but my laptop with all my personal info and mails were stolen from me, and as you know, real men do do backup - until now! :) I had a talk with the Danish Compaq Storage

Re: 4.0 problems...

2000-04-08 Thread mirko . viviani
You wrote: Try 1:da(1,a)/boot/loader DOS disk:controller(disk,partition)file 1 da 1 a/boot/loader It does not work: Invalid label Invalid label No /boot/loader FYI I have an AHA 2940UW with 2 hd: - ID 0: NEXTSTEP - ID 1: FreeBSD and others To boot

Re: 4.0 problems...

2000-04-08 Thread Thomas D. Dean
If 1:da(1,a)/boot/loader does not work, what is in the /boot directory on da1? Is the FreeBSD root directory on da1s1a? What does 'mount' show? tomdean # ls -l /boot total 1 -r--r--r-- 1 root wheel 512 Apr 4 11:23 boot0 -r--r--r-- 1 root wheel 512 Apr 4 11:23 boot1

Re: 4.0 problems...

2000-04-08 Thread mirko . viviani
You wrote: If 1:da(1,a)/boot/loader does not work, what is in the /boot directory on da1? rey:/usr/home/mirko list /boot total 514 drwxr-xr-x 3 root wheel 512 Apr 7 02:02 ./ drwxr-xr-x 27 root wheel1024 Apr 7 11:29 ../ -r--r--r-- 1 root wheel 512 Apr 7 02:02

4.0 possible compiler bug ?

2000-04-08 Thread mirko . viviani
Ciao! I'm testing the __builtin_apply() to make a patch to GNUstep, but I'm getting in troubles. rey:/tmp/tmp gcc -v Using builtin specs. gcc version 2.95.2 19991024 (release) rey:/tmp/tmp uname -a FreeBSD rey.procom2.it 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri Apr 7 01:02:03 CEST 2000

Re: make buildworld failed...

2000-04-08 Thread Marc Schneiders
On Sat, 8 Apr 2000, Sergey Osokin wrote: Hello! After CVSup at my FreeBSD 5.0-CURRENT #0: Sun Apr 2 17:54:04 MSD 2000 i try to run make buildworld: /usr/src/sys/boot/i386/loader/main.c:80: warning: return type of `main' is not `int' /usr/src/sys/boot/i386/loader/main.c: In function

Re: 4.0 problems...

2000-04-08 Thread mirko . viviani
You wrote: Try 1:da(3,a)/boot/loader Maybe I'm a bit boring but it does not work ! :( After some tests, these are the results: 1:da(0 to 3,a)/boot/loader Invalid label Invalid label No /boot/loader 2:da(0 to 3,a)/boot/loader (NEXTSTEP disk) LBA error (don't remember correctly)

RE: 4.0 possible compiler bug ?

2000-04-08 Thread Mike Heffner
On 08-Apr-2000 [EMAIL PROTECTED] wrote: | Ciao! | | I'm testing the __builtin_apply() to make a patch to GNUstep, but I'm | getting | in troubles. | Since you're on the subject, there are also two other bugs with __builtin_apply() in FBSD that I know of. 1) you can't pass float