Announcement

Collapse
No announcement yet.

Arch linux (64bit) - unable to install or benchmark (no output)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by BadPotato View Post
    hi,

    now here is the new output, when I press on enter a lot of time...
    ==> http://pastebin.com/f605b3ae3

    that's weird... I already installef all of theses package and I have more than 10gig on my root slice.....
    Check out the git code at Phorogit.com The problem should be fixed in the git tree.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #22
      hm!

      ok.. now I take it from git a this adress
      ==> http://www.phorogit.com/index.php?p=...e.git&dl=targz

      and now we come back at the first problem:

      [root@rorqual phoronix-test-suite]# ./phoronix-test-suite install universe
      [root@rorqual phoronix-test-suite]#

      Comment


      • #23
        hm!

        ok.. now I take it from git a this adress
        ==> http://www.phorogit.com/index.php?p=...e.git&dl=targz

        and now we come back at the first problem:

        [root@rorqual phoronix-test-suite]# ./phoronix-test-suite install universe
        [root@rorqual phoronix-test-suite]#

        Comment


        • #24
          hm!

          ok.. now I take it from git a this adress
          ==> http://www.phorogit.com/index.php?p=...e.git&dl=targz

          and now we come back at the first problem:

          [root@rorqual phoronix-test-suite]# ./phoronix-test-suite install universe
          [root@rorqual phoronix-test-suite]#

          Comment


          • #25
            Does running ./phoronix-test-suite diagnostics (or list-tests or any other option) work?
            Michael Larabel
            https://www.michaellarabel.com/

            Comment


            • #26
              I have the same problem:
              Arch current 32bit,
              php 5.2.6-1,
              Phoronix 1.0.2

              # phoronix-test-suite diagnostics
              #

              other phoronix commands keep silence too

              in the message.log:

              php: PHP Warning: require(pts-core/functions/pts-functions.php): failed to open stream: Operation not permitted in /usr/share/phoronix-test-suite/pts-core/pts-run-cmd.php on line 25

              php: PHP Fatal error: require(): Failed opening required 'pts-core/functions/pts-functions.php' (include_path='.:/usr/share/pear') in /usr/share/phoronix-test-suite/pts-core/pts-run-cmd.php on line 25

              May be above log information can help find solution?

              Comment


              • #27
                hmmm looks to be a problem then with your php.ini configuration of it not being able to open the required files.

                Are you able to post your /etc/php5/php.ini and/or try a php.ini file from elsewhere (say extracted from the one on Ubuntu or elsewhere)?
                Michael Larabel
                https://www.michaellarabel.com/

                Comment


                • #28
                  Thanx a lot!

                  php.ini from Slackware 12.1 is working!

                  Comment


                  • #29
                    Originally posted by Happy_Kot View Post
                    Thanx a lot!

                    php.ini from Slackware 12.1 is working!
                    The problem is with open_basedir. I commented that out, and it works in arch x86_64. (at least downloading the stuff, can't benchmark yet )

                    Comment


                    • #30
                      Code:
                      [fabio@abuarch ~]$ phoronix-test-suite
                      
                      The following PHP extensions are REQUIRED by the Phoronix Test Suite:
                      
                      ZIP      PHP Zip support is required.  
                      JSON     PHP JSON support is required. 
                      
                      The following PHP extensions are optional but recommended by the Phoronix Test Suite:
                      
                      OpenSSL  PHP OpenSSL support is recommended to support HTTPS traffic.
                      
                      [fabio@abuarch ~]$

                      Comment

                      Working...
                      X