Description of problem: There an 'After' lvalue in the [Install] section in the file: /usr/lib/systemd/system/cups, that, I believe, should be in [Unit]. After=network.target Version-Release number of selected component (if applicable): cups-1.7.5-10.fc21.x86_64 How reproducible: Always Steps to Reproduce: 1. update cups to version 1.7.5-10 2. cat /var Actual result: There is a log in /var/log/messages: systemd: [/usr/lib/systemd/system/cups.service:12] Unknown lvalue 'After' in section 'Install' File /usr/lib/systemd/system/cups.service : -------------------- [Unit] Description=CUPS Printing Service [Service] Type=notify ExecStart=/usr/sbin/cupsd -f PrivateTmp=true [Install] Also=cups.socket cups.path WantedBy=printer.target After=network.target -------------------- Correct me if I am wrong, but I belive it should be: -------------------- [Unit] Description=CUPS Printing Service After=network.target [Service] Type=notify ExecStart=/usr/sbin/cupsd -f PrivateTmp=true [Install] Also=cups.socket cups.path WantedBy=printer.target --------------------
sorry, 1. update cups to version 1.7.5-10 2. cat /usr/lib/systemd/system/cups.service
Thanks! Should be fixed in the latest build.
cups-1.7.5-11.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/FEDORA-2014-13104/cups-1.7.5-11.fc21
cups-1.7.5-9.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/cups-1.7.5-9.fc20
Package cups-1.7.5-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 cups-1.7.5-9.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-13191/cups-1.7.5-9.fc20 then log in and leave karma (feedback).
Thanks, fixed it
*** Bug 1154322 has been marked as a duplicate of this bug. ***
cups-1.7.5-11.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
cups-1.7.5-13.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.