On Monday 27 June 2005 14:39, Jesus Salvo Jr. wrote:

> === Autochanger test ===
>
> 3301 Issuing autochanger "loaded" command.
> 3991 Bad autochanger command: /etc/bacula/mtx-changer
> /dev/scsi/changer/c2t1d0 loaded 1 /dev/rmt/1mbn 0
> 3991 result="/etc/bacula/mtx-changer: syntax error at line 45: `$'
> unexpected ": ERR=Child exited with code 2
> You must correct this error or the Autochanger will not work.
>

FYI. I fixed this my changing in /etc/bacula/mtx-changer:

for i in $(seq 180); do

        to

for i in `seq 180`; do



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to