Amanda Backup USB?

2011-01-19 Thread Christ Schlacta
I'm evaluating possible solutions for "Drop in USB backup".  as an
existing amanda user, I was interested by the possibility of having
amanda run a backup of a flash drive whenever it's connected.  I've
got a few simple requirements for this backup operation.  1) a backup
should happen whenever a "Known" usb drive is connected.  I have a
good idea how to do this with a generic UDEV rule and a script.  2) an
option to backup a drive in either "block level" (for encrypted
drives/filesystems) or "file level" mode.  amanda supports both,
though how to enable that option in configuration settings I'm a bit
unsure, but it doesn't seem insurmountable.  3) a simple web interface
(Again, I can whip something up), and 4) non-interactive operation.
with a script, most things can be done non-interactively for backups.
5) Backup mode.  when a user goes to a website and picks their drive
out of the list and specifies "Backup mode",  they should get the
version of files the specified back from the drive, optionally backing
up first.  6) when a backup or restore is done, users should get a
notification in their inbox that it's done.  this is again ahndled by
a no-longer trivial script called from udev.

5 is where I forsee the most issues.  firstly, can a restore be run
completely non-interactively like that, on an entire directory tree,
recursively?  I've never had to do ti yet, so I don't recall.  The
interface will be a smidge tricky, but doable.
Managing the the number of configuration sets needed to maintain this
system, even automatedly seems like it might be prone to errors.

What does the amanda list think, is this using a sledge hammer to push
in a thumbtack, or is amanda well suited to this task, and the issues
just need to be more fleshed out?  I ahve a few alternatives,
including using simple OS tools to backup to a directory that's in
turn backed up by amanda with other data, and looking for some
pre-existing solution, which I haven't yet found.


RE: Removing and adding a tape to a set

2011-01-19 Thread Hugh E Cruickshank
From: Hugh E Cruickshank Sent: January 19, 2011 14:23
> 

Some follow up to my previous post...

> 1. What is the correct method of removing a tape from a set and 
>ensuring that Amanda will use the next one in the sequence?

It appears that I needed to change the tapecycle from 5 to 4 to
reflect the removal of 1 tape from the set.

> 2. What is the correct method of adding the tape back into the set
>and, hopefully, in the same order as before? Call me peculiar but
>I am partial to processing the tapes in numerical order (i.e. 1,
>2, 3, 4, 5).

It appears that the amlabel command has taken care of this for me. I
will know for sure after tonight's backup.

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 


Removing and adding a tape to a set

2011-01-19 Thread Hugh E Cruickshank
Hi All:

We have Amanda 2.6.1 up and running for about a year now on an HP
DL380G5 running RHEL 5.5 and using an HP MSL2024 tape library. We
have plenty of time and tape so we have been running full backups
nightly (no incremental). We have two sets of tapes, DailySet1 and
WeeklySet1. DailySet1 has 5 tapes (DS1-01 through DS1-05) and runs
Sunday night through Thursday night. WeeklySet1 has 8 tapes (WS1-01
through WS1-08) and runs on Friday night only. The DailySet1 tapes
remain on site but we manually rotate the WeeklySet1 tapes off-site.

Recently we had a problem with the MSL2024 (specifically with the
robotic mechanism). Amanda was able to detect and report the issue
but it was unable to perform the backup (surprise, surprise). The
MSL2024 has been repaired (the chassis was replaced) but unbeknownst
to me the DS1-01 tape was left in the robotic mechanism. This was,
of course, the next tape that Amanda was looking for and the first
backup after the MSL2024 was repaired failed because it could not
find the tape. I thought "no problem" while I had someone go looking
for the missing tape I thought all I had to do was remove the tape
from the set (i.e. amrmtape DailySet1 DS1-01) and let Amanda carry
on without it. Wrong! Amanda is now reporting "*** A TAPE ERROR 
OCCURRED: [Could not find a tape to use]".

