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 1MXxd9-0000DV-BD for garchives@archives.gentoo.org; Mon, 03 Aug 2009 13:31:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E398CE038E; Mon, 3 Aug 2009 13:31:09 +0000 (UTC) Received: from mail-ew0-f210.google.com (mail-ew0-f210.google.com [209.85.219.210]) by pigeon.gentoo.org (Postfix) with ESMTP id A9049E038E for ; Mon, 3 Aug 2009 13:31:09 +0000 (UTC) Received: by ewy6 with SMTP id 6so10459ewy.34 for ; Mon, 03 Aug 2009 06:31: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=A9laQQcvpKUuHGRbfRJfORLiHNEMQ34ETzFLV+oQm9c=; b=V/L3/iSs1y9xqoTjmVN7F0KSXOEKjCr6hFBKYCqeSvoRv1WxTJsdGO67HG5PW063VJ 2oq9hFWdGY4EH2D7QB6ceMtbt/yNhaGA8g9dBccFyCtjfM9P95STlAuvjI1NNyqFHlUL 87cbXqBsF6Zkt/tKS5rkR6ZNE05j1GZ5Tn2fI= 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=J2xUSLwn8fEMUSGV6RBrTlYVEnN2TZ3pzGDHYZ7RbLv9+uEn/2Cip7fNbGT7IZdp+v PBHk1x/4IVOt5UziZVi/xKkNzWry7Bqedc7XgnfwJbIcfrA135saTZI8/8BnoFYfurx5 mPVgFd0DO32EZCJ6UXFUY5Ng2UtCu8OkNMprE= Received: by 10.216.90.147 with SMTP id e19mr116880wef.96.1249306265248; Mon, 03 Aug 2009 06:31:05 -0700 (PDT) Received: from coercion ([91.191.238.58]) by mx.google.com with ESMTPS id 10sm404534eyz.51.2009.08.03.06.30.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 03 Aug 2009 06:31:01 -0700 (PDT) Date: Mon, 3 Aug 2009 19:30:50 +0600 From: Mike Kazantsev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Java jdk Message-ID: <20090803193050.74dccf89@coercion> In-Reply-To: References: <4A75FDBC.3050208@gmail.com> <20090803062357.62b95b39@coercion> 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_/Nh8Jq=xDuQJZoLpTQeaor+Z"; protocol="application/pgp-signature" X-Archives-Salt: 4cdfd01b-854d-4187-ad5d-7fe7dcc72483 X-Archives-Hash: 8f148effced73dfa31e6b62f2a21df07 --Sig_/Nh8Jq=xDuQJZoLpTQeaor+Z Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 3 Aug 2009 00:38:32 +0000 (UTC) James wrote: > Mike Kazantsev gmail.com> writes: >=20 >=20 > > 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 >=20 >=20 > OK, Here are the bottom lines: ... > access("/usr/lib64/openoffice/program/../share/uno_packages/cache/registr= y/ > com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registr= y/ > data/org/openoffice", > F_OK) =3D -1 EACCES (Permission denied) Why is that? > stat("/usr/lib64/openoffice/program/../share/uno_packages/cache/registry/ > com.sun.star.comp.deployment.configuration.PackageRegistryBackend/ > registry/data/org/openoffice/Setup.xcu", > 0x7fff6244bd80) =3D -1 EACCES (Permission denied) ...same file again and (shortly) a crash. Prehaps you should check if it has some 0600 or 0640 mode and correct it to 644. Prehaps it's one of the parent dirs, just try to stat it as a user. --=20 Mike Kazantsev // fraggod.net --Sig_/Nh8Jq=xDuQJZoLpTQeaor+Z Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iEYEARECAAYFAkp25o4ACgkQASbOZpzyXnGoigCgvLMCnWz6+q5NDgsGsm3ZskXc I+4AnRNCBFLqx7fZnzRiChB5OlDL004f =WYp/ -----END PGP SIGNATURE----- --Sig_/Nh8Jq=xDuQJZoLpTQeaor+Z--