Re: bad sector in gmirror HDD

2011-08-21 Thread Peter Jeremy
On 2011-Aug-19 20:24:38 -0700, Jeremy Chadwick wrote: >The reallocated LBA cannot be dealt with aside from re-creating the >filesystem and telling it not to use the LBA. I see no flags in >newfs(8) that indicate a way to specify LBAs to avoid. And we don't >know what LBA it is so we can't refer

Re: Unknown Re0 Hardware version

2011-08-21 Thread YongHyeon PYUN
On Sun, Aug 21, 2011 at 04:01:10PM +0200, Willem Jan Withagen wrote: > Hi, > > I'm assembling a few system with a ASUS P8 H161-MLE motherboard > which was supposed to have a 'RealtekĀ® 8112L, 1 x Gigabit LAN > Controller(s)' onboard. > > And to be honestly I never expected that version not to be

Re: Unknown Re0 Hardware version

2011-08-21 Thread Willem Jan Withagen
On 2011-08-22 1:01, YongHyeon PYUN wrote: On Sun, Aug 21, 2011 at 04:01:10PM +0200, Willem Jan Withagen wrote: Hi, I'm assembling a few system with a ASUS P8 H161-MLE motherboard which was supposed to have a 'RealtekĀ® 8112L, 1 x Gigabit LAN Controller(s)' onboard. And to be honestly I never ex

Re: Serial multiport error Oxford/Startech PEX2S952

2011-08-21 Thread Greg Byshenk
On Sun, Aug 21, 2011 at 09:44:41PM +0100, David Wood wrote: > I wrote and contributed the support code for the OXPCIe95x serial chips > - and just happened to notice your report. Thanks for the response. > In message <20110821154249.ge92...@core.byshenk.net>, Greg Byshenk > writes > >I'm ha

Re: Serial multiport error Oxford/Startech PEX2S952

2011-08-21 Thread David Wood
Hi Greg, I wrote and contributed the support code for the OXPCIe95x serial chips - and just happened to notice your report. In message <20110821154249.ge92...@core.byshenk.net>, Greg Byshenk writes I'm having a problem with a StarTech PEX2S952 dual-port serial card. I believe that it shou

Re: debugging frequent kernel panics on 8.2-RELEASE

2011-08-21 Thread Roger Marquis
On Sat, 20 Aug 2011, Steven Hartland wrote: Are you seeing a double fault panic? We're seeing both. At least one double (or more) fault finishing with "Fatal Trap 12: page fault while in kernel mode". Subsequent panics have been single fault (all visible on the IPMI console) "Fatal Trap 9: ge

Re: debugging frequent kernel panics on 8.2-RELEASE

2011-08-21 Thread Jamie Gritton
On 08/21/11 05:01, Steven Hartland wrote: - Original Message - From: "Jamie Gritton" The problem isn't with the conditional locking of tpr in prison_deref. That locking is actually correct, and there's no race condition. Are you sure? I do think that unlocking the mtx half way through

Serial multiport error Oxford/Startech PEX2S952

2011-08-21 Thread Greg Byshenk
Not sure if -stable is the right place for this, but I'll give it a shot; if it's not, then a pointer in the right direction would be much appreciated. I'm having a problem with a StarTech PEX2S952 dual-port serial card. I believe that it should be supported, as it has this entry in pucdata.c [.

Unknown Re0 Hardware version

2011-08-21 Thread Willem Jan Withagen
Hi, I'm assembling a few system with a ASUS P8 H161-MLE motherboard which was supposed to have a 'RealtekĀ® 8112L, 1 x Gigabit LAN Controller(s)' onboard. And to be honestly I never expected that version not to be supported. Just booted 8.2-RELEASE on it, and the Installer crashed when I wanted

Re: debugging frequent kernel panics on 8.2-RELEASE

2011-08-21 Thread Steven Hartland
- Original Message - From: "Jamie Gritton" In essence I think we can get the following flow where 1# = process1 and 2# = process2 1#1. prison1.pr_uref = 1 (single process jail) 1#2. prison_deref( prison1,... 1#3. prison1.pr_uref-- (prison1.pr_uref = 0) 1#3. prison1.mtx_unlock <-- this no

Re: bad sector in gmirror HDD

2011-08-21 Thread perryh
Jeremy Chadwick wrote: > On Sun, Aug 21, 2011 at 02:00:33AM -0700, per...@pluto.rain.com > wrote: > > Jeremy Chadwick wrote: > > > ... using dd to find the bad LBAs is the only choice he has. > > or sysutils/diskcheckd ... > That software has a major problem where it runs constantly, rather > tha

Re: bad sector in gmirror HDD

2011-08-21 Thread Matthias Andree
Am 20.08.2011 19:34, schrieb Dan Langille: > This is an older system. I suspect insufficient ventilation. I'll look at > getting > a new case fan, if not some HDD fans. The answer is quite simple, get new drives. They have gone for some 24000 hours, IOW, at least 3 years (assuming 24x7), and a

Re: debugging frequent kernel panics on 8.2-RELEASE

2011-08-21 Thread Jamie Gritton
On 08/20/11 19:19, Steven Hartland wrote: - Original Message - From: "Andriy Gapon" on 20/08/2011 23:24 Steven Hartland said the following: - Original Message - From: "Steven Hartland" Looking through the code I believe I may have noticed a scenario which could trigger the pr