home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5725 < prev    next >
Encoding:
Text File  |  1992-09-15  |  2.0 KB  |  49 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!gatech!concert!epa-rtp!bizarre.rtpnc.epa.gov!fty
  3. From: fty@bizarre.rtpnc.epa.gov (Frank Terhaar-Yonkers)
  4. Subject: PPP is running but ...
  5. Message-ID: <1992Sep15.134137.24590@rtpnc.epa.gov>
  6. Keywords: ppp,bind,kernel
  7. Sender: usenet@rtpnc.epa.gov
  8. Nntp-Posting-Host: bizarre.rtpnc.epa.gov
  9. Organization: United States Environmental Protection Agency
  10. Date: Tue, 15 Sep 1992 13:41:37 GMT
  11. Lines: 36
  12.  
  13. I seem to have a stable (connection stays up, system doesn't crash) ppp
  14. running which inter-operates with my SRARC2 running dp2.0.2. The biggest
  15. problem has been the good old "silo overflows".  The only way I could
  16. get the problem to go away was installing the 16550 UART chip.  Without
  17. it, TCP/IP would would lock up or perform so poorly as to be unusable.
  18.  
  19. I still have problems with pppd and select.  PPPD gets a signal to
  20. inform him a packet is available, but select returns ZERO
  21. (intermittent).  I simply kludged around it by issuing a message and
  22. doing the read anyway.  The code will abort if nothing is returned on
  23. the read, but so far this hasn't happened.
  24.  
  25. The only "show stopping" problem so far is in my kernel (generic TCP/IP bogon).
  26.   (I seem to have shot myself in the foot with some patch somewhere since I
  27.   haven't heard anyone else complain.)
  28. Things like FTPD and NAMED are failing with EACCES trying to BIND 
  29. privileged ports (Port 20 in the case of ftpd).  Any ideas?
  30. I've been poking around down in so_bind trying to figure out who's setting
  31. errno and it looks like it might be namei.
  32.  
  33. The hacks are available on sunvis.rtpnc.epa.gov:~/pub/386bsd/ppp-hacks
  34. See the READ.THIS and the READ* files in the tar file.
  35.  
  36. Also an archive of "culled" news is there in:~/pub/386bsd/culled.news
  37.  
  38. Caution, this is a snapshot of work in progress and should be 
  39. considered alpha--.  I'm posting this because I've had requests and
  40. could use a little help with the bind problem.
  41.  
  42. - Frank
  43.  
  44. -- 
  45. -------------------------------------------------
  46. Frank Terhaar-Yonkers    fty@bizarre.rtpnc.epa.gov
  47. Unisys/U.S. EPA        (919)541-2297
  48.  
  49.