home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / sysv386 / 14161 < prev    next >
Encoding:
Text File  |  1992-09-08  |  5.7 KB  |  119 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!wupost!udel!sbcs.sunysb.edu!usenet
  3. From: lambda@sbcs.sunysb.edu (Del Lamb)
  4. Subject: Questions on Unix System V
  5. Message-ID: <1992Sep8.023342.16878@sbcs.sunysb.edu>
  6. Sender: usenet@sbcs.sunysb.edu (Usenet poster)
  7. Nntp-Posting-Host: sbgrad9
  8. Organization: State University of New York at Stony Brook
  9. Date: Tue, 8 Sep 1992 02:33:42 GMT
  10. Lines: 107
  11.  
  12. []
  13.  
  14. Hello, I'm a newcomer to this group and System V Unix, so forgive any
  15. unintention violations of netiquette.  I am a Ph.D student, almost done,
  16. at SUNY-Stony Brook.  For financial reasons, I have to finish my research
  17. and dissertation away from the University and I am in the process of 
  18. setting up a PC with Unix and the software I need to do my work.
  19.  
  20. System:  i486DX-33, 256K cache, 8Mb
  21.          Maxtor 200Mb 15ms HD, Teac 1.2Mb,1.44Mb Floppies
  22.          Diamond Speedstar w/1Mb - 1024x768,NI S-VGA Monitor
  23.          Colorado 250Mb Tape Backup w/Unix software
  24.          Zoom 14.4K V32bis,V42bis S/R Fax/Modem
  25.          HP Laserjet IIP+ Printer
  26.  
  27. Unix:    System V/386 Release 4.0, Version 3.0
  28.          Consensys V4, Release 1.3
  29.  
  30. I'm trying to be complete because I'm not sure what is important to
  31. the questions I want to ask.  Before someone brings it up, the system
  32. is borrowed so the choice of hardware was already determined.  Hence,
  33. I can't help that Diamond was just mentioned here as poor choice for
  34. some software.  Also, I'm limited in changes I can make to the system
  35. and space for additional software (200Mb is barely adequate)
  36.  
  37. I hoping that those of you more experienced than myself can help with
  38. some problems I haven't been able to lick.  I'm finding the knowledge
  39. gap between Unix user and Unix administrator bigger than I thought.  It
  40. may be that these are trivial things that I just haven't hit the right
  41. manual page for, so any assistance will be gratefully accepted.
  42.  
  43. 1. Printing of Documents
  44.  
  45. Obviously, printing my dissertation is essential.  The current files are
  46. troff format with tables, equations, references, and figures made in a
  47. application called 'ped' (probably local).  I have the printer configured
  48. and ascii files print fine.  However, the troff output does not.
  49.  
  50. On the school system (Sun - BSD 4.2), I have used these two commands:
  51.  
  52. 1> cat <file> ... | (various filters) | ditroff -Ti10 -ms | lpr -n -P<dest>
  53. 2> cat <file> ... | (various filters) | eroff -ms -d<dest>
  54.  
  55. The first produced output on imagen printers, the second on postscript.
  56. However, the System V only has 'troff'.  I assume I'll do something like:
  57.  
  58. 3> cat <file> ... | (various filters) | troff -T<?> -ms | lpr -t -P<dest>
  59.  
  60. This fails as the '-t' filter from the print command doesn't seem to be
  61. present.  Likewise, '-n' is also missing should I find a copy of 'ditroff'
  62. for the machine.  This leads to a number of questions:
  63.  
  64. Do I need to get a copy of 'ditroff'?  If so, where can I download it
  65. from?  (It's no longer present here, which is why I switched to 'eroff')
  66. I'd like 'ditroff' as I know it works with the figures and I have a
  67. 'ditroff' viewer in Xwindows.  Either way, how do I get the '-[n|t]'
  68. filters to work in 'lpr'?  I tried the system admin commands to add a
  69. filter, but apparently some file or program is needed and I can't find
  70. if I have the filters but just not installed, or if they need to be
  71. obtained from somewhere also.  Also possible, some printer setting may
  72. have to made - if so, what?
  73.  
  74. 2. Modem Configuration/Usage
  75.  
  76. I need to be able to dial-up the school and transfer file, handle mail
  77. and all.  So far, all attempts at configuring the modem have been
  78. unsuccessful.  This may be due to the fact that the closest modem I
  79. can find in the config in a Hayes SmartModem 2400.  Doesn't bode well.
  80. I hope to make use of the school's high speed dial-up lines.
  81.  
  82. I tried to configure it through the system admin, I added the device
  83. and the system I was trying to dial, but all I get is 'Can't access
  84. device'.  Annoying.  Any hints here would be appreciated.
  85.  
  86. Also, the 'cu' command appears to less than desirable (though I can't
  87. say for sure since it doesn't work yet).  Is there other software I
  88. should download and use instead.  I think Kermit is available here.
  89. Also, the ability to receive (and send) faxes would be very helpful
  90. but I have no clue where to begin on this.  I assume I'll have to have
  91. some Unix fax software to make it happen.  Any recommendations on good
  92. packages, and where to get them would be nice.
  93.  
  94. 3. Xwindows Compilation
  95.  
  96. Not nearly as critical, but while I have your attention.  I have some
  97. Xwindows (Xt toolkit) applications I use in my research and I can't 
  98. get them to compile on the PC.  In the final link, a library called
  99. -Xinput is not found and six functions are left undefined.  They are
  100. (near as I can recall) - socket, connect, gethostname, gethostbyname,
  101. inet_addr and I can't remember the last.  Nearly all are in the manual
  102. under <sys/socket.h> (I think), but adding this library doesn't solve
  103. the problem.  I also can't find a library that replaces the -Xinput
  104. (used in X11, BSD 4.2 on Suns) in System V.  The man pages on libraries
  105. used in X windows compiles have been singularly hard to find.
  106.  
  107. Anyways, I hoping to solve these problems over the next week so that
  108. my trip to Wisconsin won't be delayed yet again.  I apologize if this
  109. is an incorrect request for this group.  I'd appreciate replies by 
  110. E-mail to keep any discussion from impeding the group - I can post
  111. the summaries if there is enough interest.  Thanks in advance!
  112.  
  113.  
  114.    /\-|-/\            Del Lamb :  lambda@sbcs.sunysb.edu          /\+|+/\
  115.   //\\|//\\                                                      //\\|//\\
  116.  //__\X/  \\"Should we try using our intelligence?" - The Doctor//  \X/  \\
  117. /----/A\   \\"Well... if you think that's a good idea." - Leela//   /X\   \\
  118. ============================================================================
  119.