From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 03:28:01 2009 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 83B0A106566C for ; Sat, 18 Jul 2009 03:28:01 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from mail-gx0-f217.google.com (mail-gx0-f217.google.com [209.85.217.217]) by mx1.freebsd.org (Postfix) with ESMTP id 3F7EC8FC17 for ; Sat, 18 Jul 2009 03:28:01 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by gxk17 with SMTP id 17so2017351gxk.19 for ; Fri, 17 Jul 2009 20:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/s7/l9QWONTF1oZ3DQ+ABnE9NVH/6ORqeynhuo5iB+8=; b=D7n0gn2fFFy+5M91FzpGxb63vnFt00PTjL1YqK1SH93aKh0LOpTJSliDwIwzT/6ydR dZlk53j4LXmixiBcx6KFekExXfs9hLih+lq0lU/+UVvSTpvPAToXvj9D/nxn6TvsphBI 38DF3RZbNrGEFpr0seNsuX060HjuNJwmvfpok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=JVfmJ4KJa3bVGkCxxRCj33N1PNSrGwwDhIHuVy4lh3mhONMK+y/qZSbL44Okxj0ZaU TSJO3/JWzXvjXpJmFsvbcnIaVw5+BdaxEk8VkU3NP9CTfkcRlzMkypcooPmxMfOnnZtC /yD05lgnAa3OfM5kdtvywrTiDsmjE0/1ylC48= MIME-Version: 1.0 Received: by 10.150.230.15 with SMTP id c15mr3077258ybh.22.1247885989428; Fri, 17 Jul 2009 19:59:49 -0700 (PDT) Date: Fri, 17 Jul 2009 22:59:49 -0400 Message-ID: <24393ae80907171959u62705d8akb1e0aaec1d2f2c44@mail.gmail.com> From: Andrey Shuvikov To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: hald: kmem_malloc error 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: Sat, 18 Jul 2009 03:28:01 -0000 Hello, I'm trying to configure X and according to the manual enabled DBUS and HALD. But when hald is starting up I get kernel panic: kmem_malloc: entry not found or misaligned Does anyone know what could be wrong? I have memory dump if it can help but it's big (173M). I noticed that hald start-up script requires "usbd" but didn't find any script supplying that. Could it be the problem? Thank you, Andrey