From owner-freebsd-current@FreeBSD.ORG Tue Feb 17 11:16:49 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3472F1065727 for ; Tue, 17 Feb 2009 11:16:49 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id E6D578FC08 for ; Tue, 17 Feb 2009 11:16:48 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 64BC26148; Tue, 17 Feb 2009 06:16:47 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1234869407; bh=EScp7SKi7Wx+JplQnUTXcorm/+t9acUvjvfgokOGmWA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=c1pgyVSqdiw4uhmqeRbrI8jjhaFnNj0ghB7sxZbi9eyD8KkN5uRTGxd66zPpz+uv4 1Z/GTtPIYhjQOlcYozT/4gPWtdxktogp+N7RgAKk14AlD7aRlPgNR15WKQk8oG7 DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=bhk/7zqdd+UB3o4E9lCFD6IGMnMi0NkfblQiAhxDhmAuMtZ/AZDspuDHGo5Sg6QCO XFQjd3tKLYRGo4ZpmFZG1yU4Ich8Cjp0LHZruUTy8TNEiqPNuw2Je4WIcpO47Ma Message-ID: <499A9C9D.3000403@protected-networks.net> Date: Tue, 17 Feb 2009 06:16:45 -0500 From: Michael Butler User-Agent: Thunderbird 2.0.0.19 (X11/20090128) MIME-Version: 1.0 To: Ed Schouten References: <20080526110543.J26343@fledge.watson.org> <4999F7F9.4030204@elischer.org> <499A024A.60209@protected-networks.net> <20090217110524.GC79178@hoeg.nl> In-Reply-To: <20090217110524.GC79178@hoeg.nl> X-Enigmail-Version: 0.95.7 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: HEADS UP: IFF_NEEDSGIANT consumers to be disabled, removed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 11:16:49 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ed Schouten wrote: > * Michael Butler wrote: >> Feb 16 19:13:31 toshi kernel: pid 50258 (rfcomm_sppd) is using legacy >> pty devices >> >> .. when connecting to my GPS. Is this functionality to be impacted? > No, it shouldn't, but there's still something wrong with rfcomm_sppd, > because it doesn't use proper libc functions to allocate > pseudo-terminals. > How did you start the application? I have NETGRAPH_BLUETOOTH et al defined in my kernel which automagically creates /dev/ubt0. With the appropriate entries in /etc/bluetooth/[hosts|hcsecd.conf], I simply do .. imb@toshi:/home/imb> less bin/gps-connect.sh #!/bin/sh /usr/bin/rfcomm_sppd -b -a QstarzGPS -t /dev/ttyp9 .. to bring it out to a device where roadnav or gspdrive can read it. Should I be doing something else in this script now? Michael -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkmanJ0ACgkQQv9rrgRC1JJ4kACfTWg9rKkOExk3iilTDBcOF6dZ cuEAn3h+D5/o8Kj8YSzHeWa1k3NYM4KW =Q8jG -----END PGP SIGNATURE-----