Description of problem: Version-Release number of selected component (if applicable): mediatomb-0.12.1-16.fc17.x86_64 How reproducible: You may have no eth0 interface, e.g. em1 (may default after fresh Fedora 17 installation) Steps to Reproduce: 1. Fresh Fedora 17 installation, ethernet is named em1, not eth0 2. Install Mediatomb 3. Try to start with systemctl start mediatomb.service Actual results: /var/lob/mediatomb ERROR: Could not find interface: eth0 Expected results: Mediatomb shoul start w/o errors Additional info: /usr/lib/systemd/system/mediatomb.service contains hardcoded options, which prevent successful start up. RPM post install script should either ask user for desired interface or read network interface from /etc/mediatomb.conf MT_INTERFACE
On mine, it's p2p1. Someone will always have to customize. You can copy the unit file to /etc/systemd/system and modify that. Postinstall scripts cannot be interactive.
After an update from mediatomb-0.12.1-16.fc17 to mediatomb-0.12.1-19.fc17, unit file changed. No change needed or unit file should be updated according values defined in mediatomb.conf
mediatomb-0.12.1-20.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mediatomb-0.12.1-20.fc18
Package mediatomb-0.12.1-20.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mediatomb-0.12.1-20.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-17263/mediatomb-0.12.1-20.fc18 then log in and leave karma (feedback).
Why is $MT_USER being used for the group instead of $MT_GROUP? Also, will this be pushed for fc17? Thanks!
Context for my comment above: /usr/lib/systemd/system/mediatomb.service, ExecStart line
Because I apparently needed coffee. :) I'll fix that and push to f17.
mediatomb-0.12.1-21.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/mediatomb-0.12.1-21.fc18
mediatomb-0.12.1-21.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/mediatomb-0.12.1-21.fc17
mediatomb-0.12.1-21.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
mediatomb-0.12.1-21.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.