home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21034 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.9 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!yoyo.cc.monash.edu.au!parry
  3. From: parry@yoyo.cc.monash.edu.au (Tom J Parry)
  4. Subject: Re: Two queries
  5. Message-ID: <1992Dec19.013830.29172@monu6.cc.monash.edu.au>
  6. Originator: parry@yoyo.cc.monash.edu.au
  7. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  8. Organization: Monash University, Melb., Australia.
  9. References: <1992Dec16.123126.24182@infodev.cam.ac.uk>
  10. Date: Sat, 19 Dec 1992 01:38:30 GMT
  11. Lines: 29
  12.  
  13. T.J.R. Cutts (tjrc1@cus.cam.ac.uk) wrote:
  14. >1) I am trying to compile kernel 0.99 on my machine.  I have got an error which
  15. >I have not yet seen mentioned, and which (as a non-C programmer) I do not have
  16. >a clue how to deal with!  This is the error:
  17.  
  18. >kernel/kernel.o: undefined symbol _store_TR referenced from text segment
  19.  
  20. Weird. I would probably do a 'make clean dep' and remake the thing. If you
  21. have already done this, then try to find out where store_TR is defined,
  22. [Having just looked, it is a #define in <linux/sched.h>]. That being the case,
  23. are you sure that /usr/include/linux is a soft link to 
  24. /usr/src/linux/include/linux (and similarly for /usr/include/asm)?
  25. You could be using old include files.
  26.  
  27. >2) To keep data files separate from others, last week I moved /usr/users onto a
  28. >separate partition from the rest of the /usr tree.  Now when I try to log in as
  29. >anybody other than root, most commands work, after giving huge numbers of
  30. >'Permission denied' errors.  User and group ownership of the home directories
  31. >are correct, and as far as I can see from logging in as a user (amongst the
  32. >'Permission denied's'!) I have the correct read/write/execute permissions in
  33. >directories such as /bin and /usr/bin.  What's going on?
  34.  
  35. Probably you do not have execute permission for others on your /home
  36. directory. This will prevent anyone other than root from referencing files/
  37. directories in /home (or whatever you called it).
  38.  
  39. -- 
  40. Tom J Parry.
  41. Your reality is a figment of my imagination.
  42.