[releng_8 tinderbox] failure on mips/mips

2012-10-02 Thread FreeBSD Tinderbox
TB --- 2012-10-03 04:58:06 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-10-03 04:58:06 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-10-03 04

Re: problem cross-compiling 9.1

2012-10-02 Thread Thomas Mueller
^ You don't say what target architecture you are cross-compiling for, and if ^ your host OS was FreeBSD or something else like Linux or NetBSD. ^ I've been cross-compiling NetBSD 5.1_STABLE, 6.0 prerelease and HEAD for ^ i386 and amd64 from FreeBSD 9.0_STABLE with varied results, but in my ^ exper

[releng_8 tinderbox] failure on mips/mips

2012-10-02 Thread FreeBSD Tinderbox
TB --- 2012-10-03 01:07:54 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-10-03 01:07:54 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-10-03 01

Re: stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL

2012-10-02 Thread Sean Bruno
On Tue, 2012-10-02 at 14:06 -0700, John Baldwin wrote: > On Tuesday, October 02, 2012 3:05:30 pm Sean Bruno wrote: > > On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote: > > > Can you add extra printfs to see where exactly attach is failing? I > > > would > > > start with the attach routine in

Re: Missing lib on linking libc WITH_LIBCPLUSPLUS

2012-10-02 Thread Volodymyr Kostyrko
03.10.2012 00:48, Dimitry Andric wrote: Bingo. Yes, disabling ccache makes everything work. please ping the ccache folk about this. It *shouldn't* matter. :) In this case, ccache apparently does not realize that the world stage is using the toolchain built during the cross-tools stage, which u

Re: Missing lib on linking libc WITH_LIBCPLUSPLUS

