/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened:...












2















After upgrading from ubuntu 16.04 all the way to ubuntu 18.04 im seeing a lot of messeges like this during apt-get upgrade.



/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf



update-initramfs: Generating /boot/initrd.img-4.15.0-29-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf: No such file or directory


Sometimes my nvidia driver loads, simetimes it does not.
I'm currently using the ppa:graphics-drivers/ppa.
I've tried purging nvidia several times.
Would like to not have to fresh install.
It looks like the problem is that symbolic link for nvidia_settings_conf is going nowhere, but I'm not sure where it is supposed to be.



Output nvidia-smi



+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.77 Driver Version: 390.77 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 770 Off | 00000000:01:00.0 N/A | N/A |
| 34% 39C P8 N/A / N/A | 102MiB / 1991MiB | N/A Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+


Output of 'ls -al /etc/ld.so.conf.d/'



➜  ~ ls -al /etc/ld.so.conf.d/
total 40
drwxr-xr-x 2 root root 4096 mai 2 19:01 .
drwxr-xr-x 206 root root 16384 juli 21 17:11 ..
-rw-rw-r-- 1 root root 38 mars 24 2014 fakeroot-x86_64-linux-gnu.conf
-rw-r--r-- 1 root root 168 april 16 22:14 i386-linux-gnu.conf
-rw-r--r-- 1 root root 44 aug. 9 2009 libc.conf
-rw-r--r-- 1 root root 26 des. 26 2017 local.conf
lrwxrwxrwx 1 root root 38 mai 14 2014 nvidia_settings.conf -> /etc/alternatives/nvidia_settings_conf
-rw-r--r-- 1 root root 100 april 16 22:14 x86_64-linux-gnu.conf

➜ ~ ls -al /etc/alternatives/ | grep nvidia
lrwxrwxrwx 1 root root 41 mai 14 2014 libxnvctrl.a -> /usr/lib/nvidia-settings-319/libXNVCtrl.a
lrwxrwxrwx 1 root root 72 mai 14 2014 man_nvidiasettings.gz -> /usr/lib/nvidia-settings-319/share/man/man1/alt-nvidia-settings-319.1.gz
lrwxrwxrwx 1 root root 43 mai 14 2014 nvctrl_include -> /usr/lib/nvidia-settings-319/include/NVCtrl
lrwxrwxrwx 1 root root 48 mai 14 2014 nvidia_settings -> /usr/lib/nvidia-settings-319/bin/nvidia-settings
lrwxrwxrwx 1 root root 39 mai 14 2014 nvidia_settings_conf -> /usr/lib/nvidia-settings-319/ld.so.conf

ls -al /usr/lib/ | grep nvidia
-rw-r--r-- 1 root root 1467112 mai 2 23:00 libnvidia-gtk2.so.396.24
-rw-r--r-- 1 root root 1475784 mai 2 23:00 libnvidia-gtk3.so.396.24
drwxr-xr-x 2 root root 4096 mai 2 18:09 nvidia
drwxr-xr-x 2 root root 4096 aug. 4 2014 nvidia-319
drwxr-xr-x 2 root root 4096 nov. 19 2015 nvidia-346
drwxr-xr-x 2 root root 4096 mai 2 18:55 nvidia-390









share|improve this question























  • And the results of ls -l /usr/lib/nvidia-settings-319/ld.so.conf are??? So far, it looks like that particular file does not exist.

    – waltinator
    Jul 21 '18 at 23:46











  • Yes as you can see from the output of ls -al /usr/lib the folder /usr/lib/nvidia-settings-319 does not even exist. And I am running 390 driver, so why would it need nviidia_setings.conf from 319? No idea.

    – oppsig
    Jul 22 '18 at 16:05











  • Maybe i should try to delete it and run ldconfig -a?

    – oppsig
    Jul 22 '18 at 16:17
















2















After upgrading from ubuntu 16.04 all the way to ubuntu 18.04 im seeing a lot of messeges like this during apt-get upgrade.



/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf



update-initramfs: Generating /boot/initrd.img-4.15.0-29-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf: No such file or directory


Sometimes my nvidia driver loads, simetimes it does not.
I'm currently using the ppa:graphics-drivers/ppa.
I've tried purging nvidia several times.
Would like to not have to fresh install.
It looks like the problem is that symbolic link for nvidia_settings_conf is going nowhere, but I'm not sure where it is supposed to be.



Output nvidia-smi



+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.77 Driver Version: 390.77 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 770 Off | 00000000:01:00.0 N/A | N/A |
| 34% 39C P8 N/A / N/A | 102MiB / 1991MiB | N/A Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+


Output of 'ls -al /etc/ld.so.conf.d/'



➜  ~ ls -al /etc/ld.so.conf.d/
total 40
drwxr-xr-x 2 root root 4096 mai 2 19:01 .
drwxr-xr-x 206 root root 16384 juli 21 17:11 ..
-rw-rw-r-- 1 root root 38 mars 24 2014 fakeroot-x86_64-linux-gnu.conf
-rw-r--r-- 1 root root 168 april 16 22:14 i386-linux-gnu.conf
-rw-r--r-- 1 root root 44 aug. 9 2009 libc.conf
-rw-r--r-- 1 root root 26 des. 26 2017 local.conf
lrwxrwxrwx 1 root root 38 mai 14 2014 nvidia_settings.conf -> /etc/alternatives/nvidia_settings_conf
-rw-r--r-- 1 root root 100 april 16 22:14 x86_64-linux-gnu.conf

➜ ~ ls -al /etc/alternatives/ | grep nvidia
lrwxrwxrwx 1 root root 41 mai 14 2014 libxnvctrl.a -> /usr/lib/nvidia-settings-319/libXNVCtrl.a
lrwxrwxrwx 1 root root 72 mai 14 2014 man_nvidiasettings.gz -> /usr/lib/nvidia-settings-319/share/man/man1/alt-nvidia-settings-319.1.gz
lrwxrwxrwx 1 root root 43 mai 14 2014 nvctrl_include -> /usr/lib/nvidia-settings-319/include/NVCtrl
lrwxrwxrwx 1 root root 48 mai 14 2014 nvidia_settings -> /usr/lib/nvidia-settings-319/bin/nvidia-settings
lrwxrwxrwx 1 root root 39 mai 14 2014 nvidia_settings_conf -> /usr/lib/nvidia-settings-319/ld.so.conf

ls -al /usr/lib/ | grep nvidia
-rw-r--r-- 1 root root 1467112 mai 2 23:00 libnvidia-gtk2.so.396.24
-rw-r--r-- 1 root root 1475784 mai 2 23:00 libnvidia-gtk3.so.396.24
drwxr-xr-x 2 root root 4096 mai 2 18:09 nvidia
drwxr-xr-x 2 root root 4096 aug. 4 2014 nvidia-319
drwxr-xr-x 2 root root 4096 nov. 19 2015 nvidia-346
drwxr-xr-x 2 root root 4096 mai 2 18:55 nvidia-390









share|improve this question























  • And the results of ls -l /usr/lib/nvidia-settings-319/ld.so.conf are??? So far, it looks like that particular file does not exist.

    – waltinator
    Jul 21 '18 at 23:46











  • Yes as you can see from the output of ls -al /usr/lib the folder /usr/lib/nvidia-settings-319 does not even exist. And I am running 390 driver, so why would it need nviidia_setings.conf from 319? No idea.

    – oppsig
    Jul 22 '18 at 16:05











  • Maybe i should try to delete it and run ldconfig -a?

    – oppsig
    Jul 22 '18 at 16:17














2












2








2


3






After upgrading from ubuntu 16.04 all the way to ubuntu 18.04 im seeing a lot of messeges like this during apt-get upgrade.



/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf



update-initramfs: Generating /boot/initrd.img-4.15.0-29-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf: No such file or directory


Sometimes my nvidia driver loads, simetimes it does not.
I'm currently using the ppa:graphics-drivers/ppa.
I've tried purging nvidia several times.
Would like to not have to fresh install.
It looks like the problem is that symbolic link for nvidia_settings_conf is going nowhere, but I'm not sure where it is supposed to be.



