From owner-freebsd-questions@FreeBSD.ORG Thu Apr 30 05:41:23 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 45DA9106566B for ; Thu, 30 Apr 2009 05:41:23 +0000 (UTC) (envelope-from dsewnr.buffer@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 039358FC0A for ; Thu, 30 Apr 2009 05:41:22 +0000 (UTC) (envelope-from dsewnr.buffer@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1018530ywe.13 for ; Wed, 29 Apr 2009 22:41:22 -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; bh=wuKZoUNN+uEVUr37/tWhj7qwo9mJ+ztwBunPudRwQ6I=; b=FAGysFh6KMDhDZRF+ys+yz/qVRYNngExnPC7+vlGbXHsrZdPQekqU+mwkqZxA1/byN srA4LRvWcmX+nTvJwl7fJj4V6ZDOU5IvHO2v8ORve0L+muuNquVr29mpZ8TxrEkbArVG HQ32wIq+eYMkTxDq0Dvrs4QdG6AyCrku1/RMw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=X1caakVVU3I819E+vLF1lU4/EXgUZLdGTxBCb4eeQ1nqsxjFUO88/bHZbehwlJml41 7abU4pLL9Nqk0H4ES3ElUQAziFnp/riCWdtPe4aqO5Y+kS8yR4/54bqZFLuF9abo4bgr 4ubXAbiQLuMPhKDRE6T2XVegRoFagTNKiicrw= MIME-Version: 1.0 Received: by 10.100.11.14 with SMTP id 14mr2472312ank.84.1241070082382; Wed, 29 Apr 2009 22:41:22 -0700 (PDT) Date: Thu, 30 Apr 2009 13:41:22 +0800 Message-ID: From: Dsewnr Lu To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: "shutdown -p" does not power off 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: Thu, 30 Apr 2009 05:41:23 -0000 Hi all: My problem is that I type "shutdown -p now" command, and system hang after uptime show on screen. I must press reset or press power sw 4 sec to poweroff. But "reboot" command works fine for me. I found it caused when hald_enable set to "YES" in rc.conf, if hald_enable set to "NO" everything works fine. hald is required for my desktop environment. Any suggestions ? My kernel version is FreeBSD 7.1-RELEASE #5 amd64. Thanks, Dsewnr Lu