Mailinglist Archive: opensuse-bugs (3882 mails)
| < Previous | Next > |
[Bug 755272] New: amrecover (part of amanda backup) fails with "can't talk to tape server: service amidxtaped:"
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 2 Apr 2012 14:46:08 +0000
- Message-id: <bug-755272-21960@http.bugzilla.novell.com/>
https://bugzilla.novell.com/show_bug.cgi?id=755272
https://bugzilla.novell.com/show_bug.cgi?id=755272#c0
Summary: amrecover (part of amanda backup) fails with "can't
talk to tape server: service amidxtaped:"
Classification: openSUSE
Product: openSUSE 12.1
Version: Final
Platform: All
OS/Version: openSUSE 12.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: ccrssaa@xxxxxxxxxx
QAContact: qa-bugs@xxxxxxx
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120312
Firefox/11.0 SeaMonkey/2.8
amrecover cannot extract files from backup. Please look at
http://old.nabble.com/amrecover---can't-talk-to-tape-server%3A-service-amidxtaped%3A-td31861008.html
where the problem and solution are described.
Reproducible: Always
Steps to Reproduce:
1. set up amanda backup system
2. make backup
3. try to extract some file from the backup
Actual Results:
amrecover - can't talk to tape server: service amidxtaped:
Expected Results:
restored file
from the url above (thanks to the original author)
--------8<--------8<--------8<--------8<--------8<--------8<--------
Clerk.pm line 231
Clerk.pm line 265
Planner.pm line 231
Planner.pm line 342
Planner.pm line 393
I modified all these occurrences, adding additional parentheses around
the qw() construct, for example
original:
for my $rq_param qw(dump xfer_src_cb) {
new:
for my $rq_param (qw(dump xfer_src_cb)) {
After that, I could run recovery successfully.
--------8<--------8<--------8<--------8<--------8<--------8<--------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |