From owner-freebsd-stable@FreeBSD.ORG Wed Oct 18 08:17:13 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4293E16A412 for ; Wed, 18 Oct 2006 08:17:13 +0000 (UTC) (envelope-from Gabor@Zahemszky.HU) Received: from mta01.mail.t-online.hu (mta04.mail.t-online.hu [195.228.240.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D49CB43D49 for ; Wed, 18 Oct 2006 08:17:12 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from [192.168.1.2] (dsl51B6CC86.pool.t-online.hu [81.182.204.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.t-online.hu (Postfix) with ESMTP for ; Wed, 18 Oct 2006 10:17:10 +0200 (CEST) Message-ID: <4535E301.2040402@Zahemszky.HU> Date: Wed, 18 Oct 2006 10:17:05 +0200 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Subject: hald and strange error messages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2006 08:17:13 -0000 Hi! After updating my system, and enabling hald (no config, only the default settings), I've got so many strange SCSI errors. With some limited tests, I've found, that's because of hald. If I start it, got SCSI (and NTP?) errors. After stopping it, errors go away. Here is a snippet from messages (I've generated "Starting/stopping hald" messages with logger): === Oct 18 09:44:41 Picasso root: Starting hald Oct 18 09:45:06 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0x0 Oct 18 09:45:11 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Oct 18 09:45:44 Picasso last message repeated 5 times Oct 18 09:46:05 Picasso last message repeated 3 times Oct 18 09:46:06 Picasso root: Stopping hald Oct 18 09:46:12 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Oct 18 09:46:47 Picasso ntpd[660]: kernel time sync disabled 2041 Oct 18 09:49:27 Picasso root: Starting hald Oct 18 09:49:41 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Oct 18 09:50:05 Picasso last message repeated 4 times Oct 18 09:50:05 Picasso login: ROOT LOGIN (root) ON ttyv2 Oct 18 09:50:12 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Oct 18 09:50:47 Picasso last message repeated 5 times Oct 18 09:52:40 Picasso last message repeated 16 times Oct 18 09:52:43 Picasso root: Stopped hald Oct 18 09:52:47 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Oct 18 09:55:22 Picasso ntpd[660]: kernel time sync enabled 2001 Oct 18 10:02:19 Picasso root: Starting hald Oct 18 10:02:28 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Oct 18 10:02:59 Picasso last message repeated 5 times Oct 18 10:04:10 Picasso last message repeated 10 times Oct 18 10:04:15 Picasso root: Stopped hald Oct 18 10:04:17 Picasso kernel: ahc0:A:2: Missed busfree. Lastphase = 0xe0, Curphase = 0xe4 Bye, Zahy < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"