From owner-freebsd-ports@FreeBSD.ORG Mon Mar 4 15:36:47 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1128033C for ; Mon, 4 Mar 2013 15:36:47 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id BF79E18D for ; Mon, 4 Mar 2013 15:36:46 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id CFFAECA419 for ; Mon, 4 Mar 2013 16:36:38 +0100 (CET) Received: from soth.ventu (adsl-ull-238-253.41-151.net24.it [151.41.253.238]) (authenticated bits=0) by ns2.biolchim.it (8.14.6/8.14.6) with ESMTP id r24FaYmH053507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 4 Mar 2013 16:36:35 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.6/8.14.5) with ESMTP id r24FaQMe036117 for ; Mon, 4 Mar 2013 16:36:26 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <5134BF7A.4070302@netfence.it> Date: Mon, 04 Mar 2013 16:36:26 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: YModem terminal emulator References: <51347C95.8020600@netfence.it> <5134BA44.8020604@astart.com> In-Reply-To: <5134BA44.8020604@astart.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (ns2.biolchim.it [192.168.2.203]); Mon, 04 Mar 2013 16:36:35 +0100 (CET) X-Spam-Score: 5.118 (*****) BAYES_50, RCVD_IN_PBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Mar 2013 15:36:47 -0000 On 03/04/13 16:14, Patrick Powell wrote: > I run into this a lot when I use USB serial devices. Try using: > ls /dev/cu* > and see what devices you have. For examle: > > server:{15} # ls /dev/cu* > /dev/cuau0 /dev/cuau0.init /dev/cuau0.lock /dev/cuau1 > /dev/cuau1.init /dev/cuau1.lock > > Note that the device is /dev/cuau0 not /dev/cauU0 > Thanks for your answer. In the end I was able to accomplish my task by removing the suid flag from minicom. bye av.