From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MXi7e-0001k1-Uf for garchives@archives.gentoo.org; Sun, 02 Aug 2009 20:57:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 152E0E0455; Sun, 2 Aug 2009 20:57:38 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by pigeon.gentoo.org (Postfix) with ESMTP id EFAD7E0455 for ; Sun, 2 Aug 2009 20:57:37 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id d40so3989981and.1 for ; Sun, 02 Aug 2009 13:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Pam7PIBE5+uKOHkXPm2kYX5CNIHiFQMq8zqGjJWsb8c=; b=hwQ5MI4brg35ns03wHx6/+TpQhfkHNuIonQ6IrL2ROCb0XpUoXeXNJc0FvcA1t+S7S P1+VVuxPYgpXs0XbBrPg1KUSn3shwhf9yv+2iSBBiohkJV06N3YNdZqdpxRbUGK5/Noc L75a0QQR5DAqsFMg46tHpgj0Y1lUUMR/NTEWc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=WQgcWzitt8kMN9wv3MNp4+ahuurDIXDJ+oLavgGe/z11iMm+F+LQkO58GKKqxxtKqX L8yK3nVdRVUEyMfl5ml8xAwoJrJli4NGPSSVgr/8zwtsJgZrqFXqXLzRe2UVIGFvisR5 +O4EIHD9diSfaerqOClr5zENgO0LEP+6zyuos= Received: by 10.100.9.18 with SMTP id 18mr4595973ani.122.1249246657619; Sun, 02 Aug 2009 13:57:37 -0700 (PDT) Received: from ?64.89.164.4? (r164h4.dixie-net.com [64.89.164.4]) by mx.google.com with ESMTPS id d22sm232553and.5.2009.08.02.13.57.35 (version=SSLv3 cipher=RC4-MD5); Sun, 02 Aug 2009 13:57:36 -0700 (PDT) Message-ID: <4A75FDBC.3050208@gmail.com> Date: Sun, 02 Aug 2009 15:57:32 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090628 SeaMonkey/1.1.17 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Java jdk References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: e5958c06-aeee-4ef9-aa11-245f7a96f511 X-Archives-Hash: 805bc44dea5f0099e2113f9975563be9 James wrote: > walt gmail.com> writes: > > > >> IMO unless you're doing some really unusual/obscure java thing, >> you don't want or need the blacktown-jdk. I'm guessing that if >> you delete that and run revdep-rebuild you'll probably see those >> other packages get rebuilt against the sun-jdk-1.6 and that will >> get rid of the virtual jdk-1.4.2 for you. >> > > > OK > did that. > > java-check-environment > > Java environment is sane. Congratulations! > > eselect java-vm list > Available Java Virtual Machines: > [1] sun-jdk-1.6 system-vm > > But look here: > > eix virtual/jdk > [I] virtual/jdk > Available versions: > (1.4) 1.4.1 1.4.2 > (1.5) 1.5.0 > (1.6) 1.6.0 > Installed versions: 1.4.2(1.4)(14:13:11 07/07/09) 1.6.0(1.6)(14:10:01 > 07/07/09) > Homepage: http://java.sun.com/ > Description: Virtual for JDK > > > > ooffice runs as root, but faults as any normal > user on the system: > > terminate called after throwing an instance of > 'com::sun::star::uno::RuntimeException' > > > Any other ideas? > > > James > > > Usually if something runs as root but not a user, it's a permissions issue. You running something special on your system? Hardened or something more "secure"? Dale :-) :-)