Hi,
On 4/28/2006 3:07 PM, eklektik wrote:
Thanks for your answer.
But when i tried to run bacula-sd with this configuration, i had this
message.
Starting Bacula Storage daemon: 28-Apr 14:57 bacula-sd: ERROR TERMINATION at
parse_conf.c:781
Config error: expected resource name, got: Autochanger
You have this wrong. The Device is just one unit the Tape Drive not each
slot in the autochanger. So change the line:
Device = tape1, tape2, tape3, tape4, tape5, tape6
in the Autochanger
to
Device = tape1
Then delete all of the Device sections
Device {
...
}
except the first one. Also add the
My bacula-sd.conf file is
Autochanger {
Name = Autochanger
Device = tape1, tape2, tape3, tape4, tape5, tape6
Changer Device = /dev/st0
Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
}
Device {
Name = tape1
Media Type = DDS-4
Drive Index = 0
AlwaysOpen = yes;
Label
I am not sure since I don't know the entire History. I am using 1.38.5.
What is line 63 column 12. That should give you some clue as to what is
misconfigured. What I did when I was starting out was to go back and
read again the manual. I set aside free time where I wouldn't be
disturbed so I could
Thanks for your answer.
But when i tried to run bacula-sd with this configuration, i had this
message.
Starting Bacula Storage daemon: 28-Apr 14:57 bacula-sd: ERROR TERMINATION at
parse_conf.c:781
Config error: expected resource name, got: Autochanger
: line 63, col 12 of file /etc/bac
Stefan,
Speaking as a newbie that was a bit overwhelmed when I first started
with Bacula and a bit confused about the configuration file. I am not
sure which files you started with but the ones I downloaded (I started
just a few months back) had good examples in the default conf files.
There is one
Hi evrybody
I just install an autoloader (HP SureStore DAT24x6) on my PC but i don't
know how to configue "bacula-sd.conf".
I had seen the tutorial but nothing run.
My current bacula-sd.conf :
Device {
Name = HPloader
Media Type = DDS-4
Changer Device = /dev/st0
Archive Device = /dev/nst0
Ch