Version-Release number of selected component (if applicable): systemd-208-17.fc20.x86_64 How reproducible: 100 % Steps to Reproduce: 1. $ journalctl -u ods-enforcerd.service + _COMM=keydaemon.py Actual results: Nothing is shown. Expected results: Messages from ods-enforcerd.service and _COMM=keydaemon are shown. Additional info: Workaround is to use command: $ journalctl _SYSTEMD_UNIT=ods-enforcerd.service + _COMM=keydaemon.py
Oh, the stuff you specify with "-u" and the other switches always is on top of whatever you the specify later on with the filter expression. The filter expression in your command line hence is simply "+ _COMM=keydaemon.py". That of course is not really a correct filter expression, as it starts with a "+".. We probably should generate an error in cases like this, and also add proper documentation that clarify that "-u" and the other switches are on top of any filter expression you specify.
systemd-208-25.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/systemd-208-25.fc20
Tested with systemd-208-25.fc20,I got" "+"can only used between terms"after I ran "journalctl -u ods-enforcerd.service + _COMM=keydaemon.py"
systemd-208-26.fc20,kmod-15-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/systemd-208-26.fc20,kmod-15-2.fc20
Package systemd-208-26.fc20, kmod-15-2.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 systemd-208-26.fc20 kmod-15-2.fc20' as soon as you are able to, then reboot. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-14032/systemd-208-26.fc20,kmod-15-2.fc20 then log in and leave karma (feedback).
systemd-208-25.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
systemd-208-26.fc20, kmod-15-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.