This leads me to a couple of, hopefully, straight forward questions
that I have not been able to find answers for:

1. What is the correct method of removing a tape from a set and 
   ensuring that Amanda will use the next one in the sequence?

2. What is the correct method of adding the tape back into the set
   and, hopefully, in the same order as before? Call me peculiar but
   I am partial to processing the tapes in numerical order (i.e. 1,
   2, 3, 4, 5).

Any assistance would be greatly appreciated even if it is just pointing
me to a web page that may have missed in my search for answers.

TIA

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 


-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com 


Re: amanda 3.2.1 on Solaris x86 -- open file limit

2011-01-19 Thread Jean-Louis Martineau

Brian Cuttler wrote:

Jean-Louis,

I've installed 64 bit libraries and altered the .configure
accordingly. Ok, the libraries have been included in the
build, I should have but have not dropped the 32-bit libraries.


[curie]: /tmp/am-inst/amanda-3.1.2-64bit > ./configure --with-user=amanda
   --with-group=sys --with-udpportrange=932,948
   --with-tcpportrange=10084,10100 --with-gnutar=/usr/sfw/bin/gtar
   --with-gnuplot=/opt/sfw/bin/gnuplot --without-libiconv-prefix
--without-libintl-prefix CC=/opt/SUNWspro/bin/cc
 EGREP=/usr/sfw/bin/gegrep
 CFLAGS="-I/usr/sfw/include -I/opt/sfw/include -I/usr/local/include -m64"
 CPPFLAGS="-I/usr/sfw/include -I/opt/sfw/include"
 LDFLAGS="-L/opt/csw/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib -L/opt/sfw/lib
-R/opt/csw/lib/amd64 -R/usr/sfw/lib -R/opt/sfw/lib -R/usr/lib/amd64"

We see this error several times around libgcrypt.so
We did not see this with the default 32-bit build.

ld: warning: file /opt/csw/lib/64/libgcrypt.so: linked to 
/opt/csw/lib/amd64/libgcrypt.so: attempted multiple inclusion of file
  

This is not important,

I don't know on which header file IXDR_GET_U_LONG is defined on solaris, 
you can try to find it and add an include for it.

Or as I said, you can configure with '--without-ndmp'.

Jean-Louis

Please let me know if I can include more detail.

thank you,

Brian

