Re: /boot/loader failed ....

2006-10-30 Thread Norbert Augenstein
On Mon, Oct 30, 2006 at 01:28:31AM +0100, Norbert Augenstein wrote: No prblems with the new em code here:) regards, -- auge Hi all, i have some mailproblem here, sorry:) My update to RELENG_6 yesterday ends in this endless rebooting problem caused by

Dell 1955 Blade - Broadcom NIC not detected (BCM5708S)

2006-10-30 Thread Conrad Burger
I am trying to get FreeBSD to work on a Dell 1955 blade. Looks like the NICs on the blade are not supported by the BCE or BGE driver. On Linux the NICs are identified as 06:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet (rev 11) From if_bce.c

panic: vfs_getopt: caller passed 'opts' as NULL

2006-10-30 Thread Ulrich Spoerlein
RELENG_6 from 30th October, trying to do two nullfs mounts from two amd-mounted directories (i.e., NFS mounts). Funny thing is, this amd/nfs/mount_nullfs is working on several other machines from a RELENG_6 checkout of 25th October. panic: vfs_getopt: caller passed 'opts' as NULL cpuid = 1 KDB:

Strange problem with ipfilter

2006-10-30 Thread Stephen Clark
Hello List, We are having a strange problem with RELENG_6_1 and ipfilter 4.1.8. We are running gre tunnels over fast_ipsec tunnels. We have the following rule in ipf: pass out proto icmp from any to any keep state When we ping from the remote end across the ipsec tunnel to the ipsec local

Re: ggated not working on 6.2-PRERELEASE

2006-10-30 Thread Pawel Jakub Dawidek
On Sun, Oct 29, 2006 at 06:48:18PM +0100, Christian Laursen wrote: Christian Laursen [EMAIL PROTECTED] writes: Kazuaki ODA [EMAIL PROTECTED] writes: I tried to find what broke ggated, and finally found that it works fine when I backout sys/kern/uipc_socket2.c rev. 1.147.2.7. I will

Re: Standrat way to apply custom patches. WAS [Re: Pleading for commit]

2006-10-30 Thread Doug Barton
Stefan Lambrev wrote: Hello, While talking about custom patches, what's the best way to apply patches after every cvsup. The two most common ways to do this are to cvsup the CVS repo and then check out your sources; and to write a script that calls cvsup, and then immediately applies your

Re: Still possible to directly boot without loader?

2006-10-30 Thread John Baldwin
On Thursday 26 October 2006 15:54, Ruslan Ermilov wrote: On Thu, Oct 26, 2006 at 03:42:34PM -0400, John Baldwin wrote: On Thursday 26 October 2006 15:18, Ruslan Ermilov wrote: On Thu, Oct 26, 2006 at 11:38:24AM -0400, John Baldwin wrote: On Thursday 26 October 2006 10:42, Ruslan Ermilov

Re: Entropy

2006-10-30 Thread Doug Barton
Clayton Milos wrote: Hi there I'm having the same problem as Greg Bernard (bsd_at_todoo.biz). Every 11 minutes I get a mail from my servers but instead of it containing -- which is what Greg is getting it contains this: COPYRIGHT: not found Upon further investigation if I try run

Re: panic: vfs_getopt: caller passed 'opts' as NULL

2006-10-30 Thread Kris Kennaway
On Mon, Oct 30, 2006 at 05:41:28PM +0200, Ulrich Spoerlein wrote: RELENG_6 from 30th October, trying to do two nullfs mounts from two amd-mounted directories (i.e., NFS mounts). Funny thing is, this amd/nfs/mount_nullfs is working on several other machines from a RELENG_6 checkout of 25th

Re: Dell 1955 Blade - Broadcom NIC not detected (BCM5708S)

2006-10-30 Thread Pyun YongHyeon
On Mon, Oct 30, 2006 at 04:17:00PM +0200, Conrad Burger wrote: I am trying to get FreeBSD to work on a Dell 1955 blade. Looks like the NICs on the blade are not supported by the BCE or BGE driver. On Linux the NICs are identified as 06:00.0 Ethernet controller: Broadcom Corporation

Re: Dell 1955 Blade - Broadcom NIC not detected (BCM5708S)

2006-10-30 Thread Scott Long
Pyun YongHyeon wrote: On Mon, Oct 30, 2006 at 04:17:00PM +0200, Conrad Burger wrote: I am trying to get FreeBSD to work on a Dell 1955 blade. Looks like the NICs on the blade are not supported by the BCE or BGE driver. On Linux the NICs are identified as 06:00.0 Ethernet controller:

Re: Dell 1955 Blade - Broadcom NIC not detected (BCM5708S)

2006-10-30 Thread Pyun YongHyeon
On Mon, Oct 30, 2006 at 08:06:28PM -0700, Scott Long wrote: Pyun YongHyeon wrote: On Mon, Oct 30, 2006 at 04:17:00PM +0200, Conrad Burger wrote: I am trying to get FreeBSD to work on a Dell 1955 blade. Looks like the NICs on the blade are not supported by the BCE or BGE driver.

Re: Dell 1955 Blade - Broadcom NIC not detected (BCM5708S)

2006-10-30 Thread Scott Long
Pyun YongHyeon wrote: On Mon, Oct 30, 2006 at 08:06:28PM -0700, Scott Long wrote: Pyun YongHyeon wrote: On Mon, Oct 30, 2006 at 04:17:00PM +0200, Conrad Burger wrote: I am trying to get FreeBSD to work on a Dell 1955 blade. Looks like the NICs on the blade are not supported by the

Re: FreeBSD 6 freeze

2006-10-30 Thread Frank Shute
On Mon, Oct 30, 2006 at 10:26:47PM +0100, Paul Beckers wrote: Hi, I've recently tried to install FreeBSD 6.1 with a custom kernel that comprises support for PF and ALTQ, but is basicly a copy of the GENERIC kernel shipped with the install CD. I also ran CVSup to get the newest release of

Re: Entropy

2006-10-30 Thread Clayton Milos
Hi Doug Thanks a ton for your help. I found the issue was the following line in my /etc/rc.conf syslogd_flags=-l /var/run/log -l /var/named/var/run/log -b 196.x.x.x -a 196.x.x.x:`*` I changed it to: syslogd_flags=-l /var/run/log -l /var/named/var/run/log -b 196.x.x.x -a 196.x.x.x:*

Fwd: panic: vfs_getopt: caller passed 'opts' as NULL

2006-10-30 Thread Ulrich Spoerlein
On 10/30/06, Kris Kennaway [EMAIL PROTECTED] wrote: panic: vfs_getopt: caller passed 'opts' as NULL This can happen if you are using filesystem modules but your kernel is built with nonstandard options (DEBUG_*_LOCKS is a culprit, I think). Interesting, but no filesystem modules were