From owner-freebsd-gnome@FreeBSD.ORG Wed Oct 17 14:29:18 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF52916A419 for ; Wed, 17 Oct 2007 14:29:18 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id B19C813C442 for ; Wed, 17 Oct 2007 14:29:18 +0000 (UTC) (envelope-from lihong.chen@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1543722rvb for ; Wed, 17 Oct 2007 07:29:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; bh=+PnNF5krm12a2YYITKf09KlVsLloAoVNfxIvf8zaSPM=; b=mzALFAMPkQ7vTxk/SBFB3kRo1XSGWB3x7bPgacJPg1uSaoEEi4AaItFIpYVKD0Ms5VdXhaZ/6PVHITq3uVq1622wnNpM2Z3mrBmPNTZyR7Bcvxztn/uzWY+HF4Qq+OKAnMyTwSmMsuTA/hZeZKRrqj8/RJdkYw0Ge4cHZsrkvJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding:sender; b=eHz+TFbGFHcnie/MwITAM2rwLVw7th7ae/SXIy2YVN/wftOkDzYwO9beefmBl21eZymzIWMP2v1EYWX73EYIARne6bIzfSngIaEFRRsS3Hp+6+ChZZy/6Njm/RJKvBDMdl6nfLzXKTyxa2qLp0hI9NPhf2wvmf06rXAwDpQBX5U= Received: by 10.141.196.13 with SMTP id y13mr4218889rvp.1192631358388; Wed, 17 Oct 2007 07:29:18 -0700 (PDT) Received: from ?192.168.10.195? ( [218.162.197.143]) by mx.google.com with ESMTPS id c20sm10379947rvf.2007.10.17.07.29.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Oct 2007 07:29:14 -0700 (PDT) From: "Eric L. Chen" To: "gnome@freebsd.org" In-Reply-To: <1192583665.1562.10.camel@localhost> References: <1192583665.1562.10.camel@localhost> Content-Type: text/plain Date: Wed, 17 Oct 2007 22:29:02 +0800 Message-Id: <1192631342.1656.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Sender: "Eric L. Chen" Cc: Subject: Re: gnome-volume-manager-2.17 in gnome-2.20 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: Wed, 17 Oct 2007 14:29:19 -0000 On Wed, 2007-10-17 at 09:14 +0800, Eric L. Chen wrote: > Hi, > My gnome-volume-manager cannot startup after upgrade to gnome-2.20. > That caused gnome will not mount USB disk automatically, this is a > little problem because I've be using gnome+freebsd as my desktop > for a long time. > > After googled, this is not FreeBSD specified problem, it happened > in archlinux, too. See http://bbs.archlinux.org/viewtopic.php?id=37544 > Discuss more at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428810 > I applied their patch and my gnome now can mount USB disk/CDROM > automatically. Hi Marcus, I saw you committed patch to solve local user problem. ---- Fix a dumb bug where we would not be able to detect the local user properly. This bug was exposed when the integer overflow bug was fixed. This should prevent g-v-m from terminating on startup. ---- But I still cannot startup g-v-m successfully, like: ---- ~> gnome-volume-manager ~> ps -ax|grep gnome-volume-manager ~> gnome-volume-manager -n ~> ps -ax | grep gnome-volume-manager 2232 p1 R+ 0:00.00 grep gnome-volume-manager ~> gnome-volume-manager --sm-disable ~> ps -ax | grep gnome-volume-manager 2236 p1 R+ 0:00.00 grep gnome-volume-manager ~> ps -ax | grep gnome-volume-manager ~> gnome-volume-manager -d yes ~> ps -ax | grep gnome-volume-manager ---- I am using Intel 2200BG wireless card, maybe it still has problem with wireless connection. /Eric