home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9660 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!nntp-server.caltech.edu!hss!magyar
  3. From: magyar@hss.caltech.edu (Ted Turo'cy)
  4. Subject: A few problems I've run across
  5. Message-ID: <magyar.715427661@hss>
  6. Sender: news@cco.caltech.edu
  7. Nntp-Posting-Host: hss.caltech.edu
  8. Organization: California Institute of Technology, Pasadena
  9. Distribution: usa,ca
  10. Date: Wed, 2 Sep 1992 09:54:21 GMT
  11. Lines: 23
  12.  
  13.  
  14. A few nitpicky things I've had problems with and haven't been able
  15. to find answers to anywhere:
  16.  
  17. 1.  I've got kermit (the ATT sys 3/5 version, not the 5A alpha) up and
  18. running, and it works fine, except when I set the serial port through which
  19. I'm hooked up to the net using 'set line /dev/ttys2', I get 
  20. 'warning: read access to lock directory denied'.  I'd assume I haven't
  21. created the locks directory it wants.  Any suggestions?
  22.  
  23. 2.  I was compiling letters 2.2 the other day (BTW, for those of you
  24. interested, it compiles, excepting this item, without change with
  25. -DSYSV) using gcc 2.2.2d, and the compiler gave me a 'syntax error in
  26. signal.h' message.  Turns out that __sighandler_t isn't defined anywhere
  27. in any of the header files.  Consulting with my K&R, I added the line
  28. 'typedef void (*__sighandler_t)(int);' and it compiles and runs
  29. beautifully.  Am I missing a file, or is something up with signal.h??
  30.  
  31. Thanks,
  32.  
  33. Ted Turo'cy
  34. magyar@hss.caltech.edu
  35.  
  36.