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

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!grebyn!daily!richk
  3. From: richk@grebyn.com (Richard Krehbiel)
  4. Subject: ISC 3.0: spawning a VPIX, problems...
  5. Message-ID: <1992Sep15.144507.27164@grebyn.com>
  6. Organization: Grebyn Timesharing
  7. Distribution: usa
  8. Date: Tue, 15 Sep 1992 14:45:07 GMT
  9. Lines: 23
  10.  
  11.  
  12. I've been helping an associate of mine with a utility that runs under
  13. Interactive Unix 3.0, which must spawn a DOS utility to do part of the
  14. work.  This DOS utility has no need for user interaction, it's purely
  15. batch.  It must run periodically in the background, to check for
  16. events in the Netware system, which is mounted via NFS.  It's not
  17. feasible to replace this DOS utility with a Unix one.
  18.  
  19. The problem is that VPIX seems to require some sort of keyboard
  20. device, and it's very particular.  When spawned with stdin and stdout
  21. to a pipe or pty, it prints a message like "Unable to set keyboard
  22. mode, exiting".  Yet I know VPIX can use a pty somehow, since it works
  23. okay in an xpcterm, and across an rlogin.  What's the secret here?
  24.  
  25. We're currently working around by opening an unused vt, which vpix is
  26. happy with.  Yet nothing we try prevents the output from this vpix
  27. session from coming up on the screen.  It seems like a bug in the vt
  28. device, since it doesn't switch screens, and vpix is definitely
  29. writing to a different vt device than the frontmost, yet vpix output
  30. is written to the current screen.
  31. -- 
  32. Richard Krehbiel                                 richk@grebyn.com
  33. OS/2 2.0 will do for me until AmigaDOS for the 386 comes along...
  34.