From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 00:39:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51EBD106566B for ; Tue, 15 Apr 2008 00:39:46 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 07D878FC16 for ; Tue, 15 Apr 2008 00:39:45 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so510297anc.13 for ; Mon, 14 Apr 2008 17:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=5lUZWwT3A063IthtNxltlZIPUQhDmHBplaVX6qSldhQ=; b=CEkNnprwuHPLorWrw+9NG7zPprJ5TW3w9k6vQ1uTlllCSuMx/39ffVcIhktIhS5VQ9531R7Bn56TE7cTWdgPQC35HtrKUk3tcVlyho9OEtab3XdPqPjNBH7DrgdUr+X4H/bDp4/4hnMhnxkz10qizlSVCDMblqVQTM5ZIEbFRcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Gl1MyAf30Jtrg76z8P/ySruVlvopV2spFEkenKZZzWZU00wQB13uPeezjnPIqnUnLMpsiAXFopLPSNJXNay8o65fWb+RSTLRJ48TyBvpMlZY3vf70+bFvFY/gEfwjRiqTWkhUA/lw1UZOqKs53MheAr1xaHByNrU/H7W7ZWvpVg= Received: by 10.100.213.4 with SMTP id l4mr13514065ang.71.1208219985369; Mon, 14 Apr 2008 17:39:45 -0700 (PDT) Received: by 10.100.253.13 with HTTP; Mon, 14 Apr 2008 17:39:45 -0700 (PDT) Message-ID: <539c60b90804141739g1f60be46m576bc3fa5ef3580d@mail.gmail.com> Date: Mon, 14 Apr 2008 17:39:45 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: e0d624d5276d084a Subject: cutecom requires sudo to work, but minicom works without - permissions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: stevefranks@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 00:39:46 -0000 I have two terminal programs - cutecom and minicom, both built from ports with no tweaks. Minicom will fire up and hit the serial port just fine, but cutecom can't open it except with sudo. I tried tweaking devfs.conf (as well as a straight chmod on /dev/cuad0), and it doesn't seem to rectify the problem. I've also got several linux ports that hit usb devices via libusb that won't connect without sudo - obviously, I'd like not to have to run user-type apps with sudo on my system.... Thanks, Steve