gmake  all-am
gmake[3]: Entering directory `/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src'
/bin/bash ../libtool --tag=CC   --mode=link /opt/SUNWspro/bin/cc -DNDMOS_CONST_NDMJOBLIB_REVISION='"amanda-3.1.2"' -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -L/opt/csw/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib -L/opt/sfw/lib -R/opt/csw/lib/amd64 -R/usr/sfw/lib -R/opt/sfw/lib -R/usr/lib/amd64  -o amndmjob amndmjob_main.o ndmjob_args.o ndmjob_job.o ndmjob_rules.o ndmjob_main_util.o amndma_tape_simulator.o libndmjob.la ../common-src/libamanda.la -lm -mt -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0   -lsocket -lnsl -lresolv -lintl -lcrypto -L/opt/sfw/lib -lcurl -L/usr/sfw/lib -lssl -lcrypto -lsocket -lnsl -lssl -lcrypto -lsocket -lnsl -ldl -lz  
libtool: link: /opt/SUNWspro/bin/cc -DNDMOS_CONST_NDMJOBLIB_REVISION=\"amanda-3.1.2\" -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/include -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o .libs/amndmjob amndmjob_main.o ndmjob_args.o ndmjob_job.o ndmjob_rules.o ndmjob_main_util.o amndma_tape_simulator.o -mt  -L/opt/csw/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib -L/opt/sfw/lib ./.libs/libndmjob.so -L/opt/csw/lib/64 -L/usr/openwin/lib/64 -L/opt/csw/lib/bdb47 -L/opt/csw/lib -Lopt/csw/postgresql83/lib/amd64 /tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so ../common-src/.libs/libamanda.so -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 /opt/csw/lib/64/libcurl.so /opt/csw/lib/amd64/libidn.so /opt/csw/lib/amd64/libssh2.so /opt/csw/lib/amd64/libgcrypt.so /opt/csw/lib/64/libgcrypt.so /opt/csw/lib/amd64/libgpg-error.so /opt/csw/lib/amd64/libldap.so /opt/csw/lib/amd64/liblber.so -lgen /opt/csw/lib/amd64/libsasl2.so -lsunmath -lm -lpthread /opt/csw/lib/amd64/libi!

ntl.so -lsec /opt/csw/lib/amd64/libiconv.so -lc -lgssapi_krb5 -lkrb5 -lk5crypto 
-lcom_err -lresolv -lssl -lcrypto -lsocket -lnsl -ldl -lz -mt 
-R/usr/local/lib/amanda -R/opt/csw/lib -R/opt/csw/lib/64 -R/opt/csw/lib/amd64 
-R/usr/sfw/lib -R/opt/sfw/lib -R/usr/lib/amd64

ld: warning: file /opt/csw/lib/64/libgcrypt.so: linked to 
/opt/csw/lib/amd64/libgcrypt.so: attempted multiple inclusion of file
Undefined   first referenced
 symbol in file
IXDR_GET_U_LONG 
/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so
IXDR_PUT_U_LONG 
/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so
ld: fatal: Symbol referencing errors. No output written to .libs/amndmjob




On Wed, Jan 12, 2011 at 03:16:37PM -0500, Jean-Louis Martineau wrote:
  

IXDR_GET_U_LONG is defined in /usr/linclude/rpc/xdr.h (on linux)
This file is included from /usr/linclude/rpc/rpc.h which is included in 
ndmp-src/ndmp?.h


I don't know what's wrong with the solaris include.

Reconfigure with '--without-ndmp' to disable the compilation of the 
ndmp-src directory.


Jean-Louis

Brian Cuttler wrote:


Jean-Louis,

Installation on the target didn't complete smoothly, received
the following errors.

I can send the complete log...

attaching full # gmake install output.

[finsen]: /tmp/am-inst/amanda-3.1.2-64bit > gmake install > 
/tmp/gmake-install.errors

libtool: install: warning: relinking `libamar.la'
libtool: install: warning: relinking `libamandad.la'
libtool: install: warning: relinking `libamxfer.la'
Undefined   first referenced
symbol in file
IXDR_GET_U_LONG 
/tmp/am-inst/amanda-3.1.2-6

Re: amanda 3.2.1 on Solaris x86 -- open file limit

2011-01-19 Thread Brian Cuttler

Jean-Louis,

I've installed 64 bit libraries and altered the .configure
accordingly. Ok, the libraries have been included in the
build, I should have but have not dropped the 32-bit libraries.


[curie]: /tmp/am-inst/amanda-3.1.2-64bit > ./configure --with-user=amanda
   --with-group=sys --with-udpportrange=932,948
   --with-tcpportrange=10084,10100 --with-gnutar=/usr/sfw/bin/gtar
   --with-gnuplot=/opt/sfw/bin/gnuplot --without-libiconv-prefix
--without-libintl-prefix CC=/opt/SUNWspro/bin/cc
 EGREP=/usr/sfw/bin/gegrep
 CFLAGS="-I/usr/sfw/include -I/opt/sfw/include -I/usr/local/include -m64"
 CPPFLAGS="-I/usr/sfw/include -I/opt/sfw/include"
 LDFLAGS="-L/opt/csw/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib -L/opt/sfw/lib
-R/opt/csw/lib/amd64 -R/usr/sfw/lib -R/opt/sfw/lib -R/usr/lib/amd64"

We see this error several times around libgcrypt.so
We did not see this with the default 32-bit build.

