Re: x220 notes

2011-10-04 Thread Benjamin Kaduk
On Mon, 3 Oct 2011, matt wrote: Ultimately, I think if we can set backlight, we can fix the screen after resume...I think it's just the backlight is low/off on resume... Can you use a very strong fronglight to see if this is actually the case? (Illumination angle may be important as well.)

Re: st_dev and st_ino for pipes

2011-10-04 Thread Peter Jeremy
On 2011-Oct-03 01:04:05 +0300, Kostik Belousov kostik...@gmail.com wrote: Our implementation of pipes does not provide useful values for st_dev and st_ino when stat(2) is done on an anonymous pipe. It was noted by the ... Patch below implements the requirement, by the cost of the small overhead at

Re: cvsup broken on amd64?

2011-10-04 Thread Maxime Henrion
On Tue, Oct 4, 2011 at 2:19 AM, Adrian Chadd adr...@freebsd.org wrote: On 4 October 2011 05:53, Maxime Henrion m...@freebsd.org wrote: Great, that's a relief. I knew the pthread library was free to wake a thread up even if it hadn't been signaled, which is why one always has to call

Re: Strange ZFS filesystem corruption

2011-10-04 Thread Matt Thyer
On Oct 4, 2011 5:50 AM, Paul Mather p...@gromit.dlib.vt.edu wrote: [snip] I have a raidz2 ZFS pool on a system that I have recently been using as a mirror for about 6.5 TiB of data. The data are mirrored nightly using rsync. I noticed during these nightly rsync copies I would get some errors

Re: st_dev and st_ino for pipes

2011-10-04 Thread Kostik Belousov
On Tue, Oct 04, 2011 at 05:37:27PM +1100, Peter Jeremy wrote: On 2011-Oct-03 01:04:05 +0300, Kostik Belousov kostik...@gmail.com wrote: Our implementation of pipes does not provide useful values for st_dev and st_ino when stat(2) is done on an anonymous pipe. It was noted by the ... Patch

portsnap5 problem, portsnap error handling

2011-10-04 Thread Andriy Gapon
Not sure which list would be best for this, so using current@. $ portsnap fetch portsnap update Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found. Fetching snapshot tag from portsnap5.FreeBSD.org... done. Fetching snapshot metadata... fetch:

Re: [CFT] hostap mode fixes with ath(4)

2011-10-04 Thread Pavel Timofeev
I can't beleive! Can't reproduce it! I just gets sometimes ath0: stuck beacon; resetting (bmiss count 4) messages and nothing else. But now almost wlan channels doesn't loaded with other APs. =( 2011/9/29 Adrian Chadd adr...@freebsd.org On 29 September 2011 19:58, Pavel Timofeev

locate broken on CURRENT

2011-10-04 Thread Ruslan Mahmatkhanov
Good day, after recent code syncing and updating to FreeBSD 10.0-CURRENT i've got this problem: [rm@smeshariki3 ~] locate some-word locate: integer out of +-MAXPATHLEN (1024): 1037 Dunno if this is known problem. -- Regards, Ruslan Tinderboxing kills... the drives.

Re: [CFT] hostap mode fixes with ath(4)

2011-10-04 Thread Adrian Chadd
Well as long as -HEAD is working very nicely for you, I'm happy :) Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

[CFT] please test out -HEAD wireless before I merge things back to stable/9

2011-10-04 Thread Adrian Chadd
Hi all, I've committed some work to head which needs some further testing before I am comfortable backporting it to stable/9. This currently includes: * a fix for the ieee80211_swbmiss() panic; * various ath changes, both for sta and hostap modes and for all chipsets ar5212 and later; * an

Re: cvsup broken on amd64?

2011-10-04 Thread Adrian Chadd
Hi all, I've committed this to -head. I'd appreciate it if csup users would give this a thorough testing and report back to the list with results. I won't submit this as a merge candidate this to stable/9 without a whole lot of testing. :) Thanks, Adrian

Re: Strange ZFS filesystem corruption

