From owner-freebsd-ports@FreeBSD.ORG Fri Aug 24 17:50:20 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A940916A417 for ; Fri, 24 Aug 2007 17:50:20 +0000 (UTC) (envelope-from swedebear@starpoint.net) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 7110313C457 for ; Fri, 24 Aug 2007 17:50:20 +0000 (UTC) (envelope-from swedebear@starpoint.net) Received: from swedebear.homeunix.net (85.224.67.43) by proxy2.bredband.net (7.3.127) id 46CDAD5C00057093; Fri, 24 Aug 2007 19:30:01 +0200 Date: Fri, 24 Aug 2007 19:31:26 +0200 From: Anders Lind To: h.eichmann@gmx.de Message-ID: <20070824193126.215e7963@swedebear.homeunix.net> X-Mailer: Claws Mail 3.0.0-rc2 (GTK+ 2.10.14; i386-unknown-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: FreeBSD Port: k3b-1.0.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 17:50:20 -0000 Hello there, this concerns the pkg-message-file with this port and specificly 3c-part of it... Today it says; 3c. Every user who should be able to use k3b must have read and write access to all pass through devices connected with CD and DVD drives and to the /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek string 'passX' at the end of each line and modify the rights of /dev/passX). Note, that this is a security leak as well but that there is no alternative! To make this changes permanent, add 'devd_enable="YES"' to /etc/rc.conf as described above. Furthermore add a 'perm passX 666' for each pass device and a 'perm xpt0 666'. If you prefer to bind the access rights to a group, use the own command as described above. If you prefer to set this rights dynamically, add a line 'add path 'pass*' ...' to your /etc/devfs.rules as described above. And after meddling around with it and asking in the freebsd-channel in Freenode-IRC I found the solution to the problem that when I rebooted my computer I could not use k3b as user again. This was because I misunderstood this part and added the perm passX 666 to /etc/rc.conf instead of /etc/devfs.conf. This should be made clearer that it is supposed to be added to /etc/devfs.conf. I am not sure on how to write in specificly, it might be as easy as Furthermore in /etc/devfs.conf add a 'perm pass X 666' and so on. Thanks for great work Cheers Anders