ld: warning: file /opt/csw/lib/64/libgcrypt.so: linked to 
/opt/csw/lib/amd64/libgcrypt.so: attempted multiple inclusion of file

Please let me know if I can include more detail.

thank you,

Brian

gmake  all-am
gmake[3]: Entering directory `/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src'
/bin/bash ../libtool --tag=CC   --mode=link /opt/SUNWspro/bin/cc 
-DNDMOS_CONST_NDMJOBLIB_REVISION='"amanda-3.1.2"' -I/usr/sfw/include 
-I/opt/sfw/include -I/usr/local/include -m64 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64  -L/opt/csw/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib 
-L/opt/sfw/lib -R/opt/csw/lib/amd64 -R/usr/sfw/lib -R/opt/sfw/lib 
-R/usr/lib/amd64  -o amndmjob amndmjob_main.o ndmjob_args.o ndmjob_job.o 
ndmjob_rules.o ndmjob_main_util.o amndma_tape_simulator.o libndmjob.la 
../common-src/libamanda.la -lm -mt -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 
-lglib-2.0   -lsocket -lnsl -lresolv -lintl -lcrypto -L/opt/sfw/lib -lcurl 
-L/usr/sfw/lib -lssl -lcrypto -lsocket -lnsl -lssl -lcrypto -lsocket -lnsl -ldl 
-lz  
libtool: link: /opt/SUNWspro/bin/cc 
-DNDMOS_CONST_NDMJOBLIB_REVISION=\"amanda-3.1.2\" -I/usr/sfw/include 
-I/opt/sfw/include -I/usr/local/include -m64 -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -o .libs/amndmjob amndmjob_main.o ndmjob_args.o 
ndmjob_job.o ndmjob_rules.o ndmjob_main_util.o amndma_tape_simulator.o -mt  
-L/opt/csw/lib/amd64 -L/usr/lib/amd64 -L/usr/sfw/lib -L/opt/sfw/lib 
./.libs/libndmjob.so -L/opt/csw/lib/64 -L/usr/openwin/lib/64 
-L/opt/csw/lib/bdb47 -L/opt/csw/lib -Lopt/csw/postgresql83/lib/amd64 
/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so 
../common-src/.libs/libamanda.so -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 
-lglib-2.0 /opt/csw/lib/64/libcurl.so /opt/csw/lib/amd64/libidn.so 
/opt/csw/lib/amd64/libssh2.so /opt/csw/lib/amd64/libgcrypt.so 
/opt/csw/lib/64/libgcrypt.so /opt/csw/lib/amd64/libgpg-error.so 
/opt/csw/lib/amd64/libldap.so /opt/csw/lib/amd64/liblber.so -lgen 
/opt/csw/lib/amd64/libsasl2.so -lsunmath -lm -lpthread 
/opt/csw/lib/amd64/libint!
 l.so -lsec /opt/csw/lib/amd64/libiconv.so -lc -lgssapi_krb5 -lkrb5 -lk5crypto 
-lcom_err -lresolv -lssl -lcrypto -lsocket -lnsl -ldl -lz -mt 
-R/usr/local/lib/amanda -R/opt/csw/lib -R/opt/csw/lib/64 -R/opt/csw/lib/amd64 
-R/usr/sfw/lib -R/opt/sfw/lib -R/usr/lib/amd64
ld: warning: file /opt/csw/lib/64/libgcrypt.so: linked to 
/opt/csw/lib/amd64/libgcrypt.so: attempted multiple inclusion of file
Undefined   first referenced
 symbol in file
IXDR_GET_U_LONG 
/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so
IXDR_PUT_U_LONG 
/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so
ld: fatal: Symbol referencing errors. No output written to .libs/amndmjob




On Wed, Jan 12, 2011 at 03:16:37PM -0500, Jean-Louis Martineau wrote:
> IXDR_GET_U_LONG is defined in /usr/linclude/rpc/xdr.h (on linux)
> This file is included from /usr/linclude/rpc/rpc.h which is included in 
> ndmp-src/ndmp?.h
> 
> I don't know what's wrong with the solaris include.
> 
> Reconfigure with '--without-ndmp' to disable the compilation of the 
> ndmp-src directory.
> 
> Jean-Louis
> 
> Brian Cuttler wrote:
> >Jean-Louis,
> >
> >Installation on the target didn't complete smoothly, received
> >the following errors.
> >
> >I can send the complete log...
> >
> >attaching full # gmake install output.
> >
> >[finsen]: /tmp/am-inst/amanda-3.1.2-64bit > gmake install > 
> >/tmp/gmake-install.errors
> >libtool: install: warning: relinking `libamar.la'
> >libtool: install: warning: relinking `libamandad.la'
> >libtool: install: warning: relinking `libamxfer.la'
> >Undefined   first referenced
> > symbol in file
> >IXDR_GET_U_LONG 
> >/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so
> >IXDR_PUT_U_LONG 
> >/tmp/am-inst/amanda-3.1.2-64bit/ndmp-src/.libs/libndmlib.so
> >ld: fatal: Sy

