Andy Kurth created VCL-768:
------------------------------
Summary: Linux.pm's logoff_user displays a warning if the user is
not logged in
Key: VCL-768
URL: https://issues.apache.org/jira/browse/VCL-768
Project: VCL
Issue Type: Bug
Components: vcld (backend)
Affects Versions: 2.3.2
Reporter: Andy Kurth
Assignee: Andy Kurth
Priority: Minor
Fix For: 2.4
Linux.pm::logoff_user uses pkill to log off a user by killing all of the user's
processes. If the exit status is not 0, a warning is displayed. pkill will
exit with status = 1 if no processes were found, meaning the user is not logged
in. The check should be fixed to assume exit status 0 or 1 are successful.
--
This message was sent by Atlassian JIRA
(v6.2#6252)