home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / 386bsd-faq / part5 < prev    next >
Internet Message Format  |  1993-12-26  |  16KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!usc.edu!cs.utexas.edu!natinst.com!hrd769.brooks.af.mil!hrd769.brooks.af.mil!not-for-mail
  2. From: burgess@hrd769.brooks.af.mil (Dave Burgess)
  3. Newsgroups: comp.os.386bsd.announce,comp.answers,news.answers
  4. Subject: [comp.os.386bsd] BNR/2 derived BSD for PCs FAQ (Part 5 of 10)
  5. Followup-To: comp.os.386bsd.misc
  6. Date: 27 Dec 1993 06:00:34 -0000
  7. Organization: Armstrong Laboratory, Brooks AFB, TX
  8. Lines: 397
  9. Approved: news-answers-request@MIT.Edu
  10. Distribution: world
  11. Expires: 01/14/94
  12. Message-ID: <386bsd-faq-5-756972021@hrd769.brooks.af.mil>
  13. References: <386bsd-faq-1-756972021@hrd769.brooks.af.mil>
  14. Reply-To: 386bsd-faq@hrd769.brooks.af.mil (386bsd FAQ Maintainer)
  15. NNTP-Posting-Host: hrd769.brooks.af.mil
  16. Xref: senator-bedfellow.mit.edu comp.os.386bsd.announce:212 comp.answers:3170 news.answers:16209
  17.  
  18. Posted-By: auto-faq 2.4
  19. Archive-name: 386bsd-faq/part5
  20.  
  21. Section 4.    (Kernel Additions)
  22.  
  23.   Thanks go to  Marc Wandschneider (storm@cs.mcgill.ca) for putting this
  24.   section of the FAQ together..
  25.  
  26. 4.0    Introduction
  27.  
  28.     If you have written some addition to the kernel, or know of
  29.     one that feel should be mentioned, send mail to Dave Burgess 
  30.     (burgess@hrd769.brooks.af.mil) with all the relevant information, 
  31.     and it will be added for the next release.
  32.  
  33.  
  34.  
  35. 4.1    Common Kernel-related problems
  36.  
  37. 4.1.1    Where are the commands "rpcinfo" and "rpcgen"?
  38.  
  39.     Chris Flatters (cflatter@nrao.edu) informs us in the following
  40.     posting excerpt where we can find them:
  41.  
  42.     --------------------------------------------------------------------
  43.     The sources for the Sun OS 4.0 RPC are on titan.rice.edu (I don't 
  44.     have the inet number handy) in directory sun-sources.  You will have 
  45.     to pick up all the shell archives and unpack them to get at rpcgen.
  46.     --------------------------------------------------------------------
  47.  
  48.     These sources are also included in NetBSD and FreeBSD as part of the
  49.     normal installation.
  50.  
  51. 4.1.2    Where can I get a working "netstat"?
  52.  
  53.     netstat was released as a binary patch and source patch 
  54.     in the patchkit.  Netstat will be a part of the FreeBSD 
  55.     distribution currently under construction, and is already
  56.     part of NetBSD.
  57.  
  58.  
  59. 4.1.3    How can I fix NFS to work with my NE2000 board?
  60.  
  61.     Ken Raeburn (raeburn@cambridge.cygnus.com) has both identified the
  62.     problem and provided us with a work around:
  63.  
  64.     --------------------------------------------------------------------
  65.     I reported previously that I was seeing problems reading files over
  66.     NFS using the ne2000 driver; timeouts would eventually be reported, no
  67.     data would be read.  Listing files and directories (small ones
  68.     anyways) were not a problem.
  69.  
  70.     After playing with etherfind and kernel printfs, I've come to this
  71.     conclusion: Fragmented 8K UDP packets from the NFS server are not
  72.     reaching the UDP layer in 386bsd.  The Sun is sending them (according
  73.     to another Sun spying on the network), but the UDP input routine is
  74.     never called.  I don't know if the bug here is on the 386bsd or Sun
  75.     side, and won't have time to look into it in the next couple of days.
  76.  
  77.     In the meantime, mounting NFS file systems with "rsize=1024" does get
  78.     rid of this problem.
  79.  
  80.     (It does nothing about TCP being slow, though.)
  81.     Ken
  82.     --------------------------------------------------------------------
  83.  
  84.     Hopefully, the real solution (a UDP fix) will be forthcoming so
  85.     that the slow TCP problem is fixed as well.
  86.  
  87.     See also:  Section 2.6.3.3c "I am getting lousy performance 
  88.            out of my network card.  What are some of the other 
  89.            possibilities?"
  90.  
  91.     Recent work in FreeBSD and NetBSD may have deprecated this problem.
  92.     There is a new network card driver called the ed0 driver.  This
  93.     replaces the original NE1000/NE2000 drivers, as well as replacing
  94.     the we0 driver.  By combining the two, a more flexible driver has
  95.     been developed and most of these types of problems have been fixed.
  96.     Once again, upgrading to FreeBSD or NetBSD seems to be the answer.
  97.  
  98.  
  99. 4.1.4    How can I get "ps" and "w" to work?
  100.  
  101.     The patch-kit contains a fix for /src/lib/libutil/kvm.c, which,
  102.     last we heard, was due to the work of Jim Paradis 
  103.     (paradis@sousa.ltn.dec.com).  New versions of the kernel should
  104.     have this problem fixed.
  105.  
  106.     In order for users to be able to use certain flags with ps and
  107.     the w/uptime commands, the kernel must have permissions 755.
  108.  
  109.     Also, in order to save space on the distribution, the kernel is 
  110.     'stripped' of all its labels.  Programs that rely on those labels
  111.     will not work.  There are several in this category, including ps, 
  112.     w, and uptime.  Either ftp an un-stripped kernel, or recompile.
  113.  
  114.  
  115. 4.1.5    Where are re_comp and re_exec?
  116.  
  117.     These two functions are currently not in libc.a.  However, there
  118.     are two related functions that seem to work exactly the same in
  119.     all cases we've heard of---These are regcomp() and regexec().
  120.  
  121.     Thus, a pretty ugly fix for the problem would be to always compile
  122.     as follows:
  123.  
  124.     $(CC) -Dre_comp=regcomp -Dre_exec=regexec ....
  125.  
  126.     There is a slightly nicer fix available for this, listed in 4.2
  127.  
  128.  
  129. 4.1.6    Where are stty() and gtty()?
  130.  
  131.     These functions are missing from libc.a.  To fix, add the following
  132.     #defines to your program:
  133.  
  134.     #define stty(f, m)    ioctl((f), TIOCSETP, (m))
  135.     #define gtty(f, m)    ioctl((f), TIOCGETP, (m))
  136.  
  137.     A more elegant solution is to apply the patchkit.  These routines
  138.     are included in there.
  139.  
  140. 4.1.7    The system hangs with the HD light on after intense disk usage.
  141.  
  142.     Brett Lymn (blymn@mulga.awadi.com.AU)  Provides us with a
  143.     description of the problem and the steps that he had to take
  144.     to fix it:
  145.  
  146.         It seems that, on some disk subsystems, the controller and the
  147.     hard disk get out of synchronization when they are being used 
  148.     intensively.  The result of this is that the disk completes a 
  149.     command but the controller still believes the disk not to have 
  150.     completed the command, so the controller status register 
  151.     indicates the disk is busy when it is not really.  The standard 
  152.     wd drivers are too trusting of the hardware and expect it to do 
  153.     the right thing all the time.  There are a few while loops in 
  154.     the wd drivers that loop on a status change from the disk 
  155.     controller, however; if the problem I have described takes place 
  156.     then the wd driver will be stuck looping waiting for the disk to 
  157.     not be busy - which never happens, so you lock the machine because 
  158.     this is a kernel level wait.  To fix this problem I put a timeout 
  159.     into the while loops so that after a specified time the wd driver 
  160.     will give up waiting for the drive to become ready, reset the 
  161.     controller and retry the command.  In my experience the retry 
  162.     always succeeds.
  163.  
  164.     Ed.Note:  The retry doesn't ALWAYS work, but it IS better than 
  165.     just waiting for the drive to wake back up (which it never does).
  166.  
  167.     Dan Yergeau (yergeau@gloworm.Stanford.EDU) provides us with more 
  168.     insight into this problem.  The README accompanying the original 
  169.     sources used as a base for the NetBSD driver indicates that
  170.  
  171.     > There's also another problem still bothering me: There's some 
  172.     sort of timing/reentrancy error still lurking in here, that was 
  173.     there in the original 0.1 wd driver as well.  The symptom is that, 
  174.     on *some* controllers, doing the initial wdopen() (which will 
  175.     then call the readdisklabel() function) for two or more disks at 
  176.     the same time (so that wdopen() gets called again while it's 
  177.     already being executed), the controller gets hung.  I'm still 
  178.     looking for this, meanwhile I specify in my config file that I 
  179.     have swap on all disks.  This causes the kernel to wdopen() the 
  180.     drives nicely in order -- and once it's been done for each disk, 
  181.     the problem will, of course, not occur.  Without the "swap on ... 
  182.     and ... and ..." stuff, my wd1, wd2 and wd3 would be opened 
  183.     simultaneously by "fsck -p" forks, which would nicely hang up 
  184.     everything...  I note a "sleep(10)" in fsck, but it obviously 
  185.     doesn't do that.
  186.  
  187.     So, changing the appropriate config line to
  188.  
  189.     config        "386bsd"    root on wd0 swap on wd0 and wd1
  190.                                                             ^^^^^^^
  191.     may get around the problem.  I don't run NetBSD, but I do use a
  192.     variation of the barsoom/NetBSD driver.  This works for me.  
  193.     Please let the NetBSD people know if it works for you.
  194.  
  195.     (Note: the sleep(10) in fsck is misplaced.  It does not keep fsck 
  196.     from opening multiple disks simultaneously.  A properly placed 
  197.     sleep() should also work around the wdopen problem.)
  198.  
  199. #include <std.disclaimer>
  200.  
  201.  
  202.  
  203. 4.1.8    How do you implement quotas on Net/2 derived BSD systems?
  204.  
  205.     From: tinguely@plains.NoDak.edu (Mark Tinguely)
  206.  
  207.      maybe you did not complete the setup, here is a step-by-step 
  208.      instructions to get them to work:
  209.  
  210.     1)  make a kernel with "options quota" installed
  211.  
  212.     2)  edit /etc/fstab and include the kinds of quotas you want, 
  213.         below I used "userquota", you could also add "groupquota".
  214.  
  215.     /dev/wd0h        /usr        ufs    rw,userquota 1 2
  216.  
  217.     3)  for each filesystem that is in /etc/fstab that uses quota,
  218.         create the file "quota.user" (and "quota.group if appropriate).
  219.         Above I have user quotas in the /usr filesystem, so I would:
  220.  
  221.         # touch /usr/quota.user
  222.  
  223.     4)  scan filesystem for files ownership (and/or group ownership).
  224.  
  225.         # quotacheck -a
  226.  
  227.     5)  now you can add individual quota limits, if you want to add 
  228.         the same quotas to the many people, then make a template and 
  229.         replicate the template.  If they change for each user, then 
  230.         edit seperately.
  231.  
  232.         # edquota tinguely
  233.  
  234.      (an editor is kicked up and says something like:
  235.  
  236.     Quotas for user tinguely:
  237.       /usr: blocks in use: 11876, limits (soft = 0, hard = 0)
  238.             inodes in use: 891, limits (soft = 0, hard = 0)
  239.  
  240.      a limit of 0 means "unlimited".  Change these to the appropriate 
  241.      number of blocks.  A soft limit generates a warning, and can be 
  242.      exceed for period of time (7 days?), after which time a soft limit 
  243.      is treated like a hard limit.  A hard limit denies new writes.
  244.  
  245.      to replicate a template (for this example let us assume "tinguely" 
  246.      is the template):
  247.  
  248.         # edquota -p tinguely user1 user2 user3 ... userN
  249.  
  250.     6)  turn quotas on (usually done in the /etc/rc file, but turn it 
  251.         on manually so you do not have to reboot right now:
  252.  
  253.         # quotaon
  254.  
  255.     that should take care of setting up quotas.  You can look at the 
  256.     status of use of files with repquota, the -a option lists all 
  257.     filesystems with quotas.
  258.  
  259.  
  260. 4.2    Available kernel add-ons
  261.  
  262.  
  263. 4.2.1    The Patch-Kit
  264.  
  265.     Perhaps the most famous of all additions to the kernel, the Patch-Kit,
  266.     currently coordinated by Rodney Grimes (rgrimes@agora.rain.com)
  267.     contains numerous bug fixes, Julian's SCSI drivers, as well as fixes
  268.     for other parts of the system.
  269.  
  270.     The patch-kit, as well as all relevant information, is available on
  271.     agate.berkeley.edu (and mirrors) in unofficial/patch-kit, as well
  272.     as bsd.co.montana.edu in /pub/patch-kit. (archie will likely list
  273.     other sites as well)
  274.  
  275.     It is highly recommended that all users with space for the source code
  276.     apply the patch-kits as many things that seem broken in 0.1 suddenly
  277.     start working with the patch-kits.
  278.  
  279. 4.2.2    Shared Libraries
  280.  
  281.     A basic and experimental implementation of shared libraries exists
  282.     for 386bsd.  According to the author (Dr. Joerg Lohse, 
  283.     lohse@tech7.informatik.uni-hamburg.de), features are as follows:
  284.  
  285.     -No kernel extension is necessary
  286.     -Shared libraries use the approach used in SysV.
  287.  
  288.     Others are also working on different implementations of shared
  289.     libraries.
  290.  
  291.     This code can be obtained from agate.berkeley.edu in 
  292.     ~/unofficial/from-ref/sys.extras.  The file is called ??????????.
  293.  
  294.     Bill and Lynne have adopted a shared-library implementation based
  295.     on Dr. Lohse's original work.  It will be included in Version 0.2
  296.     of 386bsd and should be included in NetBSD about the same time 
  297.     (Yes, I am guessing here).
  298.  
  299. 4.2.3    Sound Blaster Drivers
  300.  
  301.     A driver for the Sound Blaster card has been written by Steve
  302.     Haehnichen (steveh@ucsd.edu) for BSD.  Steve Gerakines has
  303.     provided us with the information necessary to get this driver 
  304.     working under 386bsd.
  305.  
  306.     Most features of the SB family of cards are supported save some
  307.     stereo portions of the SBPro cards.
  308.  
  309.     The driver is available on agate.berkeley.edu in 
  310.     unofficial/drivers/misc/soundblaster-1.4
  311.  
  312.  
  313. 4.2.4    Bus Mouse Drivers
  314.  
  315.     Fred Cawthorne (fcawth@delphi.umd.edu) wrote a busmouse
  316.     driver for 386bsd.  He recently wrote a short letter with this
  317.     update:
  318.  
  319.     My busmouse driver is mentioned in the FAQ, but it is quite out of 
  320.     date.  I use Gene Stark's driver available from Freebsd.cdrom.com 
  321.     in /pub/XFree86/mice.  (It is well done and I did not have time to 
  322.     finish mine to make it more stable)  It is small, though, so it 
  323.     might be good for people who want to rewrite parts, etc...  
  324.     Several people have written about getting this to work with new
  325.     versions, etc... and I have pointed them to the other driver.  It 
  326.     would seem that people found out about my busmouse driver through 
  327.     the FAQ, so could you please add something like the following to 
  328.     the FAQ??
  329.  
  330.     This is taken from the INDEX in the Freebsd.cdrom.com mice 
  331.     directory:
  332.  
  333.     "We currently have four bus mouse drivers for 386bsd available by
  334.     anonymous ftp on XFree-86.cdrom.com in pub/XFree86/mice:
  335.  
  336.     ms-busmouse.tar.z
  337.  
  338.         Sandi Donno's <sandi@uctcs.cs.uct.ac.za.> port of 
  339.         Erik Forsberg's Microsoft bus mouse driver to 386bsd.
  340.  
  341.     logitech-busmouse-0.2.shar.z
  342.  
  343.         Fred Cawthorne's <fcawth@delphi.umd.edu> second version 
  344.         of a logitech Bus Mouse driver.  
  345.  
  346.     busmouse.tar.z:
  347.  
  348.         Eugene Stark's port of Rick Macklem's driver to the 
  349.         Microsoft bus mouse.  Rick's driver supports the 
  350.         Logitech and ATI Inport Bus mice with 386bsd.  It's also 
  351.         available by e-mail to stark@cs.sunysb.edu and by anon. 
  352.         ftp on cs.sunysb.edu in pub/386BSD/busmouse.tar.Z.
  353.  
  354.     psm.tar.z:
  355.  
  356.         Johan Solhed <Johan.Solhed@lu.erisoft.se> ported the 
  357.         Linux PS/2 mouse driver to 386BSD.  It includes a PS/2 
  358.         to Microsoft protocol converter in the driver so XFree86 
  359.         understands the mouse events.
  360.  
  361.     In addition we have busmouse.v3.z which is Erik Forsberg's original
  362.     post of his device driver for BSDI/386 and Microsoft (and
  363.     compatible) bus mice using the Microsoft InPort chip as well as a
  364.     device driver for Logitech bus mice. "
  365.  
  366.     I prefer busmouse.tar.z, and that seems to be the one that 
  367.     supports the most mice.  It also drops into FreeBSD very easily.
  368.     (all you have to do is copy com.c into /sys/i386/isa and add the
  369.      device mse0 ... line to the system config file.)
  370.  
  371.  
  372. 4.2.5    PPP Support
  373.  
  374.     A package to add PPP support to 386bsd can be found on agate
  375.     in unofficial/drivers/net.  It is included in NetBSD and FreeBSD.
  376.  
  377.  
  378. 4.2.6    re_comp and re_exec library functions
  379.  
  380.     As mentioned in section 4.1, re_comp and related functions, such
  381.     as re_exec, are currently not in the library libc.a  Apart from
  382.     using the rather crude fix listed above, there is another option.
  383.  
  384.     Kim Anderson (kim@dde.dk) has provided a patch that will add these
  385.     to libc.a.  You can probably obtain this patch from the author, or
  386.     you can ftp it from binkley.cs.mcgill.ca in pub/386bsd.
  387.  
  388. 4.2.7    Intel i82586 Ethernet Controller driver
  389.  
  390.     Garrett A. Wollman has written a driver for the Intel i83586 
  391.     Ethernet Controller.  The driver is available from agate
  392.     in unofficial/from-ref/sys.extras.
  393.  
  394.     The authors e-mail address is listed as Garrett.Wollman@uvm.edu,
  395.     attempts to send him mail there have failed.
  396.  
  397. 4.2.8    PC Speaker driver for Nethack
  398.  
  399.     Andrew A. Chernov has ported the Nethack PC Speaker driver to
  400.     386bsd.  It allows the speaker to be controlled by applications.
  401.  
  402.     Unfortunately, we are not aware of a site that distributes this,
  403.     but this patch has been posted a couple of times to the various
  404.     comp.os.386bsd groups, and the author can be contacted at
  405.     ache@astral.msk.su
  406.  
  407.     This patch is included in the NetBSD source tree, although it is
  408.     not included in the distribution kernels.
  409.  
  410. -- 
  411. TSgt Dave Burgess
  412. NCOIC Applications Programming Branch
  413. US Strategic Command, Offutt AFB, NE
  414. burgessd@j64.stratcom.af.mil
  415.