> -----Original Message-----
> From: David Hatcher [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 26, 2007 4:26 PM
> To: Peter Eisch; bacula-users@lists.sourceforge.net
> Subject: RE: [Bacula-users] ? Device is BLOCKED waiting for 
> mount of volume
> 
> Hi Peter,
> 
> I could be wrong, but I *think* that is the same problem I 
> experienced when I updated to 2.0.1.  Once a job began, my 
> autochanger would not load the tape it needed.  My solution 
> was to add three lines of code to the /etc/bacula/mtx-changer 
> file on lines 157-159.  I added the following.
> 
> if mt -f $device status | grep ONLINE  >/dev/null 2>&1; then
>   mt -f $device offline
> fi 
> 

While the device is showing BLOCKED I can't do any 'mt' commands as it says
that the device is busy.  If I umount, er unmount, in bconsole it will move
the media back to the slot properly even without an explicit unmounting or
offline of the drive.


Thanks for the idea, but this isn't quite my situation as I can tell.

peter


-------------------------------------------------------------------------
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