UTC time zone change

2011-01-19 Thread Jack O'Connell

Hello,
	Should I expect to encounter any problems with Amanda v3.2.0 after  
changing from the local time zone to UTC on the server an client hosts.


Thanks,
Jack O'Connell
ALCF - Storage
(630)252-3610
joco...@alcf.anl.gov







Amvault: "No acceptable volumes found" -- what does this mean?

2011-01-19 Thread Robert Heller
sh-3.2$ amvault -otapetype=ARCHIVAL --src-timestamp 20101226 --label-template  
60villagedrive-20101226-% --dst-changer archive_tape --dry-run 
60villagedrive-traditional
60villagedrive-51 1 bach / 20101226001001 0
60villagedrive-51 2 ravel /data 20101226001001 0
60villagedrive-52 1 ravel /data 20101226001001 0
60villagedrive-52 2 ravel /data 20101226001001 0
60villagedrive-53 1 ravel /data 20101226001001 0
60villagedrive-53 2 ravel /data 20101226001001 0
60villagedrive-54 1 ravel /data 20101226001001 0
60villagedrive-54 2 ravel /data 20101226001001 0
60villagedrive-55 1 ravel /data 20101226001001 0
60villagedrive-55 2 ravel /data 20101226001001 0
60villagedrive-56 1 ravel /data 20101226001001 0
60villagedrive-56 2 ravel /data 20101226001001 0
60villagedrive-57 1 ravel /data 20101226001001 0
60villagedrive-57 2 ravel /data 20101226001001 0
60villagedrive-58 1 ravel /data 20101226001001 0
60villagedrive-58 2 ravel /data 20101226001001 0
60villagedrive-59 1 ravel /data 20101226001001 0
60villagedrive-59 2 ravel /data 20101226001001 0
60villagedrive-60 1 ravel /data 20101226001001 0
60villagedrive-60 2 ravel /data 20101226001001 0
60villagedrive-61 1 ravel /data 20101226001001 0
60villagedrive-61 2 ravel /data 20101226001001 0
60villagedrive-62 1 ravel /data 20101226001001 0
60villagedrive-62 2 ravel /data 20101226001001 0
60villagedrive-63 1 ravel /data 20101226001001 0
60villagedrive-63 2 ravel /boot 20101226001001 0
60villagedrive-63 3 bach /boot 20101226001001 0
60villagedrive-63 4 haydn /boot 20101226001001 0
60villagedrive-63 5 ravel / 20101226001001 0
60villagedrive-63 6 haydn / 20101226001001 0
Total Size: 126820109 KB
sh-3.2$ amvault -otapetype=ARCHIVAL --src-timestamp 20101226 --label-template 
660villagedrive-20101226-% --dst-changer archive_tape 60villagedrive-traditional
No acceptable volumes found

