<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ubuntu – Yeri Tiete</title>
    <link>https://yeri.be/tag/ubuntu/</link>
    <description>Yeri Tiete&#39;s blog</description>
    <language>en</language>
    <copyright>© Yeri Tiete</copyright>
    <lastBuildDate>Thu, 14 Mar 2013 06:22:18 +0100</lastBuildDate>
    <atom:link href="https://yeri.be/tag/ubuntu/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>First 5 Minutes Troubleshooting A Server</title>
      <link>https://yeri.be/first-5-minutes-troubleshooting-a-server/</link>
      <pubDate>Thu, 14 Mar 2013 06:22:18 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/first-5-minutes-troubleshooting-a-server/</guid><enclosure url="https://static.yeri.be/2013/03/server.jpg" length="0" type="image/jpeg" />
      <description>&lt;p&gt;&lt;a href=&#34;https://web.archive.org/web/20140401081039/http://devo.ps/blog/2013/03/06/troubleshooting-5minutes-on-a-yet-unknown-box.html&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;This&lt;/a&gt;.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://static.yeri.be/2013/03/server.jpg" alt="First 5 Minutes Troubleshooting A Server"></p><p><a href="https://web.archive.org/web/20140401081039/http://devo.ps/blog/2013/03/06/troubleshooting-5minutes-on-a-yet-unknown-box.html" target="_blank" rel="noopener noreferrer">This</a>.</p>
]]></content:encoded>
      <category>errors</category><category>linux</category><category>networking</category><category>software</category>
      <category>ubuntu</category><category>debian</category>
    </item>
    
    <item>
      <title>MRTG</title>
      <link>https://yeri.be/mrtg/</link>
      <pubDate>Wed, 18 Nov 2009 17:14:57 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/mrtg/</guid>
      <description>&lt;p&gt;As I often have people asking for the files I use to make my pretty MRTG graphs; I&amp;rsquo;ll publish them here.&lt;/p&gt;&#xA;&lt;p&gt;Here are some examples:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://web.archive.org/web/20100712200524/http://mrtg.rootspirit.com:80/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Zero&lt;/a&gt; - &lt;a href=&#34;http://one.rootspirit.com/mrtg/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;One&lt;/a&gt; - &lt;a href=&#34;http://four.rootspirit.com/mrtg/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Four&lt;/a&gt; - &lt;a href=&#34;http://vm1.rootspirit.com/mrtg/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;vm1&lt;/a&gt; - &lt;a href=&#34;http://home.tiete.be/mrtg/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Sauron&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The config files:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://static.yeri.be/2009/11/sauron.tar&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Sauron&lt;/a&gt; (including Squid stats),&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://static.yeri.be/2009/11/zero.tar&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Zero&lt;/a&gt; (including fan stats).&lt;/p&gt;&#xA;&lt;p&gt;List of files included:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;indexmaker; simple script (included with MRTG) to generate a simple index file with all the graphs&lt;/li&gt;&#xA;&lt;li&gt;snmp-if.sh; will show you the IDs of the interfaces on the server/pc. These IDs have to be edited in the mrtg.cfg file; e.g.:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Target[eth0]: &lt;span style=&#34;color: #ff0000;&#34;&gt;2&lt;/span&gt;:public@localhost:&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>As I often have people asking for the files I use to make my pretty MRTG graphs; I&rsquo;ll publish them here.</p>
