* [gentoo-user] How to control permissions on / ?
@ 2006-01-09 10:22 Jose Gonzalez Gomez
2006-01-09 10:37 ` Neil Bothwick
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Jose Gonzalez Gomez @ 2006-01-09 10:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 511 bytes --]
Hi there,
Can you control permissions on /? If so, how? I've found that I have the
following in two different machines:
proxy ~ # ls -ld /
d-wxr----t 19 root root 472 Nov 15 17:41 /
protos ~ # ls -ld /
drwxr-xr-x 19 root root 440 mar 10 2005 /
I've been having a permission related problem in the first machine (you can
find the description in https://bugs.gentoo.org/show_bug.cgi?id=116247) and
as the guy from the Gentoo team tells, maybe it's related to this...
TIA, best regards
Jose
[-- Attachment #2: Type: text/html, Size: 616 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-09 10:22 [gentoo-user] How to control permissions on / ? Jose Gonzalez Gomez
@ 2006-01-09 10:37 ` Neil Bothwick
2006-01-09 10:40 ` Alexander Skwar
2006-01-09 16:54 ` kashani
2 siblings, 0 replies; 10+ messages in thread
From: Neil Bothwick @ 2006-01-09 10:37 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 394 bytes --]
On Mon, 9 Jan 2006 11:22:41 +0100, Jose Gonzalez Gomez wrote:
> Can you control permissions on /? If so, how? I've found that I have the
> following in two different machines:
>
> proxy ~ # ls -ld /
> d-wxr----t 19 root root 472 Nov 15 17:41 /
> protos ~ # ls -ld /
> drwxr-xr-x 19 root root 440 mar 10 2005 /
chmod 755 /
--
Neil Bothwick
This tagline is umop apisdn
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-09 10:22 [gentoo-user] How to control permissions on / ? Jose Gonzalez Gomez
2006-01-09 10:37 ` Neil Bothwick
@ 2006-01-09 10:40 ` Alexander Skwar
2006-01-09 16:54 ` kashani
2 siblings, 0 replies; 10+ messages in thread
From: Alexander Skwar @ 2006-01-09 10:40 UTC (permalink / raw
To: gentoo-user
Jose Gonzalez Gomez wrote:
> Can you control permissions on /?
Sure.
> If so, how?
Just like with every other directory - chown & chmod.
Alexander Skwar
--
Men of quality are not afraid of women for equality.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-09 10:22 [gentoo-user] How to control permissions on / ? Jose Gonzalez Gomez
2006-01-09 10:37 ` Neil Bothwick
2006-01-09 10:40 ` Alexander Skwar
@ 2006-01-09 16:54 ` kashani
2006-01-10 12:10 ` Jose Gonzalez Gomez
2 siblings, 1 reply; 10+ messages in thread
From: kashani @ 2006-01-09 16:54 UTC (permalink / raw
To: gentoo-user
Jose Gonzalez Gomez wrote:
> Hi there,
>
> Can you control permissions on /? If so, how? I've found that I have the
> following in two different machines:
>
> proxy ~ # ls -ld /
> d-wxr----t 19 root root 472 Nov 15 17:41 /
> protos ~ # ls -ld /
> drwxr-xr-x 19 root root 440 mar 10 2005 /
I installed a machine a few months ago, oct?, that had the same
permissions as the first machine you list above. I never did figure out
why that machine had strange permissions, but a number of other people
seem to have had the same issue around the same time. I've installed a
number of machine since and haven't run into it again.
In any case a chmod 755 / fixed it.
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-09 16:54 ` kashani
@ 2006-01-10 12:10 ` Jose Gonzalez Gomez
2006-01-10 15:15 ` Michael Sullivan
2006-01-10 16:54 ` kashani
0 siblings, 2 replies; 10+ messages in thread
From: Jose Gonzalez Gomez @ 2006-01-10 12:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
2006/1/9, kashani <kashani-list@badapple.net>:
>
> Jose Gonzalez Gomez wrote:
> > Hi there,
> >
> > Can you control permissions on /? If so, how? I've found that I have the
> > following in two different machines:
> >
> > proxy ~ # ls -ld /
> > d-wxr----t 19 root root 472 Nov 15 17:41 /
> > protos ~ # ls -ld /
> > drwxr-xr-x 19 root root 440 mar 10 2005 /
>
> I installed a machine a few months ago, oct?, that had the same
> permissions as the first machine you list above. I never did figure out
> why that machine had strange permissions, but a number of other people
> seem to have had the same issue around the same time. I've installed a
> number of machine since and haven't run into it again.
>
> In any case a chmod 755 / fixed it.
Did you use the Gentoo installer?
Best regards
Jose
[-- Attachment #2: Type: text/html, Size: 1150 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-10 12:10 ` Jose Gonzalez Gomez
@ 2006-01-10 15:15 ` Michael Sullivan
2006-01-10 16:22 ` Michael Kintzios
2006-01-10 16:54 ` kashani
1 sibling, 1 reply; 10+ messages in thread
From: Michael Sullivan @ 2006-01-10 15:15 UTC (permalink / raw
To: gentoo-user
On Tue, 2006-01-10 at 13:10 +0100, Jose Gonzalez Gomez wrote:
> 2006/1/9, kashani <kashani-list@badapple.net>:
> Jose Gonzalez Gomez wrote:
> > Hi there,
> >
> > Can you control permissions on /? If so, how? I've found
> that I have the
> > following in two different machines:
> >
> > proxy ~ # ls -ld /
> > d-wxr----t 19 root root 472 Nov 15 17:41 /
> > protos ~ # ls -ld /
> > drwxr-xr-x 19 root root 440 mar 10 2005 /
>
> I installed a machine a few months ago, oct?, that had the
> same
> permissions as the first machine you list above. I never did
> figure out
> why that machine had strange permissions, but a number of
> other people
> seem to have had the same issue around the same time. I've
> installed a
> number of machine since and haven't run into it again.
>
> In any case a chmod 755 / fixed it.
>
> Did you use the Gentoo installer?
>
> Best regards
> Jose
There's a Gentoo installer? I thought that was called Me!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [gentoo-user] How to control permissions on / ?
2006-01-10 15:15 ` Michael Sullivan
@ 2006-01-10 16:22 ` Michael Kintzios
2006-01-11 8:50 ` Jose Gonzalez Gomez
0 siblings, 1 reply; 10+ messages in thread
From: Michael Kintzios @ 2006-01-10 16:22 UTC (permalink / raw
To: gentoo-user
> -----Original Message-----
> From: Michael Sullivan [mailto:michael@espersunited.com]
> Sent: 10 January 2006 15:15
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] How to control permissions on / ?
>
>
> On Tue, 2006-01-10 at 13:10 +0100, Jose Gonzalez Gomez wrote:
> > 2006/1/9, kashani <kashani-list@badapple.net>:
> > Jose Gonzalez Gomez wrote:
> > > Hi there,
> > >
> > > Can you control permissions on /? If so, how? I've found
> > that I have the
> > > following in two different machines:
> > >
> > > proxy ~ # ls -ld /
> > > d-wxr----t 19 root root 472 Nov 15 17:41 /
> > > protos ~ # ls -ld /
> > > drwxr-xr-x 19 root root 440 mar 10 2005 /
> >
> > I installed a machine a few months ago, oct?, that had the
> > same
> > permissions as the first machine you list above. I never did
> > figure out
> > why that machine had strange permissions, but a number of
> > other people
> > seem to have had the same issue around the same time. I've
> > installed a
> > number of machine since and haven't run into it again.
> >
> > In any case a chmod 755 / fixed it.
> >
> > Did you use the Gentoo installer?
> >
> > Best regards
> > Jose
>
> There's a Gentoo installer? I thought that was called Me!
Ha, ha! Yes, ME TOO! :-D
Although I am convinced that ME TOO is a bit buggy. :-))
With regards to the original post isn't this perhaps controlled from the
umask setting in /etc/profile? I am not currently at my machine to
check what's what, but I ran up to a permissions problem while trying to
emerge sox (http://bugs.gentoo.org/show_bug.cgi?id=83331). Still not
sure why the permissions of the particular directory were not as they
should have been on an old installation of mine, while everything went
fine on a newer box.
--
Regards,
Mick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-10 12:10 ` Jose Gonzalez Gomez
2006-01-10 15:15 ` Michael Sullivan
@ 2006-01-10 16:54 ` kashani
2006-01-11 8:56 ` Jose Gonzalez Gomez
1 sibling, 1 reply; 10+ messages in thread
From: kashani @ 2006-01-10 16:54 UTC (permalink / raw
To: gentoo-user
Jose Gonzalez Gomez wrote:
> Did you use the Gentoo installer?
>
IIRC I used the regular manual install with 2005.1 media, but not
2005.1-r1 which I've used since. However I don't see how anything other
than a PEBKAC could have caused it. I don't think the stage3 would
change permissions on /mnt/gentoo when expending out which is the only
other logical idea I can come up with it.
kashani
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-10 16:22 ` Michael Kintzios
@ 2006-01-11 8:50 ` Jose Gonzalez Gomez
0 siblings, 0 replies; 10+ messages in thread
From: Jose Gonzalez Gomez @ 2006-01-11 8:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]
2006/1/10, Michael Kintzios <michaelkintzios@lycos.co.uk>:
>
>
>
> > -----Original Message-----
> > From: Michael Sullivan [mailto:michael@espersunited.com]
> > Sent: 10 January 2006 15:15
> > To: gentoo-user@lists.gentoo.org
> > Subject: Re: [gentoo-user] How to control permissions on / ?
> >
> > There's a Gentoo installer? I thought that was called Me!
>
> Ha, ha! Yes, ME TOO! :-D
Well, then there are two Gentoo installers, ME and
http://www.gentoo.org/proj/en/releng/installer/ :o)
Although I am convinced that ME TOO is a bit buggy. :-))
>
> With regards to the original post isn't this perhaps controlled from the
> umask setting in /etc/profile? I am not currently at my machine to
> check what's what, but I ran up to a permissions problem while trying to
> emerge sox (http://bugs.gentoo.org/show_bug.cgi?id=83331). Still not
> sure why the permissions of the particular directory were not as they
> should have been on an old installation of mine, while everything went
> fine on a newer box.
>
umask is set to 022, that seems to be perfectly correct. I don't know where
did those permissions came from, but I'm quite sure I didn't set them.
Best regards
Jose
[-- Attachment #2: Type: text/html, Size: 1925 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] How to control permissions on / ?
2006-01-10 16:54 ` kashani
@ 2006-01-11 8:56 ` Jose Gonzalez Gomez
0 siblings, 0 replies; 10+ messages in thread
From: Jose Gonzalez Gomez @ 2006-01-11 8:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 706 bytes --]
2006/1/10, kashani <kashani-list@badapple.net>:
>
> Jose Gonzalez Gomez wrote:
> > Did you use the Gentoo installer?
> >
>
> IIRC I used the regular manual install with 2005.1 media, but not
> 2005.1-r1 which I've used since. However I don't see how anything other
> than a PEBKAC could have caused it. I don't think the stage3 would
> change permissions on /mnt/gentoo when expending out which is the only
> other logical idea I can come up with it.
>
>
Well, as I told in another post, I'm quite sure I didn't change those
permisssions to such an strange combination, at least I wasn't aware I did
it, if I did it at all... but I'll have to admit a PEBKAC for this.
Best regards
Jose
[-- Attachment #2: Type: text/html, Size: 963 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-01-11 9:02 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-09 10:22 [gentoo-user] How to control permissions on / ? Jose Gonzalez Gomez
2006-01-09 10:37 ` Neil Bothwick
2006-01-09 10:40 ` Alexander Skwar
2006-01-09 16:54 ` kashani
2006-01-10 12:10 ` Jose Gonzalez Gomez
2006-01-10 15:15 ` Michael Sullivan
2006-01-10 16:22 ` Michael Kintzios
2006-01-11 8:50 ` Jose Gonzalez Gomez
2006-01-10 16:54 ` kashani
2006-01-11 8:56 ` Jose Gonzalez Gomez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox