Your module should 'use base qw( Amanda::Report::human );' and modify only some methods.
Look at the json.pm and json_raw.pm module in 3.5
3.5 have a report-format setting it amanda.conf to allow...
Type: Posts; User: martineau
Your module should 'use base qw( Amanda::Report::human );' and modify only some methods.
Look at the json.pm and json_raw.pm module in 3.5
3.5 have a report-format setting it amanda.conf to allow...
Your module should 'use base qw( Amanda::Report::human );' and modify only some methods.
Look at the json.pm and json_raw.pm module in 3.5
3.5 have a report-format setting it amanda.conf to allow...
Do you have the tapelist file from before the upgrade? If not, you must manually rebuild it.
You also needs all log.<DATASTAMP>.*
Hello,
The Amanda core team is pleased to announce the release of Amanda 3.5.1.
It is a bugfix release for Amanda 3.5.
Source tarballs are available from
http://www.amanda.org
Hello,
The Amanda core team is pleased to announce the release of Amanda 3.5.
There is one big change over the 3.4 release, it is the use of multiple threads to connect to the client, this fix...
Hello,
The Amanda core team is pleased to announce the release of Amanda 3.4.5.
This is a bugfix release for Amanda-3.4.4.
Source tarballs are available from
http://www.amanda.org
...
Some tools are missing to build amanda, (not the same version as I have).
You can try to do:./autogen
before the ./configure
You can also try to download amanda-3.4.5.tar.gz, the patch is...
Can you try the attached patch
Thanks for testing the patch.
I committed the fix.
Thanks, the information was useful to find the bug.
Can you try the attached patch? It require you recompile amanda?
Some post are moderated, they must be approved before you can see them.
I need you increase the debugging level to understand what's going on. Can you add the following line in amanda.conf
...
You can first your initial post: https://forums.zmanda.com/showthread.php?6409-Problems-with-taper-hanging
Can you get the stacktrace of all threads,
in gdb, run: thread apply all bt
Also post the taper debug file
You can write an amdump wrapper like:
{code}
#!/bin/bash
if [!-e /etc/amanda/CONF/running]; then
touch /etc/amanda/CONF/running
amdump CONF ...
rm /etc/amanda/CONF/running
else
...
It is a new feature, 3.4 allow multiple backup run in parallel.
Why is it important to not allow multiple run in parallel?
You can't.
The backup you made are still available for recovery.
The curinfo database is used to choose the level of the backup, since you deleted it, the next backup will be at level 0 (full...
Can you stop starting new thread with the exact same post.
Read comments from our initial thread and add comments there.
It's in 3.4.4
RAIT must be used if you want redundant data, not to increase throughput.
Your RAIT with 2 drives tested 160MB/s from holding to 2x160MB/s (320MB/s) on tapes
your RAIT with 3 drives tested 320MB/s...
Hello,
The Amanda core team is pleased to announce the release of Amanda 3.4.4.
This is a bugfix release for Amanda-3.4.3.
Source tarballs are available from
http://www.amanda.org
...
Can you post the complete debug files as attachment?
Can you also post the 20170411112501_0.state.gz and 20170411112501_0-sorted.gz files from the index directory of the dle?
older keystone supported both xml and json.
Amanda is using xml.
xml support was removed in Juno !!!
amanda must be enhanced to use json !!!
The URL to get a token is probably https://auth.cloud.ovh.net/v2.0/tokens
S3_HOST "auth.cloud.ovh.net"
S3_SERVICE_PATH "/v2.0/tokens"
Why do you believe someone know the answer? You are the one using OVH, you are the one that should know the answer!
Did you search the OVH web site for the information? Or you are asking someone...
The backup must have be done with a 3.4 client and server.
The restore must be done with a 3.4 client and server.
I already said that feature is available only with 3.4
Stop trying with 3.3.7,...