<p>Here are some examples:</p>
<p><a href="https://web.archive.org/web/20100712200524/http://mrtg.rootspirit.com:80/" target="_blank" rel="noopener noreferrer">Zero</a> - <a href="http://one.rootspirit.com/mrtg/" target="_blank" rel="noopener noreferrer">One</a> - <a href="http://four.rootspirit.com/mrtg/" target="_blank" rel="noopener noreferrer">Four</a> - <a href="http://vm1.rootspirit.com/mrtg/" target="_blank" rel="noopener noreferrer">vm1</a> - <a href="http://home.tiete.be/mrtg/" target="_blank" rel="noopener noreferrer">Sauron</a></p>
<p>The config files:</p>
<p><a href="https://static.yeri.be/2009/11/sauron.tar" target="_blank" rel="noopener noreferrer">Sauron</a> (including Squid stats),</p>
<p><a href="https://static.yeri.be/2009/11/zero.tar" target="_blank" rel="noopener noreferrer">Zero</a> (including fan stats).</p>
<p>List of files included:</p>
<ul>
<li>indexmaker; simple script (included with MRTG) to generate a simple index file with all the graphs</li>
<li>snmp-if.sh; will show you the IDs of the interfaces on the server/pc. These IDs have to be edited in the mrtg.cfg file; e.g.:</li>
</ul>
<p>Target[eth0]: <span style="color: #ff0000;">2</span>:public@localhost:</p>
<p>Make sure 2 is indeed the ID of eth0. Be aware that virtual interfaces, like the TUN/TAP interfaces (using by openVPN for example), can change ID each time they are restarted/rebooted.</p>
<ul>
<li>mrtg.cfg; check the config file as an example.</li></ul>
<li>mrtg-&lt;xyz&gt;.sh; bunch of files to generate some data. Not all of  those still work, but I haven't deleted them yet in case. See the config to check those I'm using.
</li>
<li>
<p>mrtg._1 and mrtg.ok can be deleted/ignores. Those files are generated by MRTG and I was to lazy to remove them. :(</p>
</li>
<p>Some day, I&rsquo;ll write a decent howto, but for now, you&rsquo;ll have to do with this.</p>
<p>If there&rsquo;s any question, just leave a comment.</p>
]]></content:encoded>
      <category>hardware</category><category>misc</category><category>networking</category><category>software</category><category>www</category>
      <category>linux</category><category>ubuntu</category><category>debian</category><category>gentoo</category><category>mrtg</category><category>stats</category>
    </item>
    
    <item>
      <title>Parallels &#43; Ubuntu</title>
      <link>https://yeri.be/parallels-ubuntu/</link>
      <pubDate>Mon, 21 Jan 2008 19:00:25 +0100</pubDate>
      <author>Yeri Tiete</author>
      <guid isPermaLink="true">https://yeri.be/parallels-ubuntu/</guid>
      <description>&lt;p&gt;I &lt;a href=&#34;https://yeri.be/bootcamp/&#34;&gt;finally got a reply&lt;/a&gt; from the Parallels support team. After using the &lt;a href=&#34;http://www.parallels.com/en/download/file/v3/en/GA/Parallels-Desktop-5582-Mac-en.dmg&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;alternate Parallels installer&lt;/a&gt; it finally works again! Even after rebooting Mac! &lt;em&gt;joy&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Before trying to run Vista/Bootcamp through Parallels again, I&amp;rsquo;m waiting till the end of my exams (Thursday). Don&amp;rsquo;t want to blow up my Windows install again when I&amp;rsquo;m in desperate need of it. ;)&lt;/p&gt;&#xA;&lt;p&gt;As usual with Parallels, creating/installing a new OS isn&amp;rsquo;t easy. Wether it crashes or you get a bunch of errors, you&amp;rsquo;re always up for a day full of fun!&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>I <a href="https://yeri.be/bootcamp/">finally got a reply</a> from the Parallels support team. After using the <a href="http://www.parallels.com/en/download/file/v3/en/GA/Parallels-Desktop-5582-Mac-en.dmg" target="_blank" rel="noopener noreferrer">alternate Parallels installer</a> it finally works again! Even after rebooting Mac! <em>joy</em></p>
<p>Before trying to run Vista/Bootcamp through Parallels again, I&rsquo;m waiting till the end of my exams (Thursday). Don&rsquo;t want to blow up my Windows install again when I&rsquo;m in desperate need of it. ;)</p>
<p>As usual with Parallels, creating/installing a new OS isn&rsquo;t easy. Wether it crashes or you get a bunch of errors, you&rsquo;re always up for a day full of fun!</p>
<p style="text-align: center"><a href="https://static.yeri.be/2008/01/ubuntu1.png" title="Ubuntu on Parallels (1)"><img src="https://static.yeri.be/2008/01/ubuntu1.thumbnail.png" alt="Ubuntu on Parallels (1)"/></a></p>
<p>Here is how I managed to install Ubuntu on Parallels:</p>
<ul>
    <li>First of all, make sure you're running the latest version of Parallels, especially if you're using Leopard.</li>
    <li>Step 2, download the  <strong>alternate</strong> Ubuntu installer. If you do not use the alternate installer, you'll end up with 'Display server errors' before being able to install Ubuntu. You can download Ubuntu <a href="http://www.ubuntu.com/download" target="_blank" rel="noopener noreferrer">here</a>. Select the approriate version (probably Desktop, latest version), and <strong>check "</strong><em>Check here if you need the alternate desktop CD. This CD does not include the Live CD, instead it uses a text-based installer</em>".<strong> </strong></li>
    <li>Step 3, create a new virtual machine, with OS Linux/Ubuntu.</li>
