Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
, and a bit more. The triggered KASSERT is now different though. Full witness is at http://people.freebsd.org/~pluknet/witness-zfs-20130204.txt shared lock of (lockmgr) zfs @ /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:1452 while exclusively locked from /usr/src

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Andriy Gapon
://people.freebsd.org/~pluknet/witness-zfs-20130204.txt shared lock of (lockmgr) zfs @ /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:1452 while exclusively locked from /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
On 4 February 2013 05:50, Rick Macklem rmack...@uoguelph.ca wrote: Konstantin Belousov wrote: On Sat, Feb 02, 2013 at 09:30:39PM -0500, Rick Macklem wrote: Andriy Gapon wrote: on 31/01/2013 15:29 Sergey Kandaurov said the following: Hi. Got this assertion on idle NFS server

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
at address 0x0 (kgdb) p dvp Cannot access memory at address 0x0 Full witness is at http://people.freebsd.org/~pluknet/witness-zfs-20130204.txt shared lock of (lockmgr) zfs @ /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c:1452 while exclusively locked

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
On 4 February 2013 16:13, Sergey Kandaurov pluk...@gmail.com wrote: On 4 February 2013 16:06, Andriy Gapon a...@freebsd.org wrote: on 04/02/2013 13:49 Sergey Kandaurov said the following: Hi, Rick! Here is the requested info regarding witness, and a bit more. The triggered KASSERT is now

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
On 4 February 2013 16:30, Sergey Kandaurov pluk...@gmail.com wrote: On 4 February 2013 16:13, Sergey Kandaurov pluk...@gmail.com wrote: On 4 February 2013 16:06, Andriy Gapon a...@freebsd.org wrote: on 04/02/2013 13:49 Sergey Kandaurov said the following: Hi, Rick! Here is the requested info

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
On 4 February 2013 06:32, Rick Macklem rmack...@uoguelph.ca wrote: Konstantin Belousov wrote: On Sat, Feb 02, 2013 at 09:30:39PM -0500, Rick Macklem wrote: Andriy Gapon wrote: on 31/01/2013 15:29 Sergey Kandaurov said the following: Hi. Got this assertion on idle NFS server

wifi and wpa_supplicant

2013-02-04 Thread CeDeROM
Hello :-) I am wondering how exactly the wifi interface and wpa_supplicant is organized - is there any script at wlan0 interface up that starts wpa_supplicant for that interface? Do I have to start wpa_supplicant by hand any time I bring interface down and up (it looks yes for me)? I have

Re: wifi and wpa_supplicant

2013-02-04 Thread Nikolai Lifanov
On 02/04/2013 10:37 AM, CeDeROM wrote: Hello :-) I am wondering how exactly the wifi interface and wpa_supplicant is organized - is there any script at wlan0 interface up that starts wpa_supplicant for that interface? Do I have to start wpa_supplicant by hand any time I bring interface down

Re: wifi and wpa_supplicant

2013-02-04 Thread Nikolai Lifanov
On 02/04/2013 10:58 AM, CeDeROM wrote: Thank you Nikolai! Shouldn't this be a default when ifconfig_wlan0=WPA DHCP in rc.conf? :-) Best regards :-) Tomek On Mon, Feb 4, 2013 at 4:47 PM, Nikolai Lifanov lifa...@mail.lifanov.com wrote: On 02/04/2013 10:37 AM, CeDeROM wrote: Hello :-) I

Re: r246057: buildworld fails with: /usr/obj/usr/src/tmp/usr/lib/libc++.so: undefined reference to `std::bad_alloc::~bad_alloc()'

2013-02-04 Thread O. Hartmann
Am 02/03/13 21:48, schrieb Dimitry Andric: On 2013-01-29 11:06, O. Hartmann wrote: I receive this error since yesterday building world and it is still sticky on most recent sources (r246057) and I was wondering why the tinderboxes do not pick this up on the 10.0-CURRENT builds ... just for a

Re: CURRENT: Broken on r246222?

2013-02-04 Thread John Baldwin
On Sunday, February 03, 2013 11:26:53 am O. Hartmann wrote: CURRENT, as of recent Revision 246285 (see below) fails and crashes/reboots on an Ivy-Bridge platform (see below). Since the box does not have debugging switched on (not yet, will do eventually Monday), Last thing I see on screen is

Re: CURRENT: Broken on r246222?

2013-02-04 Thread O. Hartmann
Am 02/04/13 20:50, schrieb John Baldwin: On Sunday, February 03, 2013 11:26:53 am O. Hartmann wrote: CURRENT, as of recent Revision 246285 (see below) fails and crashes/reboots on an Ivy-Bridge platform (see below). Since the box does not have debugging switched on (not yet, will do eventually

Dtrace status - material for someone's TODO list.

2013-02-04 Thread Pedro Giffuni
Hello; Last year I did an attempt to merge some of the changes from illumos' Dtrace into FreeBSD. I don't use Dtrace a lot, so this was done mainly for fun. In general, merging changes from Illumos was pretty straightforward; just a matter of readapting the paths to match our layout. I was

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Rick Macklem
Sergey Kandaurov wrote: On 4 February 2013 16:30, Sergey Kandaurov pluk...@gmail.com wrote: On 4 February 2013 16:13, Sergey Kandaurov pluk...@gmail.com wrote: On 4 February 2013 16:06, Andriy Gapon a...@freebsd.org wrote: on 04/02/2013 13:49 Sergey Kandaurov said the following: Hi,

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Rick Macklem
Sergey Kandaurov wrote: On 4 February 2013 06:32, Rick Macklem rmack...@uoguelph.ca wrote: Konstantin Belousov wrote: On Sat, Feb 02, 2013 at 09:30:39PM -0500, Rick Macklem wrote: Andriy Gapon wrote: on 31/01/2013 15:29 Sergey Kandaurov said the following: Hi. Got this

Re: panic: LK_RETRY set with incompatible flags

2013-02-04 Thread Sergey Kandaurov
On 5 February 2013 04:13, Rick Macklem rmack...@uoguelph.ca wrote: Sergey Kandaurov wrote: On 4 February 2013 06:32, Rick Macklem rmack...@uoguelph.ca wrote: Konstantin Belousov wrote: On Sat, Feb 02, 2013 at 09:30:39PM -0500, Rick Macklem wrote: Andriy Gapon wrote: on 31/01/2013