Current problem reports assigned to freebsd-stable@FreeBSD.org

2013-06-10 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

Re: Reproducable Infiniband panic

2013-06-10 Thread Julian Stecklina
On 06/07/2013 06:06 PM, John Baldwin wrote: > On Friday, June 07, 2013 5:07:34 am Julian Stecklina wrote: >> On 06/06/2013 08:57 PM, John Baldwin wrote: >>> On Thursday, June 06, 2013 9:54:35 am Andriy Gapon wrote: >> [...] The problem seems to be in incorrect interaction between devfs_close_f

Error in make buildkernel `

2013-06-10 Thread Willem Jan Withagen
Hi, I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 system. And I get: MAKE=make sh /usr/srcs/src9/src/sys/conf/newvers.sh GENERIC /usr/local/bin/svnversion cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpoin

Re: Error in make buildkernel `

2013-06-10 Thread Jeremy Chadwick
On Mon, Jun 10, 2013 at 02:04:59PM +0200, Willem Jan Withagen wrote: > I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 > system. > > And I get: > MAKE=make sh /usr/srcs/src9/src/sys/conf/newvers.sh GENERIC > /usr/local/bin/svnversion > cc -c -O -pipe -std=c99 -g -Wall -Wred

Re: Error in make buildkernel `

2013-06-10 Thread Florent Peterschmitt
Le 10/06/2013 14:14, Jeremy Chadwick a écrit : > On Mon, Jun 10, 2013 at 02:04:59PM +0200, Willem Jan Withagen wrote: >> I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 >> system. >> >> And I get: >> MAKE=make sh /usr/srcs/src9/src/sys/conf/newvers.sh GENERIC >> /usr/local/bi

Re: Error in make buildkernel `

2013-06-10 Thread Willem Jan Withagen
On 2013-06-10 14:14, Jeremy Chadwick wrote: > On Mon, Jun 10, 2013 at 02:04:59PM +0200, Willem Jan Withagen wrote: >> I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 >> system. >> >> And I get: >> MAKE=make sh /usr/srcs/src9/src/sys/conf/newvers.sh GENERIC >> /usr/local/bin/s

Re: Error in make buildkernel `

2013-06-10 Thread Willem Jan Withagen
On 2013-06-10 14:19, Florent Peterschmitt wrote: > Le 10/06/2013 14:14, Jeremy Chadwick a écrit : >> On Mon, Jun 10, 2013 at 02:04:59PM +0200, Willem Jan Withagen wrote: >>> I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 >>> system. >>> >>> And I get: >>> MAKE=make sh /usr/s

ACPI Warning, then hang

2013-06-10 Thread Bryce Edwards
I'm getting the following warning, and then the system locks: ACPI Warning: Incorrect checksum in table [(bunch of spaces)] - 0x29, should be 0x48 Here's a pic: http://db.tt/O6dxONzI System is on a SuperMicro C7X58 motherboard that I just upgraded to BIOS 2.0a, which I would like to stay on if p

Re: ACPI Warning, then hang

2013-06-10 Thread Jeremy Chadwick
On Mon, Jun 10, 2013 at 09:18:14AM -0500, Bryce Edwards wrote: > I'm getting the following warning, and then the system locks: > > ACPI Warning: Incorrect checksum in table [(bunch of spaces)] - 0x29, > should be 0x48 > > Here's a pic: http://db.tt/O6dxONzI > > System is on a SuperMicro C7X58 mo

Re: Reproducable Infiniband panic

2013-06-10 Thread John Baldwin
On Monday, June 10, 2013 8:04:12 am Julian Stecklina wrote: > On 06/07/2013 06:06 PM, John Baldwin wrote: > > On Friday, June 07, 2013 5:07:34 am Julian Stecklina wrote: > >> On 06/06/2013 08:57 PM, John Baldwin wrote: > >>> On Thursday, June 06, 2013 9:54:35 am Andriy Gapon wrote: > >> [...] > >>>

Re: ACPI Warning, then hang

2013-06-10 Thread John Baldwin
On Monday, June 10, 2013 10:35:07 am Jeremy Chadwick wrote: > On Mon, Jun 10, 2013 at 09:18:14AM -0500, Bryce Edwards wrote: > > I'm getting the following warning, and then the system locks: > > > > ACPI Warning: Incorrect checksum in table [(bunch of spaces)] - 0x29, > > should be 0x48 > > > > H

Re: ACPI Warning, then hang

2013-06-10 Thread Bryce Edwards
On Mon, Jun 10, 2013 at 11:19 AM, John Baldwin wrote: > On Monday, June 10, 2013 10:35:07 am Jeremy Chadwick wrote: >> On Mon, Jun 10, 2013 at 09:18:14AM -0500, Bryce Edwards wrote: >> > I'm getting the following warning, and then the system locks: >> > >> > ACPI Warning: Incorrect checksum in tab

Re: Error in make buildkernel `