Output nvidia-smi



+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.77 Driver Version: 390.77 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 770 Off | 00000000:01:00.0 N/A | N/A |
| 34% 39C P8 N/A / N/A | 102MiB / 1991MiB | N/A Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+


Output of 'ls -al /etc/ld.so.conf.d/'



➜  ~ ls -al /etc/ld.so.conf.d/
total 40
drwxr-xr-x 2 root root 4096 mai 2 19:01 .
drwxr-xr-x 206 root root 16384 juli 21 17:11 ..
-rw-rw-r-- 1 root root 38 mars 24 2014 fakeroot-x86_64-linux-gnu.conf
-rw-r--r-- 1 root root 168 april 16 22:14 i386-linux-gnu.conf
-rw-r--r-- 1 root root 44 aug. 9 2009 libc.conf
-rw-r--r-- 1 root root 26 des. 26 2017 local.conf
lrwxrwxrwx 1 root root 38 mai 14 2014 nvidia_settings.conf -> /etc/alternatives/nvidia_settings_conf
-rw-r--r-- 1 root root 100 april 16 22:14 x86_64-linux-gnu.conf

➜ ~ ls -al /etc/alternatives/ | grep nvidia
lrwxrwxrwx 1 root root 41 mai 14 2014 libxnvctrl.a -> /usr/lib/nvidia-settings-319/libXNVCtrl.a
lrwxrwxrwx 1 root root 72 mai 14 2014 man_nvidiasettings.gz -> /usr/lib/nvidia-settings-319/share/man/man1/alt-nvidia-settings-319.1.gz
lrwxrwxrwx 1 root root 43 mai 14 2014 nvctrl_include -> /usr/lib/nvidia-settings-319/include/NVCtrl
lrwxrwxrwx 1 root root 48 mai 14 2014 nvidia_settings -> /usr/lib/nvidia-settings-319/bin/nvidia-settings
lrwxrwxrwx 1 root root 39 mai 14 2014 nvidia_settings_conf -> /usr/lib/nvidia-settings-319/ld.so.conf

ls -al /usr/lib/ | grep nvidia
-rw-r--r-- 1 root root 1467112 mai 2 23:00 libnvidia-gtk2.so.396.24
-rw-r--r-- 1 root root 1475784 mai 2 23:00 libnvidia-gtk3.so.396.24
drwxr-xr-x 2 root root 4096 mai 2 18:09 nvidia
drwxr-xr-x 2 root root 4096 aug. 4 2014 nvidia-319
drwxr-xr-x 2 root root 4096 nov. 19 2015 nvidia-346
drwxr-xr-x 2 root root 4096 mai 2 18:55 nvidia-390









share|improve this question














After upgrading from ubuntu 16.04 all the way to ubuntu 18.04 im seeing a lot of messeges like this during apt-get upgrade.



/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf



update-initramfs: Generating /boot/initrd.img-4.15.0-29-generic
/sbin/ldconfig.real: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf.d/nvidia_settings.conf: No such file or directory


Sometimes my nvidia driver loads, simetimes it does not.
I'm currently using the ppa:graphics-drivers/ppa.
I've tried purging nvidia several times.
Would like to not have to fresh install.
It looks like the problem is that symbolic link for nvidia_settings_conf is going nowhere, but I'm not sure where it is supposed to be.



Output nvidia-smi



+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390.77 Driver Version: 390.77 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 770 Off | 00000000:01:00.0 N/A | N/A |
| 34% 39C P8 N/A / N/A | 102MiB / 1991MiB | N/A Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 Not Supported |
+-----------------------------------------------------------------------------+


Output of 'ls -al /etc/ld.so.conf.d/'



