Bug 903740
| Summary: | Start up object won't start the service | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Steven Tsoi <steven.tsoi> | ||||
| Component: | linux-igd | Assignee: | Michael Cronenworth <mike> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | antmak.pub, marchenko, masahase, mike | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | linux-igd-1.0-19.fc20 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-09-23 04:51:01 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: | |||||||
| Attachments: |
|
||||||
Created attachment 686878 [details]
upnpd.service
Comment on attachment 686878 [details]
upnpd.service
simple fix for that problem.
The attachment fixes the issue for me. Thanks. MASA.H can you put out a fix for this? I'm amazed nobody still fixed this one... I confirm this bug. Trivial fix... This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. linux-igd-1.0-19.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/linux-igd-1.0-19.fc21 linux-igd-1.0-19.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/linux-igd-1.0-19.fc20 linux-igd-1.0-19.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/linux-igd-1.0-19.fc19 Package linux-igd-1.0-19.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing linux-igd-1.0-19.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-10661/linux-igd-1.0-19.fc21 then log in and leave karma (feedback). linux-igd-1.0-19.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. linux-igd-1.0-19.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. linux-igd-1.0-19.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |
User-Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.36 Safari/537.22 Build Identifier: When loading the service 'systemctl upnpd.service start', the service won't start. Reproducible: Always Steps to Reproduce: 1. run 'systemctl upnpd.service start' at bash 2. 3. Actual Results: upnpd.service - UPnP Internet Gateway Device Loaded: loaded (/usr/lib/systemd/system/upnpd.service; enabled) Active: failed (Result: exit-code) since Fri 2013-01-25 01:24:23 HKT; 12s ago Process: 3579 ExecStart=/usr/sbin/upnpd -f EXTIFACE INTIFACE (code=exited, status=1/FAILURE) Jan 25 01:24:23 STUDIO710-GW systemd[1]: Started UPnP Internet Gateway Device. Jan 25 01:24:23 STUDIO710-GW upnpd[3579]: could not bind to device: No such device Jan 25 01:24:23 STUDIO710-GW upnpd[3579]: Invalid internal interface name 'INTIFACE' Jan 25 01:24:23 STUDIO710-GW systemd[1]: upnpd.service: main process exited, code=exited, status=1/FAILURE Jan 25 01:24:23 STUDIO710-GW systemd[1]: Unit upnpd.service entered failed state Expected Results: upnpd.service - UPnP Internet Gateway Device Loaded: loaded (/usr/lib/systemd/system/upnpd.service; enabled) Active: active (running) since Fri 2013-01-25 01:25:16 HKT; 7s ago Main PID: 3845 (upnpd) CGroup: name=systemd:/system/upnpd.service └─3845 /usr/sbin/upnpd -f p32p1 em1 In '/usr/lib/systemd/system/upnpd.service', you should notice INTIFACE and EXTIFACE have no "$" in front of them.