2011-10-04 Thread Paul Mather
On Oct 3, 2011, at 6:19 PM, Artem Belevich wrote: On Mon, Oct 3, 2011 at 11:21 AM, Paul Mather p...@gromit.dlib.vt.edu wrote: = The pool itself reports no errors. I performed a scrub on the pool yet this bizarre filesystem corruption persists: = tape# zpool status backups

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Mon, Oct 3, 2011 at 7:50 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Wed, Sep 28, 2011 at 9:42 PM, Ken Smith kensm...@buffalo.edu wrote: The third BETA build of the 9.0-RELEASE release cycle is now available.  Since this is the first release of a brand new branch I

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Chris Rees
What is your Wiki name? On 4 Oct 2011 16:26, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Mon, Oct 3, 2011 at 7:50 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Wed, Sep 28, 2011 at 9:42 PM, Ken Smith kensm...@buffalo.edu wrote: The third BETA build of the 9.0-RELEASE release

Re: Strange ZFS filesystem corruption

2011-10-04 Thread Olivier Smedts
2011/10/3 Paul Mather p...@gromit.dlib.vt.edu: I know ZFS does not have a fsck utility (because it doesn't need one:), but does anyone know of any way of fixing this corruption short of destroying the pool, creating a new one, and restoring from backup?  Is there some way of exporting and

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 12:24 PM, Chris Rees utis...@gmail.com wrote: On 4 October 2011 16:35, Chris Rees utis...@gmail.com wrote: On 4 Oct 2011 16:26, Arnaud Lacombe lacom...@gmail.com wrote: On Mon, Oct 3, 2011 at 7:50 PM, Arnaud Lacombe lacom...@gmail.com wrote: On Wed, Sep 28, 2011 at

RFC: Project geom-events

2011-10-04 Thread Lev Serebryakov
Hello, Freebsd-geom. I've just committed (a branch with) the project, I worked on for last month (and imagined for last two years). It is GEOM Events subsystem. What is it? We now have pretty impressive set of GEOM modules, which covers many areas: infrastructure support (like

Re: RFC: Project geom-events

2011-10-04 Thread Lev Serebryakov
Hello, Lev. You wrote 4 октября 2011 г., 22:05:07: Patch against CURRENT is attached. Oh, sorry, it seems, that patch is too big for list. http://lev.serebryakov.spb.ru/download/geom-events-1.0.head.patch.gz -- // Black Lion AKA Lev Serebryakov l...@freebsd.org

Re: RFC: Project geom-events

2011-10-04 Thread Alexander Motin
On 04.10.2011 21:12, Freddie Cash wrote: 2011/10/4 Lev Serebryakov l...@freebsd.org mailto:l...@freebsd.org One thing is missed from software RAIDs is spare drives and state monitoring (yes, I know, that geom_raid supports spare drivers for metadata formats which supports them,

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Ronald Klop
On Tue, 04 Oct 2011 18:41:50 +0200, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Tue, Oct 4, 2011 at 12:24 PM, Chris Rees utis...@gmail.com wrote: On 4 October 2011 16:35, Chris Rees utis...@gmail.com wrote: On 4 Oct 2011 16:26, Arnaud Lacombe lacom...@gmail.com wrote: On Mon, Oct 3,

Re: RFC: Project geom-events

2011-10-04 Thread Freddie Cash
2011/10/4 Lev Serebryakov l...@freebsd.org One thing is missed from software RAIDs is spare drives and state monitoring (yes, I know, that geom_raid supports spare drivers for metadata formats which supports them, but it not universal solution). Sounds impressive! Will be very useful for

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 11:35 AM, Chris Rees utis...@gmail.com wrote: What is your Wiki name? ArnaudLacombe created this morning, with the same email address as the one I'm sending this email with. Thanks, - Arnaud ___

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Ken Smith
On Tue, 2011-10-04 at 22:40 +0400, Andrey Fesenko wrote: On Thu, Sep 29, 2011 at 5:42 AM, Ken Smith kensm...@buffalo.edu wrote: The 9.0-RELEASE cycle will be tracked here: http://wiki.freebsd.org/Releng/9.0TODO though the schedule listed there is still way off. We'll re-work

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Andrey Fesenko
On Thu, Sep 29, 2011 at 5:42 AM, Ken Smith kensm...@buffalo.edu wrote: The 9.0-RELEASE cycle will be tracked here:        http://wiki.freebsd.org/Releng/9.0TODO though the schedule listed there is still way off.  We'll re-work the schedule some time soon. Last updated: 16 August 2011. :(

Re: RFC: Project geom-events

2011-10-04 Thread Garrett Cooper
On Oct 4, 2011, at 11:12 AM, Freddie Cash wrote: 2011/10/4 Lev Serebryakov l...@freebsd.org One thing is missed from software RAIDs is spare drives and state monitoring (yes, I know, that geom_raid supports spare drivers for metadata formats which supports them, but it not universal

Re: x220 notes

2011-10-04 Thread matt
On Tue, 4 Oct 2011 02:21:59 -0400 (EDT) Benjamin Kaduk ka...@mit.edu wrote: On Mon, 3 Oct 2011, matt wrote: Ultimately, I think if we can set backlight, we can fix the screen after resume...I think it's just the backlight is low/off on resume... Can you use a very strong fronglight to

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 2:48 PM, Ken Smith kensm...@buffalo.edu wrote: On Tue, 2011-10-04 at 22:40 +0400, Andrey Fesenko wrote: On Thu, Sep 29, 2011 at 5:42 AM, Ken Smith kensm...@buffalo.edu wrote: The 9.0-RELEASE cycle will be tracked here:        

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Ken Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/4/11 3:39 PM, Arnaud Lacombe wrote: you've got to be fraking kidding me, aren't you ? Code freeze has happened, no date set. BETA-1, BETA-2 have been released, no date set. stable/9 has been created, no date set. Branch status has not

Re: portsnap5 problem, portsnap error handling

2011-10-04 Thread Doug Barton
On 10/04/2011 03:32, Andriy Gapon wrote: Not sure which list would be best for this Given that it's a ports issue, freebsd-ports@ comes to mind ... -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth

Re: RFC: Project geom-events

2011-10-04 Thread Lev Serebryakov
Hello, Freddie. You wrote 4 октября 2011 г., 22:12:32: Sounds impressive! Will be very useful for those using GEOM-based RAID (gmirror, gstripe, graid3, graid5, etc). Just curious: would the geom-events framework, and in particular the geom-events script, be useful for ZFS setups, for

Re: RFC: Project geom-events

2011-10-04 Thread Freddie Cash
On Tue, Oct 4, 2011 at 12:15 PM, Garrett Cooper yaneg...@gmail.com wrote: On Oct 4, 2011, at 11:12 AM, Freddie Cash wrote: 2011/10/4 Lev Serebryakov l...@freebsd.org One thing is missed from software RAIDs is spare drives and state monitoring (yes, I know, that geom_raid supports spare

Re: x220 notes

2011-10-04 Thread Kostik Belousov
On Tue, Oct 04, 2011 at 12:26:27PM -0700, matt wrote: On Tue, 4 Oct 2011 02:21:59 -0400 (EDT) Benjamin Kaduk ka...@mit.edu wrote: On Mon, 3 Oct 2011, matt wrote: Ultimately, I think if we can set backlight, we can fix the screen after resume...I think it's just the backlight is

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 3:50 PM, Ken Smith kensm...@buffalo.edu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/4/11 3:39 PM, Arnaud Lacombe wrote: you've got to be fraking kidding me, aren't you ? Code freeze has happened, no date set. BETA-1, BETA-2 have been released, no

groff -ms -Tascii (nroff?) strange output

2011-10-04 Thread Anton Shterenlikht
I'm having problems similar to this thread: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=91536+0+archive/2011/freebsd-current/20110821.freebsd-current The solution suggested was to use man ./local man page However, my document is not a man page, and I use ms macros. Test document: BUZI cat

Re: portsnap5 problem, portsnap error handling

2011-10-04 Thread Jilles Tjoelker
On Tue, Oct 04, 2011 at 01:32:45PM +0300, Andriy Gapon wrote: Not sure which list would be best for this, so using current@. $ portsnap fetch portsnap update Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found. Fetching snapshot tag from portsnap5.FreeBSD.org... done. Fetching

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 5:30 PM, Joshua Boyd boy...@jbip.net wrote: On Tue, Oct 4, 2011 at 4:56 PM, Arnaud Lacombe lacom...@gmail.com wrote: Had you loved so much to have this information, you would have given me credential. I may have filled in all the date from publicly available

Re: x220 notes

2011-10-04 Thread matt
Friend had idea of trying to resume under X with external VGA display...both remained off, however I am using the Intel GPU experimental drivers (To make a note, resume is broken without them as well). Suspend/resume is not implemented in the KMS driver (yet). On x220 problem is

Re: RFC: Project geom-events

2011-10-04 Thread Alexander Motin
Miroslav Lachman wrote: Lev Serebryakov wrote: One thing is missed from software RAIDs is spare drives and state monitoring (yes, I know, that geom_raid supports spare drivers for metadata formats which supports them, but it not universal solution). I am still missing one thing - dropped

Re: RFC: Project geom-events

2011-10-04 Thread Miroslav Lachman
Lev Serebryakov wrote: [...] One thing is missed from software RAIDs is spare drives and state monitoring (yes, I know, that geom_raid supports spare drivers for metadata formats which supports them, but it not universal solution). I am still missing one thing - dropped provider is not

Re: x220 notes

2011-10-04 Thread Kostik Belousov
On Tue, Oct 04, 2011 at 02:38:06PM -0700, matt wrote: Friend had idea of trying to resume under X with external VGA display...both remained off, however I am using the Intel GPU experimental drivers (To make a note, resume is broken without them as well). Suspend/resume is not

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 5:38 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Tue, Oct 4, 2011 at 5:30 PM, Joshua Boyd boy...@jbip.net wrote: On Tue, Oct 4, 2011 at 4:56 PM, Arnaud Lacombe lacom...@gmail.com wrote: Had you loved so much to have this information, you would have given

Re: x220 notes

2011-10-04 Thread matt
On Wed, 5 Oct 2011 00:46:04 +0300 Kostik Belousov kostik...@gmail.com wrote: On Tue, Oct 04, 2011 at 02:38:06PM -0700, matt wrote: Friend had idea of trying to resume under X with external VGA display...both remained off, however I am using the Intel GPU experimental drivers (To

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Vlad Galu
On Tue, Oct 4, 2011 at 10:38 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Tue, Oct 4, 2011 at 5:30 PM, Joshua Boyd boy...@jbip.net wrote: On Tue, Oct 4, 2011 at 4:56 PM, Arnaud Lacombe lacom...@gmail.com wrote: Had you loved so much to have this information, you would have given me

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 6:15 PM, Vlad Galu d...@dudu.ro wrote: On Tue, Oct 4, 2011 at 10:38 PM, Arnaud Lacombe lacom...@gmail.com wrote: Hi, On Tue, Oct 4, 2011 at 5:30 PM, Joshua Boyd boy...@jbip.net wrote: On Tue, Oct 4, 2011 at 4:56 PM, Arnaud Lacombe lacom...@gmail.com wrote: Had

Re: portsnap5 problem, portsnap error handling

2011-10-04 Thread Colin Percival
On 10/04/11 14:08, Jilles Tjoelker wrote: The important part is the error from [. Because the check is for inequality, in case of a [ syntax error the equal path is taken and the script continues as if everything is fine. The script arrives there because of a missing backslash so that the

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Arnaud Lacombe
Hi, On Tue, Oct 4, 2011 at 3:50 PM, Ken Smith kensm...@buffalo.edu wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/4/11 3:39 PM, Arnaud Lacombe wrote: you've got to be fraking kidding me, aren't you ? Code freeze has happened, no date set. BETA-1, BETA-2 have been released, no

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Igor Mozolevsky
On 4 October 2011 19:40, Andrey Fesenko f0and...@gmail.com wrote: On Thu, Sep 29, 2011 at 5:42 AM, Ken Smith kensm...@buffalo.edu wrote: The 9.0-RELEASE cycle will be tracked here:        http://wiki.freebsd.org/Releng/9.0TODO though the schedule listed there is still way off.  We'll

Re: RFC: Project geom-events

2011-10-04 Thread Andrey V. Elsukov
On 04.10.2011 22:05, Lev Serebryakov wrote: So, here it is. GEOM Events. Project consists of several parts (all are ready and commited to project branch!): Hi, Lev (5) Changes in all geom classes to post these events. It seems that you could change only geom_dev.c to get most of