I installed a fresh F20 machine and added it to my amanda rotation. My amanda server is way too old, so I still have to use the UDP services. (Given this problem I suspect that I am the only Fedora user of UDP-based amanda.) Unfortunately the systemd configuration files for amanda are incorrect, which prevents the socket from being enabled. The amanda-udp.socket file has: Service=amanda-udp.service But the package itself has no file of that name, only amanda-udp@.service. Trying to start the socket gets you: Jan 22 10:55:50 epithumia.math.uh.edu systemd[1]: Socket service amanda-udp.service not loaded, refusing. Jan 22 10:55:50 epithumia.math.uh.edu systemd[1]: Failed to listen on Amanda Activation Socket. which isn't the clearest message, but it is trying to say that there simply is no configured service named "amanda-udp.service". Since you only ever want one instance of the UDP server, the .socket file is correct and simply renaming amanda-udp@.service to amanda-udp.service (and doing systemctl daemon-reload) works fine.
You're not the only one using it -- I ran into the same problem. Your fix helped me as well. Thanks! My Amanda server isn't *that* old -- 3.3.0. Looks like I set it up in September of 2011.
Thanks for the bug. I will fix the bug.
amanda-3.3.3-9.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/amanda-3.3.3-9.fc20
scm-commit (https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20140127/1182472.html) The service file was changed. New name is amanda-udp.service.
amanda-3.3.3-6.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/amanda-3.3.3-6.fc19
Package amanda-3.3.3-9.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing amanda-3.3.3-9.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-1871/amanda-3.3.3-9.fc20 then log in and leave karma (feedback).
amanda-3.3.3-9.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
amanda-3.3.3-6.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.