home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8829 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  2.2 KB

  1. Path: sparky!uunet!decwrl!csus.edu!netcom.com!netcomsv!mbeckman!mbeckman
  2. From: mbeckman@mbeckman.mbeckman.com (Mel Beckman)
  3. Newsgroups: comp.unix.aix
  4. Subject: ksh can't see script!  Am I stupid or what?
  5. Date: Fri, 14 Aug 92 21:54:36 PST
  6. Organization: Beckman Software Engineering
  7. Message-ID: <01050810.b3n0r4@mbeckman.mbeckman.com>
  8. Reply-To: mbeckman@mbeckman.com
  9. Distribution: world
  10. X-Mailer: uAccess LITE - Macintosh Release: 1.5v5
  11. Lines: 50
  12.  
  13. Help!  I'm installing the Andrew Tool Kit from CD and am stumped at a certain
  14. point. I have copied (untared) a script called ATKSETUP into a /tmp/scripts
  15. directory, and put /tmp/scripts: in my path. When I try to run ATKSETUP,
  16. though (by just typing its name) it says 
  17.  
  18.    /bin/ksh: ATKSETUP: not found
  19.  
  20. Yet I can SEE ATKSETUP in the directory. I can 
  21.  
  22.    cd /tmp/scripts 
  23.  
  24. and type
  25.  
  26.    cat ATKSETUP 
  27.  
  28. and get a list of it, but when I type ATKSETUP by itself it
  29. says it's not found!
  30.  
  31. An alternative install method given by Andrew is to run the install script
  32. straight from the cd. I have the cd fs mounted at a directory /cdrom, using
  33.  
  34.     mount -v -r cdrfs /dev/cd0 /cdrom
  35.  
  36. and typing
  37.  
  38.     ls -l /cdrom
  39.  
  40. gives a list of the CD's contents, one file of which is called, oddly, "atksetup."
  41. (lower case instead of upper, and ending in a period). However, I can't
  42. get this to run either.
  43.  
  44. The really maddening thing is that I installed a different model 220 (and
  45. shipped it out) with the Andrew system and it worked flawsessly!  Both 220's
  46. were pre-loaded, so all I did was apply some optional preloaded software
  47. and then jump right into the Andrew install.
  48.  
  49. Argghghghgh!!!!
  50.  
  51. I know it's something simple, but I just can't see it!
  52.  
  53. -mel
  54.  
  55. _____________________________________________________________________
  56. | Mel beckman                  |    Internet: mbeckman@mbeckman.com |
  57. | Beckman Software Engineering |  Compuserve: 75226,2257            |
  58. | 1201 Nilgai Place            |       Voice: 805/647-1641          |
  59. | Ventura, CA 93003            |         Fax: 805/647-3125          |
  60. |______________________________|____________________________________|
  61.  "Internet is big.  Really Big.  It gives the idea of
  62.   infinity much better than infinity itself." 
  63.    (with apologies to Douglas Adams)
  64.