2013-06-10 Thread Dimitry Andric
On Jun 10, 2013, at 14:04, Willem Jan Withagen wrote: > I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 > system. > > And I get: > MAKE=make sh /usr/srcs/src9/src/sys/conf/newvers.sh GENERIC > /usr/local/bin/svnversion > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -

Re: Error in make buildkernel `

2013-06-10 Thread Willem Jan Withagen
Op 10 jun. 2013 om 19:27 heeft Dimitry Andric het volgende geschreven: > On Jun 10, 2013, at 14:04, Willem Jan Withagen wrote: >> I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 >> system. >> >> And I get: >> MAKE=make sh /usr/srcs/src9/src/sys/conf/newvers.sh GENERIC

Re: Error in make buildkernel `

2013-06-10 Thread Dimitry Andric
On Jun 10, 2013, at 20:39, Willem Jan Withagen wrote: > Op 10 jun. 2013 om 19:27 heeft Dimitry Andric het volgende > geschreven: >> On Jun 10, 2013, at 14:04, Willem Jan Withagen wrote: >>> I'm trying to build a stable kernle on a freshly build 8.4-Stable i386 >>> system. >>> >>> And I get: >>

Re: Reproducable Infiniband panic

2013-06-10 Thread Julian Stecklina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/10/2013 06:15 PM, John Baldwin wrote: > Can you please retest this updated version? I had thought that I > didn't need a reference count on the vnode, but devfs drops its > reference count before the cdevpriv destructor is called. Works for me.

Re: Error in make buildkernel `

2013-06-10 Thread Willem Jan Withagen
On 10-6-2013 21:57, Dimitry Andric wrote: On Jun 10, 2013, at 20:39, Willem Jan Withagen wrote: Op 10 jun. 2013 om 19:27 heeft Dimitry Andric het volgende geschreven: On Jun 10, 2013, at 14:04, Willem Jan Withagen wrote: I'm trying to build a stable kernle on a freshly build 8.4-Stable i38

Re: ACPI Warning, then hang

2013-06-10 Thread Bryce Edwards
Verbose boot: https://www.dropbox.com/s/obm8rtavro68ea8/acpi-verbose.jpg On Mon, Jun 10, 2013 at 11:27 AM, Bryce Edwards wrote: > On Mon, Jun 10, 2013 at 11:19 AM, John Baldwin wrote: >> On Monday, June 10, 2013 10:35:07 am Jeremy Chadwick wrote: >>> On Mon, Jun 10, 2013 at 09:18:14AM -0500, B

Re: ACPI Warning, then hang

2013-06-10 Thread Jeremy Chadwick
On Mon, Jun 10, 2013 at 09:18:47PM -0500, Bryce Edwards wrote: > Verbose boot: > > https://www.dropbox.com/s/obm8rtavro68ea8/acpi-verbose.jpg > > > On Mon, Jun 10, 2013 at 11:27 AM, Bryce Edwards wrote: > > On Mon, Jun 10, 2013 at 11:19 AM, John Baldwin wrote: > >> On Monday, June 10, 2013 10: