From linimon at lonesome.com Tue Jul 1 00:21:31 2008 From: linimon at lonesome.com (Mark Linimon) Date: Tue Jul 1 00:21:35 2008 Subject: new wiki page to collect information about the ATA subsystem Message-ID: <20080701002130.GC5611@soaustin.net> Jeremy Chadwick (koitsu@) has been gathering together information on the wiki about commonly seen problems with FreeBSD: http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues http://wiki.freebsd.org/JeremyChadwick/ATA_issues_and_troubleshooting Based on a discussion on #freebsd-bugbusters, I've gone ahead and added a signup page for people that are interested in volunteering to do ATA regression testing (either for patches that are included in the various PRs, or for isolating regressions that have already happened): http://wiki.freebsd.org/ATA/ATA_Volunteers Please feel free to sign up if you're interested in helping on this. Perhaps it will lead to something. There is also a new meta-page to cross-reference the above: http://wiki.freebsd.org/ATA mcl From delphij at delphij.net Tue Jul 1 00:28:52 2008 From: delphij at delphij.net (Xin LI) Date: Tue Jul 1 00:28:54 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <20080701002130.GC5611@soaustin.net> References: <20080701002130.GC5611@soaustin.net> Message-ID: <48697A3A.8080208@delphij.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Linimon wrote: | Jeremy Chadwick (koitsu@) has been gathering together information on | the wiki about commonly seen problems with FreeBSD: | | http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues | http://wiki.freebsd.org/JeremyChadwick/ATA_issues_and_troubleshooting | | Based on a discussion on #freebsd-bugbusters, I've gone ahead and added | a signup page for people that are interested in volunteering to do ATA | regression testing (either for patches that are included in the various | PRs, or for isolating regressions that have already happened): | | http://wiki.freebsd.org/ATA/ATA_Volunteers | | Please feel free to sign up if you're interested in helping on this. | Perhaps it will lead to something. | | There is also a new meta-page to cross-reference the above: | | http://wiki.freebsd.org/ATA I think a problem for wiki.freebsd.org is that it is only open to committers... By the way, it would be more important to record who has what hardware when testing, just my $0.02 :) Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhpejoACgkQi+vbBBjt66A5OgCgq2sZg2oh4DsT47U55kvOyeSf xmoAnjX/YLs5MW055JAXNnKwBIbLJpQq =suv4 -----END PGP SIGNATURE----- From linimon at lonesome.com Tue Jul 1 00:34:48 2008 From: linimon at lonesome.com (Mark Linimon) Date: Tue Jul 1 00:34:50 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <48697A3A.8080208@delphij.net> References: <20080701002130.GC5611@soaustin.net> <48697A3A.8080208@delphij.net> Message-ID: <20080701003448.GG5611@soaustin.net> On Mon, Jun 30, 2008 at 05:28:42PM -0700, Xin LI wrote: > I think a problem for wiki.freebsd.org is that it is only open to > committers... Yes, but that's a more general problem than I feel I can solve right now :-) We've already added a number of "trusted" non-committers to the wiki access. mcl From bu7cher at yandex.ru Tue Jul 1 04:41:39 2008 From: bu7cher at yandex.ru (Andrey V. Elsukov) Date: Tue Jul 1 04:41:44 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <20080701002130.GC5611@soaustin.net> References: <20080701002130.GC5611@soaustin.net> Message-ID: <4869B4C3.7020909@yandex.ru> Mark Linimon wrote: > There is also a new meta-page to cross-reference the above: > > http://wiki.freebsd.org/ATA http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/78758 This feature now committed to CURRENT but not documented. And sysctl tunable has name hw.ata.setmax. -- WBR, Andrey V. Elsukov From bu7cher at yandex.ru Tue Jul 1 04:42:58 2008 From: bu7cher at yandex.ru (Andrey V. Elsukov) Date: Tue Jul 1 04:43:02 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <20080701002130.GC5611@soaustin.net> References: <20080701002130.GC5611@soaustin.net> Message-ID: <4869B2F7.4030000@yandex.ru> Mark Linimon wrote: > http://wiki.freebsd.org/ATA/ATA_Volunteers > > Please feel free to sign up if you're interested in helping on this. > Perhaps it will lead to something. > > There is also a new meta-page to cross-reference the above: > > http://wiki.freebsd.org/ATA These PRs are fixed: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/123754 sos 2008-05-26 08:58:48 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c Log: Dont call ata_start() when ata_reinit fails in the ioctl path. ---- http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/122847 phk 2008-05-15 01:25:30 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c Log: Fix for a bug I introduced when I cleaned up atacontrol: Don't terminate if we are listing devices, a controller might legitimately not be there. -- WBR, Andrey V. Elsukov From bu7cher at yandex.ru Tue Jul 1 05:02:39 2008 From: bu7cher at yandex.ru (Andrey V. Elsukov) Date: Tue Jul 1 05:02:43 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <20080701002130.GC5611@soaustin.net> References: <20080701002130.GC5611@soaustin.net> Message-ID: <4869BA64.7080309@yandex.ru> Mark Linimon wrote: > There is also a new meta-page to cross-reference the above: > > http://wiki.freebsd.org/ATA This PR fixed: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/98388 sos 2007-12-07 13:14:31 UTC FreeBSD src repository Modified files: sys/dev/ata ata-chipset.c Log: Fix speed report on Intel SATA chips in compat mode. Fix broken detect of JMicron 368. Revision Changes Path 1.210 +52 -3 src/sys/dev/ata/ata-chipset.c -- WBR, Andrey V. Elsukov From bu7cher at yandex.ru Tue Jul 1 05:05:55 2008 From: bu7cher at yandex.ru (Andrey V. Elsukov) Date: Tue Jul 1 05:06:00 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <20080701002130.GC5611@soaustin.net> References: <20080701002130.GC5611@soaustin.net> Message-ID: <4869BB28.3010904@yandex.ru> Mark Linimon wrote: > There is also a new meta-page to cross-reference the above: > > http://wiki.freebsd.org/ATA http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/122045 fixed. It's the same: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/123754 -- WBR, Andrey V. Elsukov From bu7cher at yandex.ru Tue Jul 1 05:08:29 2008 From: bu7cher at yandex.ru (Andrey V. Elsukov) Date: Tue Jul 1 05:08:32 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <20080701002130.GC5611@soaustin.net> References: <20080701002130.GC5611@soaustin.net> Message-ID: <4869BBBF.6000306@yandex.ru> Mark Linimon wrote: > There is also a new meta-page to cross-reference the above: > > http://wiki.freebsd.org/ATA http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/121703 Patch committed to CURRENT (hw.ata.set_max=1). -- WBR, Andrey V. Elsukov From gavin at FreeBSD.org Wed Jul 2 10:50:25 2008 From: gavin at FreeBSD.org (Gavin Atkinson) Date: Wed Jul 2 10:50:30 2008 Subject: new wiki page to collect information about the ATA subsystem In-Reply-To: <4869B2F7.4030000@yandex.ru> References: <20080701002130.GC5611@soaustin.net> <4869B2F7.4030000@yandex.ru> Message-ID: <1214995819.27315.5.camel@buffy.york.ac.uk> On Tue, 2008-07-01 at 08:30 +0400, Andrey V. Elsukov wrote: > Mark Linimon wrote: > > http://wiki.freebsd.org/ATA/ATA_Volunteers > > > > Please feel free to sign up if you're interested in helping on this. > > Perhaps it will lead to something. > > > > There is also a new meta-page to cross-reference the above: > > > > http://wiki.freebsd.org/ATA > > These PRs are fixed: > Thanks for letting us know about these, I'll go through them all later today and close off the ones which are fixed. Gavin From remko at elvandar.org Sat Jul 5 15:30:03 2008 From: remko at elvandar.org (Remko Lodder) Date: Sat Jul 5 15:30:32 2008 Subject: PR's with patches and src committer Message-ID: <486F8DFD.3010902@elvandar.org> Dear bugbusters, As one of the bugmeisters (currently slacking around ;-p) I can commit trivial patches etc. I saw a note from Mark that we weren't succesfull in finding src/ people to do some commits. Please find me available for committing things, but one should forward me the ticket or something so that I dont forget.. Cheers Remko -- /"\ Best regards, | remko@FreeBSD.org \ / Remko Lodder | remko@EFnet X http://www.evilcoder.org/ | / \ ASCII Ribbon Campaign | Against HTML Mail and News From pgollucci at p6m7g8.com Mon Jul 7 03:46:32 2008 From: pgollucci at p6m7g8.com (Philip M. Gollucci) Date: Mon Jul 7 03:46:38 2008 Subject: PR's with patches and src committer In-Reply-To: <486F8DFD.3010902@elvandar.org> References: <486F8DFD.3010902@elvandar.org> Message-ID: <48718F3C.4050500@p6m7g8.com> Remko Lodder wrote: > Dear bugbusters, > > As one of the bugmeisters (currently slacking around ;-p) I can commit > trivial patches etc. I saw a note from Mark that we weren't succesfull > in finding src/ people to do some commits. > > Please find me available for committing things, but one should forward > me the ticket or something so that I dont forget.. misc/124434 -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From therior at ukr.net Thu Jul 10 14:32:49 2008 From: therior at ukr.net (freebsd kernel panic) Date: Thu Jul 10 14:32:56 2008 Subject: /girle/pussy && /girle/ass Message-ID: when will these devices be? when will a woman be? From sserre.bx at gmail.com Sat Jul 19 09:57:58 2008 From: sserre.bx at gmail.com (seb serre) Date: Sat Jul 19 09:58:04 2008 Subject: Installation failure Message-ID: <6938aff50807190241m3dc1646cmbb1ea192e5ef2670@mail.gmail.com> Hello to hall I have problem to install Freebsd "can not write to disk" due to a "incorrect geometry". I have tryed a lot of thing, change the bios options, geometry, take it's geometry from other OS (openbsd, gparted, netbsd) but nothing apend The problem is the same on my three computers, whith all drives. I signal this, and ... wait for another release to give another try!