After the large update from 7.2 -> 7.3 there is one major problem, the amanda backup packages. Strange situation, the host is the amanda server is working fine at backing up all my remote clients. But it has an error backing up itself. The amanda packages did not change version (3.3.3) and I've done no configuration change. I'm not looking for help debugging this at the moment. Instead I'd like to downgrade the amanda packages to see if the original function can be restored. But when I ask yum to downgrade, there are no packages available. Is it still possible to downgrade just these 4 packages? How? What potential problems? Jon -- Jon H. LaBadie jon at jgcomp.com 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C)
On 02/02/17 06:32, Jon LaBadie wrote:> After the large update from 7.2 -> 7.3 there is > one major problem, the amanda backup packages. > > Strange situation, the host is the amanda server > is working fine at backing up all my remote clients. > But it has an error backing up itself. > > The amanda packages did not change version (3.3.3) > and I've done no configuration change. >Looking back at the released versions, amanada was updated from 3.3.3-13 to 3.3.3-17 in the 7.3 release. You can grab the old version here: http://vault.centos.org/7.2.1511/os/x86_64/Packages/> I'm not looking for help debugging this at the moment. > Instead I'd like to downgrade the amanda packages > to see if the original function can be restored. But > when I ask yum to downgrade, there are no packages > available. Is it still possible to downgrade just > these 4 packages? How? What potential problems? > > Jon >In this instance yum can not downgrade the package for you as CentOS (unlike Red Hat) don't keep all previously released versions available in the current repo so in this instance yum can't find any previous versions as it was from the 7.2 snapshot in time whereas the current CentOS repo only contains packages from the 7.3 snapshot in time forwards. So you would need to grab the package from the vault (about) and manually downgrade. Hope that helps.
Hi, you should be able to remove the existing rpms and then do a local install using rpms from vault, perhaps http://vault.centos.org/7.2.1511/os/x86_64/Packages/ I haven't specifically done this for amanda, but the process has worked for other packages. Please make sure you have a reliable backup of all of your amanda config. Thanks On Thu, Feb 2, 2017 at 7:32 PM, Jon LaBadie <jcu at labadie.us> wrote:> After the large update from 7.2 -> 7.3 there is > one major problem, the amanda backup packages. > > Strange situation, the host is the amanda server > is working fine at backing up all my remote clients. > But it has an error backing up itself. > > The amanda packages did not change version (3.3.3) > and I've done no configuration change. > > I'm not looking for help debugging this at the moment. > Instead I'd like to downgrade the amanda packages > to see if the original function can be restored. But > when I ask yum to downgrade, there are no packages > available. Is it still possible to downgrade just > these 4 packages? How? What potential problems? > > Jon > -- > Jon H. LaBadie jon at jgcomp.com > 11226 South Shore Rd. (703) 787-0688 (H) > Reston, VA 20190 (703) 935-6720 (C) > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
On Thu, Feb 02, 2017 at 08:52:27AM +0000, Ned Slider wrote:> On 02/02/17 06:32, Jon LaBadie wrote: > > After the large update from 7.2 -> 7.3 there is > > one major problem, the amanda backup packages. > > > > Strange situation, the host is the amanda server > > is working fine at backing up all my remote clients. > > But it has an error backing up itself. > > > > The amanda packages did not change version (3.3.3) > > and I've done no configuration change. > > > > Looking back at the released versions, amanada was updated from 3.3.3-13 to > 3.3.3-17 in the 7.3 release. > > You can grab the old version here: > > http://vault.centos.org/7.2.1511/os/x86_64/Packages/ > > > I'm not looking for help debugging this at the moment. > > Instead I'd like to downgrade the amanda packages > > to see if the original function can be restored. But > > when I ask yum to downgrade, there are no packages > > available. Is it still possible to downgrade just > > these 4 packages? How? What potential problems? > > > > Jon > > > > In this instance yum can not downgrade the package for you as CentOS (unlike > Red Hat) don't keep all previously released versions available in the > current repo so in this instance yum can't find any previous versions as it > was from the 7.2 snapshot in time whereas the current CentOS repo only > contains packages from the 7.3 snapshot in time forwards. > > So you would need to grab the package from the vault (about) and manually > downgrade.I recalled there was some site that retained the older packages. Thanks for the pointer. I downgraded and confirmed the problem now exists with the older package as well. So I conclude the problem is not with the amanda packages per se, but with something else. What might be affecting "bsdtcp authentication" of the current host (using FQDN, not localhost) but not remote hosts? It is not a firewalld nor selinux blockage, the problem persists if both are turned off. Jon -- Jon H. LaBadie jon at jgcomp.com 11226 South Shore Rd. (703) 787-0688 (H) Reston, VA 20190 (703) 935-6720 (C)