Announcement

Collapse
No announcement yet.

The Lenovo T450s Is Working Beautifully With Linux

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

  • #21
    Originally posted by Ericg View Post
    I was about to post that before ya asked lol.

    [egriffith@eric-laptop ~]$ echo $PATH
    /usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/bin:/usr/bin:/usr/local/bin:/usr/games/:/usr/local/sbin:/usr/sbin:/home/egriffith/.local/bin:/home/egriffith/bin


    ccache is before /usr/bin, therefore the /usr/lib64/ccache/{gcc,g++,clang,etc} will all get picked before /usr/bin/{gcc,g++,clang,etc} thus silently using ccache.
    Yep, that'd be it. PTS could remove ccache from the PATH, though not sure if that's the right behavior to do or not.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #22
      Originally posted by Michael View Post
      Yep, that'd be it. PTS could remove ccache from the PATH, though not sure if that's the right behavior to do or not.
      CCACHE_DISABLE may do something. The docs were rather unclear

      Comment


      • #23
        Did Michael get a new writer or am I just blind?

        Comment


        • #24
          Originally posted by peppercats View Post
          Did Michael get a new writer or am I just blind?
          I'm a Journalism student in the US, I'm interning under Michael this summer for college credit. I'll be writing a few articles a week or month, giving Michael's work a second set of eyes when possible, writing reviews if necessary, stuff like that. Critiques of my work, as long as they are constructive and polite, are appreciated.
          All opinions are my own not those of my employer if you know who they are.

          Comment


          • #25
            Originally posted by Michael View Post
            Yep, that'd be it. PTS could remove ccache from the PATH, though not sure if that's the right behavior to do or not.
            man ccache implies that ccache can be selectively disabled by setting the environment variable:

            CCACHE_DISABLE=1
            All opinions are my own not those of my employer if you know who they are.

            Comment


            • #26
              Originally posted by Ericg View Post
              man ccache implies that ccache can be selectively disabled by setting the environment variable:

              CCACHE_DISABLE=1
              If you want to try latest Git or just this patch (https://github.com/phoronix-test-sui...aef2b43dc249d3), that'd be great. Wasn't aware of this env var before but hopefully will avoid ccache usage. Thanks.
              Michael Larabel
              https://www.michaellarabel.com/

              Comment


              • #27
                Originally posted by Michael View Post
                If you want to try latest Git or just this patch (https://github.com/phoronix-test-sui...aef2b43dc249d3), that'd be great. Wasn't aware of this env var before but hopefully will avoid ccache usage. Thanks.
                Test are running, they seem to be working but I'm gonna run the benchmark twice to be sure.
                All opinions are my own not those of my employer if you know who they are.

                Comment


                • #28
                  Originally posted by Michael View Post
                  If you want to try latest Git or just this patch (https://github.com/phoronix-test-sui...aef2b43dc249d3), that'd be great. Wasn't aware of this env var before but hopefully will avoid ccache usage. Thanks.
                  Patch worked, now getting a consistent result of ~280seconds
                  Last edited by Ericg; 16 April 2015, 06:36 PM.
                  All opinions are my own not those of my employer if you know who they are.

                  Comment


                  • #29
                    Originally posted by Ericg View Post
                    Patch worked, now getting a consistent result of ~280seconds
                    Great! Thanks for testing. Now that explains those odd results.
                    Michael Larabel
                    https://www.michaellarabel.com/

                    Comment


                    • #30
                      Problem with KVM

                      Hi Eric,

                      Did you have problem with KVM?

                      For some reason, Lenovo disabled all visualization extension bits on my Flex 2 14D so that I cannot even use KVM.
                      Always a red warning in 'dmesg' saying it was disabled by bios.

                      Comment

                      Working...
                      X