From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 17 12:39:46 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 512131065781 for ; Fri, 17 Sep 2010 12:39:46 +0000 (UTC) (envelope-from alex.coulson@charthouse.co.uk) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E10BF8FC20 for ; Fri, 17 Sep 2010 12:39:45 +0000 (UTC) Received: by wyb33 with SMTP id 33so3087918wyb.13 for ; Fri, 17 Sep 2010 05:39:45 -0700 (PDT) Received: by 10.216.165.209 with SMTP id e59mr705541wel.58.1284725751134; Fri, 17 Sep 2010 05:15:51 -0700 (PDT) Received: from [192.168.10.127] (host81-149-4-164.in-addr.btopenworld.com [81.149.4.164]) by mx.google.com with ESMTPS id n17sm2606299weq.30.2010.09.17.05.15.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Sep 2010 05:15:50 -0700 (PDT) From: Alex Coulson Date: Fri, 17 Sep 2010 13:15:47 +0100 Message-Id: <2E7772A2-D0C2-474F-9101-DC782F58BC4F@charthouse.co.uk> To: freebsd-hackers@freebsd.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Nanobsd - Freebsd7.2 - Can't enable core dump X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 12:39:46 -0000 I have a soekris net4801 running nanobsd which is freezing randomly = (between 10min->2hours), and does not create a crash dump file when it = fails (and nothing interesting in the messages log). The following kernel options are enabled: > makeoptions DEBUG=3D-g=09 > options KDTRACE_HOOKS > options KDB > options DDB > options KDB_UNATTENDED > options KDB_TRACE rc.conf > dumpdev=3D"/dev/da0s1b" > savecore=3D"YES" swapinfo > Device 1K-blocks Used Avail Capacity > /dev/da0s1b 500720 0 500720 0% db> call doadump > Physical memory: 247 MB > Dumping 35 MB:ucom0: ucomreadcb: TIMEOUT > Aborting dump due to I/O error. > status =3D=3D 0x4, scsi status =3D=3D 0x0 >=20 > ** DUMP FAILED (ERROR 5) ** > =3D 0x1d Any help would be appreciated! Alex Coulson