Robin Blanchard wrote:
>>> Dan,
>>> What is the 'elegant' approach to giving bacula:bacula access to
>>> /dev/pass0 ?
>> What are the permissions on /dev/pass0?  I suspect operator group is
>> involed. If so, add Bacula to the operator group in /etc/group.
> 
> Your port does that (thanks); but the permissions (RELENG_6) are:
> 
> # ls -ald /dev/pass0 
> crw-------  1 root  operator    0, 112 Jan 29 11:43 /dev/pass0

Let operator group read and write that device:

   chmod g+rw /dev/pass0

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:     http://www.pgcon.org/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to