From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 1 14:07:42 2010 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 422F11065672 for ; Thu, 1 Jul 2010 14:07:42 +0000 (UTC) (envelope-from jilingshu@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 166768FC0A for ; Thu, 1 Jul 2010 14:07:41 +0000 (UTC) Received: by pvb32 with SMTP id 32so889183pvb.13 for ; Thu, 01 Jul 2010 07:07:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=5cn/HeCF3gzVSX3lrbHlItXq04/yfDqoEXxwvHYgE80=; b=LGPgsid2yy1iNQFSUCcHn2xlckzcYK/+zqTjZtI5sr6yqEH7eUBsVDm98bu/KjlRm5 EeufLD9SFzYIgF53DAGFos9mYQFIpUOrOBsg0UlHUwS+LuQ8516duXqa8NRYHY6iCL1j RUXXsOSxzyYMJBeAVf3TaxojwwZPgeVVt07FE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:organization:x-mailer:mime-version :content-type:content-transfer-encoding; b=a+c+ajFbcH1SoP50LkhAneeaykYCQITfqAWWjBJmfTrvjlf7V1KVrKYiHWXS3d1rSy 3SqcaZDy7QbNRqr8PX4zCoxVZO7z4EoFyVVQHEqrA6i9Ekx5pLrFtWwYAZBg9coXWRkL 9z14SsfYLvA7DNGIoDUrvqLS57E5GtTlJ9sTo= Received: by 10.142.207.18 with SMTP id e18mr12833209wfg.158.1277993256292; Thu, 01 Jul 2010 07:07:36 -0700 (PDT) Received: from Bear-PC ([183.32.168.87]) by mx.google.com with ESMTPS id w36sm6987872wfh.2.2010.07.01.07.07.34 (version=SSLv3 cipher=RC4-MD5); Thu, 01 Jul 2010 07:07:35 -0700 (PDT) Date: Thu, 1 Jul 2010 22:07:34 +0800 From: Bear To: "freebsd-gnome" Message-ID: <201007012207306606062@Gmail.com> Organization: Freebear Develop Group X-mailer: Foxmail 6, 15, 201, 22 [cn] Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Is there something wrong with the default dbus policy? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 14:07:42 -0000 hi, I just found a problem of dbus. I installed xorg and gnome2-lite via pkg_add -r with PACKAGESITE = 8-stable. Then I added dbus_enable="YES" and hald_enable="YES" into /etc/rc.conf and mounted /proc. I also sure that my localhost and my host name with domain name is pingable. My ~/.xinitrc is list below: exec ck-launch-session gnome-session When I use a normal user to launch startx, the gnome-panel and some other process would show a error: ** (gnome-panel:69812): WARNING **: Could not ask session manager if shut down is available: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. And also, the gnome-panel took a long time to appear since the desktop shown. But when I login as root and launch startx, this error message disappered and everything worked well. Could you help me to solve this problem? thx -------------- Bear 2010-07-01