Todd R Davis schrieb:
> I have recently moved our backup system from one machine running bacula
> 1.34 to another machine running 1.38.  All my database conversion seemed to
> go successful. Backups are working fine but when the tape fills and the
> autochanger needs to change tapes I get a message "bacula0-sd: 3995 Bad
> autochanger "unload slot 1, drive 0": ERR=Child exited with code 1"
> followed by a request to manually mount a different tape. When I manually
> mount the new tape the backup picks right up where it left off.  I read in
> the docs that it may be a permission issue??  I have checked the
> permissions to match our old system.  Any ideas?   Thanks.

I think there was a change in how changers are set up in the
bacula-sd.conf file in 1.38 (or before). 

example:

Autochanger {
  Name = Autochanger
  Device = AIT-2
  Changer Device = /dev/sg2
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  }

Device {
  Name = AIT-2
  Media Type = AIT-2
  Archive Device = /dev/nst0
  Autochanger = yes
  LabelMedia = no 
  AutomaticMount = yes
  AlwaysOpen = yes
}


Ralf

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to