➜  ~ ls -al /etc/ld.so.conf.d/
total 40
drwxr-xr-x 2 root root 4096 mai 2 19:01 .
drwxr-xr-x 206 root root 16384 juli 21 17:11 ..
-rw-rw-r-- 1 root root 38 mars 24 2014 fakeroot-x86_64-linux-gnu.conf
-rw-r--r-- 1 root root 168 april 16 22:14 i386-linux-gnu.conf
-rw-r--r-- 1 root root 44 aug. 9 2009 libc.conf
-rw-r--r-- 1 root root 26 des. 26 2017 local.conf
lrwxrwxrwx 1 root root 38 mai 14 2014 nvidia_settings.conf -> /etc/alternatives/nvidia_settings_conf
-rw-r--r-- 1 root root 100 april 16 22:14 x86_64-linux-gnu.conf

➜ ~ ls -al /etc/alternatives/ | grep nvidia
lrwxrwxrwx 1 root root 41 mai 14 2014 libxnvctrl.a -> /usr/lib/nvidia-settings-319/libXNVCtrl.a
lrwxrwxrwx 1 root root 72 mai 14 2014 man_nvidiasettings.gz -> /usr/lib/nvidia-settings-319/share/man/man1/alt-nvidia-settings-319.1.gz
lrwxrwxrwx 1 root root 43 mai 14 2014 nvctrl_include -> /usr/lib/nvidia-settings-319/include/NVCtrl
lrwxrwxrwx 1 root root 48 mai 14 2014 nvidia_settings -> /usr/lib/nvidia-settings-319/bin/nvidia-settings
lrwxrwxrwx 1 root root 39 mai 14 2014 nvidia_settings_conf -> /usr/lib/nvidia-settings-319/ld.so.conf

ls -al /usr/lib/ | grep nvidia
-rw-r--r-- 1 root root 1467112 mai 2 23:00 libnvidia-gtk2.so.396.24
-rw-r--r-- 1 root root 1475784 mai 2 23:00 libnvidia-gtk3.so.396.24
drwxr-xr-x 2 root root 4096 mai 2 18:09 nvidia
drwxr-xr-x 2 root root 4096 aug. 4 2014 nvidia-319
drwxr-xr-x 2 root root 4096 nov. 19 2015 nvidia-346
drwxr-xr-x 2 root root 4096 mai 2 18:55 nvidia-390






nvidia 18.04 nvidia-settings






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jul 21 '18 at 15:41









oppsigoppsig

1112




1112













  • And the results of ls -l /usr/lib/nvidia-settings-319/ld.so.conf are??? So far, it looks like that particular file does not exist.

    – waltinator
    Jul 21 '18 at 23:46











  • Yes as you can see from the output of ls -al /usr/lib the folder /usr/lib/nvidia-settings-319 does not even exist. And I am running 390 driver, so why would it need nviidia_setings.conf from 319? No idea.

    – oppsig
    Jul 22 '18 at 16:05











  • Maybe i should try to delete it and run ldconfig -a?

    – oppsig
    Jul 22 '18 at 16:17



















  • And the results of ls -l /usr/lib/nvidia-settings-319/ld.so.conf are??? So far, it looks like that particular file does not exist.

    – waltinator
    Jul 21 '18 at 23:46











  • Yes as you can see from the output of ls -al /usr/lib the folder /usr/lib/nvidia-settings-319 does not even exist. And I am running 390 driver, so why would it need nviidia_setings.conf from 319? No idea.

    – oppsig
    Jul 22 '18 at 16:05











  • Maybe i should try to delete it and run ldconfig -a?

    – oppsig
    Jul 22 '18 at 16:17

















And the results of ls -l /usr/lib/nvidia-settings-319/ld.so.conf are??? So far, it looks like that particular file does not exist.

– waltinator
Jul 21 '18 at 23:46





And the results of ls -l /usr/lib/nvidia-settings-319/ld.so.conf are??? So far, it looks like that particular file does not exist.

– waltinator
Jul 21 '18 at 23:46













Yes as you can see from the output of ls -al /usr/lib the folder /usr/lib/nvidia-settings-319 does not even exist. And I am running 390 driver, so why would it need nviidia_setings.conf from 319? No idea.

– oppsig
Jul 22 '18 at 16:05





Yes as you can see from the output of ls -al /usr/lib the folder /usr/lib/nvidia-settings-319 does not even exist. And I am running 390 driver, so why would it need nviidia_setings.conf from 319? No idea.

