From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31096 invoked by alias); 20 Dec 2006 15:55:25 -0000 Received: (qmail 30524 invoked by uid 48); 20 Dec 2006 15:55:05 -0000 Date: Wed, 20 Dec 2006 15:55:00 -0000 Message-ID: <20061220155505.30521.qmail@sourceware.org> From: "mark at klomp dot org" To: frysk-bugzilla@sourceware.org In-Reply-To: <20061219204945.3765.cagney@redhat.com> References: <20061219204945.3765.cagney@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/3765] java.io.FileNotFoundException: /home/cagney/.frysk/logs/frysk_core_event.log.1 (Permission denied) X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00780.txt.bz2 List-Id: ------- Additional Comments From mark at klomp dot org 2006-12-20 15:55 ------- This caused because of the definition of FRYSK_DIR in Config: public static final String FRYSK_DIR = System.getProperty("user.home") + "/" + ".frysk" + "/"; "user.home" is set to getpwuid()->pw_dir (in gcj), so it doesn't take $HOME into account. You can use System.getenv("HOME") however to get at $HOME from java. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3765 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.