home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21824 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  5.0 KB

  1. Path: sparky!uunet!utcsri!utgpu!attcan!ncrcan!cattnts!lsimages!whome!camaro!tfoley
  2. From: tfoley@camaro.uucp (Tim Foley)
  3. Newsgroups: comp.os.linux
  4. Subject: List of Broken Bins under 0.99 [v1.2]
  5. Message-ID: <1992Dec26.120724.535@camaro.uucp>
  6. Date: 26 Dec 92 12:07:24 GMT
  7. Organization: camaro
  8. Lines: 128
  9.  
  10.  
  11.  
  12. Below is an un-official list of programs which break under 0.99 (or 0.98.6)
  13. and the method to get them running again.  I felt there was a great need
  14. for such a thing.
  15.  
  16.            Any Changes/Suggestions/Fixes, tfoley@camaro.uucp
  17.  
  18.  
  19.      NOTE: ENSURE YOU GET THE NEW LIBC 4.2 FILE FROM YOUR LOCAL SITE
  20.  
  21. To Upgrade to 4.2:
  22.  
  23.   Make sure you don't remove the sym-link to 4.0 or the old 4.1, unless
  24. you have a boot diskette.  The easiest method that I have found is use
  25. either HLU's bootdisk or Disks 1 and 2 of the SLS series, reboot your
  26. machine using either combination and exit from the SLS install, then
  27. manually mount your partition with /lib on it.  Then just kill the link
  28. and relink using 4.2, reboot and voila...4.2
  29.  
  30.  
  31. Revision    1.2
  32. Date        12/26/92 12:15pm
  33.  
  34. 1.0
  35. -Initial Release
  36.  
  37. 1.1
  38. -Added minicom correction/makefile had different install dir/my fault ;)
  39. -Added sed problems
  40. -Updated rz/sz / tested...works
  41.  
  42. 1.2
  43. -Added Empire
  44. -Added availability list
  45. -Added info on how to upgrade to 4.2
  46. -Added tsch & gtroff... (Thanks to Scott Heavner)
  47.  
  48.  
  49. NAME    STATUS    FIXED    METHOD OF REPAIR 
  50. ---------------------------------------------------------------------------  
  51. ps    Broke    Yes    -recompiled the ps-0.97.6.tar source
  52.             -ps -U after installing the new ps in /usr/bin
  53. elm    Ok?    Yes    -Appears to work ok
  54. trn    Ok?    Yes    -Appears to work ok (needs new sed for inews to post)
  55. emacs    Ok?    Yes    -Appears to work ok
  56. uucp    Broke    Yes    -recompiled the Taylor 1.03 with the -fwritable-strings in
  57.              the makefile in addition to all other cflags and
  58.              added the new libc.so.4.2 (MUST HAVE!)
  59. minicom    Broke    Yes    -Apply mini98.5.tar patch
  60.             -Check Config.h install dir though, it changed
  61. rz/sz    Ok?    Yes    -Appears to work ok (tested from minicom)
  62. sed    Broke?    Yes    -Did not behave reliably, version GNU 1.09
  63.             -Get GNU 1.13, added -dHAVE_BCOPY and removed def in
  64.             sed.c for sys_errlist as its in errno.h
  65.             -now works properly, fixes INEWS problem
  66. cnews    Broke    Yes    -Inews shell script keeps dumping in dead.article
  67.             -Due to SED not fully working
  68. mail    Broke    Yes    -Recompiled the mailpak-1.3 mail, with -fwritable-strings in
  69.              the makefile, remember to re-link rmail as well
  70. getty    Broke    Yes    -Recompiled the 2.04 (Not 2.03) sources
  71.             -No longer likes terminals?  Had to use uugetty for
  72.             my vt220
  73. uugetty Broke    Yes    -Recompiled the 2.04 (Not 2.03) sources
  74. man    Stat()    Yes    -Recompiled 1.1 sources
  75. empire    Ok?    Yes    -Appears to work ok, but the power command
  76.              still causes the emp_server to stop.
  77. tcsh    CS-Write Yes    -get tcsh-0.98.5 (maybe 6) from tsx-11
  78.             -I don't run tcsh, so untested as of yet
  79. gtroff  CS-Write  ?    -not tested on my system as of yet
  80.  
  81.  
  82.  The new lib, libc.so.4.2 seems to solve many a problem actually.
  83.  
  84.  
  85.  
  86. Availability list
  87. -------------------
  88.  
  89.   All of the previous files/patches were obtained from Squally Holler bbs,
  90. a public-access Fido-Net site and the Head of LNXNET, the fido net Linux
  91. distribution network.  Greg keeps the files very up to date, and is quite 
  92. receptive to Q&A and may help you find some files if you do not have ftp 
  93. access, but the bbs usually has everything.
  94.  
  95. Squally Holler BBS ----  1-206-235-0270
  96.  
  97.   Its well worth the long distance call if you need just a simple 10 to 30k 
  98. patch, if you have a HST or high speed modem, then you are in luck, as so is 
  99. the bbs.  I regularily call S.H. each night to keep up to date, and it costs 
  100. only a dollar at most if I download something, otherwise just about 50 cents 
  101. to look around (Of course this is Bell Canada).  Get yourself a long 
  102. distance calling plan, such as Between Friends or something, it works.
  103.  
  104.  
  105. Note from Scott:
  106.  
  107.     The CS-Write error seems to be the error that resulted in
  108. the "Broke" error before where the thing just dies and dumps its
  109. core.  Someone sent me this kernel patch so that you can tell when
  110. one of these errors occurs.  You can still run the program + you
  111. know what's wrong with it.
  112.  
  113. > Hi. If you want to run tcsh `dirty', you can change a line in the
  114. > kernel source file /usr/src/linux/mm/memory.c. Look for function
  115. > do_wp_page() and change
  116. > if (user_esp)
  117. >         send_sig(SIGSEGV, tsk, 1);
  118. >
  119. > to something like
  120. >
  121. > if (user_esp)
  122. >         printk("%s writes to code space\n", tsk->comm);
  123. > That's how I run tcsh, now it only complains "tcsh writes to code
  124. > space" each time I start it up, instead of dying with a
  125. > segmentationspace" each 
  126. > fault...
  127.  
  128.  
  129. -- 
  130.   --------------------------------------------------------------------------
  131.                The HeartBeat of America...Yesterdays Camaro Z28 
  132.                              tfoley@camaro.uucp   
  133.      Call the Camaro Linux Pub-access site: 1-416-238-6550 USRobotics HST
  134.     Note: Please, no ftpmail or mailing lists or the host gets annoyed :)
  135.   --------------------------------------------------------------------------
  136.