Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-836

Hue status on SuSE doesn't work when run from outside of /usr/bin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • None
    • None

    Description

      BIGTOP-829 added a "-L" flag in the status check for hue on SuSE 11. The flag was used to specify python as an argument instead of something like python2.7.

      However, that flag (to follow symlinks) doesn't quite work unless you are running the command from /usr/bin/ where there is a symlink called python pointing to python2.6. Moreover, it may lead to incorrect results if /usr/bin/python was not the python being used.

      Consequently, a better approach is needed. An idea is to parse the output of ps for the pid in question, ensure it's hue related and report the status. The benefit is that it's a clean process with no dependency on pidofproc or figuring out what version of python is being used.

      Attachments

        1. BIGTOP-836.1.patch
          2 kB
          Mark Grover
        2. BIGTOP-836.2.patch
          2 kB
          Mark Grover
        3. BIGTOP-836.3.patch
          2 kB
          Mark Grover
        4. BIGTOP-836.4.patch
          2 kB
          Mark Grover

        Activity

          People

            mgrover Mark Grover
            mgrover Mark Grover
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: