Claudia Neumann wrote:
Am Mittwoch, 27. Oktober 2004 07:07 schrieben Sie:
## Serial port settings
# use e.g. "/dev/mouse", "/dev/ttyS0", "/dev/ttyS1", ... # Note: all "/dev/ttyXX" may be suffixed by the IRQ # used (instead of the default one), such as "/dev/ttyS2 irq 5" # or "/dev/ttyS3 irq 9". Default: ""
$_com1 = "/dev/ttyS0" #$_com2 = "/dev/modem" # $_com3 = "" # $_com4 = ""
# Lock directory (e.g. default: "/var/lock")
# $_ttylocks = "/var/lock"
Where do you want to have the lock? To /var/lock? Delete the #. Do you have write permission for that directory? Or
Put it to $_ttylocks = "$HOME/dosemu"
Certainly you have write permission there.
cu
Claudia
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Claudia,
Thanks for your reply
The lock seems to be working properly and I do have write permissions to /var/lock (its set to 777). Just for testing I did un-comment $_ttylocks = "/var/lock" but that made no difference. I can start xdosemu and get the DOS prompt, just as soon as I start my app (ProcomPlus) my system freezes, keyboard and mouse are locked and a hard boot is required to get things back. Any other suggestions?
Thanks again, Rick Knight
- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
