Difference between revisions of "Rchan-notepad"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'Category:rchan Date: Jan 8, 2016 =PC2 - Linux Host Lab issue= When starting up VMware Player, got the following dialogue: image:VMware-kernel-module-updater.png')
 
Line 6: Line 6:
  
 
[[image:VMware-kernel-module-updater.png]]
 
[[image:VMware-kernel-module-updater.png]]
 +
 +
So I check the gcc directory and got the following directories:
 +
<pre>
 +
ict@debian:~$ ls -lR /usr/lib/gcc
 +
/usr/lib/gcc:
 +
total 4
 +
drwxr-xr-x 4 root root 4096 Dec  4 11:05 x86_64-linux-gnu
 +
 +
/usr/lib/gcc/x86_64-linux-gnu:
 +
total 8
 +
drwxr-xr-x 2 root root 4096 Dec 19  2014 4.8
 +
lrwxrwxrwx 1 root root    3 Dec  4 11:05 4.8.4 -> 4.8
 +
drwxr-xr-x 2 root root 4096 Dec  4 12:15 4.9
 +
lrwxrwxrwx 1 root root    3 Dec  4 11:05 4.9.2 -> 4.9
 +
 +
/usr/lib/gcc/x86_64-linux-gnu/4.8:
 +
total 0
 +
 +
/usr/lib/gcc/x86_64-linux-gnu/4.9:
 +
total 15556
 +
-rwxr-xr-x 1 root root 15854376 Dec 25  2014 cc1
 +
lrwxrwxrwx 1 root root      22 Dec 25  2014 liblto_plugin.so -> liblto_plugin.so.0.0.0
 +
lrwxrwxrwx 1 root root      22 Dec 25  2014 liblto_plugin.so.0 -> liblto_plugin.so.0.0.0
 +
-rw-r--r-- 1 root root    70864 Dec 25  2014 liblto_plugin.so.0.0.0
 +
 +
</pre>
 +
 +
The directory "4.8.4" was empty.

Revision as of 14:19, 8 January 2016

Date: Jan 8, 2016

PC2 - Linux Host Lab issue

When starting up VMware Player, got the following dialogue:

VMware-kernel-module-updater.png

So I check the gcc directory and got the following directories:

ict@debian:~$ ls -lR /usr/lib/gcc
/usr/lib/gcc:
total 4
drwxr-xr-x 4 root root 4096 Dec  4 11:05 x86_64-linux-gnu

/usr/lib/gcc/x86_64-linux-gnu:
total 8
drwxr-xr-x 2 root root 4096 Dec 19  2014 4.8
lrwxrwxrwx 1 root root    3 Dec  4 11:05 4.8.4 -> 4.8
drwxr-xr-x 2 root root 4096 Dec  4 12:15 4.9
lrwxrwxrwx 1 root root    3 Dec  4 11:05 4.9.2 -> 4.9

/usr/lib/gcc/x86_64-linux-gnu/4.8:
total 0

/usr/lib/gcc/x86_64-linux-gnu/4.9:
total 15556
-rwxr-xr-x 1 root root 15854376 Dec 25  2014 cc1
lrwxrwxrwx 1 root root       22 Dec 25  2014 liblto_plugin.so -> liblto_plugin.so.0.0.0
lrwxrwxrwx 1 root root       22 Dec 25  2014 liblto_plugin.so.0 -> liblto_plugin.so.0.0.0
-rw-r--r-- 1 root root    70864 Dec 25  2014 liblto_plugin.so.0.0.0

The directory "4.8.4" was empty.