From owner-freebsd-questions Wed Jul 11 14:14:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.telecom.sk (mail1.telecom.sk [213.81.152.3]) by hub.freebsd.org (Postfix) with ESMTP id F09E337B403 for ; Wed, 11 Jul 2001 14:14:48 -0700 (PDT) (envelope-from dusanhanes@yahoo.com) Received: from p150 (std150-prie.telecom.sk [212.5.192.150]) by mail1.telecom.sk (8.9.3/8.9.3) with SMTP id XAA29534 for ; Wed, 11 Jul 2001 23:09:40 +0200 (MEST) Message-ID: <000801c1089e$ce0bf670$010101c3@p150> From: "Dusan Hanes" To: Subject: Simultaneous pppd dialin/dialout problem Date: Mon, 9 Jul 2001 17:39:18 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, hackers :-) I'm having a problem to set up my FreeBSD box with a single modem as a dialin/dialout ppp server. I'm using pppd. Both dialin and dialout work just fine if I run any of them one at a time. But I'd like to have the dialin pppd process running and listening for incoming calls at /dev/ttyd0 all the time. The man page for sio device driver says that cuaa0 device file shall enable callouts with another process listening at ttyd0 and waiting for calls from outside - it says the process connecting to cuaa0 shall put the process listening at ttyd0 to "deeper sleep" and then be able to use the line. However, all my attempts to start pppd dialout session through /dev/cuaa0, or cu -l /dev/cuaa0 calls with pppd dialin process running and listening at ttyd0 at the same time have failed - I'm getting the error message "Failed to open device /dev/cuaa0: Device busy". Does someone have an idea why my pppd listening at ttyd0 blocks callouts through cuaa0? Thanks for any hints :-) Dusan Hanes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message