* Dustin J. Mitchell <[email protected]> [20100507 15:03]: > On Fri, May 7, 2010 at 1:13 PM, Jean-Francois Malouin > <[email protected]> wrote: > > I see a lot of warning in the debug file: > > > > Fri May 7 13:54:34 2010: amtape: warning: Use of uninitialized value in > > bitwise or (|) at > > /opt/amanda-3.1.0beta2/perl/Amanda/Changer/rait.pm line 596. > > These are harmless and already fixed: > > http://github.com/zmanda/amanda/commit/9861a8362a481f0625ee6e6be2fa352e82690ee9 > > > ~# su amanda -c "/opt/amanda-3.1.0beta2/sbin/amtape rait eject {0,1}" > > ERROR: av48-half-2: this changer instance is not configured to access drive > > 0 > > I hate to say this, but shell expansion is rewriting that to > # su amanda -c "/opt/amanda-3.1.0beta2/sbin/amtape rait eject 0 1" > and Amanda is trying to eject drive 0, equivalent to {0,0}, so the > second half of your RAIT is complaining. Use single-quotes around the > {..} and you should be fine.
my bad --time to take a break I guess!-- and yes, it's all fine now. thanks! jf > > Dustin > > -- > Open Source Storage Engineer > http://www.zmanda.com -- <° >< Jean-François Malouin McConnell Brain Imaging Centre Systems/Network Administrator Montréal Neurological Institute 3801 Rue University, Suite WB219 Montréal, Québec, H3A 2B4 Phone: 514-398-8924 Fax: 514-398-8948
