home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!julienas!i2unix!torino.maraut.it!gandigli
- From: gandigli@torino.maraut.it (Flavio Gandiglio)
- Newsgroups: comp.sys.sun.admin
- Subject: Problem with chgrp on NFS-disks
- Date: 21 Jan 1993 11:28:19 GMT
- Organization: Magneti Marelli, Electronics Division (ITALY)
- Lines: 78
- Distribution: world
- Message-ID: <1jm1cjINNjli@sgi.iunet.it>
- NNTP-Posting-Host: nocciola.torino.maraut.it
- Keywords: chgrp NFS `Not owner'
-
- I hope this is the right group in which to post this question,
- sorry if it isn't.
-
- I have a problem between DEC and SUN to change group permissions.
- By nfs the chgrp command (on SUN) doesn't work on file on DEC machine
- but works on NFS on SUN machine. Why?
- Sun said that is a little bug, but nobody knows the solution (or workaround).
-
- My configurations are :
- -DEC and SUN with YP maps (group, passwd, netid.bynum)
- -SUN and DEC CLient of yp with "+:" into the file /etc/groups
- -DEC and SUN FyleSystems exported with permissions
-
- -----------------------------------------------------------------------------
-
- Examples :
-
- SunOS UNIX (ananas)
-
- login: gandigli
- Password:
-
- ananas 12:02:~ 1 > pwd ; df .
- /usr/local_users/gandigli
- Filesystem kbytes used avail capacity Mounted on
- /dev/sd0e 239383 183890 31555 85% /usr/local_users
-
- ananas 12:03:~ 2 > touch YYY
-
- ananas 12:03:~ 3 > ls -lag
- -rw-r--r-- 1 gandigli users 0 Jan 21 12:05 YYY
-
- ananas 12:03:~ 4 > groups
- users metodolo
-
- ananas 12:03:~ 5 > chgrp metodolo YYY
-
- ananas 12:03:~ 6 > ls -lag YYY
- -rw-r--r-- 1 gandigli metodolo 0 Jan 21 12:05 YYY
-
- AND IT'S ALL OK. BUT...
-
- ananas 12:03:~ 2 > cd /usr/pccommon/tmp
-
- ananas 12:03:~ 3 > pwd ; df .
- /usr/pccommon/tmp
- Filesystem kbytes used avail capacity Mounted on
- merlino-17:/usr/pccommon
- 122607 94598 15749 86% /usr/pccommon
-
- [ merlino-17 is a dec host - DECServer 5500]
-
- ananas 12:04:/usr/pccommon/tmp 4 > touch XXX
-
- ananas 12:04:/usr/pccommon/tmp 5 > ls -lag
- -rw-r--r-- 1 gandigli users 0 Jan 21 12:05 XXX
-
- ananas 12:04:/usr/pccommon/tmp 6 > groups
- users metodolo
-
- ananas 12:04:/usr/pccommon/tmp 7 > chgrp metodolo XXX
- chgrp: XXX: Not owner
-
- What is this 'chgrp: XXX: Not owner' ?????????
-
- Any suggests are appreciated. Mail to gandigli@torino.maraut.it
-
- THANKS.
- --
- =============================================================================
-
- Flavio Gandiglio
- Magneti Marelli
- Divisione Elettronica Tel: +39 - 11 - 2411.1 (int. 315)
- C.so Giulio Cesare, 328 Fax: +39 - 11 - 2411.316
- I-10154 Torino (ITALY) Email: FGandiglio@torino.maraut.it
-
- =============================================================================
-