This used to work.  I made some *minor* changes to the config file,
which does check out (amcheck is successful). What is amvault doing
here?  The volumns are still in the changer (I checked!).  What am I
missing?

Amanda Version 3.2.0

-- 
Robert Heller -- 978-544-6933 / hel...@deepsoft.com
Deepwoods Software-- http://www.deepsoft.com/
()  ascii ribbon campaign -- against html e-mail
/\  www.asciiribbon.org   -- against proprietary attachments



   


Re: Fwd: Cron /GenesAmandaHelper-0.6/backup.sh Daily

2011-01-19 Thread Marc Muehlfeld

Am 19.01.2011 16:07, schrieb gene heskett:

No, the whole thing is sent to /dev/null.


That's what I said. Maybe this should be changed by the list-admin then users 
won't just only send the questions to the list, when they can attach the logs 
also.




--
Marc Muehlfeld (IT-Leiter)
Zentrum fuer Humangenetik und Laboratoriumsmedizin Dr. Klein und Dr. Rost
Lochhamer Str. 29 - D-82152 Martinsried
Telefon: +49(0)89/895578-0 - Fax: +49(0)89/895578-780
http://www.medizinische-genetik.de


Re: Fwd: Cron /GenesAmandaHelper-0.6/backup.sh Daily

2011-01-19 Thread gene heskett
On Wednesday, January 19, 2011 10:00:44 am Marc Muehlfeld did opine:

> Am 19.01.2011 14:20, schrieb Jean-Louis Martineau:
> > I can do nothing if I don't see the log file.
> 
> Just a question: I also have tried to post logfiles to the list, but
> they all never arrived. Could it be possible that mails with
> attachments are automatically removed?

No, the whole thing is sent to /dev/null.  Its a load of excrement IMO.  I 
have, in my sent mail folder, probably 4 or 5 copies of previous attempts 
to send those requested files.  No reject, no bounce, no nothing like its a 
black hole or maybe SWMBO's house pet, Mikey, her dragon that eats 
anything. :)

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Try not.
Do.
Or do not.
There is no try.


Re: Fwd: Cron /GenesAmandaHelper-0.6/backup.sh Daily

2011-01-19 Thread Marc Muehlfeld

Am 19.01.2011 14:20, schrieb Jean-Louis Martineau:

I can do nothing if I don't see the log file.


Just a question: I also have tried to post logfiles to the list, but they all 
never arrived. Could it be possible that mails with attachments are 
automatically removed?






--
Marc Muehlfeld (IT-Leiter)
Zentrum fuer Humangenetik und Laboratoriumsmedizin Dr. Klein und Dr. Rost
Lochhamer Str. 29 - D-82152 Martinsried
Telefon: +49(0)89/895578-0 - Fax: +49(0)89/895578-780
http://www.medizinische-genetik.de


Re: Fwd: Cron /GenesAmandaHelper-0.6/backup.sh Daily

2011-01-19 Thread Jean-Louis Martineau

Gene,

If you have a bug with amstatus, post the error message and the amdump 
log file used.

I can do nothing if I don't see the log file.

Jean-Louis

gene heskett wrote:

I tried the newest 3.2.1 last night, this is from my wrappers log.
An amstatus returns the same list of errors.

  




Subject:
Cron  /GenesAmandaHelper-0.6/backup.sh Daily
From:
r...@coyote.coyote.den (Cron Daemon)
Date:
Wed, 19 Jan 2011 00:50:01 -0500
To:
ama...@coyote.coyote.den

To:
ama...@coyote.coyote.den


PATH=/usr/local/sbin:/GenesAmandaHelper-0.6/:/bin:/usr/bin
/GenesAmandaHelper-0.6/backup.sh is being started with argument Daily
MYDIR=/GenesAmandaHelper-0.6
AM_SBIN_DIR=/usr/local/sbin
DUMMY=0
PERFORM=0
BASE_CONFPATH=/usr/local/etc/amanda
/usr/local/var/amanda//Daily
TAPELIST=/usr/local/etc/amanda/Daily/tapelist
RUN_AMVERIFY=0
VTAPES=1
VTAPE_LOCATION=/amandatapes/Dailys
LOGpath=/var/log/
LOG=/var/log//amanda.log4gene

** (process:20718): WARNING **: Use of uninitialized value $2 in string eq at 
/usr/local/sbin/amstatus line 580,  line 1482.


** (process:20718): WARNING **: Use of uninitialized value $3 in division (/) at 
/usr/local/sbin/amstatus line 583,  line 1482.


** (process:20718): WARNING **: Use of uninitialized value $2 in string eq at 
/usr/local/sbin/amstatus line 580,  line 1587.


** (process:20718): WARNING **: Use of uninitialized value $3 in division (/) at 
/usr/local/sbin/amstatus line 583,  line 1587.

  




Fwd: The Coyote Den STRANGE: AMANDA MAIL REPORT FOR January 19, 2011

2011-01-19 Thread gene heskett
This is the email from amanda for last nights run.  As that is formatted 
with only 1 digit to the right of the decimal point, it is readable 
although the - sign in front of the output size for GenesAmandaHelper is a 
puzzle.

However, the printed report is unreadable as the right hand column is 
printed with 10 digits to the right of the decimal point.

What files do you want to see?  Because the server will not accept the 
logfiles, I have tried sending the amdump.1's many times, I will have to 
send them directly to whoever wants them.

In the meantime I'll go back to 3740, which is the last version that worked 
correctly here.

Or should I drop this and move to the 3.3.0 snapshot?  Any build changes 
needed for that?

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
The little girl expects no declaration of tenderness from her doll.
She loves it -- and that's all.  It is thus that we should love.
-- DeGourmont
--- Begin Message ---
Hostname: coyote.coyote.den
Org : The Coyote Den
Config  : Daily
Date: January 19, 2011

These dumps were to tape Dailys-19.
The next tape Amanda expects to use is: Dailys-20.
STRANGE DUMP SUMMARY:
  shop /home lev 0  STRANGE (see below)



STATISTICS:
  Total   Full  Incr.   Level:#
        
Estimate Time (hrs:min) 0:14
Run Time (hrs:min)  1:24
Dump Time (hrs:min) 1:09   0:50   0:19
Output Size (meg)13044.011363.3 1680.8
Original Size (meg)  21210.218075.9 3134.3
Avg Compressed Size (%) 61.5   62.9   53.6
DLEs Dumped   33 14 19  1:19
Avg Dump Rate (k/s)   3229.4 3904.5 1489.0

Tape Time (hrs:min) 0:07   0:07   0:01
Tape Size (meg)   3087.9 1407.2 1680.8
Tape Used (%)   10.34.75.6
DLEs Taped33 14 19  1:19
Parts Taped   33 14 19  1:19
Avg Tp Write Rate (k/s)   7317.8 3652.645773.8

USAGE BY TAPE:
  Label   Time Size  %  DLEs Parts
  Dailys-19   0:07 3162034k   10.33333

STRANGE DUMP DETAILS:
  /-- shop /home lev 0 STRANGE
  sendbackup: start [shop:/home level 0]
  sendbackup: info BACKUP=/bin/tar
  sendbackup: info RECOVER_CMD=/bin/gzip -dc |/bin/tar -xpGf - ...
  sendbackup: info COMPRESS_SUFFIX=.gz
  sendbackup: info end
  ? /bin/tar: ./gene/.gvfs: Warning: Cannot stat: Permission denied
  | Total bytes written: 74311680 (71MiB, 1.3MiB/s)
  sendbackup: size 72570
  sendbackup: end
  \

