Hi Folks,

Running 1.38.8-1, and having some challenges.  At this point, I'm sure
it's something I've done, although I believe I'm following the config
guidelines, but please prove me wrong ! :)


Here are my definitions

Autochanger {
 Name = Robot
 Device = Drive-1
 Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
 Changer Device = /dev/sg1
}

Device {
 Name = Drive-1                      #
 Drive Index = 0
 Media Type = DLT-7000
 Archive Device = /dev/nst0
 AutomaticMount = yes;               # when device opened, read it
 AlwaysOpen = yes;
 RemovableMedia = yes;
 RandomAccess = no;
 AutoChanger = yes
 # Enable the Alert command only if you have the mtx package loaded
 Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

When attempting to start bacula-sd, it isn't very happy with me:
[EMAIL PROTECTED]:/etc/bacula# /etc/init.d/bacula-sd start
Starting Bacula Storage daemon: 09-May 11:36 bacula-sd: Fatal Error
because: Bacula interrupted by signal 11: Segmentation violation
Kaboom! bacula-sd, bacula-sd got signal 11. Attempting traceback.
Kaboom! exepath=/usr/sbin/
Calling: /usr/sbin/btraceback /usr/sbin/bacula-sd 32392


Yet, if I remove the Autochanger stanza, it's happier.


The (older?) method of defining the changer commands within the Device
section allows startup as well, but when issuing a command such as
'label barcodes', it comes back saying that the device is not an
autochanger.  However, btape works fine in this scenario, and things
check out.

Any advise or sample configs would be welcome.

Thanks,
Greg.


-------------------------------------------------------
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&kid0709&bid&3057&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to