Re: amoverview under 3.1.2

2010-09-14 Thread Jon LaBadie
uninitialized value errors. --num0: uninitialized value in pattern match (m//) at /usr/sbin/amoverview line 138. --togo0: uninitialized value in pattern match (m//) at /usr/sbin/amoverview line 153 --last: uninitialized value in string eq at /usr/sbin/amoverview line 122 In general, amoverview needs

Re: amoverview under 3.1.2

2010-09-14 Thread Dustin J. Mitchell
errors. --num0: uninitialized value in pattern match (m//) at /usr/sbin/amoverview line 138. --togo0: uninitialized value in pattern match (m//) at /usr/sbin/amoverview line 153 --last: uninitialized value in string eq at /usr/sbin/amoverview line 122 Orion, can you take a look, please

Re: amoverview under 3.1.2

2010-09-14 Thread Dustin J. Mitchell
On Tue, Sep 14, 2010 at 8:16 AM, McGraw, Robert P rmcg...@purdue.edu wrote: I went to github and got the latest amoverview.pl file (this morning), saved it in my src directory, ran gmake to recompile and gmake -install to install the new version of amoverview. When I run I get the WARNINGS

RE: amoverview under 3.1.2

2010-09-14 Thread McGraw, Robert P
Attached is the output from the following commands. amoverview daily -diskwidth 30 -num0 -togo0 amoverview.output2.txt and amoverview daily only produces the following WARNINGS lines. ** (process:15681): WARNING **: Use of uninitialized value in string eq at /local/amanda/amanda/sbin

amoverview under 3.1.2

2010-09-13 Thread McGraw, Robert P
I have compiled and installed amanda 3.1.2 My dumps ran ok over the weekend with no errors. But I am getting the following warnings in amoverview. Robert ** (process:11519): WARNING **: Use of uninitialized value in substr at (eval 15) line 3. ** (process:11519): WARNING **: Use

RE: amoverview under 3.1.2

2010-09-13 Thread McGraw, Robert P
As a followup, I ran amoverview and removed the WARNINGS messages and it seems to be working correctly. Here is a snippet date NM TO 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 09 09 09 09 09 09 09 09 09 09 09 09 host disk L0

Re: amoverview under 3.1.2

2010-09-13 Thread Jean-Louis Martineau
Robert, can you try the attached patch? Jean-Louis McGraw, Robert P wrote: As a followup, I ran amoverview and removed the WARNINGS messages and it seems to be working correctly. Here is a snippet date NM TO 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08 08

Re: amoverview under 3.1.2

2010-09-13 Thread Dustin J. Mitchell
On Mon, Sep 13, 2010 at 10:23 AM, McGraw, Robert P rmcg...@purdue.edu wrote: I have compiled and installed amanda 3.1.2 My dumps ran ok over the weekend with no errors. But I am getting the following warnings in amoverview. We just saw a similar warning with a Zmanda customer, and did some

Re: amoverview under 3.1.2

2010-09-13 Thread Dustin J. Mitchell
On Mon, Sep 13, 2010 at 11:04 AM, Jean-Louis Martineau martin...@zmanda.com wrote: Robert, can you try the attached patch? (only the amoverview hunk is required, right Jean-Louis?) Dustin -- Open Source Storage Engineer http://www.zmanda.com

Re: amoverview under 3.1.2

2010-09-13 Thread Jean-Louis Martineau
Dustin J. Mitchell wrote: On Mon, Sep 13, 2010 at 11:04 AM, Jean-Louis Martineau martin...@zmanda.com wrote: Robert, can you try the attached patch? (only the amoverview hunk is required, right Jean-Louis?) yes, The correct patch is attached. Jean-Louis diff --git a/server-src

RE: amoverview under 3.1.2

2010-09-13 Thread McGraw, Robert P
Sorry I spoke a little to soon as I did not see the WARNING messages go by, which were outputted first then the overview output. I get 11 of the following WARNING messages ** (process:14893): WARNING **: Use of uninitialized value in string eq at /local/amanda/amanda/sbin/amoverview line 107

RE: amoverview under 3.1.2

2010-09-13 Thread McGraw, Robert P
Applied the patch and the problem has been resolved. Thanks Robert -Original Message- From: Jean-Louis Martineau [mailto:martin...@zmanda.com] Sent: Monday, September 13, 2010 12:38 PM To: Dustin J. Mitchell Cc: McGraw, Robert P; amanda-users@amanda.org Subject: Re: amoverview

RE: amoverview under 3.1.2

2010-09-13 Thread McGraw, Robert P
I thought it was fixed but this time the warnings were at the beginning of the output and I did not catch them. I have attached the output from an amoverview run. The output looks correct. Robert -Original Message- From: Jean-Louis Martineau [mailto:martin...@zmanda.com] Sent

Re: amoverview under 3.1.2

2010-09-13 Thread Dustin J. Mitchell
On Mon, Sep 13, 2010 at 1:44 PM, McGraw, Robert P rmcg...@purdue.edu wrote: I thought it was fixed but this time the warnings were at the beginning of the output and I did not catch them. Jean-Louis' patch only addresses one of the warnings. Try applying the patch I linked to, instead.

Re: amoverview under 3.1.2

2010-09-13 Thread Jon LaBadie
in amoverview. We just saw a similar warning with a Zmanda customer, and did some significant reorganization in fixing it: http://github.com/zmanda/amanda/commit/78d97fad2a79d8928ae1d1cc79ce3701d70fce4a You can probably apply that patch relatively easily, or even just copy the amoverview script

Re: amoverview under 3.1.2

2010-09-13 Thread Dustin J. Mitchell
LaBadie j...@jgcomp.com wrote: More important, I found lots of other uninitialized errors with the various options. In general, amoverview needs some TLC. Orion's done a good job so far, hopefully my patch above helps, and certainly others are welcome to step up. I'm surprised that the long

amoverview question

2010-08-06 Thread McGraw, Robert P
Amanda 3.1.1. on Solaris 10 x86 There was recent talk about a problem and possible fix for the amoverview in amanda 3.1.1. Was there a patch for this problem? Robert _ Robert P. McGraw, Jr. Manager, Computer System

Re: amoverview question

2010-08-06 Thread Dustin J. Mitchell
On Fri, Aug 6, 2010 at 8:58 AM, McGraw, Robert P rmcg...@purdue.edu wrote: Was there a patch for this problem? Thanks to Orion, yes: http://github.com/zmanda/amanda/commit/6ab225a354869f0c85a86e4407dd56193f3872c2 http://github.com/zmanda/amanda/commit/c1fec3ef1b20b0426d7ea702590231740ee4db21

amoverview something wrong

2006-09-30 Thread McGraw, Robert P.
I am running amanda 2.5.1p1 from amanda.org. When I run amoverview I get this type of output. Has anybody seen this and if it is a know problem has there been a fix. Thanks Robert ' '2006-09-27 zuse / 0 D00011 8 -- OK ' '2006-09-28

amoverview bug

2006-06-06 Thread Paul Bijnens
On 2006-06-05 18:09, Jon LaBadie wrote: Besides the gnutar-lists problem, I just noticed another wierd result. If I run amoverview, lots of the columns report two runs per day, not one. And I assure you only one was run each day. Here is a portion of the output: bigcow ROOT-MISC 1 1

Re: amoverview bug

2006-06-06 Thread Jon LaBadie
On Tue, Jun 06, 2006 at 09:42:06AM +0200, Paul Bijnens wrote: On 2006-06-05 18:09, Jon LaBadie wrote: Besides the gnutar-lists problem, I just noticed another wierd result. If I run amoverview, lots of the columns report two runs per day, not one. And I assure you only one was run each day

amoverview error codes

2006-03-05 Thread Ross Vandegrift
Hello everyone, I'm a bit foggy on one case of error codes in the amoverview output. The documentation says that E indicates an error, and that E followed by a number indicated an error flushing that was later corrected. Cool. I sometimes see errors that are of the form 1E and I can't figure

amoverview

2004-09-23 Thread Kaushal Shriyan
Can anyone help me in getting the things work for me when i run [EMAIL PROTECTED] amanda]$ amoverview DailySet1 | grep oaks oaks.mum /home/kaushal 1 22 3 [EMAIL PROTECTED] amanda]$ But doesnot gives me the date info. how do i get the date information viz [EMAIL PROTECTED

Re: amoverview

2004-09-23 Thread Andreas Putzo
On Thursday 23 September 2004 09:00, Kaushal Shriyan wrote: when i run [EMAIL PROTECTED] amanda]$ amoverview DailySet1 | grep oaks oaks.mum /home/kaushal 1 22 3 But doesnot gives me the date info. how do i get the date information viz amoverview DailySet1 |head -3

amoverview

2004-04-21 Thread Christian Molière
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On one server I have this result after running amoverview conf : ~ date 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 host disk 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 client /etc

Re: amoverview

2004-04-21 Thread Paul Bijnens
Christian Molière wrote: On one server I have this result after running amoverview conf : ~ date 04 04 04 04 04 04 04 04 04 04 04 04 04 04 04 host disk 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 client /etc 0 E E 0 0 0 0 1 1

Re: amoverview

2004-04-21 Thread Christian Molière
write: Connection reset by peer] 2004-04-20 client /space1/processed 0 TAPE_27 1 OK As amanda server wasn't able to write on selected tape, it changed it and was able to write on the following tape. But when I use amoverview command here it is the result : client /space1

Re: amoverview

2004-04-21 Thread Paul Bijnens
reset by peer] 2004-04-20 client /space1/processed 0 TAPE_27 1 OK As amanda server wasn't able to write on selected tape, it changed it and was able to write on the following tape. But when I use amoverview command here it is the result : client /space1/processed 4 4 5 0

Re: amoverview

2004-04-21 Thread Christian Molière
server wasn't able to write on selected tape, it changed it | and was able to write on the following tape. | | But when I use amoverview command here it is the result : | | client /space1/processed 4 4 5 0 1 2 3 4 4 EE 1 | ~ 2 3 EE | | As you can see, it is EE code

