home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / bugs / 32 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.7 KB  |  49 lines

  1. Newsgroups: comp.sys.next.bugs
  2. Path: sparky!uunet!psinntp!tfd!afp!gna!calva!gamb.fdn.org!cubx!pelane!noyau
  3. From: noyau@pelane.cubx.com  (Eric Noyau)
  4. Subject: Re: ownership of /bin/df and /etc/mtab
  5. Message-ID: <1993Jan8.082445.8580@pelane.cubx.com>
  6. Sender: noyau@pelane.cubx.com
  7. Reply-To: e_noyau@cubx.com
  8. Organization: Cub'X systemes
  9. References: <C0I2qE.Gn2@ccu.umanitoba.ca>
  10. Date: Fri, 8 Jan 1993 08:24:45 GMT
  11. Lines: 36
  12.  
  13. In article <C0I2qE.Gn2@ccu.umanitoba.ca> grdetil@scrc.umanitoba.ca (Gilles  
  14. Detillieux) writes:
  15. > In article <1993Jan6.064038.6744@proximus.north.de> gemoe@proximus.north.de  
  16. > (Gerhard Moeller) writes:
  17. > > Well, maybe it's my fault, but I wonder why the permissions of mtab and df
  18. > > are not right set, since 3.0:
  19. > > 
  20. > > -rwxr-sr-x  1 root     operator    6692 Jul 21 17:40 /bin/df*
  21. > > -rw-r-----  1 root     wheel      81 Jan  5 15:44 /etc/mtab
  22. > > 
  23. > > With permissions like that only root and wheel are able to execute df.
  24. > > (Very bad for news, as rnews needs df.)
  25. > > 
  26. > > The question: Is is my fault and which group is wrong set?
  27. > Well, without laying any blame, /etc/mtab usually is world-readable.
  28. > (i.e. mode 664 or 644)
  29. > The owner and group assignments are the same as on my NeXT.
  30.  
  31. Workspace do "chmod 640 /etc/mtab" sometimes...(when you insert/eject a disk?)
  32.  
  33. fix : modify your crontab.local and add 
  34. [...]
  35. 02,17,32,47 * * * *    root    /bin/chmod 644 /etc/mtab
  36. [...]
  37.  
  38. It's ugly...
  39.  
  40. Eric
  41. -- 
  42.   (Eric Noyau - e_noyau@cubx.com - (Small)NeXTMail Ok)  /R{rand 2147483647 
  43. div mul}def 1 1 90{pop dup gsave/Helvetica findfont 40 R scalefont setfont 
  44. 500 R 800 R moveto 360 R rotate 1 R setgray show grestore}for pop showpage
  45. % A bug can be changed to a feature by documenting it. Developpers know! %
  46.