From owner-freebsd-questions@FreeBSD.ORG Sun Dec 28 19:37:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E878E1065673 for ; Sun, 28 Dec 2008 19:37:04 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com [209.85.218.19]) by mx1.freebsd.org (Postfix) with ESMTP id 38C478FC14 for ; Sun, 28 Dec 2008 19:37:04 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz12 with SMTP id 12so12089871bwz.19 for ; Sun, 28 Dec 2008 11:37:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Iu+El9ITsqTc6sjsUDr2vDXlKWNjBE4aSCcYw0VL48s=; b=niMaYsXi8Egn6NvtSGtMq2vnPgBf4ojwt5DTKBo85sfRWi0Nd9RAvrgBgpexGxcY8n FoYgBxWTG/2KFOKYpbBeOBQTfGGyspChRGc3CTSo2lXKvkci9Rp5qMwrPDTjvX2e/6wd rAEfId9qLIuvJkzd9zIRIcDZyPsCshNAB3k3w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=bM2o4qnYWkk3EgxPYSb2kdIONk0uuRsbdssr2ysxfolAYyzItphZwb2HC0DI1MAwxt ari6qhth7zQDSb8lY6RVOJkrhNeGE6ABPvo7MxxvuDneExgkCumlARFxdi3GPQiNjiE/ XqmkcU71EnkKN5kOZA8Pbm+I8KE03PAJOyHIM= Received: by 10.223.113.193 with SMTP id b1mr9421804faq.78.1230493022461; Sun, 28 Dec 2008 11:37:02 -0800 (PST) Received: by 10.223.115.1 with HTTP; Sun, 28 Dec 2008 11:37:02 -0800 (PST) Message-ID: <3a142e750812281137t63663d87x6e1efe8a8ee5f004@mail.gmail.com> Date: Sun, 28 Dec 2008 20:37:02 +0100 From: "Paul B. Mahol" To: jerome In-Reply-To: <20081228185511.7b4deafa@f89199.upc-f.chello.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081228185511.7b4deafa@f89199.upc-f.chello.nl> Cc: freebsd-questions@freebsd.org Subject: Re: disk error / reboot / 6.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 19:37:05 -0000 On 12/28/08, jerome wrote: > Hi Paul, > > The patch worked (almost). > > At first a program accessing a disk that reported an uncorrectable error, > the program just segfaulted. > > Another instance let to the situation that I was only able to ping the > server. > No ssh or console access was possible anymore. That is somehow to be expected, the point of patch is to fix panic, not trashing due to faulty disk/drivers/something else ... -- Paul