Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29195

Plug-in doesn't work on HP-UX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • proc-cleaner-plugin
    • None
    • HP-UX 11.3

      Plug-in doesn't work on HP-UX (at least on version 11.3) because it uses 'ps' CLI with '-o' cmdline option which isn't supported on that system without explicit the UNIX behavior switch on.

      There are several ways how to achieve the anticipated behavior, one way is for ex.:

      It can be called like:

      UNIX95= ps -u hudson -o pid,ppid,args

      But

      ps -u hudson -o pid,ppid,args

      provides a such result:

      ps -u hudson -o pid
      ps: illegal option -- o
      usage: ps [-edaxzflP] [-u ulist] [-g glist] [-p plist] [-t tlist] [-R prmgroup] [-Z psetidlist]

            pajasoft Pavel Janoušek
            pajasoft Pavel Janoušek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: