Re: Error when building world on Stable for the last couple of days.

2012-09-07 Thread Kevin Oberman
On Fri, Sep 7, 2012 at 8:51 AM, Edwin L. Culp W. wrote: > I'm worried that I have not updated something. I last built a successful > world a few days ago. > > # uname -a > 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #255 r229960M: Sat Sep 1 05:05:01 > CDT 2012 r...@home.encontacto.net:/usr/obj/usr

Re: lock violation in unionfs (9.0-STABLE r230270)

2012-09-07 Thread Attilio Rao
On Thu, Sep 6, 2012 at 4:52 PM, Harald Schmalzbauer wrote: > schrieb Attilio Rao am 09.08.2012 20:26 (localtime): >> On 8/8/12, Harald Schmalzbauer wrote: >>> schrieb Pavel Polyakov am 06.03.2012 11:20 (localtime): >> mount -t unionfs -o noatime /usr /mnt >> >> insmntque: mp-safe fs

Re: intel 82579 nic support?

2012-09-07 Thread Jack Vogel
On Fri, Sep 7, 2012 at 10:44 AM, Harald Schmalzbauer < h.schmalzba...@omnilan.de> wrote: > schrieb Jack Vogel am 07.09.2012 18:53 (localtime): > > OH, now things are clearer, this is a client part, and it is supported > > by the em driver, > > I don't know why loading igb would have any effect. I

Re: intel 82579 nic support?

2012-09-07 Thread Harald Schmalzbauer
schrieb Jack Vogel am 07.09.2012 18:53 (localtime): > OH, now things are clearer, this is a client part, and it is supported > by the em driver, > I don't know why loading igb would have any effect. If you load native > FreeBSD 8.3 or > 9.1 this device should work. > > The only case where you "pas

Re: intel 82579 nic support?

2012-09-07 Thread Jack Vogel
OH, now things are clearer, this is a client part, and it is supported by the em driver, I don't know why loading igb would have any effect. If you load native FreeBSD 8.3 or 9.1 this device should work. The only case where you "pass through" a PCI device to a VM guest that I am familiar with is u

Re: New port: inofficial/deploy-tools

2012-09-07 Thread Harald Schmalzbauer
schrieb Harald Schmalzbauer am 06.09.2012 21:23 (localtime): > ... > > ftp://ftp.omnilan.de/pub/FreeBSD/OmniLAN/deploy-tools-0.9.5.shar.gz > Place it into usr/ports/inofficial gunzip and run the shell archive. > Then you can install it like every other port. ftp://ftp.omnilan.de/pub/FreeBSD/Omni

Error when building world on Stable for the last couple of days.

2012-09-07 Thread Edwin L. Culp W.
I'm worried that I have not updated something. I last built a successful world a few days ago. # uname -a 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #255 r229960M: Sat Sep 1 05:05:01 CDT 2012 r...@home.encontacto.net:/usr/obj/usr/src/sys/ENCONTACTO amd64 The kernel is only built if world succee

Re: Kernel Panic on 9.0 and 9.1 with carp on BCE network interface

2012-09-07 Thread Gleb Smirnoff
On Thu, Aug 30, 2012 at 02:39:10PM +, Jean-Luc Dupont wrote: J> Sorry, it seems that I didn't put the right backtrace : J> J> #0 doadump (textdump=Variable "textdump" is not available. J> ) at /usr/src/sys/kern/kern_shutdown.c:271 J> 271 dumpsys(&dumper); J> (kgdb) #0 doa

Re: VLAN and ARP table

2012-09-07 Thread Gleb Smirnoff
On Tue, Sep 04, 2012 at 09:18:43AM -0400, Brad Plank wrote: B> VLAN interfaces that have a parent interface configured with an IP B> address do not show up in the arp table. If the VLAN's parent interface B> does not have an IP address, it will show up in the arp table. B> [Notice the output fro

Re: intel 82579 nic support?

2012-09-07 Thread Harald Schmalzbauer
schrieb Jack Vogel am 07.09.2012 00:27 (localtime): > 82579 is not a NIC, its a PHY, and it you look at the current code you > will see the support > is in there. So the real question is what the actual NIC is, how about > a pciconf -lv? > > Next, how are you trying "to pass through the device int

Re: Problem with link aggregation + sshd

2012-09-07 Thread Simon Dick
We've had similar problems with lagg at work, each lagg is made up of one igb and one em port, sometimes for no apparent reason they seem to stop passing through traffic. The easiest way we've found to get it working again is ifconfig down and up on one of the physical interfaces. This is on 8.1 O