From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudia Neumann Subject: Re: Modem problem Date: Wed, 27 Oct 2004 13:36:43 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200410271336.43959.dr.claudia.neumann@gmx.de> References: <417F2D0C.5070305@rlknight.com> Reply-To: dr.claudia.neumann@gmx.de Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <417F2D0C.5070305@rlknight.com> Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: Rick Knight Cc: linux-msdos@vger.kernel.org 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