home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / pdp11 / 831 < prev    next >
Encoding:
Text File  |  1992-11-09  |  2.4 KB  |  63 lines

  1. Newsgroups: vmsnet.pdp-11
  2. Path: sparky!uunet!caen!batcomputer!cornell!chapman
  3. From: chapman@cs.cornell.edu (Richard Chapman)
  4. Subject: f77, kermit and rsx-11
  5. Message-ID: <1992Nov9.193113.11680@cs.cornell.edu>
  6. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  7. Date: Mon, 9 Nov 1992 19:31:13 GMT
  8. Lines: 53
  9.  
  10. Thanks to all who helped me with advice on how to recover from my
  11. sysgen disaster. I got a fresh copy and managed to repair one of the
  12. damaged disks. Now, backed up to the gills, I am trying to get things
  13. to run.
  14.  
  15. Two questions:
  16.  
  17. F77: 
  18. Can anyone tell me what "Error 2 -- Task initialization failure" means
  19. in rsx-11 v4.0 (it occurs in response to trying to run a .tsk file
  20. made with TKB from  a Fortran 77 program) ? I have tried a number
  21. of trivial correct f77 programs (at least on several other f77
  22. compilers they work), and the fortran compiler and tkb both run
  23. without any error messages, no mention of anything wrong that I can
  24. see in the .lst and .map files, but I get the above error every time I
  25. try to run the resulting tasks? I have most of the manual set, but cannot
  26. find this error documented anywhere. 
  27.  
  28.  
  29. KERMIT: 
  30. I have a 1200 baud modem connected to an ACT Quadrasync card
  31. (emulates four DL11's), and I have been running kermit just fine under
  32. RT-11 using this setup. Now, under rsx-11 I'd like to do the same thing. 
  33.  
  34. Here is the voodoo that I have tried before running kermit, based on 
  35. the information in k11ins.doc (the modem is connected to TT2:) 
  36.  
  37. set /slave=tt2:
  38. set /typeahead=tt2: (my version of rsx-11 won't accept a numeric arg here)
  39. set /ebc=tt2:
  40. set /lower=tt2:
  41. set /buf=tt2:255.
  42. all tt2:
  43. ins [100,10]kermit/task=...ker
  44. ker
  45.  
  46. Once in kermit-11, I 
  47.  
  48. set line tt2:
  49.  
  50. Then, when I try to set the speed to 1200, I get a message that the
  51. receive buffer is too small. (but I have no idea how to make it
  52. bigger). If I go ahead and connect anyway, things seem to work for an
  53. indeterminate period of time (I can send commands to the modem, dial
  54. up, connect, log in to a remote system, etc) then the whole system
  55. crashes, halting with 002522 in the display register on the cpu. I get
  56. a dump on the console with CRASH -- CONT WITH SCRATCH MEDIA ON DM0 at
  57. the bottom (even if I am running from the RL drives with DM0 turned _off_)
  58. If I use kermit to download files from a PC connected as the console of the
  59. pdp-11 (set line ti: instead of tt2:) things work fine. 
  60.  
  61. Any idea what I am doing wrong? 
  62.  
  63.