</ul>
<p style="text-align: center"><a href="https://static.yeri.be/2008/01/pu1.png" title="Parallels: Create a VM"><img src="https://static.yeri.be/2008/01/pu1.thumbnail.png" alt="Parallels: Create a VM"/></a><a href="https://static.yeri.be/2008/01/pu2.png" title="Parallels: Create a VM (2)"><img src="https://static.yeri.be/2008/01/pu2.thumbnail.png" alt="Parallels: Create a VM (2)"/></a></p>
<ul>
    <li>And follow the steps. I've added some more screenshots below. You can leave everything by default, that's as you wish.</li>
</ul>
<p style="text-align: center"><a href="https://static.yeri.be/2008/01/pu3.png" title="Parallels: Create a VM (3)"><img src="https://static.yeri.be/2008/01/pu3.thumbnail.png" alt="Parallels: Create a VM (3)"/></a><a href="https://static.yeri.be/2008/01/pu4.png" title="Parallels: Create a VM (4)"><img src="https://static.yeri.be/2008/01/pu4.thumbnail.png" alt="Parallels: Create a VM (4)"/></a><a href="https://static.yeri.be/2008/01/pu5.png" title="Parallels: Create a VM (5)"><img src="https://static.yeri.be/2008/01/pu5.thumbnail.png" alt="Parallels: Create a VM (5)"/></a><a href="https://static.yeri.be/2008/01/pu6.png" title="Parallels: Create a VM (6)"><img src="https://static.yeri.be/2008/01/pu6.thumbnail.png" alt="Parallels: Create a VM (6)"/></a><a href="https://static.yeri.be/2008/01/pu7.png" title="Parallels: Create a VM (7)"><img src="https://static.yeri.be/2008/01/pu7.thumbnail.png" alt="Parallels: Create a VM (7)"/></a><a href="https://static.yeri.be/2008/01/pu8.png" title="Parallels: Create a VM (8)"><img src="https://static.yeri.be/2008/01/pu8.thumbnail.png" alt="Parallels: Create a VM (8)"/></a></p>
<ul>
    <li>As CD-drive, select the Ubuntu (alternate) installer .iso-file.</li>
</ul>
<p style="text-align: center"><a href="https://static.yeri.be/2008/01/pu9.png" title="Parallels: Create a VM (9)"><img src="https://static.yeri.be/2008/01/pu9.thumbnail.png" alt="Parallels: Create a VM (9)"/></a></p>
<ul>
    <li>Click Finish and Start -- the Ubuntu installer will boot.</li>
    <li>You'll end up in Ubuntu's welcome screen. Select your keyboard layout (hit F3) and select (text) install</li>
    <li>Here too, follow the steps on the screen. It will ask for your language, country, and will propose a manual or automatic disk partition. I've selected automatic -- it creates a big ext3 root partition, and a swap partition.
The installer then asks if you agree with the partition table. Select Yes or No. (I've selected No - changed my root partition from ext3 to reiserfs, as I'm a big reiserfs fan.) When selecting Yes -- the table will be created and Ubuntu will start installing.</li>
    <li>After it's installed, Ubuntu will reboot. This is where you'll get your first error; <strong>ACPI: Unable to locate RSDP</strong>. This is a known error; you can safey ignore it.</li>
    <li>Ubuntu will continue to boot, and then pop up this error: <strong>The display server has been shut down about 6 times in the last 90 seconds</strong>, and will freeze. To fix this error, shut down and restart (or reset) the VM, and hit the ESC-key. Grub's bootloader menu will pop up if everything is right.</li>
    <li>Select the 2nd option (recovery). Ubuntu will boot up in text-mode-only and you should be logged in as root (if you're not, add 'sudo' in front of the commands below).</li>
    <li>In Parallels, click (on top of your screen) "Actions" -&gt; "Install Parallels Tools..." and type in following commands in the shell:
<ul>
    <li>    mount /media/cdrom</li>
    <li>    cd /media/cdrom</li>
    <li>./parallels-tools.run</li>
    <li>reboot</li>
</ul>
</li>
    <li>After Ubuntu has rebooted (in normal mode), you shouldn't receive any more errors, and you can enjoy Ubuntu on your mac!</li>
</ul>
<p style="text-align: center"><a href="https://static.yeri.be/2008/01/ubuntu_shutdown.png" title="Ubuntu on Parallels (2)"><img src="https://static.yeri.be/2008/01/ubuntu_shutdown.thumbnail.png" alt="Ubuntu on Parallels (2)"/></a></p>
]]></content:encoded>
      <category>apple</category><category>linux</category><category>virtualisation</category>
      <category>linux</category><category>ubuntu</category><category>mac os x</category><category>parallels</category>
    </item>
    
  </channel>
</rss>
