Re: panic possibly on on bridge member removal

2012-10-01 Thread John Baldwin
On Monday, October 01, 2012 11:05:30 am Kim Culhan wrote: > On Mon, Oct 1, 2012 at 9:49 AM, John Baldwin wrote: > > On Monday, October 01, 2012 9:08:30 am Kim Culhan wrote: > >> On Mon, Oct 1, 2012 at 8:04 AM, John Baldwin wrote: > >> > On Saturday, September 29, 2012 8:40:03 am Kim Culhan wrote:

Re: panic possibly on on bridge member removal

2012-10-01 Thread Adrian Chadd
Sounds like dst_ifp is NULL at that point? Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [patch] mmap() MAP_TEXT implementation (to use for shared libraries)

2012-10-01 Thread Svatopluk Kraus
On Fri, Sep 7, 2012 at 9:40 PM, John Baldwin wrote: > On Friday, September 07, 2012 2:41:20 pm Konstantin Belousov wrote: >> > I think these would be rare? There's no good reason for anything to write >> > to >> > a shared library that I can think of. install(1) does an atomic rename to >> > s

Re: panic possibly on on bridge member removal

2012-10-01 Thread Kim Culhan
On Mon, Oct 1, 2012 at 9:49 AM, John Baldwin wrote: > On Monday, October 01, 2012 9:08:30 am Kim Culhan wrote: >> On Mon, Oct 1, 2012 at 8:04 AM, John Baldwin wrote: >> > On Saturday, September 29, 2012 8:40:03 am Kim Culhan wrote: >> >> After a few hours of operation involving tap0 added to the

Re: panic possibly on on bridge member removal

2012-10-01 Thread John Baldwin
On Monday, October 01, 2012 9:08:30 am Kim Culhan wrote: > On Mon, Oct 1, 2012 at 8:04 AM, John Baldwin wrote: > > On Saturday, September 29, 2012 8:40:03 am Kim Culhan wrote: > >> After a few hours of operation involving tap0 added to the bridge > >> running openvpn > >> and shutting down openvpn

Re: gpart on macbook air

2012-10-01 Thread Raoul MEGELAS
on Mon, 01 Oct 2012 12:29:02 +0400 "Andrey V. Elsukov" wrote: On 30.09.2012 23:06, Raoul MEGELAS wrote: >>> When you are deleting a partition, the kernel completely overwrites the >>> partition table and PMBR area. You can compare first 34 blocks before >>> deletion and after to see what is goin

Re: panic possibly on on bridge member removal

2012-10-01 Thread Kim Culhan
On Mon, Oct 1, 2012 at 8:04 AM, John Baldwin wrote: > On Saturday, September 29, 2012 8:40:03 am Kim Culhan wrote: >> After a few hours of operation involving tap0 added to the bridge >> running openvpn >> and shutting down openvpn which removes tap0 from the bridge, the >> machine is found to hav

Re: panic possibly on on bridge member removal

2012-10-01 Thread John Baldwin
On Saturday, September 29, 2012 8:40:03 am Kim Culhan wrote: > After a few hours of operation involving tap0 added to the bridge > running openvpn > and shutting down openvpn which removes tap0 from the bridge, the > machine is found to have a panic: > > Fatal trap 12: page fault while in kernel m

Re: freebsd-current Digest, Vol 464, Issue 3

2012-10-01 Thread Radio młodych bandytów
On 2012-09-05 09:34, freebsd-current-requ...@freebsd.org wrote: Hi all, I recently performed a series of compiler performance tests on FreeBSD 10.0-CURRENT, particularly comparing gcc 4.2.1 and gcc 4.7.1 against clang 3.1 and clang 3.2. Hey, you've got a cool idea, but the implementation ain't

high interrupts load xhci

2012-10-01 Thread Alexey Reytsman
Hello. I have a very high interrupts load on my FreeBSD machine. It happens when I plug any USB device (like a keyboard), and the load is still high after disconnecting the device. It becomes normal after reboot. My system based on ASUS P8Z68-V Pro/Gen3 motherboard. MYKERNEL is the GENERIC kernel

Re: gpart on macbook air

2012-10-01 Thread Raoul MEGELAS
On Mon, 01 Oct 2012 12:29:02 +0400 From: "Andrey V. Elsukov" wrote: On 30.09.2012 23:06, Raoul MEGELAS wrote: >>> When you are deleting a partition, the kernel completely overwrites the >>> partition table and PMBR area. You can compare first 34 blocks before >>> deletion and after to see what i

Re: gpart on macbook air

2012-10-01 Thread Andrey V. Elsukov
On 30.09.2012 23:06, Raoul MEGELAS wrote: >> When you are deleting a partition, the kernel completely overwrites the >> partition table and PMBR area. You can compare first 34 blocks before >> deletion and after to see what is going on. > > I can understand that, but i would have thought > that t