Brian A. Seklecki wrote:
> On Tue, 2006-02-14 at 16:23, Graham Dunn wrote:
>> Hi,
>>
>> The environment:
>>
>> ma21cab5# uname -a
>> FreeBSD ma21cab5.inscriber.local 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5
>> #0: Mon Mar 28 19:24:46 EST 2005
>> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
>>
>> relevant bit of bacula-sd.conf:
>>
>> Device {
>>   Name = A500C
>>   Media Type = AIT2
>>   Archive Device = /dev/nsa0    # Normal archive device
>>   Autochanger = yes
>>   Changer Device = /dev/ch0
>>   Changer Command = "/usr/local/sbin/chio-bacula %c %o %S %a %d"
>>   AutomaticMount = yes;
>>   AlwaysOpen = yes
>>   Offline On Unmount = no
> 
> The following three fixed my scsi drive on FreeBSD 5.3:
> 
>   Hardware End of Medium = No
>   BSF at EOM = yes
>   TWO EOF = yes

That was the correct incantation :)

Just for the archives, under FreeBSD 5.3, the Sony TSL-A500C AIT2
library works properly with the following Device entry in bacula-sd.conf:

Device {
  Name = A500C
  Media Type = AIT2
  Archive Device = /dev/nsa0    # Normal archive device
  Autochanger = yes
  Changer Device = /dev/ch0
  Changer Command = "/usr/local/sbin/chio-bacula %c %o %S %a %d"
  AutomaticMount = yes;
  AlwaysOpen = yes
  Offline On Unmount = no
  Hardware End of Medium = no
  BSF at EOM = yes
  TWO EOF = yes
  Backward Space Record = no
  Backward Space File = no
  Fast Forward Space File = yes
}

Thanks,
Graham



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to