Re: amoverview

2004-04-21 Thread Paul Bijnens
Christian Molière wrote: I tried in using your code line but it doesn't run with this error message : syntax error at (eval 4) line 3, near }, Of course, substr should have been inside the quotes. Like this: map(substr(\$level{\$host}{\$disk}{'$_'},-2), sort keys %dates)) ... Giving this block:

Re: amoverview

2004-04-21 Thread Christian Molière
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, with this line : map(substr(\\$level{\$host}{\$disk}{'$_'}\,-2), sort keys %dates)) it runs. Thanks for your help and your explanations. Paul Bijnens wrote: | Christian Molière wrote: | | I tried in using your code line but it doesn't |

Re: amoverview; history database

2004-03-30 Thread Paul Bijnens
Urs Forster wrote: It apears to be quite hard to balance for amanda using whole file systems. Would it not be more conveinent to define subdirs rather than mountpoints in the disklist? (could one do that anyway?) You can use subdirs in the disklist if you use GNUtar as backup program. And yes,

Re: amoverview; history database

2004-03-29 Thread Urs Forster
On Thursday 25 March 2004 10:57, Urs Forster wrote: Hi From: Gene Heskett [EMAIL PROTECTED] Date: Thu, 25 Mar 2004 09:58:16 -0500 On Thursday 25 March 2004 08:14, Urs Forster wrote: Hi When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data

Re: amoverview; history database

2004-03-29 Thread Paul Bijnens
Urs Forster wrote: Ok, I deletet all indexes, all curinfo, removed all extra tapes from changer.conf, ran amrmtape, amtape update, amcheckdb and I found out what fell swoop means (rather than swell foop; that was the harder part ;-). Despite all of those, amoverview still shows around 90 days

amoverview; history database

2004-03-25 Thread Urs Forster
Hi When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data is obsolete, I only work on a cycle of 5 days. How can I purge old data from the history? Cheers Urs

Re: amoverview; history database

2004-03-25 Thread Paul Bijnens
Urs Forster wrote: When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data is obsolete, I only work on a cycle of 5 days. This is an indication that you do have somewhere some backup that dates that long ago. Probably on the holdingdisk or so. You

Re: amoverview; history database

2004-03-25 Thread Gene Heskett
On Thursday 25 March 2004 08:14, Urs Forster wrote: Hi When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data is obsolete, I only work on a cycle of 5 days. How can I purge old data from the history? Cheers Urs Good question perhaps. Here, its

Re: amoverview; history database

2004-03-25 Thread Urs Forster
Hi From: Gene Heskett [EMAIL PROTECTED] Date: Thu, 25 Mar 2004 09:58:16 -0500 On Thursday 25 March 2004 08:14, Urs Forster wrote: Hi When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data is obsolete, I only work on a cycle of 5 days. How can I

Re: amoverview; history database

