SCIENTIFIC-LINUX-USERS Archives

November 2006

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Manfred Alef <[log in to unmask]>
Reply To:
Manfred Alef <[log in to unmask]>
Date:
Fri, 17 Nov 2006 09:49:19 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
Mark Van Crombrugge wrote:
> Dear all,
>  
> I am using Scientific Linux 3.4 and activated an NFS link between two
> servers, making available diskspace from bigserver2 to smallserver1.
>  
> One userID is used for uploading datafiles to smallserver1 and another is
> used for creating/editing webpages on that server.
> Because this created access problems I created a group 'webdevelop' on
> smallserver1 to contain these 2 users so they can access eachothers files.
> After doing this, I discovered that executing the chgrp and chown command on
> the files/directories on smallserver1 returns error message "Operation not
> permitted".
>  
> On smallserver1 I use the mount command:
> bigserver2:/var/wwww/html/website on /var/www/html/website type nfs (rw,
> addr=ipaddress-of-bigserver2)
>  
> I'm realy stuck and have spent about a day trying to solve/understand this
> so any help is very welcome!

The chgrp and chown commands require root permission.
Add "no_root_squash" to /etc/exports on bigserver2.
See 'man 5 exports" for more details.

Or run chgrp and chown on bigserver2, not on smallserver1.

Manfred Alef

ATOM RSS1 RSS2