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 1MXlLX-0004G1-Oz for garchives@archives.gentoo.org; Mon, 03 Aug 2009 00:24:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B900E01CC; Mon, 3 Aug 2009 00:24:10 +0000 (UTC) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by pigeon.gentoo.org (Postfix) with ESMTP id E9422E01CC for ; Mon, 3 Aug 2009 00:24:09 +0000 (UTC) Received: by bwz27 with SMTP id 27so2086310bwz.34 for ; Sun, 02 Aug 2009 17:24:09 -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:in-reply-to:references:x-mailer:mime-version :content-type; bh=R6xY6sZ9FmcwPe3OtuX18yJnFAZOJ877X7RmmfD7LEY=; b=tIx2RrMCBDun9HELR8rRsb+Ar9Ckhm2U7oh4SWreWn6EEvnlrm13gUxs7zcOGtVo5Y I1fMRllSiIpb7Uydk+vNZDMz7Sx4mM3SK4mll9waxB9/T635jVYFiIWyFnCTFH30V7U4 b/WrO8i1J14Ks99Bohek6XZNQNjSbIxxtZlIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=rnBccBbIEscu2RyNBbDRc04ZlAJ7f7gVLFrSCl2AP1mW8nGZY89ihe4EeCGia6zVAU eRpWgwo9ZWP2fE+PmEH/L6tBdnGYclQRXhbTjE7g9Tu08mluWNLbVQWP0jLLhNUQukSb UYIStayR1FzRjQyk/9wxG6at6Oxbb2JNWkO8M= Received: by 10.103.241.5 with SMTP id t5mr3020067mur.123.1249259047236; Sun, 02 Aug 2009 17:24:07 -0700 (PDT) Received: from coercion ([91.191.238.58]) by mx.google.com with ESMTPS id i7sm36526433mue.18.2009.08.02.17.24.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Aug 2009 17:24:04 -0700 (PDT) Date: Mon, 3 Aug 2009 06:23:57 +0600 From: Mike Kazantsev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Java jdk Message-ID: <20090803062357.62b95b39@coercion> In-Reply-To: References: <4A75FDBC.3050208@gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.5; i686-pc-linux-gnu) 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 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/ni3E5hC6h8V5e/jW9Z.6iz7"; protocol="application/pgp-signature" X-Archives-Salt: e814492b-d6df-4482-bc5e-ae4d931d0789 X-Archives-Hash: 0d63ac520e03f5f8be3aab6218b26344 --Sig_/ni3E5hC6h8V5e/jW9Z.6iz7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 2 Aug 2009 23:45:16 +0000 (UTC) James wrote: > Dale gmail.com> writes: >=20 >=20 > > 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"? >=20 >=20 > Nope, >=20 > It's been a normal (stable) gentoo workstation > with OO for a couple of years. KDE4 and X > started this spiral downward, methinks..... Prehaps you can run it via strace to see which ops (on which files) give it permission errors just before crash? emerge -1 dev-util/strace && strace -f ooffice 2>strace.log grep -2 -e EACCES -e EPERM strace.log tail -500 strace.log | less (to see what happened last) --=20 Mike Kazantsev // fraggod.net --Sig_/ni3E5hC6h8V5e/jW9Z.6iz7 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAkp2Lh4ACgkQASbOZpzyXnEhxgCggxKf4svfekkMJ4mHHkHd0y5+ YaoAn3Pde5pIODbv+XYBKKJ8RBT7Hn7/ =IEXE -----END PGP SIGNATURE----- --Sig_/ni3E5hC6h8V5e/jW9Z.6iz7--