Re: amoverview under 3.1.2

2010-09-14 Thread Jon LaBadie
On Mon, Sep 13, 2010 at 04:43:19PM -0500, Dustin J. Mitchell wrote: I'm sorry, I gave the wrong patch before. The patch I intended hasn't been committed yet, because I failed to correctly request review :) http://github.com/djmitche/amanda/commit/z11892 If anyone can review and confirm

Re: [not a?] Nitpicks - rename DLE

2010-09-14 Thread Stefan G. Weichinger
Am 13.09.2010 21:09, schrieb Dustin J. Mitchell: As you can see, complicated. But a consistent approach to storing the DLE and path of a particular user object over time would be a useful first step. Do you have any thoughts on how that might be implemented? Remember my script generating

SV: Nitpick: scripts and pfexec/sudo

2010-09-14 Thread Gunnarsson, Gunnar
Yes this with Script API will do the work, I overlooked the Script API. Perhaps it should be better documented ? #! /bin/sh pfexec --pfexec-params /path/to/my/script

Re: Nitpick, enhancement

2010-09-14 Thread Brian Cuttler
Dustin, Jean-Louis, On Mon, Sep 13, 2010 at 04:31:55PM -0500, Dustin J. Mitchell wrote: On Mon, Sep 13, 2010 at 1:19 PM, Brian Cuttler br...@wadsworth.org wrote: What I mean is that if a large DLE slips by the planner, as this one did, then the Taper, when it performs its selection of

Re: [not a?] Nitpicks - rename DLE

2010-09-14 Thread Brian Cuttler
On Mon, Sep 13, 2010 at 07:37:52PM -0600, John Hein wrote: Chris Lee wrote at 22:23 +0100 on Sep 13, 2010: The way I see it the DLE is for the admin to make sub divisions in the backup to make backing up easier to manage. The software should store the file object with path and hostname,

Re: Nitpick, enhancement

2010-09-14 Thread John Hein
Brian Cuttler wrote at 09:20 -0400 on Sep 14, 2010: Not sure which part of amanda is the driver, amdump itself ? driver planner are executed in amdump. You can see yourself - it's just a script.

Re: [not a?] Nitpicks - rename DLE

2010-09-14 Thread Charles Curley
On Tue, 14 Sep 2010 09:21:47 -0400 Brian Cuttler br...@wadsworth.org wrote: On Mon, Sep 13, 2010 at 07:37:52PM -0600, John Hein wrote: Chris Lee wrote at 22:23 +0100 on Sep 13, 2010: The way I see it the DLE is for the admin to make sub divisions in the backup to make backing up easier

Re: Nitpick: scripts and pfexec/sudo

2010-09-14 Thread Dustin J. Mitchell
On Tue, Sep 14, 2010 at 7:10 AM, Gunnarsson, Gunnar gunnar.gunnars...@svk.se wrote: Yes this with Script API will do the work, I overlooked the Script API. Perhaps it should be better documented ? I agree on that point - there are some sparse notes on the wiki, and an example script, and

Re: [not a?] Nitpicks - rename DLE

2010-09-14 Thread Dustin J. Mitchell
These are some exciting ideas, so far! I'd love to see some of this fleshed out in code, even if that's not Amanda code -- an example of a catalog with fake dump and recover operations that demonstrates how all of this would fit together. With that in place, we can settle on a particular

Re: amoverview under 3.1.2

2010-09-14 Thread Dustin J. Mitchell
On Tue, Sep 14, 2010 at 1:42 AM, Jon LaBadie j...@jgcomp.com wrote: In the above patch one single to double dash was missed (skipmissed) I'd say I left that in there just to see if you were looking at the patch, but that's not true. I'll fix it up. Patched I still get uninitialized value

Re: [not a?] Nitpicks - rename DLE

2010-09-14 Thread Brian Cuttler
On Tue, Sep 14, 2010 at 10:32:55AM -0600, Charles Curley wrote: On Tue, 14 Sep 2010 09:21:47 -0400 Brian Cuttler br...@wadsworth.org wrote: On Mon, Sep 13, 2010 at 07:37:52PM -0600, John Hein wrote: Chris Lee wrote at 22:23 +0100 on Sep 13, 2010: The way I see it the DLE is for the

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

3.1.2 : Problems with mails?

2010-09-14 Thread Stefan G. Weichinger
For a while I have problems with missing mails from amanda and I can't quite spot it ... Right now I had to stop an amdump due to config-changes and it told me: $ amcleanup -k daily amcleanup: 19 Amanda processes were found running. amcleanup: 1 processes failed to terminate. send-mail:

Re: 3.1.2 : Problems with mails?

2010-09-14 Thread Jean-Louis Martineau
Try to do the same command as amanda do: MAILER=`amgetconf daily mailer` $MAILER -s subject off...@123.at l...@345.at w@678.at Type a small message and end it with ctrl-D Do the email are sent? Jean-Louis Stefan G. Weichinger wrote: For a while I have problems with missing mails from

Re: 3.1.2 : Problems with mails?

2010-09-14 Thread Stefan G. Weichinger
Am 14.09.2010 21:21, schrieb Jean-Louis Martineau: Try to do the same command as amanda do: MAILER=`amgetconf daily mailer` $MAILER -s subject off...@123.at l...@345.at w@678.at Type a small message and end it with ctrl-D Do the email are sent? Email gets sent on my server where

Re: 3.1.2 : Problems with mails?

2010-09-14 Thread Stefan G. Weichinger
Am 14.09.2010 22:25, schrieb Stefan G. Weichinger: Seems to be related to the mailwrapper in gentoo ... gotta dig further. The working one has postfix installed, the non-working only msmtp ... but I don't get why it worked with 2.6.1p2 ... S

Re: [not a?] Nitpicks - rename DLE

2010-09-14 Thread Jon LaBadie
On Tue, Sep 14, 2010 at 12:30:19PM -0500, Dustin J. Mitchell wrote: One note: we already have diskname and device in a DLE, where device is what's actually backed up, and diskname is the name used to refer to it. So, for example, a disklist foohost /home could be renamed to foohost

Since upgrade to 3.2.1: Can't open data output stream: Connection refused

2010-09-14 Thread Marc Muehlfeld
Hello, since switching to 3.2.1, I have every day at least one (sometimes two) Can't open data output stream: Connection refused messages in my amanda mail. Which server is concerned differs. And it allways was successfully retried. But it came up after switching the server to 3.2.1. All