christian zimmermann wrote:
> Hi folks,
> 
> I need some help with my autochanger config.
> I have an overland arcvault 12 autochanger, I can mount all tapes with the 
> mtx 
> command no problem.
> But when I try to mount a tape with bconsole so I can label it I allways get 
> an error like this. 
> 
> mount
> The defined Storage resources are:
>      1: File
>      2: Overland
> Select Storage resource (1-2): 2
> Enter autochanger drive[0]: 0
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result: nothing loaded.
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result: nothing loaded.
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result: nothing loaded.
> 3902 Cannot mount Volume on Storage Device "Drive-1" (/dev/st0) because:
> Couldn't rewind device "Drive-1" (/dev/st0): ERR=dev.c:678 Rewind error on 
> "Drive-1" (/dev/st0). ERR=No medium found.
> 
> 3905 Device "Drive-1" (/dev/st0) open but no Bacula volume is mounted.
> If this is not a blank tape, try unmounting and remounting the Volume.


Hi Christian,

I had the same issues running bacula 1.38.11-7 under Debian.

What I have done to temporarily fix the issue is changed the user 
bacula-sd uses. I updated the bacula-sd init.d script,
FROM:
---
ARGS="-c /etc/bacula/bacula-sd.conf -u bacula -g tape"
---

TO:
---
ARGS="-c /etc/bacula/bacula-sd.conf -u root -g tape"
---

As root it works fine, I now need to find the permissions the bacula 
users needs to work problem free!


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to