RE: LSI supported mps(4) driver in stable/9 and stable/8

2012-02-04 Thread Desai, Kashyap
There is one more instance of similar issue reported on freebsd-scsi mailing list. ~ Kashyap > -Original Message- > From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd- > sta...@freebsd.org] On Behalf Of Desai, Kashyap > Sent: Friday, February 03, 2012 10:59 PM > To: Johan Hendr

[releng_8_1 tinderbox] failure on mips/mips

2012-02-04 Thread FreeBSD Tinderbox
TB --- 2012-02-04 12:10:29 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-04 12:10:29 - starting RELENG_8_1 tinderbox run for mips/mips TB --- 2012-02-04 12:10:29 - cleaning the object tree TB --- 2012-02-04 12:10:43 - cvsupping the source tree TB --- 2012-02-04 12:10:43 - /usr

[releng_8_2 tinderbox] failure on mips/mips

2012-02-04 Thread FreeBSD Tinderbox
TB --- 2012-02-04 14:33:52 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-04 14:33:52 - starting RELENG_8_2 tinderbox run for mips/mips TB --- 2012-02-04 14:33:52 - cleaning the object tree TB --- 2012-02-04 14:34:00 - cvsupping the source tree TB --- 2012-02-04 14:34:00 - /usr

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Torfinn Ingolfsen
On Fri, 03 Feb 2012 23:37:56 -0500 Jason Hellenthal wrote: > > Just because of what I read already is pretty terse I am top-posting for > a reason. > > $ su - > # /etc/rc.d/devd stop > # pgrep -l devd (This should show nothing if so kill the results) Done: root@kg-v2# /etc/rc.d/devd stop

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Jeremy Chadwick
On Sat, Feb 04, 2012 at 04:44:23PM +0100, Torfinn Ingolfsen wrote: > On Fri, 03 Feb 2012 23:37:56 -0500 > Jason Hellenthal wrote: > > > Just because of what I read already is pretty terse I am top-posting for > > a reason. > > > > $ su - > > # /etc/rc.d/devd stop > > # pgrep -l devd (This sh

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Torfinn Ingolfsen
More data: root@kg-v2# service devd status devd is not running. root@kg-v2# service devd start Starting devd. devd: devd already running, pid: 808 /etc/rc.d/devd: WARNING: failed to start devd root@kg-v2# rm /var/run/devd.pid root@kg-v2# service devd start Starting devd. root@kg-v2# service devd st

[releng_8_2 tinderbox] failure on powerpc/powerpc

2012-02-04 Thread FreeBSD Tinderbox
TB --- 2012-02-04 14:58:57 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-04 14:58:57 - starting RELENG_8_2 tinderbox run for powerpc/powerpc TB --- 2012-02-04 14:58:57 - cleaning the object tree TB --- 2012-02-04 14:59:30 - cvsupping the source tree TB --- 2012-02-04 14:59:30

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Warren Block
On Sat, 4 Feb 2012, Torfinn Ingolfsen wrote: More data: root@kg-v2# service devd status devd is not running. root@kg-v2# service devd start Starting devd. devd: devd already running, pid: 808 /etc/rc.d/devd: WARNING: failed to start devd root@kg-v2# rm /var/run/devd.pid root@kg-v2# service devd

ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Warren Block
Trying to build 8-stable i386 for the last couple of days gives this error when building the kernel: /usr/local/libexec/ccache/world/cc -c -O -pipe -march=prescott -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Adam Vande More
On Sat, Feb 4, 2012 at 9:52 AM, Torfinn Ingolfsen < torfinn.ingolf...@broadpark.no> wrote: > More data: > root@kg-v2# service devd status > > > Not really sure what's going on here. > sh -x /etc/rc.d/devd restart should tell you what is going on. -- Adam Vande More

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jason Hellenthal
On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > Trying to build 8-stable i386 for the last couple of days gives this > error when building the kernel: > > /usr/local/libexec/ccache/world/cc -c -O -pipe -march=prescott -std=c99 -g > -Wall -Wredundant-decls -Wnested-externs -Wstr

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jason Hellenthal
On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > Trying to build 8-stable i386 for the last couple of days gives this > error when building the kernel: > > /usr/local/libexec/ccache/world/cc -c -O -pipe -march=prescott -std=c99 -g > -Wall -Wredundant-decls -Wnested-externs -Wstr

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jeremy Chadwick
On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > Trying to build 8-stable i386 for the last couple of days gives this > error when building the kernel: > > /usr/local/libexec/ccache/world/cc -c -O -pipe -march=prescott -std=c99 -g > -Wall -Wredundant-decls -Wnested-externs -Wstrict

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jason Hellenthal
On Sat, Feb 04, 2012 at 10:48:16AM -0800, Jeremy Chadwick wrote: > On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > > Trying to build 8-stable i386 for the last couple of days gives this > > error when building the kernel: > > > > /usr/local/libexec/ccache/world/cc -c -O -pipe -ma

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Warren Block
On Sat, 4 Feb 2012, Jason Hellenthal wrote: On Sat, Feb 04, 2012 at 10:48:16AM -0800, Jeremy Chadwick wrote: On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: Trying to build 8-stable i386 for the last couple of days gives this error when building the kernel: /usr/local/libexec/cc

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jeremy Chadwick
On Sat, Feb 04, 2012 at 12:54:58PM -0700, Warren Block wrote: > On Sat, 4 Feb 2012, Jason Hellenthal wrote: > > >On Sat, Feb 04, 2012 at 10:48:16AM -0800, Jeremy Chadwick wrote: > >>On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > >>>Trying to build 8-stable i386 for the last couple

Re: FreeBSD 8.2-stable: devd fails to restart

2012-02-04 Thread Torfinn Ingolfsen
On Sat, 04 Feb 2012 10:34:19 -0700 (MST) Warren Block wrote: > > Possibly relevant: > http://www.freebsd.org/cgi/query-pr.cgi?pr=140462&cat= > > (Using DHCP from /etc/rc.conf leaves a lock on devd.pid. SYNCDHCP does > not.) > > And the thread: > http://lists.freebsd.org/pipermail/freebsd-cur

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jason Hellenthal
On Sat, Feb 04, 2012 at 12:54:58PM -0700, Warren Block wrote: > On Sat, 4 Feb 2012, Jason Hellenthal wrote: > > > On Sat, Feb 04, 2012 at 10:48:16AM -0800, Jeremy Chadwick wrote: > >> On Sat, Feb 04, 2012 at 10:57:40AM -0700, Warren Block wrote: > >>> Trying to build 8-stable i386 for the last c

[releng_8_1 tinderbox] failure on mips/mips

2012-02-04 Thread FreeBSD Tinderbox
TB --- 2012-02-04 22:53:14 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-04 22:53:14 - starting RELENG_8_1 tinderbox run for mips/mips TB --- 2012-02-04 22:53:14 - cleaning the object tree TB --- 2012-02-04 22:53:21 - cvsupping the source tree TB --- 2012-02-04 22:53:21 - /usr

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Warren Block
On Sat, 4 Feb 2012, Jason Hellenthal wrote: On Sat, Feb 04, 2012 at 12:54:58PM -0700, Warren Block wrote: But it still does (did) not build here with NOCCACHE set, so it's not a ccache problem. I have seen ccache before run anyway even though .if statements are within make.conf to prevent it.

[releng_8_2 tinderbox] failure on mips/mips

2012-02-04 Thread FreeBSD Tinderbox
TB --- 2012-02-05 01:16:09 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-05 01:16:09 - starting RELENG_8_2 tinderbox run for mips/mips TB --- 2012-02-05 01:16:09 - cleaning the object tree TB --- 2012-02-05 01:16:17 - cvsupping the source tree TB --- 2012-02-05 01:16:17 - /usr

[releng_8_2 tinderbox] failure on powerpc/powerpc

2012-02-04 Thread FreeBSD Tinderbox
TB --- 2012-02-05 01:34:50 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca TB --- 2012-02-05 01:34:50 - starting RELENG_8_2 tinderbox run for powerpc/powerpc TB --- 2012-02-05 01:34:50 - cleaning the object tree TB --- 2012-02-05 01:35:22 - cvsupping the source tree TB --- 2012-02-05 01:35:22

Re: ld: kernel.debug: Not enough room for program headers

2012-02-04 Thread Jason Hellenthal
On Sat, Feb 04, 2012 at 05:18:18PM -0700, Warren Block wrote: > On Sat, 4 Feb 2012, Jason Hellenthal wrote: > > > On Sat, Feb 04, 2012 at 12:54:58PM -0700, Warren Block wrote: > >> But it still does (did) not build here with NOCCACHE set, so it's not > >> a ccache problem. > > > > I have seen cc

ZFS panics on pool moved from OpenSolaris

2012-02-04 Thread Morgan Reed
Hi all, I'm experiencing an issue in migrating my NAS from OpenSolaris over to FreeBSD, I've tried both releng_8_2 and releng_9 I have similar issues in both cases. The pool is a RAID-Z pool comprising 4 1TB drives, it was originally created on OpenSolaris (not sure what version, 2010.09 may