Uploaded image for project: 'Continuum'
  1. Continuum
  2. CONTINUUM-2293

continuum sh script fails to determine the right wrapper

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.3 (Beta)
    • None
    • Core system
    • Gentoo Linux, AMD64, coreutils 7.1

    Description

      Running continuum fails with not finding the wrappers:

      $ bin/continuum
      Unable to locate any of the following binaries:
      /tmp/apache-continuum-1.3.3/bin/./wrapper-linux-amdathlon(tm)x2dualcoreprocessorbe-2350-32
      /tmp/apache-continuum-1.3.3/bin/./wrapper-linux-amdathlon(tm)x2dualcoreprocessorbe-2350-64
      /tmp/apache-continuum-1.3.3/bin/./wrapper

      This happens because the script does expect "uname -p" output "unknown" or the right arch. But this does not happen on my system (perhaps because of the newer coreutils/uname-version. On our server it works).

      Here is the actual output of the 7.1 uname on different machines, so that you can improve your script:

      $ uname -p
      AMD Athlon(tm) 64 X2 Dual Core Processor 5000+
      $ uname -m
      x86_64

      $ uname -p
      Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
      $ uname -m
      i686

      $ uname -p
      AMD Athlon(tm) X2 Dual Core Processor BE-2350
      $ uname -m
      x86_64

      Attachments

        Activity

          People

            Unassigned Unassigned
            boris2 Boris Gruschke
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: