Re: 113 - lredir ?

2002-07-29 Thread Reinhard Karcher
On Mon, Jul 29, 2002 at 07:46:20PM +0200, Per Jessen wrote > Any reports of lredir not working in 113 ? > I'm trying to use it eg like this: > > lredir h: linux\fs/home/per > > >From the debug log it seems that the redirection is succesful, > but the command never returns in the dos session - t

How do I run dosemu as suid.

2002-07-29 Thread Eddie
Hello. I have been tyring to setup dosemu 1.1.3 to run as suid. I need it to poll a POS (both definitions apply. it's an old system that should have been replaced 10 years ago. I kid you not.) system through the serial port. It works fine if I run it as root. But I would like it to run as the

Re: 113: plugin/keyboard vs. plugin/kbd_unicode ?

2002-07-29 Thread Bart Oldeman
On Tue, 30 Jul 2002, Stas Sergeev wrote: > Per Jessen wrote: > > In plugin/kbd_unicode, "no keyboard" is explicitly recognised, > > but doesn't seem to default to reading stdin ? > Looking in keyb_none.c it seems > that "no keyboard" does absolutely > nothing - just a dummy client. > Raw keyboard

Re: 113: plugin/keyboard vs. plugin/kbd_unicode ?

2002-07-29 Thread Stas Sergeev
Hello. Per Jessen wrote: > In plugin/kbd_unicode, "no keyboard" is explicitly recognised, > but doesn't seem to default to reading stdin ? Looking in keyb_none.c it seems that "no keyboard" does absolutely nothing - just a dummy client. Raw keyboard client seems to be using stdin (see raw_keyboar

113 - lredir ?

2002-07-29 Thread Per Jessen
Any reports of lredir not working in 113 ? I'm trying to use it eg like this: lredir h: linux\fs/home/per >From the debug log it seems that the redirection is succesful, but the command never returns in the dos session - the session seems to be looping at 80-90% CPU. I'm using msdos 6.22 Wha

113: plugin/keyboard vs. plugin/kbd_unicode ?

2002-07-29 Thread Per Jessen
I've been looking the keyboard code to understand why dosemu won't read from stdin when no keyboard is attached. (input piped from another process). In the plugin/keyboard stuff, a "no keyboard" mode doesn't seem to be recognised ? It's either slang, raw or X. In plugin/kbd_unicode, "no keyboard"