– oppsig
Jul 22 '18 at 16:05













Maybe i should try to delete it and run ldconfig -a?

– oppsig
Jul 22 '18 at 16:17





Maybe i should try to delete it and run ldconfig -a?

– oppsig
Jul 22 '18 at 16:17










2 Answers
2






active

oldest

votes


















0














I had a similar warning after upgrading from 16.04 to 18.04
I have removed nvidia-settings.conf from /etc/ld.so.conf.d since it was pointing to files which did not exist. So far so good...






share|improve this answer































    0














    I used the following command to fix my issue:



    sudo mv /etc/ld.so.conf.d/nvidia_settings.conf /etc/ld.so.conf.d/nvidia_settings.conf_OLD


    In case of you need to rollback:



    sudo mv /etc/ld.so.conf.d/nvidia_settings.conf_OLD /etc/ld.so.conf.d/nvidia_settings.conf





    share|improve this answer










    New contributor




    rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "89"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1058170%2fsbin-ldconfig-real-warning-ignoring-configuration-file-that-cannot-be-opened%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0














      I had a similar warning after upgrading from 16.04 to 18.04
      I have removed nvidia-settings.conf from /etc/ld.so.conf.d since it was pointing to files which did not exist. So far so good...






      share|improve this answer




























        0














        I had a similar warning after upgrading from 16.04 to 18.04
        I have removed nvidia-settings.conf from /etc/ld.so.conf.d since it was pointing to files which did not exist. So far so good...






        share|improve this answer


























          0












          0








          0







          I had a similar warning after upgrading from 16.04 to 18.04
          I have removed nvidia-settings.conf from /etc/ld.so.conf.d since it was pointing to files which did not exist. So far so good...






          share|improve this answer













          I had a similar warning after upgrading from 16.04 to 18.04
          I have removed nvidia-settings.conf from /etc/ld.so.conf.d since it was pointing to files which did not exist. So far so good...







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 15 '18 at 10:18









          BoorhinBoorhin

          237




          237

























              0














              I used the following command to fix my issue:



              sudo mv /etc/ld.so.conf.d/nvidia_settings.conf /etc/ld.so.conf.d/nvidia_settings.conf_OLD


              In case of you need to rollback:



              sudo mv /etc/ld.so.conf.d/nvidia_settings.conf_OLD /etc/ld.so.conf.d/nvidia_settings.conf





              share|improve this answer










              New contributor




              rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                I used the following command to fix my issue:



                sudo mv /etc/ld.so.conf.d/nvidia_settings.conf /etc/ld.so.conf.d/nvidia_settings.conf_OLD


                In case of you need to rollback:



                sudo mv /etc/ld.so.conf.d/nvidia_settings.conf_OLD /etc/ld.so.conf.d/nvidia_settings.conf





                share|improve this answer










                New contributor




                rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  I used the following command to fix my issue:



                  sudo mv /etc/ld.so.conf.d/nvidia_settings.conf /etc/ld.so.conf.d/nvidia_settings.conf_OLD


                  In case of you need to rollback:



                  sudo mv /etc/ld.so.conf.d/nvidia_settings.conf_OLD /etc/ld.so.conf.d/nvidia_settings.conf





                  share|improve this answer










                  New contributor




                  rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  I used the following command to fix my issue:



                  sudo mv /etc/ld.so.conf.d/nvidia_settings.conf /etc/ld.so.conf.d/nvidia_settings.conf_OLD


                  In case of you need to rollback:



                  sudo mv /etc/ld.so.conf.d/nvidia_settings.conf_OLD /etc/ld.so.conf.d/nvidia_settings.conf






                  share|improve this answer










                  New contributor




                  rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer








                  edited 9 hours ago









                  olivierb2

                  1,86689




                  1,86689






                  New contributor




                  rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 17 hours ago









                  rorxrorx

                  1




                  1




                  New contributor




                  rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  rorx is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Ask Ubuntu!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1058170%2fsbin-ldconfig-real-warning-ignoring-configuration-file-that-cannot-be-opened%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      GameSpot

                      日野市

                      Tu-95轟炸機