home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aux / 3353 < prev    next >
Encoding:
Text File  |  1992-09-03  |  2.3 KB  |  58 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!ukma!nsisrv!jagubox!jim
  3. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  4. Subject: Re: thre A/UX 3.0 questions from a beginner...
  5. Message-ID: <1071@jagubox.gsfc.nasa.gov>
  6. Lines: 44
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  9. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  10. Organization: NASA/Goddard Space Flight Center
  11. References: <1992Sep3.103323.23408@news.DKRZ-Hamburg.DE>
  12. Date: Thu, 3 Sep 1992 11:11:39 GMT
  13.  
  14. m211037@regen.DKRZ-Hamburg.DE (Martin Heimann) writes:
  15.  
  16. >Dear colleagues:
  17.  
  18. >After having installed A/UX 3.0 on my Quadra-900 system, I have 
  19. >encountered the following not necessarily related problems. I am not a 
  20. >unix-crack and have only followed the rather terse installation manual.
  21. >I'd appreciate any hints that might help me resolve these problems.
  22.  
  23. >1. How do I mount nfs volumes from other sun systems that are in our 
  24. >network? I get always the msg "unsupported file system type".
  25. >The entry on that remote machine in the /etc/fstab file for the filesystem 
  26. >contains e.g. "/usr/local 4.2 rw 1 2" - is this a wrong file type for my 
  27. >A/UX system? I should add, that my machine is listed in the remote hosts 
  28. >/etc/exports file.
  29.  
  30. The basic format in /etc/fstab for mounted NFS volumes is:
  31.  
  32.     NameOserver:/directory /mount_point nfs  bg,soft  0 0
  33.  
  34. So if you were mounting /usr/export/local from foo.bar onto /usr/local
  35. on your machine, the entry would be:
  36.  
  37.     foo.bar:/usr/export/local /usr/local nfs bg,soft 0 0
  38.  
  39. You can also use 'cmdo fsentry' to do this.
  40.  
  41. Oh yeah... make sure you have a NFS-supporting kernel installed ;)
  42.  
  43. >2. Where can one find a description of the errorcodes that might
  44. >occur when running a fortran program, as e.g. "Exit 16"?
  45.  
  46. I don't think such a list exists _anywhere_ in the A/UX doc set.
  47.  
  48. >3. I'm using MacX to access the other unix and cray systems. How come 
  49. >that I can launch on my quadra all the x gadgets like xcalc but not xterm?
  50. >I always get the message "xterm: no available ptys"? 
  51.  
  52. I'll defer this...?
  53. -- 
  54.     Jim Jagielski               | "This is supposed to be a happy occasion.
  55.     jim@jagubox.gsfc.nasa.gov   |  Let's not bicker and argue about who
  56.     NASA/GSFC, Code 734.4       |  killed who."
  57.     Greenbelt, MD 20771         |
  58.