2004-03-25 Thread Paul Bijnens
Urs Forster wrote: From: Gene Heskett [EMAIL PROTECTED] Date: Thu, 25 Mar 2004 09:58:16 -0500 On Thursday 25 March 2004 08:14, Urs Forster wrote: When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data is obsolete, I only work on a cycle of 5 days

Re: amoverview; history database

2004-03-25 Thread Gene Heskett
On Thursday 25 March 2004 10:57, Urs Forster wrote: Hi From: Gene Heskett [EMAIL PROTECTED] Date: Thu, 25 Mar 2004 09:58:16 -0500 On Thursday 25 March 2004 08:14, Urs Forster wrote: Hi When using amoverview I get a wide output (more than 3 month). This is not readable and anyway the data

amoverview trouble

2004-01-15 Thread Christian Molière
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, When I use amoverview tool on one server, it displays dates since november : 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 12 12 ~ 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12

Re: amoverview trouble

2004-01-15 Thread Paul Bijnens
Christian Molière wrote: When I use amoverview tool on one server, it displays dates since november : ... And it displays dump level of the 6th and 7th of november. ... Here are they some parameters of my amanda.conf file : dumpcycle 11 days runspercycle 4 tapecycle 15 tapes runtapes 3 Why does

Re: amoverview trouble

2004-01-15 Thread Christian Molière
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Bijnens wrote: | Christian Molière wrote: | | When I use amoverview tool on one server, it displays dates since november : | | ... | | And it displays dump level of the 6th and 7th of november. | | ... | | Here are they some parameters of my

Re: amoverview trouble

2004-01-15 Thread Paul Bijnens
Christian Molière wrote: | Maybe because there are some images on the holdingdisk | and never got flushed to tape? | No there aren't, I have already checked it. amoverview gets it's data from the command: amadmin ConFig find | ... What has that command to say about those entries? -- Paul

Re: amoverview trouble

2004-01-15 Thread Paul Bijnens
exist. (yes, my amoverview archive is quite wide, currently 4463 columns; too wide to show on screen, or even on A3-landscape in point 6.) If those tapes are lost or damaged, you may forget about them with the command amrmtape ConFig TAPE_16. -- Paul Bijnens, XplanationTel

Re: amoverview trouble

2004-01-15 Thread Christian Molière
, the oldest dating from 1999. Most of them are marked | no-reuse because they are archived, so amanda won't even ask for | them. But they do exist. | (yes, my amoverview archive is quite wide, currently 4463 columns; | too wide to show on screen, or even on A3-landscape in point 6.) | | If those tapes

Re: amoverview trouble

2004-01-15 Thread Paul Bijnens
Christian Molière wrote: I'd like to use again the two missing tapes. Is it just to set tapecycle to 17 in amanda.conf file ? If you set it to 17 amanda will immediately ask for those, and insist on those tapes. Probably this will bring the numbering out of order. You may also just feed TAPE_16

Re: amoverview trouble

2004-01-15 Thread Christian Molière
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for your help, I'll have results tomorrow morning. Paul Bijnens wrote: | Christian Molière wrote: | | I'd like to use again the two missing tapes. Is it just to set tapecycle to 17 in amanda.conf file ? | | | If you set it to 17 amanda will

amoverview output

