From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 21 20:44:39 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5C916A41F for ; Wed, 21 Dec 2005 20:44:39 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A7843D6D for ; Wed, 21 Dec 2005 20:44:31 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jBLKiQEm015041; Thu, 22 Dec 2005 07:44:26 +1100 Received: from [192.168.0.7] (ppp2343.dyn.pacific.net.au [61.8.35.67]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id jBLKiOlO002439; Thu, 22 Dec 2005 07:44:25 +1100 In-Reply-To: <20051221142955.76974.qmail@web50007.mail.yahoo.com> References: <20051221142955.76974.qmail@web50007.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Thu, 22 Dec 2005 07:44:30 +1100 To: Ronald Gonzalez X-Mailer: Apple Mail (2.746.2) X-Mailman-Approved-At: Wed, 21 Dec 2005 20:53:26 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: ppp tun0: Warning: deflink: /dev/ucom0: Bad file descriptor X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 20:44:39 -0000 On 22/12/2005, at 1:29 AM, Ronald Gonzalez wrote: > Hi, I'm trying to sync a Dell Axim X30 using > synce-dccm-0.9.1 and running FreeBSD 6.0-RELEASE, but > ppp is failing with a "Bad file descriptor" message. > What can I do? The naming of ucom changed in 6.x and I haven't yet updated the uppc port to reflect that change. Just edit /etc/ppp/ppp-uppc.conf with the correct device name, eg. /dev/cuaU0. Cheers Sam