2012-10-02 Thread Dimitry Andric
On 2012-10-02 19:27, Eitan Adler wrote: On 2 October 2012 12:01, Volodymyr Kostyrko wrote: ... Bingo. Yes, disabling ccache makes everything work. please ping the ccache folk about this. It *shouldn't* matter. :) In this case, ccache apparently does not realize that the world stage is using

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread Rick Macklem
John Baldwin wrote: > On Tuesday, October 02, 2012 2:19:35 pm Norbert Aschendorff wrote: > > Well... > > > > Here the results for a kernel without WITNESS_SKIPSPIN (I'll compile > > one > > including that tomorrow, but until then...) > > > > Good news is: The kernel crashed with activated WITNESS.

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread John Baldwin
On Tuesday, October 02, 2012 2:19:35 pm Norbert Aschendorff wrote: > Well... > > Here the results for a kernel without WITNESS_SKIPSPIN (I'll compile one > including that tomorrow, but until then...) > > Good news is: The kernel crashed with activated WITNESS. > Bad news is: I have to turn power

Re: stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL

2012-10-02 Thread John Baldwin
On Tuesday, October 02, 2012 3:05:30 pm Sean Bruno wrote: > On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote: > > Can you add extra printfs to see where exactly attach is failing? I > > would > > start with the attach routine in sys/dev/acpica/acpi_pcib_pci.c: > > > > > > hrm ... interesti

[releng_8 tinderbox] failure on mips/mips

2012-10-02 Thread FreeBSD Tinderbox
TB --- 2012-10-02 21:17:52 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-10-02 21:17:52 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-10-02 21

Re: atkbd attach excitement during boot

2012-10-02 Thread Randy Bush
> on 01/10/2012 17:56 Randy Bush said the following: >>> Humm. It seems this wasn't the actual faulting instruction. Can you do >>> 'l *0x80704740'? >> >> (gdb) l *0x80704740 >> 0x80704740 is in sckbdevent (/usr/src/sys/dev/syscons/syscons.c:743). >> 738 * the Xa

Re: stable/9 panic Bad tailq NEXT(0xffffffff80e52660->tqh_last) != NULL

2012-10-02 Thread Sean Bruno
On Mon, 2012-10-01 at 05:47 -0700, John Baldwin wrote: > Can you add extra printfs to see where exactly attach is failing? I > would > start with the attach routine in sys/dev/acpica/acpi_pcib_pci.c: > > hrm ... interesting side effects. After adding my printf's I don't hit the panic any more.

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread Norbert Aschendorff
Well... Here the results for a kernel without WITNESS_SKIPSPIN (I'll compile one including that tomorrow, but until then...) Good news is: The kernel crashed with activated WITNESS. Bad news is: I have to turn power off after the crash with WITNESS. The crash dump is _not_ written to disk :( Goo

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread John Baldwin
On Tuesday, October 02, 2012 11:21:06 am Norbert Aschendorff wrote: > I'll compile a kernel with > > options WITNESS > options WITNESS_KDB > > ok? Or should I include WITNESS_SKIPSPIN too? Yes, you should include WITNESS_SKIPSPIN. We should probably make that the default. -- John Baldwin ___

Re: Missing lib on linking libc WITH_LIBCPLUSPLUS

2012-10-02 Thread Eitan Adler
On 2 October 2012 12:01, Volodymyr Kostyrko wrote: > 02.10.2012 12:12, Dimitry Andric wrote: >> >> On 2012-10-02 09:53, Volodymyr Kostyrko wrote: >>> >>> When enabling WITH_LIBCPLUSPLUS libc build fails with: >>> >>> /usr/local/libexec/ccache/clang++ -O2 -pipe -march=native >>> -I/usr/src/lib/lib

[releng_8 tinderbox] failure on mips/mips

2012-10-02 Thread FreeBSD Tinderbox
TB --- 2012-10-02 17:17:16 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-10-02 17:17:16 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-10-02 17

Re: Missing lib on linking libc WITH_LIBCPLUSPLUS

2012-10-02 Thread Volodymyr Kostyrko
02.10.2012 12:12, Dimitry Andric wrote: On 2012-10-02 09:53, Volodymyr Kostyrko wrote: When enabling WITH_LIBCPLUSPLUS libc build fails with: /usr/local/libexec/ccache/clang++ -O2 -pipe -march=native -I/usr/src/lib/libc++/../../contrib/libc++/include -I/usr/src/lib/libc++/../../contrib/libcxxr

Re: ahcich reset -> cannot mount zfs root in 9.1-PRE

2012-10-02 Thread Alexander Motin
On 02.10.2012 16:51, Andriy Gapon wrote: on 02/10/2012 16:16 geoffroy desvernay said the following: Hi all, Trying to upgrade a system from 9.0-RELEASE to 9.1-PRE from yesterday on my machine (GEOM+ZFS mirror setup on ada[01]p3), the new kernel becomes unable to mount root... The only way to re

Re: panic "Sleeping thread owns a non-sleepable lock" via cv_timedwait_signal, was "rsync over NFS"

2012-10-02 Thread Norbert Aschendorff
I'll compile a kernel with options WITNESS options WITNESS_KDB ok? Or should I include WITNESS_SKIPSPIN too? Regards, Norbert ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any

Re: ahcich reset -> cannot mount zfs root in 9.1-PRE

2012-10-02 Thread Andriy Gapon
on 02/10/2012 16:16 geoffroy desvernay said the following: > Hi all, > > Trying to upgrade a system from 9.0-RELEASE to 9.1-PRE from yesterday on > my machine (GEOM+ZFS mirror setup on ada[01]p3), the new kernel becomes > unable to mount root... The only way to recover is to boot from 9.0 kernel.

[releng_8 tinderbox] failure on mips/mips

2012-10-02 Thread FreeBSD Tinderbox
TB --- 2012-10-02 13:27:42 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-10-02 13:27:42 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-10-02 13

Re: problem cross-compiling 9.1

2012-10-02 Thread Daniel Braniss
> > when using an amd64 host to 'make buildworld' it seems that > > it's using the wrong cpp, at least when building ioctl.c via mkioctl in > > usr.bin/ktrace and having set WITHOUT_CPP(*). This used to work with > > previous releases. > > > *: Im compiling for an embedded system, and hence I want

Re: atkbd attach excitement during boot

2012-10-02 Thread Andriy Gapon
on 01/10/2012 17:56 Randy Bush said the following: >> Humm. It seems this wasn't the actual faulting instruction. Can you do >> 'l *0x80704740'? > > (gdb) l *0x80704740 > 0x80704740 is in sckbdevent (/usr/src/sys/dev/syscons/syscons.c:743). > 738 * the Xaccel-2.1

Re: Panic with fusefs-encfs and pefs on FreeBSD 9.1-RC1

2012-10-02 Thread Marcelo Gondim
Em 02/10/12 05:58, Özkan KIRIK escreveu: Hi everybody, I have an default installation of FreeBSD 9.1-RC1. When I try to mount an fusefs-encfs or pefs type, system panics and reboots. Problem occurs both i386 and amd64 platform. The output is shown below. There is no such problem on FreeBSD 9.0

Re: CAM Target Layer and Linux (continued)

2012-10-02 Thread Nikolay Denev
On Sep 27, 2012, at 6:33 PM, Nikolay Denev wrote: > Hi All, > > With the help of Chuck Tuffli, I'm now able to use CTL to export a zvol over > FC to a Linux host: > > LUN Backend Size (Blocks) BS Serial NumberDevice ID > 0 block4185915392 512 FBSDZFS001

Re: problem cross-compiling 9.1

2012-10-02 Thread Thomas Mueller
> when using an amd64 host to 'make buildworld' it seems that > it's using the wrong cpp, at least when building ioctl.c via mkioctl in > usr.bin/ktrace and having set WITHOUT_CPP(*). This used to work with > previous releases. > *: Im compiling for an embedded system, and hence I want the minimum

[releng_8 tinderbox] failure on mips/mips

2012-10-02 Thread FreeBSD Tinderbox
TB --- 2012-10-02 09:33:17 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-10-02 09:33:17 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-10-02 09

Re: Missing lib on linking libc WITH_LIBCPLUSPLUS

2012-10-02 Thread Dimitry Andric
On 2012-10-02 09:53, Volodymyr Kostyrko wrote: When enabling WITH_LIBCPLUSPLUS libc build fails with: /usr/local/libexec/ccache/clang++ -O2 -pipe -march=native -I/usr/src/lib/libc++/../../contrib/libc++/include -I/usr/src/lib/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments

Panic with fusefs-encfs and pefs on FreeBSD 9.1-RC1

2012-10-02 Thread Özkan KIRIK
Hi everybody, I have an default installation of FreeBSD 9.1-RC1. When I try to mount an fusefs-encfs or pefs type, system panics and reboots. Problem occurs both i386 and amd64 platform. The output is shown below. There is no such problem on FreeBSD 9.0 RELEASE. I think, this problem should be s

problem cross-compiling 9.1

2012-10-02 Thread Daniel Braniss
when using an amd64 host to 'make buildworld' it seems that it's using the wrong cpp, at least when building ioctl.c via mkioctl in usr.bin/ktrace and having set WITHOUT_CPP(*). This used to work with previous releases. *: Im compiling for an embedded system, and hence I want the minimum stuff. a

Missing lib on linking libc WITH_LIBCPLUSPLUS

2012-10-02 Thread Volodymyr Kostyrko
Hi all. When enabling WITH_LIBCPLUSPLUS libc build fails with: /usr/local/libexec/ccache/clang++ -O2 -pipe -march=native -I/usr/src/lib/libc++/../../contrib/libc++/include -I/usr/src/lib/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments -fstack-protector -Wno-empty-body