<?xml version="1.0" ?>
<?xml-stylesheet href="" type="text/css"?>

<rss version="2.0">

    <channel>

        <title>Blog</title>
        <link>http://community.grokthis.net/blog</link>
        <description></description>

        <generator>basesyndication</generator>
        <!-- TODO
        <lastBuildDate>Mon, 30 Sep 2002 11:00:00 GMT</lastBuildDate>
        <copyright>Copyright 1997-2002 Dave Winer</copyright>
        <docs>http://backend.userland.com/rss</docs>
        <category domain="Syndic8">1765</category>
        <managingEditor>dave@userland.com</managingEditor>
        <webMaster>dave@userland.com</webMaster>
        -->

        <!-- TODO: Should there be an individual image associatable with each
        Weblog object?  I think so... -->
        <image>
            <title>Blog</title>
            <url>http://community.grokthis.net/logo.png</url>
            <link>http://community.grokthis.net/blog</link>
        </image>

        
            <item>
                <title>User preferences in Cloud Shell</title>
                <guid>http://community.grokthis.net/blog/archive/2010/03/03/user-preferences-in-cloud-shell</guid>
                <link>http://community.grokthis.net/blog/archive/2010/03/03/user-preferences-in-cloud-shell</link>
                <description>
&lt;p&gt;VPS/Cloud customers may now set user preferences via the cloud-shell application.  Currently, we're supporting two such preferences and will continue to expand this list to support a wide array of user-configurable options...&lt;/p&gt;
&lt;p&gt;The current variables include:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt; &lt;i&gt;cpu_arch&lt;/i&gt;, which should be '32' or '64'. Default is 64.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt; autoheal&lt;/i&gt;, which should be 1 or 0.  Default is 1.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The&lt;i&gt; cpu_arch&lt;/i&gt; setting will be used to determine which architecture kernel should be loaded on boot.  Please note that the &lt;i&gt;boot_method&lt;/i&gt; variable may override this setting.  WARNING: the legacy command 'boot32' has been removed in favor of this user-preference.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;i&gt;autoheal&lt;/i&gt; setting will determine whether or not the configured instance pool will be automatically restored/rebooted upon failure.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;To set or get these variables, use the commands 'setpref' and 'getpref' as such:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;cloud-shell&amp;gt; setpref &lt;i&gt;cpu_arch&lt;/i&gt; 32&lt;/p&gt;
&lt;p&gt;cloud-shell&amp;gt; setpref &lt;i&gt;autoheal&lt;/i&gt; 0&lt;/p&gt;
&lt;p&gt;cloud-shell&amp;gt; getpref&lt;/p&gt;
&lt;p&gt;$VAR1 = { &lt;br /&gt;          'client:NNN:pref:cpu_arch' =&amp;gt; '32',&lt;br /&gt;          'client:NNN:pref:autoheal' =&amp;gt; '0'&lt;br /&gt;        };&lt;br /&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br /&gt;It should be noted that reimaging your OS currently cannot modify these variables.  Thus, if you switch from a 32-bit or 64-bit OS, you must modify the cpu_arch variable manually. This is a forthcoming improvement we must make to the system.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;UPDATE:  New 'boot_method' preference available!&lt;/b&gt;&lt;br /&gt;Currently accepted boot methods are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;i&gt;pv&lt;/i&gt; - Paravirtualized (&lt;b&gt;default&lt;/b&gt;)&lt;/li&gt;&lt;li&gt;&lt;i&gt;pv_part&lt;/i&gt; - Paravirtualized, Partitioned disk&lt;/li&gt;&lt;li&gt;&lt;i&gt;pvgrub&lt;/i&gt; - Paravirtualized, with GRUB&lt;/li&gt;&lt;li&gt;&lt;i&gt;rescue&lt;/i&gt; - Boot into rescue image&lt;/li&gt;&lt;/ul&gt;
Boot methods internally implement CPU architecture support and may optionally ignore or reject a configured &lt;i&gt;cpu_arch&lt;/i&gt; setting.&lt;br /&gt;</description>
                <author>Eric Windisch</author>

                
                    <category>upgrade</category>
                
                
                    <category>cloud</category>
                
                
                    <category>software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Wed, 03 Mar 2010 15:42:29 -0500</pubDate>

                
            </item>
        
        
            <item>
                <title>Snapshots: Archiving and restore from Cloud-Shell</title>
                <guid>http://community.grokthis.net/blog/archive/2009/11/10/archiving-and-restore-from-cloud-shell</guid>
                <link>http://community.grokthis.net/blog/archive/2009/11/10/archiving-and-restore-from-cloud-shell</link>
                <description>
&lt;p&gt;We are now allowing customer testing of Archive and Restore from our cloud-shell management console (https://secure.grokthis.net/manage/vps).  Currently, only our FURY and RORSCHACH nodes have this feature enabled, other nodes will be upgraded to support this during a future scheduled maintenance window.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The process is quite simple, once you login to the shell you should see the standard cloud-shell command prompt:&lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;cloud-shell&amp;gt;&lt;/pre&gt;
&lt;p&gt;To archive and snapshot your instance, simply run, &lt;i&gt;archive&lt;/i&gt;.  Note that this will briefly take your instance offline.&lt;/p&gt;
&lt;pre&gt;cloud-shell&amp;gt; archive&lt;br /&gt;Archiving instance: 000&lt;br /&gt;Instance running. Proceeding.&lt;br /&gt;NOTE: Your instance will now be paused.&lt;br /&gt; This will briefly take your instance offline (~0-60 min)&lt;br /&gt;4 GB 01:01:01 [17 MB/s] [======&amp;gt; ]  100%  ETA 0:00:00&lt;br /&gt;192 MB 01:01:01 [17 MB/s] [=====&amp;gt;]  100%  ETA 0:00:00&lt;br /&gt;0+N records in&lt;br /&gt;0+N records out&lt;br /&gt;Your instance has been resumed.&lt;br /&gt;cloud-shell&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;To restore from your archive, first &lt;i&gt;shutdown&lt;/i&gt; the instance, then execute &lt;i&gt;restore&lt;/i&gt;:&lt;/p&gt;
&lt;pre&gt;cloud-shell&amp;gt; shutdown&lt;br /&gt;cloud-shell&amp;gt; status&lt;br /&gt;Guest: shutdown&lt;br /&gt;cloud-shell&amp;gt; restore&lt;br /&gt;4 GB 01:01:01 [17 MB/s] [======&amp;gt; ]  100%  ETA 0:00:00&lt;br /&gt;192 MB 01:01:01 [17 MB/s] [=====&amp;gt;]  100%  ETA 0:00:00&lt;br /&gt;0+N records in&lt;br /&gt;0+N records out&lt;br /&gt;Your instance has been restored to its prior state.&lt;br /&gt;cloud-shell&amp;gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;The restore command will return your instance to the last stored archive.  This includes disk block storage, swap, and RAM.  There should be no need to manually &lt;i&gt;boot&lt;/i&gt; the instance after a restore.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>


                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Tue, 10 Nov 2009 13:43:54 -0500</pubDate>

                
            </item>
        
        
            <item>
                <title>Booting with Grub (custom kernels!)</title>
                <guid>http://community.grokthis.net/blog/archive/2009/09/17/booting-with-grub-custom-kernels</guid>
                <link>http://community.grokthis.net/blog/archive/2009/09/17/booting-with-grub-custom-kernels</link>
                <description>
&lt;p&gt;To run a custom kernel, you need only two things, a kernel (of course!) and a GRUB configuration.&lt;/p&gt;
&lt;p&gt;
Lets start with GRUB.  This assumes that you will not be using an initrd file, but you may use one, and that your kernel image will be installed as /boot/vmlinuz:&lt;/p&gt;
&lt;pre&gt;# mkdir -p /boot/grub&lt;br /&gt;# cat &amp;lt;&amp;lt;EOF &amp;gt; /boot/grub/menu.lst&lt;br /&gt;default		0&lt;br /&gt;timeout		5&lt;br /&gt;&lt;br /&gt;title		Linux Default&lt;br /&gt;root		(hd0)&lt;br /&gt;kernel		(hd0)/boot/vmlinuz root=/dev/sda1 ro console=xvc0 clocksource=jiffies&lt;br /&gt;EOF&lt;/pre&gt;
&lt;p&gt;
That is it for GRUB!  Now, as for your kernel, you just need to make sure that it is compiled to run as a Xen DomU with paravirtualization.  This requires that you use a recent Linux kernel with support for Xen enabled, or you use a patched kernel such as provided by XenSource (http://xenbits.xensource.com/linux-2.6.18-xen.hg) &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;The compiled kernel image may be placed anywhere inside your filesystem as long as GRUB is configured to point to it.  The above example assumes this location is /boot/vmlinuz.&lt;/p&gt;
Finally, from the management console, execute the command, "&lt;i&gt;boot-grub&lt;/i&gt;".  This command is API-accessible.  Unfortunately, for now, you will need to manually specify this whenever booting.&lt;b&gt; Your VPS will boot with a system-default image by default, if for instance, the node crashes.  &lt;/b&gt;This caveat will disappear once we complete a migration of all accounts to a grub-based configuration.
</description>
                <author>Eric Windisch</author>

                
                    <category>howto</category>
                
                
                    <category>vps</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Thu, 17 Sep 2009 15:39:29 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Today's outage</title>
                <guid>http://community.grokthis.net/blog/archive/2009/09/12/todays-outage</guid>
                <link>http://community.grokthis.net/blog/archive/2009/09/12/todays-outage</link>
                <description>
&lt;p&gt;Today, we experienced an outage.  Technically, we experienced a few outages.&lt;/p&gt;
&lt;p&gt;We initially discovered that our Galadriel server was offline, and furthermore, that the VPS node that it ran upon was also down.  We began working on restoring this machine when we were distracted by an incoming DoS attack.&lt;/p&gt;
&lt;p&gt;Working (remotely) to extinguish the attack, we found ourselves locked out of the network and triggered a reload of the router.  Upon reloading, the system brought up the services in an atypical order triggering a bug/caveat/quirk previously unknown to us.  While everything looked good on our side, discussions with upstream carriers indicated that all was not as it appeared.  With this input, we quickly located a solution which we began to apply, until...&lt;/p&gt;
&lt;p&gt;A storm knocked out electricity in parts of our neighborhood.  While we retained power, internet connectivity was lost to our offices (note, we have no servers located in these offices).&lt;/p&gt;
&lt;p&gt;Once our branch office internet connectivity was restored, were were able to complete the process of restoring internet connectivity to all servers, restoration of the crashed VPS node and its guest accounts, including the galadriel server.&lt;/p&gt;
&lt;p&gt;We apologize for the inconvenience that this caused.  This explaination seeks only to provide transparency to our operations so that our customers may know the details of service affecting events.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>

                
                    <category>failure</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 12 Sep 2009 03:22:21 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Free incoming calls via Skype now available!</title>
                <guid>http://community.grokthis.net/blog/archive/2009/08/28/free-incoming-calls-via-skype-now-available</guid>
                <link>http://community.grokthis.net/blog/archive/2009/08/28/free-incoming-calls-via-skype-now-available</link>
                <description>
&lt;p&gt;Please note that in addition to our international (+1) number and US toll-free (+1 800) numbers, we can now accept Skype-to-Skype calls to SkypeID "grokthisnet".   Skype-to-Skype calls forward directly into our standard telephone and answering systems, providing an inexpensive option for international customers to contact us by voice without expensive international calling rates.&lt;/p&gt;
&lt;p&gt;Please note that due to forwarding delays, Skype calls may require up to 8-10 rings before receiving an answer.  If no one is available to take your call, you will (eventually) be forwarded to our answering system.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>

                
                    <category>support</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Fri, 28 Aug 2009 16:08:49 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Kernel upgrade procedure</title>
                <guid>http://community.grokthis.net/blog/archive/2009/08/15/kernel-upgrade-procedure</guid>
                <link>http://community.grokthis.net/blog/archive/2009/08/15/kernel-upgrade-procedure</link>
                <description>
&lt;p&gt;We frequently get asked how to upgrade kernels, how to upgrade modules, etc.  This is actually in our knowledge-base, but I thought it would be useful to toss this onto the blog since we just pushed out a very important kernel upgrade, and want to make sure that this information is as accessible as possible!&lt;/p&gt;
&lt;p&gt;1. Simply shutdown your VPS.  You must do a full shutdown and not a "reboot".  &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;2. Then, boot the machine from the management console.  IMPORTANT: If you have a 32-bit OS, you must use the command "boot32", this will be unnecessary in a future update.&lt;/p&gt;
&lt;p&gt;3. Update your modules:&lt;/p&gt;
&lt;p&gt;     wget -O - http://ftp.grokthis.net/pub/linux/modules/install_modules.sh | /bin/bash&lt;/p&gt;
&lt;p&gt;4. You're done!  You might want to reboot if you depend on specific modules being available during boot.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>

                
                    <category>xen</category>
                
                
                    <category>howto</category>
                
                
                    <category>vps</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 15 Aug 2009 00:53:25 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Enter to win a contest for a free VPS, or a $400 coupon!</title>
                <guid>http://community.grokthis.net/blog/archive/2009/08/09/enter-to-win-a-contest-for-a-free-vps-or-a-400-coupon</guid>
                <link>http://community.grokthis.net/blog/archive/2009/08/09/enter-to-win-a-contest-for-a-free-vps-or-a-400-coupon</link>
                <description>Those on Twitter or Facebook might already know of this, but post the following on twitter to enter!  Facebook users may instead opt to "Like" our Wall post regarding this contest.  If you're not already following us on Twitter or Facebook, I suggest you do so!  &lt;a href="http://vpsvillage.com/xen/v85c2"&gt;Read more about the provided VPS plan&lt;/a&gt;.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;RT @grokthis to win a one-year subscription to a VPS /w 1GB RAM
and 48GB disk, or a $400 credit to VPS Village. Contest ends 8/14&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;On 8/15/09, one winner will be selected at random.  No purchase necessary.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Eric Windisch&lt;br /&gt;</description>
                <author>Eric Windisch</author>

                
                    <category>vps</category>
                
                
                    <category>contest</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 09 Aug 2009 22:53:47 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Cloud::Infrastructure</title>
                <guid>http://community.grokthis.net/blog/archive/2009/08/09/cloud-infrastructure</guid>
                <link>http://community.grokthis.net/blog/archive/2009/08/09/cloud-infrastructure</link>
                <description>
&lt;p&gt;I just wanted to share with everyone the great work (I hope) we're doing with Cloud::Infrastructure, and to announce here the change of name that occurred last week (from Annelidous)!   Anyone looking to help can email eric at grokthis dot net, or join #cloud::infrastructure on irc.freenode.org.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;h2&gt;Annelidous becomes Cloud::Infrastructure&lt;/h2&gt;
&lt;h3&gt;The cloud client library and server framework has a new name!&lt;/h3&gt;
&lt;p&gt;PHILADELPHIA-August 4, 2009-The Annelidous project is now known as
Cloud::Infrastructure. This change has been made to increase the
visibility of the project which aims to provide a standard client
library for cloud computing infrastructure for Perl applications, and
to provide a framework for the creation of unique infrastructure
services. Additionally, Cloud::Infrastructure is now represented at a
new web address: www.cloud-framework.org.&lt;/p&gt;
&lt;p&gt;The new name was approved by CPAN on Saturday, August 1st. CPAN
provides a repository of Perl modules and maintains a list of approved
namespaces. Annelidous has already, unofficially, entered CPAN. As the
renaming process is completed in August, it will be officially uploaded
into CPAN under the new name.&lt;/p&gt;
&lt;p&gt;Use cases for Cloud::Infrastructure include the development of
end-user or web applications build directly against infrastructure
services through a standard client library, the creation of unique
infrastructure services, to layer billing, accounting, and localized
AAA features onto other cloud infrastructure platforms.&lt;/p&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;Press Contact:&lt;br /&gt;Eric Windisch&lt;br /&gt;&lt;/pre&gt;
</description>
                <author>Eric Windisch</author>


                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 09 Aug 2009 22:49:22 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Microsoft Licensing - learning the hard way.</title>
                <guid>http://community.grokthis.net/blog/archive/2009/05/16/microsoft-licensing-learning-the-hard-way</guid>
                <link>http://community.grokthis.net/blog/archive/2009/05/16/microsoft-licensing-learning-the-hard-way</link>
                <description>
&lt;p&gt;I wanted to make the following public to our customers.  I am doing so because I wish to be transparent and forth-coming with our customers and because I very much disagree with Microsoft's tactics here and very much regret ever attempting to do any business with them.  I understand that we might be an enigma, not pirating any software, but we are strictly in compliance with our licensing.  Free software has made that very exceptionally easy, since the very limited number of commercially licensed applications present on our site has made those applications very easy to keep track of.   I intend to scan and include the original letters from Microsoft shortly.  Luckily, if it does come down to an audit, we'll be very much protected by the fact that -- we're right.&lt;br /&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;We have just received a letter, with a subject "RE: Review of reporting obligation fulfillment under your Microsoft Service Provider License Agreements(s) ("SPLA"), Master Agreement XXXXXX."   This letter has requested we submit a "Software Assessment", reporting, "any software usage that ... may have been missed".   Please accept this as our software assessment.&lt;br /&gt;&lt;br /&gt;To my knowledge, we never failed to submit a report, however we did submit many "zero-usage" reports.  It was expressed to me at the time, that our SPLA program was terminated as we had been submitting zero-usage reports.  This was an accurate and true representation of our usage.  This was not, as your letter indicates, a "failure to report".&lt;br /&gt;&lt;br /&gt;We signed up for the SPLA program as we wished to broaden our support matrix for our dedicated servers and to provide support for Microsoft SQL Server as a complement to our Linux-based ASP.net hosting.   However, we quickly found there to be no viable market for hosting Microsoft offerings.  As such, we destroyed all software, removed references to all said software from our web pages, submitted zero-usage reports, and allowed the SPLA contract to be terminated.  I should note that we had paid for several months of Microsoft Windows Server and Microsoft SQL Server licensing during a research and testing phase, but for this period our usage was over-reported.&lt;br /&gt;&lt;br /&gt;I should stress that we continue to advertise and provide support for web hosting powered by ASP.net.  This is offered on top of Linux via the independent Mono framework which only uses the ECMA components.  The technology driving the ECMA components are patented by Microsoft, but a grant has been given for use of those patents, allowing royalty-free usage as indicated by Jim Miller of Microsoft.  Providing this ASP.net hosting functionality does not require an SPLA license and does not require usage submission reports. Please refer to the following document in regards to the text of Jim Miller's statement:&lt;br /&gt;  http://web.archive.org/web/20030424174805/http://mailserver.di.unipi.it/pipermail/dotnet-sscli/msg00218.html&lt;br /&gt;&lt;br /&gt;At this time, as prior to joining the SPLA program, our server systems run entirely on the Linux, FreeBSD, and OpenSolaris operating systems.  We are extremely confident that we are compliant with all of our software licensing, which consists primarily of BSD, GPL, AGPL, MPL, and CDDA licensed code.  This compliance includes but is not limited to contributing source code changes back to the free software community.   Likewise, our desktop systems are also in compliance with all licensing, running Linux and Mac OS operating systems.&lt;br /&gt;&lt;br /&gt;I understand your desire to be paid for the usage of your software.  What I hope you understand is that we are not non-paying customers, we are simply not, in any way, customers of Microsoft or consumers of Microsoft software.  Our membership in the SPLA program was simply an attempt to become your customer.  To date, we have been dissatisfied with the treatment we have been given in that attempt.  Threatening and attacking us will not succeed in converting us into customers or consumers of Microsoft products.&lt;br /&gt;&lt;br /&gt;If you have any reason to suspect that we have improperly reported usage of Microsoft products, please indicate your reasons for this suspicion.  If there is anything we can do short of an audit to prove this to you, please indicate how we may assist you.  However, I believe that our service offerings very much speak for themselves, we are again, as we had originally been, strictly a Linux/Unix shop.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Eric Windisch&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;UPDATE: 5/22/2009&lt;/b&gt; - Microsoft has verbally expressed that this letter was a mistake and that they will be issuing a formal retraction.  We'll see when/if this comes, until then we'll wait patiently.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>


                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sat, 16 May 2009 20:50:00 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Introducing the GrokThis VPS "Cloud"</title>
                <guid>http://community.grokthis.net/blog/archive/2009/05/12/introducing-the-grokthis-vps-cloud</guid>
                <link>http://community.grokthis.net/blog/archive/2009/05/12/introducing-the-grokthis-vps-cloud</link>
                <description>Today, we are formally introducing the GrokThis.net "VPS Cloud" with the official deployment of the Annelidous Cloud Infrastructure Interface (ACII).  The ACII is an application programming interface (API) by which developers may control virtual machines running on the GrokThis.net VPS Cloud.  The ACII is immediately available to all &lt;a href="http://www.grokthis.net"&gt;GrokVPS&lt;/a&gt; and &lt;a href="http://www.vpsvillage.com/"&gt;VPS Village&lt;/a&gt; customers.&lt;br /&gt;&lt;br /&gt;In the coming months, we will be extending and enhancing this API, and have plans to support industry standard APIs as they become available.  At this time, the ACII API allows developers to obtain a list of available virtual machines, manage and control virtual machines by issue shutdown, reboot, rescue, and boot commands.  Very shortly, this API will also allow the creation of new virtual machines.&lt;br /&gt;&lt;br /&gt;At this time a utility billing model is not yet available, but the availability of utility billing is expected for Summer 2009.&lt;br /&gt;&lt;br /&gt;At this time, an example client script in Perl has been posted:&lt;br /&gt;&lt;a href="http://github.com/annelidous/annelidous-frontend--xmlrpc/blob/1e1573d14da90e30a1bdae7afadd4ca3ab20fa26/examples/client-test-lite.pl"&gt;Download Perl Example&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The GrokThis.net VPS Cloud is powered by &lt;a href="http://www.annelido.us/"&gt;Annelidous&lt;/a&gt;, a free software cloud infrastructure management solution developed internally at GrokThis.net and released to the community under the AGPLv3 license.&lt;br /&gt;</description>
                <author>Eric Windisch</author>

                
                    <category>vps</category>
                
                
                    <category>feature</category>
                
                
                    <category>cloud</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Tue, 12 May 2009 06:25:39 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title> Introducing a free cloud architecture management framework</title>
                <guid>http://community.grokthis.net/blog/archive/2009/04/24/introducing-a-free-cloud-architecture-management-framework</guid>
                <link>http://community.grokthis.net/blog/archive/2009/04/24/introducing-a-free-cloud-architecture-management-framework</link>
                <description>&lt;p&gt;We want to let everyone know of a free software cloud management framework we've been building.  If you've read the CCIF mailing lists or our twitter, then you're probably already aware of it.  This project is called Annelidous (&lt;a href="http://www.annelido.us"&gt;www.annelido.us&lt;/a&gt;).  It enables the building of public and private cloud infrastructure services (IaaS), API agnostic frontends, and API proxies.  It is licensed under the AGPLv3, more information regarding the AGPLv3 license can be found on the annelido.us website and at &lt;a href="http://www.fsf.org/"&gt;www.fsf.org&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So far, I'm running Annelido.us to run the services of &lt;a href="http://www.grokthis.net/"&gt;GrokThis.net&lt;/a&gt; and &lt;a href="http://www.vpsvillage.com/"&gt;VPS Village&lt;/a&gt;, but it has potential beyond simply hosting.  Runnable code is now available for managing Xen clusters over SSH, and an initial frontend based on xen-shell has been completed.   Some work has already begun on backend connectors to EC2 and Vertebra-xen.  All of this code is available in a &lt;a href="http://github.com/annelidous/"&gt;public git repository&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The design goals include the potential to build proxies between various IaaS APIs.  As an example, a proxy could be built that allows a frontend with support for the OCCI API to communicate to a cloud which offers the EC2 API.  This might also then include the ability to automatically and transparently allow OVF files to be used on EC2.&lt;br /&gt;&lt;br /&gt;Frontend applications will be able to use this framework to access a variety of 'Connectors' through a common Perl API. In this sense, I intend for it to provide something analogous to what DBI provides for databases.&lt;br /&gt;&lt;br /&gt;It should be noted that support for billing/accounting modules is being built in as well.  So far, it integrates with &lt;a href="http://www.ubersmith.com/"&gt;Ubersmith&lt;/a&gt;, a billing manager oriented for web hosting operations.&lt;br /&gt;&lt;br /&gt;I have very noble goals with this project, but as of yet, it has only scratched the service of its potential.  There is currently an IRC channel on irc.freenode.org, #annelidous, and a public git repository.  You can accept this as a call for both awareness and for assistance, so that we can have a free, open, and interoperable solution for building, connecting to, and supporting future IaaS solutions.&lt;br /&gt;&lt;/p&gt;

</description>
                <author>Eric Windisch</author>

                
                    <category>xen</category>
                
                
                    <category>vps</category>
                
                
                    <category>software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Fri, 24 Apr 2009 03:52:57 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Erlang!</title>
                <guid>http://community.grokthis.net/blog/archive/2008/10/12/erlang</guid>
                <link>http://community.grokthis.net/blog/archive/2008/10/12/erlang</link>
                <description>
&lt;p&gt;I was in Barnes &amp;amp; Noble and was looking hard to find a book about something I didn't already master (or at least hadn't already bought a book about)... and I found it!&lt;/p&gt;
&lt;p&gt;Programming Erlang.  As a pseudo-mathematician, I must say -- wow.  I love languages like Lisp, and now Erlang, that really get down, dirty, and relatively close to the theory.  Loops?  Forget them!  Variable variables? Forget them!  Recursion?  Embrace it!  Anonymous functions and Lambda definitions?  Embrace them!  Sounds strange?  Sure, but its refreshing, but do take my opinion with a grain of salt -- I used to program in TCL ;-)&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Needless to say, I'm looking now at web development and hosting solutions around Erlang... Yaws, ErlyWeb, and Erlang Web.  Most likely, we'll be supporting these in short order.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>


                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Sun, 12 Oct 2008 19:34:04 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Upgrading your Rails version</title>
                <guid>http://community.grokthis.net/blog/archive/2008/10/08/upgrading-your-rails-version</guid>
                <link>http://community.grokthis.net/blog/archive/2008/10/08/upgrading-your-rails-version</link>
                <description>
&lt;p&gt;By default, we do not upgrade customer's Rails applications to newer releases of Rails.  We have noticed that a large number of customers haven't been upgrading, and just want to make sure that customers know how to do so!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Simply edit your application's config/environment.rb as such to specify the version you would like to upgrade to:&lt;br /&gt;-RAILS_GEM_VERSION = '1.1.6'&lt;/p&gt;
&lt;p&gt;+RAILS_GEM_VERSION = '2.1.1'&lt;br /&gt;&lt;br /&gt;Then, run 'rake rails:update' from with in your application's directory.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Notable upgrades for you would be:&lt;br /&gt; 1.2.0&lt;br /&gt; 1.2.6&lt;br /&gt; 2.0.0&lt;br /&gt; 2.0.4&lt;br /&gt; 2.1.0&lt;br /&gt; 2.1.1&lt;br /&gt;&lt;br /&gt;Other versions can be available as well, but these are the earliest and latest point-releases available within each major release at the time of this writing.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>

                
                    <category>howto</category>
                
                
                    <category>rails</category>
                
                
                    <category>software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Wed, 08 Oct 2008 14:39:57 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Django 1.0 'admin' interface</title>
                <guid>http://community.grokthis.net/blog/archive/2008/10/08/django-1-0-admin-interface</guid>
                <link>http://community.grokthis.net/blog/archive/2008/10/08/django-1-0-admin-interface</link>
                <description>
&lt;p&gt;We've had a few customers asking about why their Django admin interface is no longer working, since the upgrade to Django 1.0.&lt;/p&gt;
&lt;p&gt;Changes in Django 1.0 required a couple changes to the url.py file in order to access the admin view.  Here is an example of how to modify the file:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;blockquote&gt;# Add following lines for 1.0 compat, to top of file&lt;br /&gt;from django.conf.urls.defaults import *&lt;br /&gt;from django.contrib import admin&lt;br /&gt;import os&lt;br /&gt;admin.autodiscover()&lt;br /&gt;&lt;br /&gt;# and then under urlpatterns, eg:&lt;br /&gt;urlpatterns = patterns('',&lt;br /&gt;    # Remove old entry, eg:&lt;br /&gt;    # (r'^admin/', include('django.contrib.admin.urls')),&lt;br /&gt;    # Add new entry, eg:&lt;br /&gt;     ('^admin/(.*)', admin.site.root),&lt;br /&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>

                
                    <category>django</category>
                
                
                    <category>upgrade</category>
                
                
                    <category>software</category>
                

                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Wed, 08 Oct 2008 14:35:09 -0400</pubDate>

                
            </item>
        
        
            <item>
                <title>Python update plan</title>
                <guid>http://community.grokthis.net/blog/archive/2008/10/08/python-update-plan</guid>
                <link>http://community.grokthis.net/blog/archive/2008/10/08/python-update-plan</link>
                <description>
&lt;p&gt;Python 2.6 and 3.0 will soon be released, and it is important that this transition is as smooth as possible.  To facilitate that, we ask that customers please make sure that all of their scripts (including their Zope startup script) refer to a specific python version, a la: "/usr/bin/python2.4"&lt;/p&gt;
&lt;p&gt;For compatability, we've left Python 2.4 as the default on our servers.  Soon, python 2.5 or even 2.6 will be the default.  We do warn that if customers do not specify a specific Python executable, they may automatically be switched to newer Python releases as they become available.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Our support department will gladly assist customers prior to, and during the upgrade &amp;amp; migration period.&lt;br /&gt;&lt;/p&gt;
</description>
                <author>Eric Windisch</author>


                <!--
                <dc:creator tal:content="feedentry/getAuthor"></dc:creator>
                <dc:rights tal:content="feedentry/getRights"></dc:rights>
                -->

                <pubDate>Wed, 08 Oct 2008 14:33:03 -0400</pubDate>

                
            </item>
        

    </channel>
</rss>


