Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain /usr/local/* items have group "rvm" #15

Closed
cczona opened this issue Jan 6, 2013 · 6 comments
Closed

Certain /usr/local/* items have group "rvm" #15

cczona opened this issue Jan 6, 2013 · 6 comments
Assignees

Comments

@cczona
Copy link

cczona commented Jan 6, 2013

Michel Papis asked me to report this. Certain files & directories under my /usr/local/ have group named "rvm". New files in those directories also get assign group "rvm".

Affected:

/usr/local/.git
/usr/local/CONTRIBUTING.md
/usr/local/man
/usr/local/opt (only contains symlinks to homebrew celler items)
/usr/local/rvm

I'd briefly installed RailsInstaller OSX 4-6 months ago, to evaluate it for instructional usage. It was uninstalled back then. My normal setup is RVM + Homebrew. No known problems with either in the interim. brew doctor reports nothing.

Original discussion in this Twitter thread:
https://twitter.com/mpapis/status/287716912182460418

@ghost ghost assigned mpapis Jan 6, 2013
@mpapis
Copy link
Member

mpapis commented Jan 6, 2013

please include output of ls -ld /usr/ocal and make sure no other place is affected (like after cd $HOME; touch test.txt)

@cczona
Copy link
Author

cczona commented Jan 6, 2013

$ ls -ld /usr/local
drwxr-xr-x 21 cczona wheel 714B Jan 5 16:21 /usr/local/

$ cd $HOME; touch test.txt; ll test.txt
-rw-r--r-- 1 cczona admin 0B Jan 5 17:03 test.txt

@mpapis
Copy link
Member

mpapis commented Jan 6, 2013

so I assume if you run:

cd /usr/ocal
touch test.txt
ll test.txt

then this file get's into rvm group? (please show the outputs)

@cczona
Copy link
Author

cczona commented Jan 6, 2013

$ cd /usr/ocal $ touch test.txt $ ll test.txt -rw-r--r-- 1 cczona wheel 0B Jan 5 18:24 test.txt

@cczona
Copy link
Author

cczona commented Jan 6, 2013

(Noticing "ocal" typo. Re-did for "local", same result)

@mpapis
Copy link
Member

mpapis commented Mar 13, 2013

this will be fixed with #17 when we default to ~/.rvm

@mpapis mpapis closed this as completed Mar 13, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants