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 1MXy0R-0004s4-49 for garchives@archives.gentoo.org; Mon, 03 Aug 2009 13:55:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B76CE04D5; Mon, 3 Aug 2009 13:55:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7BA38E04D5 for ; Mon, 3 Aug 2009 13:55:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 2492F6684D for ; Mon, 3 Aug 2009 13:55:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.987 X-Spam-Level: X-Spam-Status: No, score=-2.987 required=5.5 tests=[AWL=0.612, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nRx2U7oBMBJ1 for ; Mon, 3 Aug 2009 13:55:07 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 39C5465240 for ; Mon, 3 Aug 2009 13:55:05 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXy04-00031Q-Mq for gentoo-user@gentoo.org; Mon, 03 Aug 2009 13:54:53 +0000 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2009 13:54:52 +0000 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2009 13:54:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Java jdk Date: Mon, 3 Aug 2009 13:54:43 +0000 (UTC) Message-ID: References: <4A75FDBC.3050208@gmail.com> <20090803062357.62b95b39@coercion> <20090803193050.74dccf89@coercion> 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: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090708 SeaMonkey/1.1.17) Sender: news X-Archives-Salt: 25199e4b-88e5-4f97-beb3-9a0409e92a3d X-Archives-Hash: 0dade99fbe05fb67527b9df9b5859242 Mike Kazantsev gmail.com> writes: > > access("/usr/lib64/openoffice/program/../share/uno_packages/cache/registry/ > > com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/ > > data/org/openoffice", > > F_OK) = -1 EACCES (Permission denied) > Why is that? Good question, dunno.... > > stat("/usr/lib64/openoffice/program/../share/uno_packages/cache/registry/ > > com.sun.star.comp.deployment.configuration.PackageRegistryBackend/ > > registry/data/org/openoffice/Setup.xcu", > > 0x7fff6244bd80) = -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. Well here's what I found: # ls -alg /usr/lib64/openoffice/share/uno_packages/cache total 13 drwxr-xr-x 4 root 168 Aug 2 16:34 . drwxr-xr-x 3 root 72 Mar 26 02:33 .. drwx------ 8 root 520 Jul 17 08:13 registry -rw------- 1 root 1 Aug 2 16:34 stamp.sys drwx------ 2 root 48 Jul 17 08:13 uno_packages -rw------- 1 root 12288 Jul 17 08:13 uno_packages.db so from that cache dir chmod -R 755 * fix it! Thanks, James