ar(1) format_decimal failure is fatal?

2010-08-28 Thread Benjamin Kaduk
Hi all, I've been working on fixing the OpenAFS network filesystem client for FreeBSD, and it's at the point where I want to use the lazy man's filesystem stress test: buildworld. However, quite early in the process, I get the following error: stage 1.1: legacy release compatibility shims [.

Re: Support for WD Advanced Format disks

2010-08-28 Thread Ilya Bakulin
On Sat, 28 Aug 2010 19:50:24 +0400 Ilya Bakulin wrote: > On Sat, 28 Aug 2010 13:09:12 +0400 > Ilya Bakulin wrote: > > > Right now I'm running phybs -w /dev/ad7p1 > > Well, phybs finished. I feel like a flooder today :-) I've created gnop provider on top of the existing ad7p1: kibab-desktop#

Re: Support for WD Advanced Format disks

2010-08-28 Thread Thiago Damas
You read: "ATA 4K sector issues" http://lists.freebsd.org/pipermail/freebsd-hackers/2010-March/031154.html 2010/8/28 Ilya Bakulin : > On Sat, 28 Aug 2010 13:09:12 +0400 > Ilya Bakulin wrote: > >> Right now I'm running phybs -w /dev/ad7p1 > > Well, phybs finished. > Results: > kibab-desktop# ./phy

Re: tiny patch to prevent head from closing pipes

2010-08-28 Thread Alexander Best
On Sat Aug 28 10, Anonymous wrote: > Alexander Best writes: > > > hi there, > > > > i just had subversion complain about a broken pipe while piping its output > > through awk straight to head [1]. i decided to add a switch to head which > > will > > tell it to never close a pipe unless the input

Re: Support for WD Advanced Format disks

2010-08-28 Thread Ilya Bakulin
On Sat, 28 Aug 2010 13:09:12 +0400 Ilya Bakulin wrote: > Right now I'm running phybs -w /dev/ad7p1 Well, phybs finished. Results: kibab-desktop# ./phybs -w /dev/ad7p1 countsize offsetstepmsec tpskBps 1310721024 04096 3098125 0 42 1310

Re: tiny patch to prevent head from closing pipes

2010-08-28 Thread Anonymous
Anonymous writes: > Alexander Best writes: > >> hi there, >> >> i just had subversion complain about a broken pipe while piping its output >> through awk straight to head [1]. i decided to add a switch to head which >> will >> tell it to never close a pipe unless the input has stopped [2]. > >

Re: tiny patch to prevent head from closing pipes

2010-08-28 Thread Anonymous
Alexander Best writes: > hi there, > > i just had subversion complain about a broken pipe while piping its output > through awk straight to head [1]. i decided to add a switch to head which will > tell it to never close a pipe unless the input has stopped [2]. You can do same with sh(1), e.g.

tiny patch to prevent head from closing pipes

2010-08-28 Thread Alexander Best
hi there, i just had subversion complain about a broken pipe while piping its output through awk straight to head [1]. i decided to add a switch to head which will tell it to never close a pipe unless the input has stopped [2]. of course this will produce massive overhead, but some people might f

Re: Support for WD Advanced Format disks

2010-08-28 Thread Ilya Bakulin
On Tue, 10 Aug 2010 19:44:48 +0200 Dag-Erling Smørgrav wrote: > Right now, I have two requests. The first is that people who have > Advanced Format disks run a program I wrote that measures the > performance of aligned and misaligned writes of different sizes. > > % svn co http://svn.freebsd.or