Uploaded image for project: 'VCL'
  1. VCL
  2. VCL-768

Linux.pm's logoff_user displays a warning if the user is not logged in

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.3.2
    • 2.4
    • vcld (backend)
    • None

    Description

      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.

      Attachments

        Activity

          People

            arkurth Andrew Kurth
            arkurth Andrew Kurth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: