<?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>Anil Gulecha&#039;s Musings &#187; ubuntu</title>
	<atom:link href="http://www.gulecha.org/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gulecha.org</link>
	<description>Anil Gulecha&#039;s Musings</description>
	<lastBuildDate>Mon, 02 Jan 2012 13:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Getting OpenChronos building on Ubuntu 11.04</title>
		<link>http://www.gulecha.org/2011/08/30/getting-openchronos-building-on-ubuntu-11-04/</link>
		<comments>http://www.gulecha.org/2011/08/30/getting-openchronos-building-on-ubuntu-11-04/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 02:27:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=344</guid>
		<description><![CDATA[&#8220;.. and how to avoid the pain&#8221; TI was running a deal, and I snagged myself a Chronos ez430. It&#8217;s an excellent low power dev. platform, and you can program your watch! How cool is that? However, my enthusiasm was constantly battling the dismal state of information online on building OpenChronos (a fork of the [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 310px"><img title="Chronos" src="http://processors.wiki.ti.com/images/8/89/EZ430-Chronos.png" alt="Chronos" width="300" height="300" /><p class="wp-caption-text">The Chronos kit</p></div>
<p>&#8220;.. and how to avoid the pain&#8221;</p>
<p>TI was running a deal, and I snagged myself a <a href="http://processors.wiki.ti.com/index.php/EZ430-Chronos?DCMP=Chronos&amp;HQS=Other+OT+chronoswiki">Chronos ez430</a>. It&#8217;s an excellent low power dev. platform, and you can program your watch! How cool is that?</p>
<p>However, my enthusiasm was constantly battling the dismal state of information online on building <a href="https://github.com/poelzi/OpenChronos/">OpenChronos</a> (a fork of the official Chronos firmware, so you don&#8217;t have to use the restrictive and proprietary TI compilers, and stick with good ol&#8217; gcc!).</p>
<p><strong>mspgcc4, not mspgcc</strong></p>
<p>These are two different projects. <a href="http://mspgcc4.sf.net">mspgcc4</a> is what you use to build OpenChronos. <a href="http://mspgcc.sf.net">mspgcc</a> will NOT work (unless you port the codebase. <em><strong>Update</strong>: done. see below!</em>). mspgcc4 is also deprecated and no longer maintained. There are no official packages on Ubuntu. The source will not build on Ubuntu 11.04. There is no binary tarball (that i could find) anywhere. Long story short.. you really tear your hair trying to figure out a way to get OpenChronos to build.</p>
<p>I reached out to a bunch of folks who have forked OpenChronos on github,to see if any of them are on Ubuntu, and if they could share their compiler set. <a href="http://github.com/rdmiller3">rdmiller3</a> responded, and I now have the pleasure of sharing this binary build widely.</p>
<p>Download <a href="http://www.filedude.com/download/GFMCwGHYNycfa1fe5ad1">msp430-gcc-4.4.5_gdb_7.2.tar.bz2</a> [<a href="http://bayfiles.com/file/TFZ/xylQSf/msp430-gcc-4.4.5_gdb_7.2.tar.bz2">mirror</a>] for Ubuntu 11.04 -x86.</p>
<p><strong>Building OpenChronos</strong></p>
<p>It&#8217;s as simply as grabing the copy from github, make config, and make!</p>
<p>I have some ideas on how I want to change the firmware. I&#8217;ll hopefully get time to work on it.</p>
<p><strong>Centralizing the Information</strong></p>
<p>I&#8217;ve been considering throwing up a wiki to organize all the information there is on the platform, in one accessible place. If you are a Chronos developer what do you think?</p>
<p>[<em><strong>update</strong></em>] : <a href="http://github.com/dobfek">dobfek</a> successfully got mspgcc4 to build on Ubuntu 11.04, and sent across <a href="http://pastebin.com/CWQJajCF">these instructions</a>.</p>
<p>[<em><strong>update 2</strong></em>] : not 24 hours have passed, and i found out work was afoot to port to mspgcc. I&#8217;ve merged these changes into my <a href="https://github.com/anilgulecha/OpenChronos">github fork</a>. Thanks to Angelo Arrifano. You can install the mspgcc package from <a href="http://tinyprod.net/debian-dev/">this repository</a> on Ubuntu 11.04.</p>
<p>[<em><strong>update 3</strong></em>] : All of us OpenChronos devs are rallying around at the <a title="OpenChronos group" href="http://groups.google.com/group/openchronos">google group</a>. It&#8217;s <em>the</em> place to get answers or collaborate on Chronos development.The current effort is to make the code structure more modular, so you don&#8217;t have to edit a bunch of files to get your app in there. It&#8217;s shaping up well!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2011/08/30/getting-openchronos-building-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>sshlist &#8211; an appindicator/unity replacement for sshmenu</title>
		<link>http://www.gulecha.org/2011/05/19/sshlist-an-appindicatorunity-replacement-for-sshmenu/</link>
		<comments>http://www.gulecha.org/2011/05/19/sshlist-an-appindicatorunity-replacement-for-sshmenu/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=328</guid>
		<description><![CDATA[[Note: SSHlist has been deprecated,in favor of SSHplus. SSHlist will no longer be developed, but is still made available] Since moving to Ubuntu Natty, I&#8217;ve missed the sshmenu applet a lot. So I spent an hour to writeup a functionally equivalent appindicator menu. And so sshlist was born. Using sshlist is simple. From the instructions: [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 409px"><img title="sshlist" src="http://lh4.googleusercontent.com/_auJolnBimJQ/TdVSQGVSVsI/AAAAAAAAAjU/TlQHPQubn7w/Screenshot.png" alt="sshlist in action" width="399" height="225" /><p class="wp-caption-text">sshlist in action</p></div>
<p><em><strong></strong>[<strong>Note</strong>: SSHlist has been deprecated,in favor of <a href="http://www.gulecha.org/2011/07/29/sshplus-a-sshmenu-compatible-appindicator/">SSHplus</a>. SSHlist will no longer be developed, but is still made available]</em></p>
<p>Since moving to Ubuntu Natty, I&#8217;ve missed the <a href="http://sshmenu.sourceforge.net/">sshmenu applet</a> a lot.</p>
<p>So I spent an hour to writeup a functionally equivalent appindicator menu. And so <strong>sshlist</strong> was born.</p>
<p>Using sshlist is simple. From the instructions:</p>
<ul>
<li>Copy file sshlist.py (this file) to /usr/local/bin</li>
<li>Edit file .sshlist in home directory to add ssh host (one per line)</li>
<li>You can if you wish add additional ssh options. The line is appended to the ssh command</li>
<li>Launch sshlist.py</li>
<li>Or better yet, add it to gnome startup programs list so it&#8217;s run on login.</li>
</ul>
<p>Of course, much of that could be automated, patched and/or packaged. For now simply head to the <a href="https://bitbucket.org/anilg/misc/src">repository</a>, click on &#8220;sshlist.py&#8221; and grab the raw file, and follow the above instructions.</p>
<p>Patches welcome.</p>
<p><em><strong>Update</strong>: Benjamin Heil extended sshlish for <a href="http://www.bheil.net/blog/2011/07/07/simplestarter-simple-application-starter-appindicator">simplestarter</a>, which allows launch of multiple applications with various arguments. It might suit your needs.</em></p>
<p><em><strong>Update 2</strong>: SSHplus is better! This version will no longer be maintained.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2011/05/19/sshlist-an-appindicatorunity-replacement-for-sshmenu/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>My experience with Ubuntu Natty so far</title>
		<link>http://www.gulecha.org/2011/05/09/my-experience-with-ubuntu-natty-so-far/</link>
		<comments>http://www.gulecha.org/2011/05/09/my-experience-with-ubuntu-natty-so-far/#comments</comments>
		<pubDate>Mon, 09 May 2011 06:53:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=325</guid>
		<description><![CDATA[In two words: Pretty good! Continuing the series on customizing and reviewing Ubuntu releases (Lucid here, Maverick here), below are my random thoughts on the latest release. All the vertical space saved by default! The various hacks you needed to pull (mentioned in previous articles) to get more vertical space on netbook are no longer [...]]]></description>
			<content:encoded><![CDATA[<p>In two words: Pretty good!</p>
<p><img class="alignright" title="Unity on Ubuntu Natty" src="http://www.ubuntu.com/sites/www.ubuntu.com/files/active/natty-consumer-pages/overview-fresh-launcher.jpg" alt="" width="274" height="165" />Continuing the series on customizing and reviewing Ubuntu releases (Lucid <a href="http://www.gulecha.org/2010/09/08/ubuntu-and-asus-eeepc-optimizing-your-netbook-experience/">here</a>, Maverick <a href="http://www.gulecha.org/2010/10/15/ubuntu-maverick-on-netbook-review/">here</a>), below are my random thoughts on the latest release.</p>
<ul>
<li>All the vertical space saved by default! The various hacks you needed to pull (mentioned in previous articles) to get more vertical space on netbook are no longer needed. And the dedicated effort towards it shows.</li>
<li>Menu bar, Titlebar, and panel have been combined to one. The menubar/title bar changes on hovering in the panel.</li>
<li>Try to treat this setup as normal gnome desktop, with docky on the left side, and you&#8217;ll feel right at home. Because that is exactly what Unity is. Having used it for a week or so, I dont see what the big brouhaha was about the move from Gnome 2 classic desktop to Unity. It is not a revolution, just simple evolution. And it looks good.</li>
<li>This release continues the Canonical/Mark Shuttleworth push to focus on polish. The font is looking more integrated than ever.</li>
<li>You do need to set a g-conf value to have classical taskbar status icons. You&#8217;ll almost always require this if you want to use anything from gnote to audacious to others that have not yet implemented app-indicator support. The command you need to run in terminal is:</li>
<blockquote>
<li>gsettings set com.canonical.Unity.Panel systray-whitelist &#8220;['all']&#8220;</li>
</blockquote>
<li>Chrome seems noticeably faster than firefox on my netbook. Of course, the 15 different addons I have installed might have something to do with that.</li>
<li>Reduce the font size by 2 points to get more on the screen. The values in my Appearance Preferences &gt; Fonts read 8.5, 8.5, 8.5, 9, 8.5</li>
<li>Start following <a href="http://www.omgubuntu.co.uk/">OMG!Ubuntu</a>. It&#8217;s the best Ubuntu blog around now. By some margin.</li>
</ul>
<p>There are tiny bugs in Unity, but none that come in the way of a power user working on the setup. I recommend an upgrade to this release for all, specially on your non-tech uncle&#8217;s PC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2011/05/09/my-experience-with-ubuntu-natty-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu and Asus EEEpc: Optimizing your netbook experience</title>
		<link>http://www.gulecha.org/2010/09/08/ubuntu-and-asus-eeepc-optimizing-your-netbook-experience/</link>
		<comments>http://www.gulecha.org/2010/09/08/ubuntu-and-asus-eeepc-optimizing-your-netbook-experience/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 05:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=258</guid>
		<description><![CDATA[I recently became the owner of an Asus 1005HA netbook. It&#8217;s a nice lightweight little machine, that runs spiffy, and looks good. It came installed with Windows XP by default, and I replaced that with Ubuntu Netbook Remix. Well (EasyPeasy, actually.. but it&#8217;s just UNR + some additional apps). Below are various mods I made [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 250px"><img class=" " title="Asus EEE PC" src="http://img163.imageshack.us/img163/473/asuseeepc1005ham1005hah.jpg" alt="Asus EEE PC" width="240" height="227" /><p class="wp-caption-text">Asus EEE</p></div>
<p>I recently became the owner of an Asus 1005HA netbook. It&#8217;s a nice lightweight little machine, that runs spiffy, and looks good.</p>
<p>It came installed with Windows XP by default, and I replaced that with Ubuntu Netbook Remix. Well (EasyPeasy, actually.. but it&#8217;s just UNR + some additional apps). Below are various mods I made to make the netbook interface much better, and more useful.</p>
<ul>
<li>The gnome-panel in the Netbook interface is locked.. so you cannot add additional items, nor remove unnecessary ones. To fix this follow the instructions on <a href="http://maketecheasier.com/unlock-gnome-panel-in-ubuntu-netbook-edition-une/2010/04/25">this page</a>.</li>
<li>The applet I wanted to add was <a href="http://sshmenu.sourceforge.net/">sshmenu</a>. As a lot of my work is on multiple remote machines, this applet is a must have. apt-get install sshmenu-gnome should install this applet.</li>
<li>A Thinkpad T61 being my other machine, I missed the dedicated middle-click a lot on the Eee. Follow the instructions <a href="http://linuxaleph.blogspot.com/2008/11/mapping-middle-click-to-keyboard-key.html">here</a> to map the useless menu button to middle click (Need to add a script to startup applications).</li>
<li> Multitouch. Though the Eee has a multitouch capable touchpad, it is not enabled by default. Just append the following to the startup script you wrote in the previous step:</li>
</ul>
<blockquote><p># Now setup multitouch<br />
sleep 2<br />
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Two-Finger Scrolling&#8221; 8 1<br />
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Scrolling&#8221; 8 1 1<br />
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Pressure&#8221; 32 10<br />
xinput set-int-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Synaptics Two-Finger Width&#8221; 32 8</p></blockquote>
<ul>
<li>Install sshfs, and <a href="http://www.ad-comp.be/public/projets/pysshfs/pysshfs">pysshfs</a> for remote access to filesystems.</li>
<li>Uninstall Tomboy notes. Install Gnotes.. much faster.</li>
<li>Mic wont work with Skype. There&#8217;s 2 mics on the Eee.. and apparently the fix is to zero volume on one. <a href="http://ubuntuforums.org/showpost.php?p=8628076&amp;postcount=6">This</a> and <a href="http://ubuntuforums.org/showpost.php?p=8628076&amp;postcount=9">this</a> post helped me get it working.</li>
<li>Grab the Lucida/Mac fonts from the net and set your <em>Appearance</em> settings to use these at Size 9. Looks good.</li>
<li>Install games for when you have a few minutes to kill. I setup some online multiplayer games like Frozen-bubble, Teeworlds, Gtetrinet. There&#8217;s a whole bunch of games out there.</li>
<li>Install Pidgin, tsclient, vnc if you are an IRC user, and work remotely.</li>
<li>Firefox default eats up some screen estate. Install the addons <a href="https://addons.mozilla.org/en-US/firefox/addon/1530/">AutoHideStatusbar</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/1865/">AdBlock Plus</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/4762/">Hide Menubar</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/26/">Download StatusBar</a>. These will free up space. Also get rid of the bookmarks bar (View &gt; Toolbars &gt; Uncheck Bookmarks)</li>
<li>Install <a href="http://do.davebsd.com/preview.shtml">gnome-do</a>. All your actions are now Win + Spacebar away. (<em>apt-get install gnome-do</em>)</li>
<li>Install Audacious as the music player : <em>apt-get install audacious</em>.</li>
<li>Install VLC and mplayer from <a href="https://help.ubuntu.com/community/Medibuntu">Medibuntu</a>.</li>
<li>Disable unnecessary items from Preferences &gt; Startup applications. In my case these were Bluetooth, Check for New Hardware, Ubuntu One, Update Notifier, Visual Assistance.</li>
</ul>
<p>With these changes, your netbook is a meaner, more efficient version of itself. If there&#8217;s some other things you&#8217;ve done to customize your Eee, leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2010/09/08/ubuntu-and-asus-eeepc-optimizing-your-netbook-experience/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nexenta Core Platform 2 released!</title>
		<link>http://www.gulecha.org/2009/05/25/nexenta-core-platform-2-released/</link>
		<comments>http://www.gulecha.org/2009/05/25/nexenta-core-platform-2-released/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:22:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=186</guid>
		<description><![CDATA[I&#8217;ve been neglecting my blogging duties, but I&#8217;m back on track. Lots of things have happened in the recent times, but the big news today is the release of the Nexenta Core Platform 2. This release has been a year in the making, and took a lot of hard work. We&#8217;ve also produced a short [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been neglecting my blogging duties, but I&#8217;m back on track. Lots of things have happened in the recent times, but the big news today is the release of the Nexenta Core Platform 2. This release has been a year in the making, and took a lot of hard work.</p>
<p>We&#8217;ve also produced a short comic, with our very own hero, Nexentaman, to walk you through NCP. Click below to read the comic.</p>
<div class="wp-caption aligncenter" style="width: 754px"><a href="http://www.nexenta.org/TAoNM/01/1.html"><img title="The Adventures of Nexentaman" src="http://www.nexenta.org/TAoNM/01/preview.gif" alt="The Adventures of Nexentaman" width="744" height="500" /></a><p class="wp-caption-text">The Adventures of Nexentaman</p></div>
<p><strong>Links</strong></p>
<p>Nexenta homepage: <a href="http://www.nexenta.org">http://www.nexenta.org</a></p>
<p>Artwork and Wallpapers: <a href="http://www.nexenta.org/os/SpreadTheWord">http://www.nexenta.org/os/SpreadTheWord</a></p>
<p>IRC : <a href="http://www.nexenta.org/chat">#nexenta</a> on freenode</p>
<p>Go ahead, test drive Nexenta, and spread the word</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2009/05/25/nexenta-core-platform-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackathon, 3rd Edition</title>
		<link>http://www.gulecha.org/2009/01/23/hackathon-3rd-edition/</link>
		<comments>http://www.gulecha.org/2009/01/23/hackathon-3rd-edition/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 12:29:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[autobuilder]]></category>
		<category><![CDATA[bounty]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[hackathon]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=163</guid>
		<description><![CDATA[The third edition of the Nexenta Hackathon starts today. We&#8217;ve made incredible progress over the past two months, and the community activities have increased. The IRC channel audience has grown considerably. Starting today, we&#8217;ll be working on some of the final tasks, before we release NCP2, the final version. Bounty This hackathon also features a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nexenta.org/os/Hackathon"><img class="aligncenter" title="Nexenta Hackathon" src="http://img90.imageshack.us/img90/1637/hackathonas4.png" alt="" width="451" height="161" /></a>The third edition of the Nexenta Hackathon starts today.</p>
<p>We&#8217;ve made incredible progress over the past two months, and the community activities have increased. The IRC channel audience has grown considerably. Starting today, we&#8217;ll be working on some of the final tasks, before we release NCP2, the final version.</p>
<p><strong>Bounty</strong></p>
<p>This hackathon also features a bounty for various tasks, sponsored by <a href="http://www.nexenta.com" target="_blank">Nexenta Systems</a>. There are small awards for some of the high priority tasks, including porting efforts, documentation, and creating Nexenta spinoffs.</p>
<p>The task list from the <a href="http://lists.sonic.net/pipermail/gnusol-devel/2009-January/001315.html" target="_blank">announcement</a>.</p>
<blockquote><p><strong>Package porting</strong>:  Most of the packages in the repository are now automatically built. There are a few crucial packages that need to be built manually, and allow the builder to pick up on the rest.</p>
<p><strong>Documentaiton</strong>: Not everyone knows how easy some tasks are on Nexenta. Help us write documentation, so new users find migrating much easier.</p>
<p><strong>Distributions</strong>: NCP has now evolved to a tested core platform. Use the existing packages and window managers in the repository to build your own distribution using our distribution builder; tune Nexenta for a particular appliance and help us enhance our installer.</p></blockquote>
<p>Significant contributions will be featured on the Nexenta project Homepage.</p>
<p><strong>Further Information</strong>: <a href="http://www.nexenta.org/os/Hackathon" target="_blank">http://www.nexenta.org/os/Hackathon</a><br />
<strong>IRC web interface</strong>: <a href="http://www.nexenta.org/chat" target="_blank">http://www.nexenta.org/chat</a><br />
<strong>Autobuilder</strong>: <a href="http://builder.tajinc.org/?f=repository_status" target="_blank">http://builder.tajinc.org/?f=repository_status</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2009/01/23/hackathon-3rd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome on NCP2</title>
		<link>http://www.gulecha.org/2009/01/08/gnome-on-ncp2/</link>
		<comments>http://www.gulecha.org/2009/01/08/gnome-on-ncp2/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 06:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gui]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=161</guid>
		<description><![CDATA[I mentioned in a previous post that GUI related packages were being populated into the NCP2 repository. Since pictures are a thousand words: Huge thanks to dtbartle, who has actively been porting Gnome into the package repository. Why not hop into #nexenta and say thanks. Theres also other window managers being populated at the moment. [...]]]></description>
			<content:encoded><![CDATA[<p>I mentioned in a <a href="http://www.gulecha.org/2008/10/04/nexenta-and-gui/" target="_blank">previous post</a> that GUI related packages were being populated into the NCP2 repository. Since pictures are a thousand words:</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://img229.imageshack.us/img229/3262/gnomescreenshotdn2.jpg"><img title="Gnome on Nexenta" src="http://img389.imageshack.us/img389/9562/screensmallvg4.jpg" alt="Gnome, GIMP and Irssi running on NCP2" width="400" height="290" /></a><p class="wp-caption-text">Gnome, GIMP and Irssi running on NCP2 (not to mention the Heron)</p></div>
<p>Huge thanks to <a href="http://csclub.uwaterloo.ca/~dtbartle/" target="_blank">dtbartle</a>, who has actively been porting Gnome into the package repository. Why not hop into <a href="http://www.nexenta.org/chat" target="_blank">#nexenta</a> and say thanks.</p>
<p>Theres also other window managers being populated at the moment. Small ones like Enlightenment (e16) and 9wm are fully in.</p>
<p>PS: Also another round of hackthon is in the plans. Stay tuned for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2009/01/08/gnome-on-ncp2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autobuilder Update</title>
		<link>http://www.gulecha.org/2008/12/26/autobuilder-update/</link>
		<comments>http://www.gulecha.org/2008/12/26/autobuilder-update/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 06:19:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[autobuilder]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=155</guid>
		<description><![CDATA[The last time I mentioned the Nexenta autobuilder, it was just opened and not fully completed. That changed recently. The autobuilder is now in the works and since the beinning of the week has been chugging away tirelessly, working on Ubuntu Hardy&#8217;s 8.04 repository. The result.. over 2500 packages now reside in Nexenta&#8217;s contrib repsoitory. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.gulecha.org/2008/12/05/devzone-and-autobuilder-now-open/" target="_blank">last time</a> I mentioned the Nexenta autobuilder, it was just opened and not fully completed. That changed recently.</p>
<p>The autobuilder is now in the works and since the beinning of the week has been chugging away tirelessly, working on Ubuntu Hardy&#8217;s 8.04 repository. The result.. <strong>over 2500</strong> packages now reside in Nexenta&#8217;s contrib repsoitory. Going at this rate, we should have triple this amount by the end of next week.</p>
<p>The autobuilder is built to scale, and all of the work is shared between 2 nodes. The pace of package porting will increase with more packages. Do you have a machine free for the autobuilder to use (and have the bandwidth to spare)? Drop in on <a href="http://www.nexenta.org/chat" target="_blank">#nexenta</a> or the <a href="http://lists.sonic.net/mailman/listinfo/gnusol-devel" target="_blank">devel mailing list</a>, and we&#8217;ll help you setup. Look for Tim Spriggs (aka rootard). We&#8217;re still a good while away from Ubuntu&#8217;s 20000 packages.</p>
<p>The autobuilder will however not work for packages that need to be ported to Opensolaris/Nexenta. These should be few and far in between. It does fishily sound like another hackathon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2008/12/26/autobuilder-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexenta Core Platform 2 Beta1 Released</title>
		<link>http://www.gulecha.org/2008/12/22/nexenta-core-platform-2-beta1-released/</link>
		<comments>http://www.gulecha.org/2008/12/22/nexenta-core-platform-2-beta1-released/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 02:41:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[beta1]]></category>
		<category><![CDATA[ncp2]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=149</guid>
		<description><![CDATA[The first beta release of NCP2 was released yesterday. This release was bug fix release with a big leap in the opensolaris build (from the previous b85+ to b104+). Also, most of the common server applications now have SMF support. The latest version of devzones is also included. For the full announcement and release highlights, [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl class="wp-caption alignright" style="width: 237px;">
<dt class="wp-caption-dt"><img title="Nexenta Core Platform" src="http://www.nexenta.org/os/Home?action=AttachFile&amp;do=get&amp;target=ncp.png" alt="http://www.nexenta.org/os/Home?action=AttachFile&amp;do=get&amp;target=ncp.png" width="227" height="59" /></dt>
</dl>
</div>
<p>The first beta release of NCP2 was released yesterday. This release was bug fix release with a big leap in the opensolaris build (from the previous b85+ to b104+).</p>
<p>Also, most of the common server applications now have SMF support. The latest version of devzones is also included. For the full announcement and release highlights, see <a href="http://lists.sonic.net/pipermail/gnusol-devel/2008-December/001251.html" target="_blank">here</a>.</p>
<blockquote><p>* OpenSolaris build 104+ based with critical patches.<br />
* Over 6000 packages in the repository, and autobuilder.<br />
* Based on Ubuntu 8.04 LTS (Hardy Heron) repository<br />
* This includes latest dpkg/apt, gcc, binutils, coreutils,<br />
perl, python, ruby, Qt libs, GTK libs, etc<br />
* SMF support added for server applications like apache, mysql, postgresql, exim4, etc.<br />
* 100% native Debian environment, easy to upgrade, easy to use<br />
* Includes Vim and screen by default<br />
* Addition of latest devzone version to the CD.<br />
* Includes apt-clone which brings zfs power to apt-get.</p></blockquote>
<p>So get your copy hot off the presses now. Links below</p>
<p>Nexenta: <a href="http://www.nexenta.org" target="_blank">http://www.nexenta.org</a></p>
<p>Beta Download: <a href="http://www.nexenta.org/releases/nexenta-core-platform_2.0-b104-beta1_x86.iso.zip" target="_blank">nexenta-core-platform_2.0-b104-beta1_x86.iso.zip</a></p>
<p>For comments/solutions and queries goto the <a href="http://www.nexenta.org/chat" target="_blank">#nexenta IRC room at freenode</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2008/12/22/nexenta-core-platform-2-beta1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMF support for your favorite server applications</title>
		<link>http://www.gulecha.org/2008/12/01/smf-support-for-your-favorite-server-applications/</link>
		<comments>http://www.gulecha.org/2008/12/01/smf-support-for-your-favorite-server-applications/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 14:22:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[Opensolaris]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[smf]]></category>

		<guid isPermaLink="false">http://www.gulecha.org/?p=138</guid>
		<description><![CDATA[I putback new packages into the NCP2 repository today, and you can now have SMF support for your favorite server packages in the repository. Before I list them, a little bit on SMF. Service Management Framework (SMF) SMF is the opensolaris replacement for the legacy services start unix framework (what /etc/init.d did until now, and [...]]]></description>
			<content:encoded><![CDATA[<p>I putback new packages into the NCP2 repository today, and you can now have SMF support for your favorite server packages in the repository. Before I list them, a little bit on SMF.</p>
<p><strong>Service Management Framework (SMF)</strong></p>
<p>SMF is the opensolaris replacement for the legacy services start unix framework (what /etc/init.d did until now, and continues to on Linux).</p>
<p>Services in Nexenta are handled using <a href="http://www.sun.com/bigadmin/content/selfheal/smf-quickstart.jsp" target="_blank">solaris SMF</a>. This makes it very easy to start and stop services; you dont have to worry about it’s dependency on other services, which is taken care of by SMF automatically. This <a href="http://docs.alkaloid.net/index.php/SMF_Cheatsheet" target="_blank">cheetsheet</a> lists how easy it is to use SMF.</p>
<p><strong>SMFed Packages</strong></p>
<ul>
<li>apache2</li>
<li>mysql 5</li>
<li>postgresql-8.3</li>
<li>exim4</li>
<li>rsync</li>
</ul>
<p>All of these are ports of their Ubuntu 8.04 counterparts.</p>
<p>If you want toadd SMF support to a Nexenta package, take a look at my guide on <a href="http://www.gulecha.org/2008/10/23/adding-smf-support-to-your-debian-package/" target="_blank">adding SMF support</a>.</p>
<p>If you want to follow the latest in the nexenta codebase, bookmark this <a href="http://mailbucket.org/nexentachanges.xml" target="_blank">RSS feed</a>. This is also visible on the <a href="http://blogs.nexenta.org" target="_blank">planet homepage</a>, if you frequent there. If you run into any issues, ping us on the -devel mailing list or on <a href="http://www.nexenta.org/chat" target="_blank">#nexenta@freenode</a></p>
<p><em>[Comments by clicking <a href="http://www.gulecha.org/2008/12/01/smf-support-for-your-favorite-serverapplications/" target="_blank">here</a>]</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gulecha.org/2008/12/01/smf-support-for-your-favorite-server-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

