home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25169 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.8 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!munnari.oz.au!metro!dmssyd.syd.dms.CSIRO.AU!crux.rp.CSIRO.AU!rgooch
  3. From: rgooch@rp.CSIRO.AU (Richard Gooch)
  4. Subject: Re: HELP: Problems with groups
  5. Message-ID: <1993Jan23.002357.9270@rp.CSIRO.AU>
  6. Sender: usenet@rp.CSIRO.AU (Network news)
  7. Nntp-Posting-Host: wyvern
  8. Organization: CSIRO Division of Radiophysics/Australia Telescope National Facility
  9. References:  <4fLl1ga00iV105jsUP@andrew.cmu.edu>
  10. Date: Sat, 23 Jan 1993 00:23:57 GMT
  11. Lines: 29
  12.  
  13. In article <4fLl1ga00iV105jsUP@andrew.cmu.edu>, Peter William Wieland <pw1r+@andrew.cmu.edu> writes:
  14. > I've been having problems getting the user directory's (home/peter,
  15. > home/alex, etc...) group set properly.  Linux seems to change them back
  16. > on the fly.
  17. > I've made a new group using groupadd, made the new users using useradd
  18. > and then tried to chgrp their home directories.  The group changes and
  19. > shows up properly when I do an ls -l, but after about 30 seconds, the
  20. > group is changed to 232 or 233 (neither of which exists in /etc/group). 
  21. > I've noticed, however, that the group won't change back if that user is
  22. > logged in on another console, but once you logout the group changes
  23. > shortly after.
  24. > I've tried syncing immediately afterwards but the group still changes
  25. > thirty seconds (or so) later.  I've tried adding the group by hand to
  26. > /etc/group and adding the users by hand to /etc/passwd but it won't work
  27. > right.
  28.  
  29.   Let me guess... The GID of the group you have is over 255... If you created
  30.   a group "people" with GID 1234, then after a while (after the next sync, I
  31.   bet), it appears as GID 210
  32.   The Minix filesystem has 8 bit GIDs. The extended filesystem is supposed to
  33.   have longer GIDs... Use an extended fs partition (number 83) and use mkefs
  34.   (NOT mkfs !) and the problem should go away (in theory).
  35.  
  36.                 Regards,
  37.  
  38.                     Richard Gooch....
  39.