<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>化繁成简... 破茧成蝶 &#187; Ubuntu</title>
	<atom:link href="http://www.800l.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.800l.com</link>
	<description>From now on, i only care about the person who care about me.</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:10:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ubuntu启动顺序修改</title>
		<link>http://www.800l.com/ubuntu-boot-sequence-modify.html</link>
		<comments>http://www.800l.com/ubuntu-boot-sequence-modify.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 13:08:45 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=437</guid>
		<description><![CDATA[双系统的注意了，想改为Windows启动的可以在终端下执行“sudo apt-get install startupmanager”安装启动管理器，可在 系统─&#62;系统管理 菜单中找到 启动管理器，至于怎么用我就不说了。
]]></description>
			<content:encoded><![CDATA[<p>双系统的注意了，想改为Windows启动的可以在终端下执行“sudo apt-get install startupmanager”安装启动管理器，可在 系统─&gt;系统管理 菜单中找到 启动管理器，至于怎么用我就不说了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/ubuntu-boot-sequence-modify.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小企鹅 fcitx 输入法 安装</title>
		<link>http://www.800l.com/ubuntu-fcitx.html</link>
		<comments>http://www.800l.com/ubuntu-fcitx.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 13:03:51 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=435</guid>
		<description><![CDATA[装好了Ubuntu 9.10&#8230;..接下来：
ubuntu安装中文语言环境的同时，会自动安装上scim输入法，但是这个scim不但大，而且跟很多程序（firefox,eva等等）都有兼容问题。相对比之下还是觉得fcitx这只小小的企鹅比较好用。于是以并存的方式安装小企鹅输入法
$ sudo apt-get install im-switch libapt-pkg-perl fcitx
安装好之后执行下面的命令使系统默认fcitx为默认输入法。注意前面不要加sudo，重启一下设置生效。
$ im-switch -s fcitx
安装完小企鹅后，会出现方块字，此刻编辑配置文件
sudo gedit  [...]]]></description>
			<content:encoded><![CDATA[<p>装好了Ubuntu 9.10&#8230;..接下来：</p>
<p>ubuntu安装中文语言环境的同时，会自动安装上scim输入法，但是这个scim不但大，而且跟很多程序（firefox,eva等等）都有兼容问题。相对比之下还是觉得fcitx这只小小的企鹅比较好用。于是以并存的方式安装小企鹅输入法<span id="more-435"></span><br />
$ sudo apt-get install im-switch libapt-pkg-perl fcitx<br />
安装好之后执行下面的命令使系统默认fcitx为默认输入法。注意前面不要加sudo，重启一下设置生效。<br />
$ im-switch -s fcitx<br />
安装完小企鹅后，会出现方块字，此刻编辑配置文件<br />
sudo gedit ~/.fcitx/config</p>
<p>[程序]<br />
显示字体(中)=WenQuanYi Bitmap Song<br />
显示字体(英)=WenQuanYi Bitmap Song<br />
显示字体大小=12<br />
主窗口字体大小=12<br />
字体区域=zh_CN.UTF-8<br />
使用AA字体=1<br />
使用粗体=1</p>
<p>重启即可生效</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/ubuntu-fcitx.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下C/C++基本开发环境的配置</title>
		<link>http://www.800l.com/ubuntu-c-plus-environment.html</link>
		<comments>http://www.800l.com/ubuntu-c-plus-environment.html#comments</comments>
		<pubDate>Sat, 07 Mar 2009 12:21:38 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=214</guid>
		<description><![CDATA[打开终端，键入一下以下4句，大功告成！
sudo apt-get install build-essential gcc make
sudo apt-get install vim emacs
sudo apt-get install libc6 libc6-dev
sudo apt-get install manpages-dev
]]></description>
			<content:encoded><![CDATA[<p>打开终端，键入一下以下4句，大功告成！</p>
<p>sudo apt-get install build-essential gcc make</p>
<p>sudo apt-get install vim emacs</p>
<p>sudo apt-get install libc6 libc6-dev</p>
<p>sudo apt-get install manpages-dev</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/ubuntu-c-plus-environment.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 换源－更换更新源</title>
		<link>http://www.800l.com/ubuntu810-i386-sources.html</link>
		<comments>http://www.800l.com/ubuntu810-i386-sources.html#comments</comments>
		<pubDate>Sat, 07 Mar 2009 10:38:35 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=210</guid>
		<description><![CDATA[打开终端，在终端下输入
sudo cp /etc/apt/sources.list  /etc/apt/sources.list.backup
/* 备份旧的源到/etc/apt/sources.list.backup */
sudo gedit /etc/apt/sources.list
/* 用gedit编辑sources.list，gedit可以换成vim等其它编辑器 */
选择sources.list里面的全部内容删除。
将两行###之间的内容复制进去（这个是广东的源，不错）
  [...]]]></description>
			<content:encoded><![CDATA[<p>打开终端，在终端下输入<br />
sudo cp /etc/apt/sources.list  /etc/apt/sources.list.backup<br />
/* 备份旧的源到/etc/apt/sources.list.backup */<br />
sudo gedit /etc/apt/sources.list<br />
/* 用gedit编辑sources.list，gedit可以换成vim等其它编辑器 */<br />
选择sources.list里面的全部内容删除。</p>
<p>将两行###之间的内容复制进去（这个是广东的源，不错）<br />
<span id="more-210"></span> #################################################################<br />
deb http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe<br />
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe<br />
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe<br />
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe<br />
deb http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe<br />
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid main multiverse restricted universe<br />
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-backports main multiverse restricted universe<br />
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-proposed main multiverse restricted universe<br />
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-security main multiverse restricted universe<br />
deb-src http://ubuntu.dormforce.net/ubuntu/ intrepid-updates main multiverse restricted universe<br />
###########################################################################<br />
保存退出</p>
<p>终端下运行<br />
sudo apt-get update<br />
进行下更新<br />
完毕！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/ubuntu810-i386-sources.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下VMware Tools安装教程</title>
		<link>http://www.800l.com/ubuntu-vmwaretools.html</link>
		<comments>http://www.800l.com/ubuntu-vmwaretools.html#comments</comments>
		<pubDate>Mon, 02 Mar 2009 04:03:44 +0000</pubDate>
		<dc:creator>PRC</dc:creator>
				<category><![CDATA[电脑软件]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.800l.com/?p=199</guid>
		<description><![CDATA[很多初次使用虚拟机配Linux的同志都为 在Linux下安装VMware Tools 而感到困惑，其实接触Linux久了就习惯了，这就是我们所谓的Windows依赖症，在中国尤为厉害！微软是不是有美国政府的干预才向中国投放盗版？我们无从知晓。我使用的是 VMware Workstation 6.5.1build126130 和 Ubuntu 8.10 桌面64位。

安装 VMware Tools 的步骤如下：]]></description>
			<content:encoded><![CDATA[<p>        很多初次使用虚拟机配Linux的同志都为 在Linux下安装VMware Tools 而感到困惑，其实接触Linux久了就习惯了，这就是我们所谓的Windows依赖症，在中国尤为厉害！微软是不是有美国政府的干预才向中国投放盗版？我们无从知晓。我使用的是 VMware Workstation 6.5.1build126130 和 Ubuntu 8.10 桌面64位。</p>
<h3>安装 VMware Tools 的步骤如下：</h3>
<p>1.正常进入Linux，将安装文件解压缩到/home/你的用户名文件夹下/（<span style="color: #ff0000;"><strong><span style="color: #0000ff;">这里我的用户名是kitt</span></strong></span>），所以我解压缩到/home/kitt/下。</p>
<p>2.点击左上角“Application”&#8211;&gt;“附件”&#8211;&gt;“终端”，出现如下提示，按我输入的做(<span style="color: #ff0000;">红字部分</span>)即可！其余的地方就回车(Enter)吧！<strong><span style="color: #ff0000;">有个</span><span style="color: #ff0000;">分辨率需自选</span></strong>。</p>
<p><span id="more-199"></span></p>
<p>To run a command as administrator (user “root”), use “sudo &lt;command&gt;”.<br />
See “man sudo_root” for details.</p>
<p>kitt@kitt-64:~$ <span style="color: #ff0000;">su root</span><br />
Password:<br />
root@kitt-64:/# <span style="color: #ff0000;">cd /home/kitt/vmware-tools-distrib</span><br />
root@kitt-64:/home/kitt/vmware-tools-distrib# <span style="color: #ff0000;">./vmware-install.pl</span><br />
Creating a new VMware Tools installer database using the tar4 format.</p>
<p>Installing VMware Tools.</p>
<p>In which directory do you want to install the binary files?<br />
[/usr/bin]</p>
<p>What is the directory that contains the init directories (rc0.d/ to rc6.d/)?<br />
[/etc]</p>
<p>What is the directory that contains the init scripts?<br />
[/etc/init.d]</p>
<p>In which directory do you want to install the daemon files?<br />
[/usr/sbin]</p>
<p>In which directory do you want to install the library files?<br />
[/usr/lib/vmware-tools]</p>
<p>The path “/usr/lib/vmware-tools” does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes]</p>
<p>In which directory do you want to install the documentation files?<br />
[/usr/share/doc/vmware-tools]</p>
<p>The path “/usr/share/doc/vmware-tools” does not exist currently. This program<br />
is going to create it, including needed parent directories. Is this what you<br />
want? [yes]</p>
<p>The installation of VMware Tools 7.8.4 build-126130 for Linux completed<br />
successfully. You can decide to remove this software from your system at any<br />
time by invoking the following command: “/usr/bin/vmware-uninstall-tools.pl”.</p>
<p>Before running VMware Tools for the first time, you need to configure it by<br />
invoking the following command: “/usr/bin/vmware-config-tools.pl”. Do you want<br />
this program to invoke the command for you now? [yes]</p>
<p>Stopping VMware Tools services in the virtual machine:<br />
Guest operating system daemon:                                      done<br />
Virtual Printing daemon:                                            done<br />
None of the pre-built vmmemctl modules for VMware Tools is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmemctl module<br />
for your system (you need to have a C compiler installed on your system)?<br />
[yes]</p>
<p>Using compiler “/usr/bin/gcc”. Use environment variable CC to override.</p>
<p>What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.27-7-generic/build/include]</p>
<p>Extracting the sources of the vmmemctl module.</p>
<p>Building the vmmemctl module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmmemctl-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
CC [M]  /tmp/vmware-config0/vmmemctl-only/backdoorGcc64.o<br />
CC [M]  /tmp/vmware-config0/vmmemctl-only/os.o<br />
CC [M]  /tmp/vmware-config0/vmmemctl-only/vmballoon.o<br />
LD [M]  /tmp/vmware-config0/vmmemctl-only/vmmemctl.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmmemctl-only/vmmemctl.mod.o<br />
LD [M]  /tmp/vmware-config0/vmmemctl-only/vmmemctl.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
cp -f vmmemctl.ko ./../vmmemctl.o<br />
make: Leaving directory `/tmp/vmware-config0/vmmemctl-only&#8217;<br />
The vmmemctl module loads perfectly into the running kernel.</p>
<p>None of the pre-built vmhgfs modules for VMware Tools is suitable for your<br />
running kernel.  Do you want this program to try to build the vmhgfs module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Extracting the sources of the vmhgfs module.</p>
<p>Building the vmhgfs module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmhgfs-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/backdoor.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/backdoorGcc64.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/bdhandler.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/cpName.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/cpNameLinux.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/cpNameLite.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/dentry.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/dir.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/file.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/filesystem.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/fsutil.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/hgfsBd.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/hgfsEscapeLinux.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/hgfsUtil.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/inode.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/kernelStubsLinux.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/link.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/messageBackdoor.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/message.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/module.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/page.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/request.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/rpcout.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/staticEscape.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/stubs.o<br />
CC [M]  /tmp/vmware-config0/vmhgfs-only/super.o<br />
LD [M]  /tmp/vmware-config0/vmhgfs-only/vmhgfs.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmhgfs-only/vmhgfs.mod.o<br />
LD [M]  /tmp/vmware-config0/vmhgfs-only/vmhgfs.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
cp -f vmhgfs.ko ./../vmhgfs.o<br />
make: Leaving directory `/tmp/vmware-config0/vmhgfs-only&#8217;<br />
The vmhgfs module loads perfectly into the running kernel.</p>
<p>None of the pre-built vmxnet modules for VMware Tools is suitable for your<br />
running kernel.  Do you want this program to try to build the vmxnet module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Extracting the sources of the vmxnet module.</p>
<p>Building the vmxnet module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmxnet-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
CC [M]  /tmp/vmware-config0/vmxnet-only/vmxnet.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmxnet-only/vmxnet.mod.o<br />
LD [M]  /tmp/vmware-config0/vmxnet-only/vmxnet.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
cp -f vmxnet.ko ./../vmxnet.o<br />
make: Leaving directory `/tmp/vmware-config0/vmxnet-only&#8217;<br />
The vmxnet module loads perfectly into the running kernel.</p>
<p>update-initramfs: Generating /boot/initrd.img-2.6.27-7-generic<br />
None of the pre-built vmblock modules for VMware Tools is suitable for your<br />
running kernel.  Do you want this program to try to build the vmblock module<br />
for your system (you need to have a C compiler installed on your system)?<br />
[yes]</p>
<p>Extracting the sources of the vmblock module.</p>
<p>Building the vmblock module.</p>
<p>Using 2.6.x kernel build system.</p>
<p>make: Entering directory `/tmp/vmware-config0/vmblock-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/block.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/control.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/dbllnklst.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/dentry.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/file.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/filesystem.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/inode.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/module.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/stubs.o<br />
CC [M]  /tmp/vmware-config0/vmblock-only/linux/super.o<br />
LD [M]  /tmp/vmware-config0/vmblock-only/vmblock.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmblock-only/vmblock.mod.o<br />
LD [M]  /tmp/vmware-config0/vmblock-only/vmblock.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
cp -f vmblock.ko ./../vmblock.o<br />
make: Leaving directory `/tmp/vmware-config0/vmblock-only&#8217;<br />
The vmblock module loads perfectly into the running kernel.</p>
<p>[EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature that<br />
creates backups of virtual machines. Please refer to the VMware Knowledge Base<br />
for more details on this capability. Do you wish to enable this feature?<br />
[no]<br />
None of the pre-built vmci modules for VMware Tools is suitable for your<br />
running kernel.  Do you want this program to try to build the vmci module for<br />
your system (you need to have a C compiler installed on your system)? [yes]<br />
Extracting the sources of the vmci module.</p>
<p>Building the vmci module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmci-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
CC [M]  /tmp/vmware-config0/vmci-only/kernelStubsLinux.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciDatagram.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmci_drv.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciEvent.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciGuestDs.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciGuestKernelIf.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciKernelIf.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciProcess.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciQueuePair.o<br />
CC [M]  /tmp/vmware-config0/vmci-only/vmciUtil.o<br />
LD [M]  /tmp/vmware-config0/vmci-only/vmci.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
CC      /tmp/vmware-config0/vmci-only/vmci.mod.o<br />
LD [M]  /tmp/vmware-config0/vmci-only/vmci.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
cp -f vmci.ko ./../vmci.o<br />
make: Leaving directory `/tmp/vmware-config0/vmci-only&#8217;<br />
The vmci module loads perfectly into the running kernel.</p>
<p>None of the pre-built vsock modules for VMware Tools is suitable for your<br />
running kernel.  Do you want this program to try to build the vsock module for<br />
your system (you need to have a C compiler installed on your system)? [yes]<br />
Extracting the sources of the vsock module.</p>
<p>Building the vsock module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vsock-only&#8217;<br />
make -C /lib/modules/2.6.27-7-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/af_vsock.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/driverLog.o<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/util.o<br />
/tmp/vmware-config0/vsock-only/linux/util.c: In function ‘VSockVmciLogPkt’:<br />
/tmp/vmware-config0/vsock-only/linux/util.c:157: warning: format not a string literal and no format arguments<br />
CC [M]  /tmp/vmware-config0/vsock-only/linux/vsockAddr.o<br />
LD [M]  /tmp/vmware-config0/vsock-only/vsock.o<br />
Building modules, stage 2.<br />
MODPOST 1 modules<br />
WARNING: “VMCIDatagram_CreateHnd” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIDatagram_DestroyHnd” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIEvent_Subscribe” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCI_DeviceGet” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIMemcpyFromQueueV” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIQueuePair_Detach” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCI_GetContextID” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIDatagram_Send” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIQueuePair_Alloc” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIEvent_Unsubscribe” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
WARNING: “VMCIMemcpyToQueueV” [/tmp/vmware-config0/vsock-only/vsock.ko] undefined!<br />
CC      /tmp/vmware-config0/vsock-only/vsock.mod.o<br />
LD [M]  /tmp/vmware-config0/vsock-only/vsock.ko<br />
make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic&#8217;<br />
cp -f vsock.ko ./../vsock.o<br />
make: Leaving directory `/tmp/vmware-config0/vsock-only&#8217;<br />
Unable to make a vsock module that can be loaded in the running kernel:<br />
insmod: error inserting &#8216;/tmp/vmware-config0/vsock.o&#8217;: -1 Unknown symbol in module<br />
There is probably a slight difference in the kernel configuration between the<br />
set of C header files you specified and your running kernel.  You may want to<br />
rebuild a kernel based on that directory, or specify another directory.</p>
<p>The VM communication interface socket family is used in conjunction with the VM<br />
communication interface to provide a new communication path among guests and<br />
host.  The rest of this software provided by VMware Tools is designed to work<br />
independently of this feature.  If you wish to have the VSOCK feature  you can<br />
install the driver by running vmware-config-tools.pl again after making sure<br />
that gcc, binutils, make and the kernel sources for your running kernel are<br />
installed on your machine. These packages are available on your distribution&#8217;s<br />
installation CD.<br />
[ Press the Enter key to continue.]</p>
<p>Detected X.org version 7.4.2.</p>
<p>No drivers for X.org version: 7.4.2.</p>
<p>Please choose one of the following display sizes that X will start with (1 -<br />
29):</p>
<p>[1]  “320&#215;200&#8243;<br />
[2]  “320&#215;240&#8243;<br />
[3]  “400&#215;300&#8243;<br />
[4]  “512&#215;384&#8243;<br />
[5]  “640&#215;400&#8243;<br />
[6]  “640&#215;480&#8243;<br />
[7]  “720&#215;480&#8243;<br />
[8]  “800&#215;480&#8243;<br />
[9]  “854&#215;480&#8243;<br />
[10]  “720&#215;576&#8243;<br />
[11]  “800&#215;600&#8243;<br />
[12]&lt; “1024&#215;768&#8243;<br />
[13]  “1280&#215;720&#8243;<br />
[14]  “1280&#215;768&#8243;<br />
[15]  “1152&#215;864&#8243;<br />
[16]  “1280&#215;800&#8243;<br />
[17]  “1366&#215;768&#8243;<br />
[18]  “1280&#215;960&#8243;<br />
[19]  “1440&#215;900&#8243;<br />
[20]  “1280&#215;1024&#8243;<br />
[21]  “1400&#215;1050&#8243;<br />
[22]  “1680&#215;1050&#8243;<br />
[23]  “1600&#215;1200&#8243;<br />
[24]  “1920&#215;1080&#8243;<br />
[25]  “1920&#215;1200&#8243;<br />
[26]  “1920&#215;1440&#8243;<br />
[27]  “2048&#215;1536&#8243;<br />
[28]  “2560&#215;1600&#8243;<br />
[29]  “2560&#215;1920&#8243;<br />
Please enter a number between 1 and 29:</p>
<p>[12] <span style="color: #ff0000;">16</span></p>
<p>X.Org X Server 1.5.2<br />
Release Date: 10 October 2008<br />
X Protocol Version 11, Revision 0<br />
Build Operating System: Linux 2.6.24-16-server x86_64 Ubuntu<br />
Current Operating System: Linux kitt-64 2.6.27-7-generic #1 SMP Fri Oct 24 06:40:41 UTC 2008 x86_64<br />
Build Date: 24 October 2008  09:06:49AM<br />
xorg-server 2:1.5.2-2ubuntu3 (buildd@crested.buildd)<br />
Before reporting problems, check http://wiki.x.org<br />
to make sure that you have the latest version.<br />
Module Loader present<br />
Markers: (&#8211;) probed, (**) from config file, (==) default setting,<br />
(++) from command line, (!!) notice, (II) informational,<br />
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.<br />
(++) Log file: “/tmp/vmware-config1/XF86ConfigLog.6210&#8243;, Time: Mon Mar  2 11:15:03 2009<br />
(++) Using config file: “/tmp/vmware-config1/XF86Config.6210&#8243;</p>
<p>X is running fine with the new config file.</p>
<p>Checking acpi hot plug                                              done<br />
Starting VMware Tools services in the virtual machine:<br />
Switching to guest configuration:                                   done<br />
Guest filesystem driver:                                            done<br />
Mounting HGFS shares:                                              failed<br />
Guest memory manager:                                               done<br />
VM communication interface:                                         done<br />
Blocking file system:                                               done<br />
Guest operating system daemon:                                      done<br />
Virtual Printing daemon:                                            done</p>
<p>The configuration of VMware Tools 7.8.4 build-126130 for Linux for this running<br />
kernel completed successfully.</p>
<p>You must restart your X session before any mouse or graphics changes take<br />
effect.</p>
<p>You can now run VMware Tools by invoking the following command:<br />
“/usr/bin/vmware-toolbox” during an X server session.</p>
<p>To enable advanced X features (e.g., guest resolution fit, drag and drop, and<br />
file and text copy/paste), you will need to do one (or more) of the following:<br />
1. Manually start /usr/bin/vmware-user<br />
2. Log out and log back into your desktop session; and,<br />
3. Restart your X session.</p>
<p>If the virtual printer feature is enabled, you will need to restart the CUPS<br />
service to make use of this feature.</p>
<p>Enjoy,</p>
<p>&#8211;the VMware team</p>
<p>root@kitt-64:/home/kitt/vmware-tools-distrib# <span style="color: #ff0000;">shutdown -r now</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.800l.com/ubuntu-vmwaretools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

