This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 163748 - NetBeans registration folder has wrong permissions/ownership after NB installation
Summary: NetBeans registration folder has wrong permissions/ownership after NB install...
Status: RESOLVED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Mac Native (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: dlipin
URL:
Keywords:
: 163634 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-27 12:49 UTC by dlipin
Modified: 2009-04-27 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dlipin 2009-04-27 12:49:03 UTC
NetBeans registration directory (~/.netbeans-registration) is created under root user and thus IDE registration status 
can`t be stored.

Workaround is either change permissions to "anyone can do anything" or just change the ownership to the current user.
1) sudo chmod -r 777 ~/.netbeans-registration
2) sudo chown -R `ls -nlda ~ | awk ' { print $3 ":" $4 } ' 2>/dev/null` ~/.netbeans-registration
Comment 1 dlipin 2009-04-27 12:51:15 UTC
Has been fixed some time ago.
http://hg.netbeans.org/main/rev/70863e968f62
Comment 2 dlipin 2009-04-27 12:52:04 UTC
*** Issue 163634 has been marked as a duplicate of this issue. ***