[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CMU Ownership Problem
- Subject: Re: [cobalt-users] CMU Ownership Problem
- From: "Eric Kagan" <ekagan@xxxxxxxxx>
- Date: Fri Jun 1 10:39:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Jeff Bilicki" <jeff@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, March 15, 2001 5:57 PM
Subject: Re: [cobalt-users] CMU Ownership Problem
> >>> I reported this a few weeks ago. Haven't heard anything. It makes a
big mess.
> >>> Only solution I had was to change all groups back manually.
> >>
> >>Who did you did you report this to?
> >>
> >>The group permission should be correct, and with the sticky bit set,
site
> >>users should be able to modify/update files still.
> >>
> >>Jeff-
> > To Cobalt Support via the web form with a note to notify you.
> > Not sure if the sticky bit was set but site owners could not modify the
existing files.
> > Could you provide an exact example of the full group and user ownership
with correct permissions
> > for site directories and default subdirectories on both Raq3 and Raq4?
> > At one time Cobalt support had recommended chmod 2755 <sitenumber>
>
> I guess this would be a problem if the permissions of the files are
> 644 and not 664. Here is a quickie work around
> $ cd /home/sites/<sitename>/web
> $ find . -type f | xargs chmod 664
> $ find . -type f -name "*\.cgi" | xargs chmod 775
> $ find . -type f -name "*\.pl" | xargs chmod 775
>
> I do understand that this is a very big limitation in CMU at the current
time.
> The next version of CMU architecture, which will be avalible for Qube2 =>
Qube
> 3 migrations soon, stores data about each individual file migrated and
restores
> correct ownership even when uid/gid number changes.
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
Sorry for reviving an old issue - but I don't remember seeing anything since
this. I was wondering if there been a release of CMU Util with the
permissions issue fixed? I ran a migrate from a RAQ2 to a RAQ3 and still
had all the web files beling to admin. Both boxes have the CMU Release
1.1-22 version. I also tried fixing the permissions with above suggestions
but was unable to do so: (errors to follow)
[root@www3 web]# find . -type f | xargs chmod 664
xargs: unmatched single quote
Broken pipe
[root@www3 web]# find . -type f -name "*\.cgi" | xargs chmod 775
chmod: too few arguments
Try `chmod --help' for more information.
I have already moved around 10 sites out of 50 and would like to know what
additional steps are needed before I continue.
Thanks
Eric