Re: Can not build either kernel nor 'world'

2010-11-23 Thread Scot Hetzel
On Tue, Nov 23, 2010 at 9:40 PM, Zhihao Yuan wrote: > OK, I know what happened. The version that I used to buildworld happens to > have a bug in gcc, which just crashes and crashes. Then I tried to use the > external gcc42 to build the kernel, but I got the error message: > cc1: error: unrecognize

sysutils/py-zfs won't compile with lang/python27

2010-11-23 Thread Joshua Boyd
I've upgraded to Python27, following directions in /usr/ports/UPDATING. Running cd /usr/ports/lang/python && make upgrade-site-packages results in the following output: http://pastebin.com/45wUteS9 My ports tree is current as of 5 minutes ago. Looking at the CVS logs, it seems like this is a su

Re: snd_hda on Optiplex 980

2010-11-23 Thread Alexander Motin
On 24.11.2010 00:07, Jonathan Chen wrote: I recently migrated my 8-STABLE/amd64 system to a Dell Optiplex 980 and have discovered that the sound system isn't recognised by snd_hda. cat /dev/sndstat: FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play) pcm1: (pl

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Zhihao Yuan
I'm sorry, I'm not going to split the topics. So here is the current status: built kernel WITH_CTF and build world without CTF (I assume CTF is just a kernel feature). And the problem is exactly the same as I posted before, say "line 88" staff. And, there are many people who have the same problem

Re: Support for Areca ARC-1300-4X on 8-STABLE?

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 09:41:43PM -0500, Paul Mather wrote: > Does anyone know whether the Areca ARC-1300-4X external SAS HBA is > currently supported under FreeBSD/amd64 8-STABLE? I just fired up a > system that has one of these cards that is running 8.0-RELEASE and the > HBA is not being detect

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 10:20:52PM -0600, Zhihao Yuan wrote: > As I posted in another email, the gcc crashes in latest RELENG_8. Another > explanation is that buildworld WITH_CTF=1 can crashes the gcc. I overwrote > the gcc with the version in 8.1_RELEASE, and I'm rebuilding everything. > > I just

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Zhihao Yuan
As I posted in another email, the gcc crashes in latest RELENG_8. Another explanation is that buildworld WITH_CTF=1 can crashes the gcc. I overwrote the gcc with the version in 8.1_RELEASE, and I'm rebuilding everything. I just want to know whether I'm supposed to be able to use Dtrace just with a

Support for Areca ARC-1300-4X on 8-STABLE?

2010-11-23 Thread Paul Mather
Does anyone know whether the Areca ARC-1300-4X external SAS HBA is currently supported under FreeBSD/amd64 8-STABLE? I just fired up a system that has one of these cards that is running 8.0-RELEASE and the HBA is not being detected properly by FreeBSD. (It is being misidentified by the arcmsr

Re: Can not build either kernel nor 'world'

2010-11-23 Thread Zhihao Yuan
OK, I know what happened. The version that I used to buildworld happens to have a bug in gcc, which just crashes and crashes. Then I tried to use the external gcc42 to build the kernel, but I got the error message: cc1: error: unrecognized command line option: -fformat-extension So what, where can

Can not build either kernel nor 'world'

2010-11-23 Thread Zhihao Yuan
I built and installed the latest 'world' this afternoon, and found that I can not build the kernel now. And, the devd can not be started. I do not know what's wrong. Maybe I need to downgrade my system to 8.1-RELEASE first. What should I do now? -- Zhihao Yuan The best way to predict the future i

Can not build either kernel nor 'world'

2010-11-23 Thread Zhihao Yuan
I built and installed the latest 'world' this afternoon, and found that I can not build the kernel now. And, the devd can not be started. I do not know what's wrong. Maybe I need to downgrade my system to 8.1-RELEASE first. What should I do now? -- Zhihao Yuan The best way to predict the future i

Re: msk0 interface stops working when downloading

2010-11-23 Thread Garrett Cooper
On Tue, Nov 23, 2010 at 3:25 PM, Andrew Moran wrote: > > Hey guys, > > After banging my head against this for a few hours, I've decided to ask for > help.      I installed FreeBSD 8.1 amd64 on a Shuttle J1 4100 system (tech > specs here http://us.shuttle.com/J1_4100.aspx).   I installed from DVD

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Andrew Reilly
On Tue, Nov 23, 2010 at 01:56:01PM +0100, Thomas Ronner wrote: > On 11/23/10 1:45 PM, Andrew Reilly wrote: > >No, I don't like tar, rsync and friends for backups: they don't > >deal well with hard links, special files or sparse files. > > rsync -avHxS --delete --numeric-ids /src/. /dst/. > > Hand

Re: if_wpi crashes when renewing in FreeBSD 8 all versions

2010-11-23 Thread Bernhard Schmidt
On Tuesday 23 November 2010 22:03:22 Zhihao Yuan wrote: > My laptop is a HP Compaq nc8430, and the wireless card is Intel 3945ABG, > with if_wpi driver. > wpi0: flags=8802 metric 0 mtu 2290 > ether 00:1b:77:31:1d:74 media: IEEE 802.11 Wireless Ethernet > autoselect (autoselect) stat

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Peter Jeremy
On 2010-Nov-23 23:45:43 +1100, Andrew Reilly wrote: >zfs send -vR tank/h...@0 | zfs receive -d /backup/snapshots > >in order to experiment with this strategy. > >One would then become alarmed when one discovered that the >receive mechanism also invoked the mountpoint= parameter of the >source file

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Zhihao Yuan
Can not rebuild kernel. As you known, I installed the latest kernel last night. This afternoon, I installed the latest 'world', which makes the 'world' and the kernel a little bit de-synchronized. And, I found that the devd can not be started, s I tried to build the kernel again. Here I met the bi

snd_hda on Optiplex 980

2010-11-23 Thread Jonathan Chen
Hi, I recently migrated my 8-STABLE/amd64 system to a Dell Optiplex 980 and have discovered that the sound system isn't recognised by snd_hda. cat /dev/sndstat: FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play) pcm1: (play) pcm2: (play) pcm3:

if_wpi crashes when renewing in FreeBSD 8 all versions

2010-11-23 Thread Zhihao Yuan
My laptop is a HP Compaq nc8430, and the wireless card is Intel 3945ABG, with if_wpi driver. wpi0: flags=8802 metric 0 mtu 2290 ether 00:1b:77:31:1d:74 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier I can use the wireless correctly when I start the

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Zhihao Yuan
That's what I have done. I did not used WITH_CTF=1 on buildworld. Anyway, I;m using it to rebuild the world, which takes some time. On Tue, Nov 23, 2010 at 2:48 PM, Andriy Gapon wrote: > on 23/11/2010 22:45 Jeremy Chadwick said the following: > > make buildkernel WITH_CTF=1 > > I believe the abo

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Andriy Gapon
on 23/11/2010 22:45 Jeremy Chadwick said the following: > make buildkernel WITH_CTF=1 I believe the above to be necessary and sufficient part (for using DTrace on kernel). -- Andriy Gapon ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 02:40:56PM -0600, Zhihao Yuan wrote: > Does the WITH_CTF=1 works for the buildworld? And, what should I do now? > > On Tue, Nov 23, 2010 at 7:51 AM, Alexander Leidinger < > alexan...@leidinger.net> wrote: > > > Quoting Jeremy Chadwick (from Tue, 23 Nov 2010 > > 05:13:53 -

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Zhihao Yuan
Does the WITH_CTF=1 works for the buildworld? And, what should I do now? On Tue, Nov 23, 2010 at 7:51 AM, Alexander Leidinger < alexan...@leidinger.net> wrote: > Quoting Jeremy Chadwick (from Tue, 23 Nov 2010 > 05:13:53 -0800): > > On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: >

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread David Magda
On Tue, November 23, 2010 14:14, Mike Tancsa wrote: > I am still trying to figure out the best way to do zfs backups locally > here for rollbacks as well as DR. I was looking at some of the > techniques at > > http://www.cuddletech.com/blog/pivot/entry.php?id=984 > > But thats outdated ? WRT error

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Mike Tancsa
On 11/22/2010 8:29 PM, David Magda wrote: > On Nov 22, 2010, at 17:13, Andrew Reilly wrote: > >>> The currently accepted practice is to create a ZFS file system on the >>> backup drive and just keep sending incremental snapshots to it. As long >>> as the backup drive and host system have a snapsh

Re: repeating crashes with 8.1

2010-11-23 Thread Jack Vogel
I'm a bit dubious about this, if a descriptor still has an mbuf it was due to a discard, go look at em_rx_discard(), you will notice there that all these things are already being done at that point. So do you have a scenario where we can have an unused mbuf that didn't come thru that path?? Jack

RE: ZFS backups: retrieving a few files?

2010-11-23 Thread Malcolm Waltz
If you end up in the double-mounted situation mentioned below, use "mount -v" to find the fsid for each double-mounted filesystem and then umount them using the fsid. To avoid this, always use the "-R" option (temporary, alternate root mount point) with zpool if you are working with a root pool.

Re: repeating crashes with 8.1

2010-11-23 Thread Bjoern A. Zeeb
On Sat, 23 Oct 2010, Bjoern A. Zeeb wrote: Hi, just to get this out. Jack you might want to review and if ok, include in HEAD before we get feedback maybe. To my understanding worst it would be overhead but not really harm. > Oct 22 02:06:02 i4 kernel: em1: discard frame w/o packet heade

Re: [releng_8 tinderbox] failure on powerpc/powerpc

2010-11-23 Thread Nathan Whitehorn
On 11/23/10 06:28, Jeremy Chadwick wrote: > On Tue, Nov 23, 2010 at 10:43:41AM +, FreeBSD Tinderbox wrote: >> [...] >> cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls >> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >> -Winline -Wcast-qual

Re: NFS regression on recent STABLE

2010-11-23 Thread Josh Paetzel
On Tuesday, November 23, 2010 08:33:52 am Josh Paetzel wrote: > I've been involved with a project at work doing some fun things with NFS. > Recently due to changes in a available hardware we did a complete refresh > of the system. New HBAs, new storage boxes, and due to some internal > software co

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Thomas Ronner
On 11/23/10 4:45 PM, Freddie Cash wrote: On Tue, Nov 23, 2010 at 4:56 AM, Thomas Ronner wrote: rsync -avHxS --delete --numeric-ids /src/. /dst/. One problem with using rsync when dealing with hard-linked files: it doesn't like it when the source switches from hard-linked to non-hard-linked

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Freddie Cash
On Tue, Nov 23, 2010 at 4:56 AM, Thomas Ronner wrote: > On 11/23/10 1:45 PM, Andrew Reilly wrote: >> No, I don't like tar, rsync and friends for backups: they don't >> deal well with hard links, special files or sparse files. > > rsync -avHxS --delete --numeric-ids /src/. /dst/. > > Handles sparse

Re: NFS regression on recent STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 08:33:52AM -0600, Josh Paetzel wrote: > I've been involved with a project at work doing some fun things with NFS. > Recently due to changes in a available hardware we did a complete refresh of > the system. New HBAs, new storage boxes, and due to some internal software

NFS regression on recent STABLE

2010-11-23 Thread Josh Paetzel
I've been involved with a project at work doing some fun things with NFS. Recently due to changes in a available hardware we did a complete refresh of the system. New HBAs, new storage boxes, and due to some internal software confusion we updated the OS on the head from 8.1-R with zpool 15 bac

Re: RELENG_7 em problems (and RELENG_8)

2010-11-23 Thread Mike Tancsa
Again, for the archives, this problem is sadly still here. Although it appears to happen a little less frequently with the driver from HEAD. It seems it might be some issue specific to power savings, as LINUX users seem to have the same issues

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Alexander Leidinger
Quoting Jeremy Chadwick (from Tue, 23 Nov 2010 05:13:53 -0800): On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: on 23/11/2010 10:20 Zhihao Yuan said the following: > Attach my kernel configuration here, just in case. > > On 00:12 Tue 23 Nov, Jeremy Chadwick wrote: >> Forwarding

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Andriy Gapon
on 23/11/2010 15:25 Jeremy Chadwick said the following: > On Tue, Nov 23, 2010 at 05:13:53AM -0800, Jeremy Chadwick wrote: >> On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: >>> on 23/11/2010 10:20 Zhihao Yuan said the following: Attach my kernel configuration here, just in case.

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 05:13:53AM -0800, Jeremy Chadwick wrote: > On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: > > on 23/11/2010 10:20 Zhihao Yuan said the following: > > > Attach my kernel configuration here, just in case. > > > > > > On 00:12 Tue 23 Nov, Jeremy Chadwick wrote:

Re: Call for Area SATA II RAID controller testers [Fwd: svn commit: r215234 - head/sys/dev/arcmsr]

2010-11-23 Thread jan
On 11/19/2010 20:15, Mike Tancsa wrote: On 11/13/2010 4:03 AM, Xin LI wrote: Hi, I have just committed a new vendor release of arcmsr(4) driver. This is intended for 8.2-RELEASE so please test if you could. Hi, All seems to work well with the ARC-1110 card in RAID 10. Read and writ

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 02:39:47PM +0200, Andriy Gapon wrote: > on 23/11/2010 10:20 Zhihao Yuan said the following: > > Attach my kernel configuration here, just in case. > > > > On 00:12 Tue 23 Nov, Jeremy Chadwick wrote: > >> Forwarding back to the mailing list since the OP didn't CC it on his

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Thomas Ronner
On 11/23/10 1:45 PM, Andrew Reilly wrote: No, I don't like tar, rsync and friends for backups: they don't deal well with hard links, special files or sparse files. rsync -avHxS --delete --numeric-ids /src/. /dst/. Handles sparse files (S) and hard links (H). Never had any trouble with specia

Re: ZFS backups: retrieving a few files?

2010-11-23 Thread Andrew Reilly
On Mon, Nov 22, 2010 at 10:26:30AM -0500, Jonathan Stewart wrote: > On 11/22/2010 6:35 AM, Andrew Reilly wrote: > >Dump/restore doesn't work for ZFS. I *think* that I'm running > >backups in the appropriate equivalent fashion: I take file > >system snapshots (both absolute == level 0) and relative

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Andriy Gapon
on 23/11/2010 10:20 Zhihao Yuan said the following: > Attach my kernel configuration here, just in case. > > On 00:12 Tue 23 Nov, Jeremy Chadwick wrote: >> Forwarding back to the mailing list since the OP didn't CC it on his >> reply to me. >> >> - Forwarded message from Zhihao Yuan - >>

Re: [releng_8 tinderbox] failure on powerpc/powerpc

2010-11-23 Thread Jeremy Chadwick
On Tue, Nov 23, 2010 at 10:43:41AM +, FreeBSD Tinderbox wrote: > [...] > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -

[releng_8 tinderbox] failure on powerpc/powerpc

2010-11-23 Thread FreeBSD Tinderbox
TB --- 2010-11-23 09:41:39 - tinderbox 2.6 running on freebsd-stable.sentex.ca TB --- 2010-11-23 09:41:39 - starting RELENG_8 tinderbox run for powerpc/powerpc TB --- 2010-11-23 09:41:39 - cleaning the object tree TB --- 2010-11-23 09:42:02 - cvsupping the source tree TB --- 2010-11-23 09:42:02 - /

Re: Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Zhihao Yuan
Attach my kernel configuration here, just in case. On 00:12 Tue 23 Nov, Jeremy Chadwick wrote: > Forwarding back to the mailing list since the OP didn't CC it on his > reply to me. > > - Forwarded message from Zhihao Yuan - > > > From: Zhihao Yuan > > To: Jeremy Chadwick > > Date: Tu

Fwd: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE

2010-11-23 Thread Jeremy Chadwick
Forwarding back to the mailing list since the OP didn't CC it on his reply to me. - Forwarded message from Zhihao Yuan - > From: Zhihao Yuan > To: Jeremy Chadwick > Date: Tue, 23 Nov 2010 01:18:57 -0600 > Subject: Re: Fail to use Dtrace on FreeBSD 8.1-STABLE > > I followed the instruc