Announcement

Collapse
No announcement yet.

how can I make a script for my Linux distro?

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

  • #11
    Hmmm, can you try running: rm -f ~/.phoronix-test-suite/core.pt2so offhand? You should technically only need to modify those SH/XML files but there's a chance in that file it might be cached.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #12
      Originally posted by Michael View Post
      Hmmm, can you try running: rm -f ~/.phoronix-test-suite/core.pt2so offhand? You should technically only need to modify those SH/XML files but there's a chance in that file it might be cached.
      Doesn't work... What the hell!

      Distribution install script not found!
      Actually I have:

      /usr/share/phoronix-test-suite/pts-core/external-test-dependencies/scripts/
      • install-2014.01.30-packages.sh
      • install-chakra-2014.01.30-packages.sh
      • install-chakra-packages.sh

      and
      /usr/share/phoronix-test-suite/pts-core/external-test-dependencies/xml/
      • 2014.01.30-packages.xml
      • chakra-2014.01.30-packages.xml
      • chakra-packages.xml


      Here the files 2014.01.30-packages.xml .
      I tried with this name
      Code:
      <Name>Chakra</Name>
      and this
      Code:
      <Name>2014.01.30</Name>
      but nothing happened.

      Comment


      • #13
        Originally posted by UnderTheGun View Post
        Doesn't work... What the hell!



        Actually I have:

        /usr/share/phoronix-test-suite/pts-core/external-test-dependencies/scripts/
        • install-2014.01.30-packages.sh
        • install-chakra-2014.01.30-packages.sh
        • install-chakra-packages.sh

        and
        /usr/share/phoronix-test-suite/pts-core/external-test-dependencies/xml/
        • 2014.01.30-packages.xml
        • chakra-2014.01.30-packages.xml
        • chakra-packages.xml


        Here the files 2014.01.30-packages.xml .
        I tried with this name
        Code:
        <Name>Chakra</Name>
        and this
        Code:
        <Name>2014.01.30</Name>
        but nothing happened.
        What about trying to download PTS locally, un-zip/tar it, run it within the extracted folder within the pts-core/external-dependencies/ location? Just checking to see if something isn't messed up with the /usr/share/phoronix-test-suite location.
        Michael Larabel
        https://www.michaellarabel.com/

        Comment

        Working...
        X