Re: Barcode support outside of chg-scsi

2001-02-02 Thread Doug Munsinger
Jason - Yes - [amanda@ford amanda]$ amtape daily slot 13 amtape: could not load slot 0: illegal request But with the change in code this now works. Much thanks for pointing this out. --doug At 08:04 AM 2/2/2001 -0500, you wrote: >On Fri, 02 Feb 2001, Doug Munsinger wrote: > > >

Re: Barcode support outside of chg-scsi

2001-02-01 Thread Doug Munsinger
quot;Full" ]; then usedslot=`$MTX status | grep "Data Transfer Element" | awk '{ print $7 }'` fi I'll include the full script below this. I thought this might come in handy and might also be something you would want to include in the

Re: Need some help with a new changer

2001-02-01 Thread Doug Munsinger
;{print $2 }'` if [ $EMP_FULL = "Empty" ]; then usedslot="-1" fi if [ $EMP_FULL = "Full" ]; then usedslot=`$MTX status | grep "Data Transfer Element" | awk '{ print $7 }'` fi I&#

chg-mtx error - no such file or directory

2001-01-24 Thread Doug Munsinger
echo "$usedslot $lastslot 1" fi exit 0 } # Program invocation begins here echo "\n`date` Invoked with args '$@'" >> $DBGFILE while [ $# -ge 1 ];do case $1 in -slot)

Re: amtape update command fails to read tapes on chacking changer - changer.debug

2001-01-24 Thread Doug Munsinger
e also had the changer hang hard when an amanda job failed and aborted > >because of a config file error. ... > >Posting the matching /tmp/amanda/changer*debug file that matches is >probably the best way to proceed. > > >--doug > >John R. Jackson, Technical Softwar

Re: barcode reader update to labelfile?

2001-01-23 Thread Doug Munsinger
t up /usr/local/etc/amanda/daily/labelfile with tape labels and >barcodes - > >Can I force amanda to re-examine this library and re-write the labelfile? >Which command? >Or just wipe out the existing file? > >--doug > > > > > >Doug Munsinger > >egenera

barcode reader update to labelfile?

2001-01-23 Thread Doug Munsinger
existing file? --doug Doug Munsinger egenera, Inc. [EMAIL PROTECTED] 563 Main Street, Bolton, MA 01740 Tel: 508-786-9444 ext. 2612 OR 508-481-5493 fax: 978 779-9730

amtape update command fails to read tapes on chacking changer

2001-01-23 Thread Doug Munsinger
partitions on slow machines" compress none } define dumptype nocomp-test { global comment "test dump without compression, no /etc/dumpdates recording" compress none record no priority medium } define dumptype comp-test { nocomp-test comment "t

Re: RedHat 7.0

2001-01-16 Thread Doug Munsinger
hackers, but that nit aside, my guess is the upgrade >"upgraded" your /etc/inetd.conf file and you will need to put >back the entries for amandad, etc. > >Please direct further discussion on this to [EMAIL PROTECTED], >and not to amanda-hackers. > >Marc Mengel <[EMAIL P