Hide Forgot
Description of problem: Command service something.socket restart produces well-known message "Redirecting...", but with "something.socket.service". Also this bug affects other unit types (see Additional info). Bug has been introduces in https://git.fedorahosted.org/cgit/initscripts.git/commit/?h=rhel7-branch&id=c7d25db27dbab853c4ccda8c984d84a7ceaf881d Version-Release number of selected component (if applicable): initscripts-9.49.37-1.el7 How reproducible: Always Steps to Reproduce: 1. service systemd-journald.socket restart Actual results: Redirecting to /bin/systemctl restart systemd-journald.socket.service Expected results: Redirecting to /bin/systemctl restart systemd-journald.socket Additional info: # service systemd-journald.service restart Redirecting to /bin/systemctl restart systemd-journald.service.service # service mnt-qa.mount restart Redirecting to /bin/systemctl restart mnt-qa.mount.service
Created attachment 1204771 [details] patch
# rpm -q initscripts initscripts-9.49.37-1.el7.x86_64 # service systemd-journald.socket restart Redirecting to /bin/systemctl restart systemd-journald.socket.service # rpm -q initscripts initscripts-9.49.38-1.el7.x86_64 # service systemd-journald.socket restart Redirecting to /bin/systemctl restart systemd-journald.socket
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2286