2003-10-23 Thread Rohit Peyyeti
Attached are my amoverview and disklist files. I see some { brackets, include statements etc., in my amoverview output. These were not there before I introduced include,exclude in the disklist file. Amreports everything fine for all in the disklists though. Any idea? Rohit # localhost /etc comp

Re: amoverview output

2003-10-23 Thread Jean-Louis Martineau
Hi Rohit, Could you try this patch Jean-Louis On Thu, Oct 23, 2003 at 07:00:56PM +0530, Rohit Peyyeti wrote: Attached are my amoverview and disklist files. I see some { brackets, include statements etc., in my amoverview output. These were not there before I introduced include,exclude

Re: amoverview output

2003-10-23 Thread Rohit
, 2003 7:40 PM Subject: Re: amoverview output Hi Rohit, Could you try this patch Jean-Louis On Thu, Oct 23, 2003 at 07:00:56PM +0530, Rohit Peyyeti wrote: Attached are my amoverview and disklist files. I see some { brackets, include statements etc., in my amoverview output. These were

Re: amoverview bug?

2003-05-28 Thread Paul Bijnens
Mathias Koerber wrote: Is this bug known or due to something wrong in my setup? amoverview not only lists my DLEs but also some other lines from the disklist file. My guess is that this is due to amoverview not being in sync with the new disklist format yet??? can someone confirm? Yes, it's a bug

amoverview bug?

2003-05-27 Thread Mathias Koerber
Is this bug known or due to something wrong in my setup? amoverview not only lists my DLEs but also some other lines from the disklist file. My guess is that this is due to amoverview not being in sync with the new disklist format yet??? can someone confirm? should amoverview not also honour

Small bug in amoverview

2002-04-20 Thread Niall O Broin
I found a little bug in amoverview. I curently have a couple of days dumps in the holding directory and when I ran amoverview I get: amanda@moca:~ amoverview TIZ bad date 20020418: in 20020418: found Amanda directory. bad date 20020420: in 20020420: found Amanda directory. date

Re: Small bug in amoverview

2002-04-20 Thread Bernhard R. Erdmann
amoverview parses the output of amadmin find and doesn't handle the found Amanda directory lines. The fix is so trivial that I'm just mentioning it inline here because that's actually smaller than the patch :-) After Thanks for the fix.

amoverview

2002-03-18 Thread Juanjo
hello, After doing a start backup, of many filesystem, I run amoverview to check the state of the backup, every filesystem is 0 except two of them (the two that failed first write cause of tape space and were successful on second try) that are with EE code. Whats the meaning

Re: Build dies trying to make amoverview

2002-03-06 Thread Bernhard R. Erdmann
I am attempting to make amanda 2.4.2p2 on a NetBSD 1.5_ALPHA system The make dies with the following message: cat amcheckdb.sh amcheckdb chmod a+x amcheckdb cat amcleanup.sh amcleanup chmod a+x amcleanup cat amdump.sh amdump chmod a+x amdump make: don't know how to make amoverview

Build dies trying to make amoverview

2002-03-05 Thread Ruth Anne
I am attempting to make amanda 242p2 on a NetBSD 15_ALPHA system The make dies with the following message: cat amcheckdbsh amcheckdb chmod a+x amcheckdb cat amcleanupsh amcleanup chmod a+x amcleanup cat amdumpsh amdump chmod a+x amdump make: don't know how to make amoverview Stop *** Error

Problem with amoverview: Bad interpreter?

2002-01-24 Thread KEVIN ZEMBOWER
I just noticed a problem this morning. When I run amoverview, I get: amanda@admin:~ amoverview DailySet1 bash: /usr/local/sbin/amoverview: bad interpreter: No such file or directory amanda@admin:~ I could have sworn I've run amoverview on this system before without problems. The listing

Re: Problem with amoverview: Bad interpreter?

2002-01-24 Thread Paul Bijnens
KEVIN ZEMBOWER wrote: I just noticed a problem this morning. When I run amoverview, I get: amanda@admin:~ amoverview DailySet1 bash: /usr/local/sbin/amoverview: bad interpreter: No such file or directory Somebody moved perl to another place, or simply renamed it (or removed it?) See

Re: Problem with amoverview: Bad interpreter?

2002-01-24 Thread KEVIN ZEMBOWER
Thank you so much, Paul. Yes, it was that simple. I did change a symlink for perl, but I just didn't realize that amoverview was a perl program until I looked at it. Thanks for your help. -Kevin Zembower Paul Bijnens [EMAIL PROTECTED] 01/24/02 10:40AM KEVIN ZEMBOWER wrote: I just

Amanda fails to build: amoverview

2000-12-19 Thread ROD
I just got around to installing Amanda-2.4.2 stable unfortunately I can't get it to build on FreeBSD 4.11. The following error is reported: make: don't know how to make amoverview. Stop *** Error code 1 Any help would be appreciated Best regards Rod

Re: Amanda fails to build: amoverview

2000-12-19 Thread David Wolfskill
From: "ROD" [EMAIL PROTECTED] Date: Tue, 19 Dec 2000 15:36:31 - I just got around to installing Amanda-2.4.2 stable unfortunately I can't get it to build on FreeBSD 4.11. The following error is reported: make: don't know how to make amoverview. Stop *** Error code 1 Any

Re: make fails: don't know how to make amoverview

2000-11-17 Thread John R. Jackson
Installing amanda-2.4.2-20001025-beta2.tar.gz like this: ... results in: make: don't know how to make amoverview. Stop There was a problem with that beta release. As I recall, using GNU make should get around it. Eric Wadsworth John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]