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