Bug 449764
| Summary: | Amanda backups fail after fc8->fc9 upgrade | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gwyn Ciesla <gwync> |
| Component: | amanda | Assignee: | Daniel Novotny <dnovotny> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | dnovotny, goodyca48 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-10 06:34:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gwyn Ciesla
2008-06-03 13:37:39 UTC
I was having the same problem. What I found from a Google search was that the unreserved-tcp-port was set to 0,0. Adding the line "unreserved-tcp-port 1025,65535" to amanda.conf got backups to working. Craig according to http://archives.zmanda.com/amanda-archives/viewtopic.php?t=4176&sid=c1c71386059a46dee45dada40f588325 (see the post Fri Jun 13, 2008 11:00 am) this can be a bug in the /etc/services file for F9: it uses -or I'd rather say used- an entry for port 0 looking at my /etc/services from a freshly installed F9 (with updates), it seems this is already corrected Jon, does the problem still occur, when you update this file? /etc/services, or /etc/amanda/***/amanda.conf? amanda.conf works. with the contents from #2. I show nothing for port 0 in my /etc/services. OK, I will add --with-tcpportrange=1025,65535 to %configure options to prevent the default being 0,0 fixed in amanda-2_5_2p1-11_fc9 amanda-2.5.2p1-11.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/amanda-2.5.2p1-11.fc9 amanda-2.5.2p1-11.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |