Description of problem: If the rpm command is found in multiple locations the PATH env variable fwbackups will create 'RPM - Package list.txt' files in the archive (one for each location). Consequently on the cleanup phase of the backup job the execution will fail because it will try to delete the same files more than one time. Version-Release number of selected component (if applicable): 1.43.2-2.fc9 How reproducible: Every time is rpm is found in more than one location. Steps to Reproduce: 1. Add /bin twice to your PATH. 2. Run backup job 3. Actual results: Backup fails due to exception when trying to remove 'RPM - Package list.txt' file. Expected results: Backup job should complete successfully. Additional info: Function createPkgLists (backend.py:352) needs a break statement after the first successful execution of the rpm command. This will prevent failures in cases where rpm command is found in more than one location in the PATH.
Thanks for the report - fixed locally, I will generate a patch and update the Fedora RPM soon until 1.43.3 is ready for release.
fwbackups-1.43.3-0.1.rc1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/fwbackups-1.43.3-0.1.rc1.fc9
fwbackups-1.43.3-0.1.rc1.fc9 has been pushed to the Fedora 9 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing-newkey update fwbackups'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2009-2936
fwbackups-1.43.3-0.1.rc1.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update fwbackups'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-2972
fwbackups-1.43.3-0.1.rc1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
fwbackups-1.43.3-0.1.rc1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.