From owner-freebsd-eclipse@FreeBSD.ORG Sun Aug 12 19:53:36 2012 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CAF71065673 for ; Sun, 12 Aug 2012 19:53:36 +0000 (UTC) (envelope-from freethread.sw@gmail.com) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1.freebsd.org (Postfix) with ESMTP id 911578FC08 for ; Sun, 12 Aug 2012 19:53:35 +0000 (UTC) Received: by wibhq12 with SMTP id hq12so2441360wib.1 for ; Sun, 12 Aug 2012 12:53:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:importance :x-mailer:x-mimeole; bh=yQsF7udQuKCKCM18l0rDJDtv/tw78ZXupzQDqznivmM=; b=bpSIla0oIzAHa6ZwuVocRjMKAu+VlKZX3+dVqlHFqhov8RfTJQoxx0qN9tGqprECKl d0pjw6QsS++gViYnO9WYCQgw/ypdG+qrm8LKv/5dteqlOK2zjy8bsyUVS6dEoUT0M+28 VEwEHKAcGdXEHcsXsjoYSshBZ2abzRFYRuiGdEVH8uG8AKaZrL17RPgr6HahyS8507lA XV3X49RgMfLc/rONSIMcUilqKagqVb33IeoSfTOJHWuwsEdEzznQ7EuZjgUzDvxQLi07 lungE2zUbq7s0LOOkCCnTyM/oKN65tqUiWkBRY78rMcKotL0SAYvoPkkY13e0coz+3c9 xbFA== Received: by 10.216.64.79 with SMTP id b57mr3335706wed.31.1344801208895; Sun, 12 Aug 2012 12:53:28 -0700 (PDT) Received: from ftdev (host131-203-dynamic.14-87-r.retail.telecomitalia.it. [87.14.203.131]) by mx.google.com with ESMTPS id h9sm12358671wiz.1.2012.08.12.12.53.26 (version=SSLv3 cipher=OTHER); Sun, 12 Aug 2012 12:53:27 -0700 (PDT) Message-ID: From: "freethread" To: Date: Sun, 12 Aug 2012 21:53:24 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 Subject: installation issue X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 19:53:36 -0000 In the eclipse installation directory /usr/local/lib/eclipse there are some files that are not readable by non root users, expecially in plugins directory (java.*.jar and others). In errors view pane there are errors related to java when it try to open that plugins. This, in some way, prevents installing new plugins from eclipse internal update manager. I don’t remember what files are rw-------, however I scanned all /usr/local/lib/eclipse files and subdir and set read flags for all (rw-r--r--). regards, paul