From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 18 19:42:12 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DA2416A412; Wed, 18 Jul 2007 19:42:12 +0000 (UTC) (envelope-from oxy@field.hu) Received: from green.field.hu (green.field.hu [217.20.130.28]) by mx1.freebsd.org (Postfix) with ESMTP id B9DE913C467; Wed, 18 Jul 2007 19:42:11 +0000 (UTC) (envelope-from oxy@field.hu) Received: from localhost (green.field.hu [217.20.130.28]) by green.field.hu (Postfix) with ESMTP id 837586D514; Wed, 18 Jul 2007 21:41:56 +0200 (CEST) X-Virus-Scanned: by Amavisd-new (Spamassassin+Razor2+Pyzor+DCC+Bayes db, Clamd Antivirus) at field.hu Received: from green.field.hu ([217.20.130.28]) by localhost (green.field.hu [217.20.130.28]) (amavisd-new, port 10024) with ESMTP id g7XpZ-WoOLTV; Wed, 18 Jul 2007 21:41:53 +0200 (CEST) Received: from [192.168.1.2] (dsl77-234-78-86.pool.tvnet.hu [77.234.78.86]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by green.field.hu (Postfix) with ESMTP id C240C6D515; Wed, 18 Jul 2007 21:41:52 +0200 (CEST) Message-ID: <469E6D0C.4020100@field.hu> Date: Wed, 18 Jul 2007 21:42:04 +0200 From: oxy User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Jeremy Chadwick References: <469E524B.1010001@field.hu> <20070718181507.GA13344@eos.sc1.parodius.com> <469E5B8A.9070104@field.hu> <20070718185336.GA14375@eos.sc1.parodius.com> In-Reply-To: <20070718185336.GA14375@eos.sc1.parodius.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org Subject: Re: ttyd0 permission denied problem 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, 18 Jul 2007 19:42:12 -0000 sorry, miss-clicked :) thanks for your help Jeremy Chadwick írta: > On Wed, Jul 18, 2007 at 08:27:22PM +0200, oxy wrote: >> [root@bluebox /dev]# cu -l /dev/ttyd0 -s 115200 >> Connected >> >> so my problem is minicom? how can i give permission for it? >> when i did: 'chown uucp:dialer /dev/ttyd0' than it worked for >> a couple minutes, than system changed back owner to root:wheel > > I don't use minicom, so I don't know. It does sound specific to > that program, however. > > The permissions and ownership changing are probably induced by devfs > or devfs.conf, but this is speculation on my part. > > Also, please do not remove the mailing list from your responses; > it's good to provide details to everyone on the list so that others > know where the problem is, and future mailing list searches can > reveal clues. :-) Thanks. >