NOTES:
  planner: Adding new disk coyote:/CoCo.
  planner: Incremental of coyote:/usr/share bumped to level 2.
  planner: Incremental of coyote:/usr/local bumped to level 2.
  planner: Incremental of coyote:/var bumped to level 2.
  planner: Incremental of coyote:/GenesAmandaHelper-0.6 bumped to level 2.
  taper: tape Dailys-19 kb 13357061 fm 33 [OK]


DUMP SUMMARY:
 DUMPER STATS  
TAPER STATS
HOSTNAM DISKL ORIG-kB  OUT-kB COMP% MMM:SSKB/s 
MMM:SSKB/s
- --- 
-
coyote  /CoCo   0  160310  152824  95.3  0:13 11349.9  0:01 
152823.0
coyote  /GenesAmandaHelper-0.6  0 5950210 -1282489 -21.6 15:16  3178.8  
1:20 36397.7
coyote  /bin1  10  10--  0:00   167.0  0:01 
   10.0
coyote  /boot   1  10  10--  0:0061.5  0:00 
  100.0
coyote  /etc1 510  38   7.4  0:0133.8  0:00 
  370.0
coyote  /home   1 3104470 1694895  54.6  7:43  3661.2  0:34 
49849.9
coyote  /lib1   11120 533   4.8  0:5110.4  0:00 
 5330.0
coyote  /opt1   32250   21030  65.2  0:58   360.0  0:00 
210300.0
coyote  /root   1 690  50   7.2  0:0221.3  0:00 
  490.0
coyote  /sbin   1  10  10--  0:00   155.1  0:00 
  100.0
coyote  /tmp0   29200   17644  60.4  0:08  2083.7  0:01 
17644.0
coyote  /usr/X11R6  1  10   0   2.5  0:0013.8  0:00 
0.0
coyote  /usr/bin0  439970  439970--  1:54  3847.7  0:11 
39997.3
coyote  /usr/dlds/misc  1  40  40--  0:00   461.9  0:00 
  400.0
coyote  /usr/dlds/rpms  1  10  10--  0:0083.8  0:00 
  100.0
coyote  /usr/dlds/tgzs  1  10  10--  0:0093.7  0:00 
  100.0
coyote  /usr/include1 360  30   8.2  0:00   102.4  0:00 
  290.0
coyote  /usr/lib0 2079500  746007  35.9  9:02  1

Fwd: Cron /GenesAmandaHelper-0.6/backup.sh Daily

2011-01-19 Thread gene heskett
I tried the newest 3.2.1 last night, this is from my wrappers log.
An amstatus returns the same list of errors.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If loving linux is wrong, I dont wanna be right.
-- Topic for #LinuxGER
--- Begin Message ---
PATH=/usr/local/sbin:/GenesAmandaHelper-0.6/:/bin:/usr/bin
/GenesAmandaHelper-0.6/backup.sh is being started with argument Daily
MYDIR=/GenesAmandaHelper-0.6
AM_SBIN_DIR=/usr/local/sbin
DUMMY=0
PERFORM=0
BASE_CONFPATH=/usr/local/etc/amanda
/usr/local/var/amanda//Daily
TAPELIST=/usr/local/etc/amanda/Daily/tapelist
RUN_AMVERIFY=0
VTAPES=1
VTAPE_LOCATION=/amandatapes/Dailys
LOGpath=/var/log/
LOG=/var/log//amanda.log4gene

** (process:20718): WARNING **: Use of uninitialized value $2 in string eq at 
/usr/local/sbin/amstatus line 580,  line 1482.


** (process:20718): WARNING **: Use of uninitialized value $3 in division (/) 
at /usr/local/sbin/amstatus line 583,  line 1482.


** (process:20718): WARNING **: Use of uninitialized value $2 in string eq at 
/usr/local/sbin/amstatus line 580,  line 1587.


** (process:20718): WARNING **: Use of uninitialized value $3 in division (/) 
at /usr/local/sbin/amstatus line 583,  line 1587.

--- End Message ---