> -----Original Message-----
> From: __DireWolf [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 24, 2005 11:47 AM
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] Seagate STT8000A IDE Tape Drive Help

..... snipped message part .....

> I double checked bacula-dir.conf and bacula-sd.conf but I 
> can't see any problems.
> 
> I have this entry in bacula-dir.conf
> ========================
> Storage {
>   Name = Travan
>   Address = localhost
>   SDPort = 9103
>   Password = "filepassword"
>   Device = /dev/nst0
>   Media Type = TR-4
> }
> =======================
> 
> and I have this entry in bacula-sd.conf
> 
> ==============================
> Device {
>   Name = Travan
>   Description = "Travan drive on Linux"
>   Media Type = TR-4
>   Archive Device = /dev/nst0
>   AutomaticMount = yes;             
>   AlwaysOpen = yes
>   Offline On Unmount = no
>   Fast Forward Space File = no
>   Hardware End of Medium = no
>   Minimum Block Size = 512
>   Maximum Block Size = 512
> }
> ==========================
> 
> Can anyone see why I get this error??

 Storage {
   Name = Travan
   Address = localhost
   SDPort = 9103
   Password = "filepassword"
   Device = /dev/nst0  # <-- WRONG! Should be: Travan    
                       #      -> it is a reference to the name of the Device
in bacula-sd.conf 
   Media Type = TR-4
 }


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to