<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fedora 18 on nagg.eu</title><link>https://nagg.eu/tags/fedora-18/</link><description>Recent content in Fedora 18 on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 03 Mar 2013 15:59:47 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/fedora-18/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux Kernel 3.8.* – VMware failed to build vmci</title><link>https://nagg.eu/linux-kernel-3-8-vmware-failed-to-build-vmci/</link><pubDate>Sun, 03 Mar 2013 15:59:47 +0000</pubDate><guid>https://nagg.eu/linux-kernel-3-8-vmware-failed-to-build-vmci/</guid><description>&lt;p&gt;Every time a new Kernel goes out there seems to be a new issue with VMware Workstation 9.&lt;br&gt;
Today I updated a couple of Fedora 18 boxes, applied the usual workaround (I wrote a post about it one month ago or so) which consists in ONE OF the following steps:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;ln -s /usr/src/kernels/_kernel_version_/include/generated/uapi/linux/version.h /usr/src/kernels/_kernel_version_/include/linux/version.h
### OR
cp /usr/src/kernels/_kernel_version_/include/generated/uapi/linux/version.h /lib/modules/_kernel_version_/build/include/linux/
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Rebooted and then issued the usual command (vmware-modconfig –console –install-all) to rebuild the needed VMware modules just to find out that it isn&amp;rsquo;t possible to rebuild the VMCI module.&lt;br&gt;
On the VMware official forum I found a thread (&lt;!-- raw HTML omitted --&gt;&lt;a href="http://communities.vmware.com/message/2182440#2182440"&gt;http://communities.vmware.com/message/2182440#2182440&lt;/a&gt;&lt;!-- raw HTML omitted --&gt;) in which a user provides a patch.&lt;br&gt;
Apply the patch is fairly simple:&lt;/p&gt;</description></item><item><title>Fedora 18: TRIM and luks</title><link>https://nagg.eu/fedora-18-trim-and-luks/</link><pubDate>Fri, 01 Mar 2013 23:44:42 +0000</pubDate><guid>https://nagg.eu/fedora-18-trim-and-luks/</guid><description>&lt;p&gt;At a first glance enabling TRIM on a luks encrypted volume looks quite easy, and, as a matter of a fact it is.&lt;br&gt;
The shitstorm starts when trying to enable TRIM on the root volume, but, let&amp;rsquo;s go one step at a time.&lt;/p&gt;
&lt;p&gt;First of all, enabling trim on a regular not encrypted volume is pretty easy; just open the file &lt;code&gt;&amp;lt;em&amp;gt;/etc/fstab&amp;lt;/em&amp;gt;&lt;/code&gt; and add the flag &lt;code&gt;&amp;lt;em&amp;gt;discard&amp;lt;/em&amp;gt;&lt;/code&gt;.&lt;br&gt;
You may also want to add the flag &lt;code&gt;&amp;lt;em&amp;gt;noatime&amp;lt;/em&amp;gt;&lt;/code&gt; to prevent the OS from writing additional informations regarding last access date and such, it&amp;rsquo;s not strictly necessary but it will save the SSD&amp;rsquo;s cells some &lt;em&gt;useless&lt;/em&gt; write operations.&lt;br&gt;
The fstab file should look like this (here only one row is reported):&lt;/p&gt;</description></item><item><title>File search in Thunar</title><link>https://nagg.eu/file-search-in-thunar/</link><pubDate>Wed, 20 Feb 2013 23:44:40 +0000</pubDate><guid>https://nagg.eu/file-search-in-thunar/</guid><description>&lt;p&gt;Thunar 1.6.2 (the default XFCE file manager) doesn&amp;rsquo;t seems to provide any kind of built in search function by default.&lt;br&gt;
A good way to address this issue is use catfish (which is installed by default in Fedora 18), just open Thunar, go to &lt;code&gt;Edit&lt;/code&gt; and then &lt;code&gt;Custom Actions&lt;/code&gt; and add the following line: &lt;!-- raw HTML omitted --&gt;catfish –fileman=thunar –hidden –path=%f&lt;!-- raw HTML omitted --&gt;&lt;/p&gt;</description></item><item><title>Fedora 18 and VMware Workstation 9</title><link>https://nagg.eu/fedora-18-and-vmware-workstation-9/</link><pubDate>Thu, 17 Jan 2013 22:51:37 +0000</pubDate><guid>https://nagg.eu/fedora-18-and-vmware-workstation-9/</guid><description>&lt;p&gt;During the installation process of VMware Workstation 9 some modules need to be compiled but unfortunately Workstation 9.0.1 doesn&amp;rsquo;t seems to be able to find by itself the correct kernel headers directory.&lt;br&gt;
If kernel headers aren&amp;rsquo;t already installed, open the terminal and type as root: &lt;!-- raw HTML omitted --&gt;yum install kernel-*&lt;!-- raw HTML omitted --&gt;.&lt;br&gt;
Wait for the process to be completed and then: &lt;!-- raw HTML omitted --&gt;sudo cp /usr/src/kernels/&lt;em&gt;kernel_version&lt;/em&gt;.fc18.x86_64/include/generated/uapi/linux/version.h /lib/modules/&lt;em&gt;kernel_version&lt;/em&gt;.fc18.x86_64/build/include/linux/&lt;!-- raw HTML omitted --&gt;.&lt;br&gt;
This should do the trick.&lt;/p&gt;</description></item></channel></rss>