home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 4948 < prev    next >
Encoding:
Text File  |  1992-07-24  |  2.8 KB  |  82 lines

  1. Path: sparky!uunet!ogicse!uwm.edu!cs.utexas.edu!qt.cs.utexas.edu!news.Brown.EDU!stout!robinson
  2. From: robinson@stout.geo.brown.edu (Darrin Robinson)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: SUMMARY: HSFS On SunOs 4.1.2 (Solaris 1.0.1)
  5. Message-ID: <14paj2INN3ev@stanley.cis.Brown.EDU>
  6. Date: 24 Jul 92 16:19:46 GMT
  7. Article-I.D.: stanley.14paj2INN3ev
  8. References: <14n6ssINNqq2@stanley.cis.Brown.EDU>
  9. Distribution: world
  10. Organization: Brown University, Providence RI 02912
  11. Lines: 68
  12. NNTP-Posting-Host: stout.geo.brown.edu
  13.  
  14. In article <14n6ssINNqq2@stanley.cis.Brown.EDU> robinson@porter.geo.brown.edu (Darrin Robinson) writes:
  15. >
  16. >Netters,
  17. >
  18. >Does anyone have the patch for Version 4.1.2 of SunOs for the
  19. >bug (or workaround) for structured files.  The patch is to
  20. >the hs_parsedir and I have the 4.1 and 4.1.1 patch to hsfs_node.o
  21. >but I'm running 4.1.2 now and need to repatch that object.  
  22. >
  23. [stuff deleted for bandwidth...]
  24.  
  25.  
  26. Thanks to all that responded...
  27.  
  28.     jdavis@noaoa.edu   (Jim Davis)
  29.     pgf@space.mit.edu  (Peter Ford)
  30.     twong@f19.sun.eng.com  (Thomas Wong)
  31.  
  32. The patch follows...
  33.  
  34.  
  35. --------------------------------------------------------------------
  36. As both of you found out, Sun cannot read the guide star
  37. catalog cdrom from NASA.  This is because all of the data
  38. files are of type RECORD, which Sun chose not to support because
  39. there is no UNIX interface to access the RECORD structure file.
  40.  
  41. Attached is a kernel patch that you can make your Sun
  42. machine to read the guide star cdrom.  As a precaution, please
  43. save your old kernel before applying this patch.
  44.  
  45. for SunOS 4.1.2 
  46.  
  47. acuraintegra# adb -w vmunix
  48. >>>> hs_parsedir+c0?X
  49. _hs_parsedir+0xc0:              ba0de0ee
  50. >>>> hs_parsedir+c0?Wba0de0e6
  51. _hs_parsedir+0xc0:              0xba0de0ee      =       0xba0de0e6
  52. >>>> hs_parsedir+1a4?X
  53. _hs_parsedir+0x1a4:             ba0de0ee
  54. >>>> hs_parsedir+1a4?Wba0de0e6
  55. _hs_parsedir+0x1a4:             0xba0de0ee      =       0xba0de0e6
  56. >>>> $q
  57.  
  58. Note: >>>> is added to illustrate what you should type.
  59. You need to reboot.
  60.  
  61. YOu can also edit the file in OBJ/hsfs_node.o.
  62.  
  63. Any question, please let me know.
  64.  
  65. Feel free to pass along this patch to those who need this fix.
  66.  
  67.  
  68. ----------------------------------------------------------------------
  69.  
  70. Thanks!
  71.  
  72. Darrin
  73.  
  74. #include <std_disclaimer.h>
  75. =============================================================================
  76. =  Darrin E. Robinson (DER31) =    Hamnet     N1LLV  146.700-, 146.880- MHz =
  77. =  VAX/VMS and Sun Manager    =    Internet   robinson@porter.geo.brown.edu =
  78. =  Brown University           =               n1llv@porter.geo.brown.edu    =
  79. =  Providence, R.I. 02912     =    SPAN(et)   PGGIPL::ROBINSON (Node 7132)  =
  80. =  AT&Tnet: (401) 863-1062    =    Nasamail   derobinson@nasamail.nasa.gov  =
  81. =============================================================================
  82.