<?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>Phocean.net / Computer Security &#187; Desktop</title>
	<atom:link href="http://www.phocean.net/category/administration-systeme/linux/desktop/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phocean.net</link>
	<description>&#34;A defense that hedgehogs possess is the ability to roll into a tight ball, causing all of the spines to point outwards.&#34; -- Wikipedia</description>
	<lastBuildDate>Wed, 30 Nov 2011 22:02:47 +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>Headphones not muting the speakers with a Gigabyte motherboard</title>
		<link>http://www.phocean.net/2011/05/28/headphones-not-muting-the-speakers-with-a-gigabyte-motherboard.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=headphones-not-muting-the-speakers-with-a-gigabyte-motherboard</link>
		<comments>http://www.phocean.net/2011/05/28/headphones-not-muting-the-speakers-with-a-gigabyte-motherboard.html#comments</comments>
		<pubDate>Sat, 28 May 2011 21:22:32 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Alsa]]></category>
		<category><![CDATA[Intel]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=1078</guid>
		<description><![CDATA[It had been months since I had an weired issue with the embedded audio controller of my Gigabyte motherboard. Plugin the headphones on the front panel of my box didn&#8217;t mute the output to the speakers, which nullified the purpose of having headphones. I long thought that it was some hardware issue that I would [...]]]></description>
			<content:encoded><![CDATA[<p>It had been months since I had an weired issue with the embedded audio controller of my Gigabyte motherboard.</p>
<p>Plugin the headphones on the front panel of my box didn&#8217;t mute the output to the speakers, which nullified the purpose of having headphones.</p>
<p>I long thought that it was some hardware issue that I would have to sort some day by opening the box and checking the connections.</p>
<p>Yesterday, I decided to solve it for good and I started to google&#8230; and found out that it was a pure software issue!</p>
<p>The culprit sounded to be some unproper settings of the ALSA module and this <a title="Hda Intel Sound Howto" href="https://help.ubuntu.com/community/HdaIntelSoundHowto">Ubuntu guide</a> just saved me.</p>
<p>I carefully followed the steps and it appeared that for my <a title="Gigabyte GA-790FXTA-UD5" href="http://www.gigabyte.com/products/product-page.aspx?pid=3258" target="_blank">Gigabyte GA-790FXTA-UD5</a>, it was necessary to this line:</p>
<pre>add ﻿options snd-hda-intel model=3stack-hp</pre>
<p>to</p>
<pre>/etc/modprobe.d/alsa-base.conf</pre>
<p>Ok, it did not go so smoothly as I picked out randomly models from the list until I find the right one (I had no idea of what was embbeded on my board). I hope this may help, as I have quite a lot of people with similar issues with all kinds of vendors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2011/05/28/headphones-not-muting-the-speakers-with-a-gigabyte-motherboard.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do you manage your passwords?</title>
		<link>http://www.phocean.net/2011/04/17/how-do-you-manage-your-passwords.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-do-you-manage-your-passwords</link>
		<comments>http://www.phocean.net/2011/04/17/how-do-you-manage-your-passwords.html#comments</comments>
		<pubDate>Sun, 17 Apr 2011 20:58:35 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Defense]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=1028</guid>
		<description><![CDATA[We all know that passwords sucks, that they are the nightmare of all administrators and security guys. So many hacks have been eased because the victims reused the same password everywhere : email account, forum, bank, critical systems&#8230; Sadly, so far, there is even not the beginning of a replacement solution. Passwords will be there [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that passwords sucks, that they are the nightmare of all administrators and security guys. So many hacks have been eased because the victims reused the same password everywhere : email account, forum, bank, critical systems&#8230;</p>
<p>Sadly, so far, there is even not the beginning of a replacement solution. Passwords will be there for long, so we would better use them accordingly.</p>
<p>Yes, I am aware of many on-line services like FisrtPass, KeePass, 1stPassword, etc. However, I don&#8217;t feel comfortable with having all my password somewhere on-line, even if they claim &#8211; and I believe they are sincere, that they use strong encryption and can&#8217;t access to it.</p>
<p>Instead, I use a combination of the Firefox password manager and the <a title="Pwgen for Firefox" href="https://addons.mozilla.org/en-us/firefox/addon/pwgen-password-generator/" target="_blank">Pwgen add-on</a>. I use this add-on to quickly and conveniently generate a random password when I subscribe to a web service. When Firefox prompts for it, I just choose to remember the password automatically. SSO quick and dirty.</p>
<p>For the other passwords that I can&#8217;t and don&#8217;t need to memorize, I store them in a local encrypted file.</p>
<p>To edit the file, I simply use Vim with this nice <a title="GPG Vim plugin" href="http://vim.wikia.com/wiki/Edit_gpg_encrypted_files" target="_blank">GPG plugin</a>:</p>
<ul>
<li>copy gpg.vim to /home/$user/.vim/plugin</li>
<li>if not done yet, generate you GPG key :
<pre> $ gpg --gen-key</pre>
</li>
<li>Encrypt your password file and erase it:
<pre>$ gpg --encrypt --recipient 'your name' passwords
$ rm passwords</pre>
</li>
<li>Now, it&#8217;s done. Just edit password.gpg to decrypt and access to your passwords (you will be prompted for your passphrase):
<pre>$ vim passwords.gpg</pre>
</li>
</ul>
<p>If you don&#8217;t like the overhead of GPG, a more straightforward solution is to use the <a title="OpenSSL Vim extension" href="http://www.vim.org/scripts/script.php?script_id=2012" target="_blank">OpenSSL extension</a> :</p>
<ul>
<li>Copy the openssl.vim file to /home/$user/.vim/plugin as well.</li>
</ul>
<ul>
<li>Now, to encrypt to file to, say, AES (note the .aes file extension which makes sense for the plugin):
<pre>$ openssl aes-256-cbc -in passwords -out passwords.aes</pre>
</li>
<li>Decryption will occur as soon as you edit the file with Vim:
<pre>$ vim passwords.aes</pre>
</li>
</ul>
<p>I believe that, if not perfect, it is pretty secure. I mean not more, not less than your system is. Anyway I don&#8217;t have any need for an on-line manager. And you, how do you manage your passwords? Let us know about your tips.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2011/04/17/how-do-you-manage-your-passwords.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Privacy and Facebook</title>
		<link>http://www.phocean.net/2010/01/11/privacy-and-facebook.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=privacy-and-facebook</link>
		<comments>http://www.phocean.net/2010/01/11/privacy-and-facebook.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:51:42 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=675</guid>
		<description><![CDATA[That is exactly why I have never used &#8211; and will never use &#8211; Facebook or anything like that.]]></description>
			<content:encoded><![CDATA[<p><a title="Facebook and privacy" href="http://www.readwriteweb.com/archives/facebooks_zuckerberg_says_the_age_of_privacy_is_ov.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+readwriteweb+%28ReadWriteWeb%29" target="_blank">That</a> is exactly why I have never used &#8211; and will never use &#8211; Facebook or anything like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2010/01/11/privacy-and-facebook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic backup when inserting a drive</title>
		<link>http://www.phocean.net/2009/09/28/automatic-backup-when-inserting-a-drive.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatic-backup-when-inserting-a-drive</link>
		<comments>http://www.phocean.net/2009/09/28/automatic-backup-when-inserting-a-drive.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:34:11 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Scripts, Programs]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=419</guid>
		<description><![CDATA[I bought a 500 GB 2.5&#8243; external disk drive to backup the data of my laptop. It is small, quiet, easy to move and far enough for the important data I want to backup, mostly documents, e-mails or script from work. Being lazy, it happened that I did not backup my data. Yes, it is [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a 500 GB 2.5&#8243; external disk drive to backup the data of my laptop. It is small, quiet, easy to move and far enough for the important data I want to backup, mostly documents, e-mails or script from work.</p>
<p>Being lazy, it happened that I did not backup my data. Yes, it is a shame, but inserting a drive and launching the commands to rsync the discs was preventing me from this best practice.</p>
<p>So, I decided to make it automatic. The goal was that the only thing I would have to do would be to insert the drive, and then remove it when it is done.</p>
<p>Thanks to the magic of Gnu/Linux, it had been very easy. I will show below how I did it, thought they are many things that could be improved (but I haven&#8217;t felt the need so far).</p>
<h2><span style="text-decoration: underline;">Udev</span></h2>
<p><strong>Udev</strong> not only allows to create /dev entries dynamically, but offers a lot of triggers to perfom all kind of actions when some hardware is inserted.</p>
<p>The <strong><em>udevinfo</em></strong> command will show you a lot of output concerning your drive. What we want is a unique way to differenciate the backup drive from any other drive that will be inserted in the future.</p>
<p>What would be better than the manufacturer serial ?</p>
<p>So let&#8217;s look for it :</p>
<pre>$ udevinfo -a -p /sys/block/sdc | grep serial</pre>
<p><em><strong>*UPDATE 06/2011* </strong> It seems that on recent versions, the syntax of this command slightly changed into this :</em></p>
<pre>$ udevadm info -a -p /sys/block/sdc | grep serial</pre>
<p>Copy the serial.</p>
<p>Now we have to create a rule file, that will tell to udev what to do when this particular drive is inserted.</p>
<p>This is done in the <em><strong>/etc/udev/rules.d</strong></em> folder. Let&#8217;s create a file <em><strong>30-mnt.rules</strong></em> or anything you like.</p>
<p>We edit this file so that it contains :</p>
<pre>ACTION=="add",KERNEL=="sd*",SUBSYSTEMS=="usb", ATTRS{serial}=="57442D57584E3430394C5A38", RUN+="/home/jc/bin/backup/bckp-home.sh %k"</pre>
<p><em><strong>ACTION==&#8221;add&#8221;</strong></em> will tell udev that this action must be triggered when the drive is inserted.<br />
<em><strong>SUBSYSTEMS</strong></em> could be changed according to the drive you are using (scsi, usb, &#8230;).<br />
<em><strong>ATTRS{serial} </strong></em>must contain the serial you just grabbed.<br />
<em><strong>RUN+=&#8221;/path/to/bin/backup.sh %k&#8221;</strong></em> tells udev to launch the backup script. %k, which contains the device name, sdc, is passed as an argument.</p>
<p>Optionally, it is quite convenient, you may want to make a symlink to the <em><strong>/dev/sd?</strong></em> device, with :</p>
<pre class="brush: bash; title: ; notranslate">KERNEL==&quot;sd*&quot;,SUBSYSTEMS==&quot;scsi&quot;, ATTRS{model}==&quot;GJ0250EAGSQ     &quot;, SYMLINK+=&quot;ultrabay%n&quot;</pre>
<h2><span style="text-decoration: underline;">The shell script</span></h2>
<p>Now, the script itself :</p>
<pre>#!/bin/sh
LOGFILE=/PATH/TO/bckp.log
echo "--- BCKP - INFO : \$1=_${1}_" &gt;&gt; $LOGFILE
[[ $1 ]] || { echo "ERROR : missing parameter"&gt;&gt;$LOGFILE; exit 1; }

# give time for the user, if needed to kill the process
sleep 6
MOUNT_PATH=$(grep $(echo $1) /etc/mtab | awk '{print $2}')
[[ $MOUNT_PATH ]] || {
  echo "ERROR fretching mount point"&gt;&gt;$LOGFILE;
  exit 1;
}
echo " Synchronizing $MOUNT_PATH)"&gt;&gt;$LOG

# add here all you rsync commands
rsync -av --delete /PATH/TO/DATA $MOUNT_PATH/backup/
...
exit 0</pre>
<h2><span style="text-decoration: underline;">Testing it</span></h2>
<p>Now, let&#8217;s reload udev :</p>
<pre class="brush: bash; title: ; notranslate">$ sudo udevadm control --reload-rules</pre>
<p>To test if it works :</p>
<pre class="brush: bash; title: ; notranslate">$ sudo udevadm trigger</pre>
<p>or maybe :</p>
<pre class="brush: bash; title: ; notranslate">$ /etc/init.d/boot.udev restart</pre>
<p>Plug off/in your drive, and the script should be executed as expected.</p>
<h2><span style="text-decoration: underline;">Optional : setting more options with Hal<strong><br />
</strong></span></h2>
<p>It is not necessary at all for the backup script to work, but it would be very practical to have  a fixed mount point for a drive.<br />
For instance, I use a second drive (in the untrabay slot of my thinkpad) that contains all my virtual machines.</p>
<p>The benefice is to prevent a performance drain of the system when many virtual machines are doing I/O like swapping or anything else.</p>
<p>Create a file like <strong><em>/etc/hal/fdi/policy/15-static-mount.fdi</em></strong>, containing :</p>
<pre>
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
&lt;deviceinfo version="0.2"&gt;
  &lt;device&gt;
    &lt;match key="volume.uuid" string="aa0019ef-86e0-4011-b996-31ef3e7174c8"&gt;
      &lt;merge key="volume.policy.should_mount" type="bool"&gt;true&lt;/merge&gt;
      &lt;merge key="volume.fstype" type="string"&gt;ext4&lt;/merge&gt;
<span style="color: #ff0000;">      &lt;merge key="volume.policy.desired_mount_point" type="string"&gt;ultrabay&lt;/merge&gt;</span>
      &lt;merge key="volume.label" type="string"&gt;Fuji&lt;/merge&gt;
      &lt;merge key="volume.policy.mount_option.noatime" type="bool"&gt;true&lt;/merge&gt;
      &lt;merge key="volume.policy.mount_option.acl" type="bool"&gt;true&lt;/merge&gt;
    &lt;/match&gt;
  &lt;/device&gt;
&lt;/deviceinfo&gt;</pre>
</pre>
<p>The drive is matched by it uuid. You can get the uuid of your disk with :</p>
<pre class="brush: bash; title: ; notranslate">$ ls -la /dev/disk/by-uuid/</pre>
<p>You can, if you want, set the volume label and specify several options of the file system.</p>
<p>However, the most interesting option is the &#8220;desired_mount_point&#8221; one which allow you to fix the mount point. In the example, the disk will always be mounted in <strong><em>/media/ultrabay</em></strong>, and not the system disk, or disk_1, etc.</p>
<h2><span style="text-decoration: underline;">Coming next</span> !</h2>
<p>That&#8217;s all for today folks. Let me know if there are some things not clear or that can be optimized.</p>
<p>Next time, we will see how to run the same script from <strong>Hal</strong> instead. We will also use Zenity to get a nice GUI prompt when the disk is inserted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/09/28/automatic-backup-when-inserting-a-drive.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to activate music preview in Nautilus</title>
		<link>http://www.phocean.net/2009/09/26/how-to-activate-music-preview-in-nautilus.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-activate-music-preview-in-nautilus</link>
		<comments>http://www.phocean.net/2009/09/26/how-to-activate-music-preview-in-nautilus.html#comments</comments>
		<pubDate>Sat, 26 Sep 2009 03:21:32 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpg123]]></category>
		<category><![CDATA[zypper]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=418</guid>
		<description><![CDATA[It allows to play a music file by letting the cursor over it, without opening a player. Very easy to set up : and it should work immediatly.]]></description>
			<content:encoded><![CDATA[<p>It allows to play a music file by letting the cursor over it, without opening a player.</p>
<p>Very easy to set up :</p>
<pre class="brush: bash; title: ; notranslate">$ zypper install mpg123</pre>
<p>and it should work immediatly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/09/26/how-to-activate-music-preview-in-nautilus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Why Mono doesn&#8217;t suck&#8221;</title>
		<link>http://www.phocean.net/2009/06/12/why-mono-doesnt-suck.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=why-mono-doesnt-suck</link>
		<comments>http://www.phocean.net/2009/06/12/why-mono-doesnt-suck.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:27:37 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Scripts, Programs]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mono]]></category>
		<category><![CDATA[Novell]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=385</guid>
		<description><![CDATA[For the sake, a nice post which I hope will contribute to stop the FUD against Mono.]]></description>
			<content:encoded><![CDATA[<p>For the sake, <a title="Why Mono is not a threat" href="http://www2.apebox.org/wordpress/rants/124/" target="_blank">a nice post</a> which I hope will contribute to stop the FUD against Mono.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/06/12/why-mono-doesnt-suck.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microphone issue with openSUSE 11.1</title>
		<link>http://www.phocean.net/2009/05/09/microphone-issue-with-opensuse-111.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microphone-issue-with-opensuse-111</link>
		<comments>http://www.phocean.net/2009/05/09/microphone-issue-with-opensuse-111.html#comments</comments>
		<pubDate>Sat, 09 May 2009 17:42:49 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[Pulseaudio]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=354</guid>
		<description><![CDATA[Nice post that also solved my microphone issue with openSUSE 11.1 and Pulseaudio. Now every thing works well with Skype.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blog.arun-prabha.com/2008/05/23/skype-microphone-problem-and-complete-pulse-audio-setup-in-ubuntu/">Nice post</a> that also solved my microphone issue with openSUSE 11.1 and Pulseaudio. Now every thing works well with Skype.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/05/09/microphone-issue-with-opensuse-111.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux vs Windows benchmark</title>
		<link>http://www.phocean.net/2009/02/05/linux-vs-windows-benchmark.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-vs-windows-benchmark</link>
		<comments>http://www.phocean.net/2009/02/05/linux-vs-windows-benchmark.html#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:12:43 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=331</guid>
		<description><![CDATA[I found this benchmark, comparing the performance of Ubuntu, Windows Vista and 7 worth reading. Our Linux kernel does a great job !]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://www.tuxradar.com/node/33">benchmark</a>, comparing the performance of Ubuntu, Windows Vista and 7 worth reading.<br />
Our Linux kernel does a great job !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/02/05/linux-vs-windows-benchmark.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/etc/mtab~ issue at startup</title>
		<link>http://www.phocean.net/2009/02/01/etcmtab-issue-at-startup.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=etcmtab-issue-at-startup</link>
		<comments>http://www.phocean.net/2009/02/01/etcmtab-issue-at-startup.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 18:20:08 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[mtab]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=321</guid>
		<description><![CDATA[I don&#8217;t know how it really happened &#8211; probably a VMWare crash that locked my file system, but after a reboot I got this message at startup : As a result, some of the partitions were not mounted and the system was pretty much broken. But, no need to panic, just erase all the lock [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know how it really happened &#8211; probably a VMWare crash that locked my file system, but after a reboot I got this message at startup :</p>
<pre class="brush: plain; title: ; notranslate">Cannot create link /etc/mtab~
Perhaps there is a stale lock file?</pre>
<p>As a result, some of the partitions were not mounted and the system was pretty much broken.</p>
<p>But, no need to panic, just erase all the lock files (be careful not to erase the mtab file itself !) :</p>
<pre class="brush: bash; title: ; notranslate">$ rm /etc/mtab~*</pre>
<p>Now test mounting your partitions to check that you don&#8217;t get this message anymore :</p>
<pre class="brush: bash; title: ; notranslate">$ mount -a</pre>
<p>If it is alright, reboot and it should be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2009/02/01/etcmtab-issue-at-startup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE 11.1</title>
		<link>http://www.phocean.net/2008/12/21/opensuse-111.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opensuse-111</link>
		<comments>http://www.phocean.net/2008/12/21/opensuse-111.html#comments</comments>
		<pubDate>Sun, 21 Dec 2008 16:31:15 +0000</pubDate>
		<dc:creator>phocean</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[yast]]></category>

		<guid isPermaLink="false">http://www.phocean.net/?p=308</guid>
		<description><![CDATA[openSUSE 11.1 is out and already on all my desktop PC. This distribution is, by far, the best Linux environment for a desktop PC : very stable, up to date, polished, professional&#8230; I also appreciate the huges improvements made on Yast and the package management system. Despite being an advanced user that like to use [...]]]></description>
			<content:encoded><![CDATA[<p>openSUSE 11.1 is <a title="Download openSUSE 11.1" href="http://en.opensuse.org/OpenSUSE_11.1" target="_blank">out</a> and already on all my desktop PC.</p>
<p>This distribution is, by far, the best Linux environment for a desktop PC : very stable, up to date, polished, professional&#8230;</p>
<p>I also appreciate the huges improvements made on Yast and the package management system. Despite being an advanced user that like to use the command line, I reallly appreciate sometimes to have a nice graphical frontend that just do what I want easely and quickly.</p>
<p>openSUSE 11.1 deserves its increasing popularity. Really, give it a try !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phocean.net/2008/12/21/opensuse-111.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

