<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for SmartLogic Solutions Blog</title>
	<atom:link href="http://blog.smartlogicsolutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Using ActiveRecord&#8217;s to_xml to produce custom xml including deep level associations by justin</title>
		<link>http://blog.smartlogicsolutions.com/2008/09/10/using-activerecords-to_xml-to-produce-custom-xml-including-deep-level-associations/comment-page-1/#comment-5362</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Sat, 17 Dec 2011 12:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=237#comment-5362</guid>
		<description>With the deep_xml method example, children aren&#039;t wrapped in a  tag, so I had to define the method like:

def deep_xml(builder=nil)
  to_xml(:builder =&gt; builder) do &#124;xml_builder&#124;
    xml_builder.children { &#124;xml&#124;
      children.each{&#124;child&#124; child.deep_xml(xml)}
    }
  end
end</description>
		<content:encoded><![CDATA[<p>With the deep_xml method example, children aren&#8217;t wrapped in a  tag, so I had to define the method like:</p>
<p>def deep_xml(builder=nil)<br />
  to_xml(:builder =&gt; builder) do |xml_builder|<br />
    xml_builder.children { |xml|<br />
      children.each{|child| child.deep_xml(xml)}<br />
    }<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fork Pools in Ruby on Rails by Daniel Doezema</title>
		<link>http://blog.smartlogicsolutions.com/2008/09/19/fork-pools-in-ruby-on-rails/comment-page-1/#comment-5354</link>
		<dc:creator>Daniel Doezema</dc:creator>
		<pubDate>Wed, 30 Nov 2011 14:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=262#comment-5354</guid>
		<description>THANK YOU! I was running into dropped/close MySQL connection when I was forking as the connection was getting cloned.

Using ActiveRecord::Base.remove_connection seems to have solved this issue.</description>
		<content:encoded><![CDATA[<p>THANK YOU! I was running into dropped/close MySQL connection when I was forking as the connection was getting cloned.</p>
<p>Using ActiveRecord::Base.remove_connection seems to have solved this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount options to improve ext4 file system performance by everge48</title>
		<link>http://blog.smartlogicsolutions.com/2009/06/04/mount-options-to-improve-ext4-file-system-performance/comment-page-1/#comment-5351</link>
		<dc:creator>everge48</dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=677#comment-5351</guid>
		<description>^ Yes it is redundant.</description>
		<content:encoded><![CDATA[<p>^ Yes it is redundant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Skinning A Button in Flex 4 Using FXG by iamdeepa on technology &#187; Archive &#187; Speaking about Halo/Gumbo development at MAX 2008</title>
		<link>http://blog.smartlogicsolutions.com/2008/07/16/skinning-button-flex-4-fxg/comment-page-1/#comment-5333</link>
		<dc:creator>iamdeepa on technology &#187; Archive &#187; Speaking about Halo/Gumbo development at MAX 2008</dc:creator>
		<pubDate>Thu, 27 Oct 2011 03:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/2008/07/16/skinning-button-flex-4-fxg/#comment-5333</guid>
		<description>[...] with Gumbo component development, there has already been some really great posts (examples here and here) investigating creating and skinning Gumbo components. Check them out. I have to say, I&#8217;m [...]</description>
		<content:encoded><![CDATA[<p>[...] with Gumbo component development, there has already been some really great posts (examples here and here) investigating creating and skinning Gumbo components. Check them out. I have to say, I&#8217;m [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostGIS 1.5 on PostgreSQL 8.4 on Ubuntu by Sam</title>
		<link>http://blog.smartlogicsolutions.com/2010/03/04/installing-postgis-1-5-0-on-postgresql-8-4-on-ubuntu-9-10/comment-page-1/#comment-5320</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 01 Oct 2011 21:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=867#comment-5320</guid>
		<description>Hi.

I run this:

. . . . . . . . . . . . . . 
postgres=# SELECT NOW();
              now
-------------------------------
 2011-10-01 14:13:30.189673-05
(1 row)
. . . . . . . . . . . . . . 

OK !!

Then I Run:

. . . . . . . . . . . . . . 
-bash-3.2$ createlang plpgsql geoespacial
Password:
createlang: language &quot;plpgsql&quot; is already installed in database &quot;geoespacial&quot;
-bash-3.2$
. . . . . . . . . . . . . . 

Then: Guao!!!... LANGUAGE EXIST !!!

Then I run:

. . . . . . . . . . . . . . 
postgres=# SELECT PostGIS_Full_Version();
ERROR:  function postgis_full_version() does not exist
LINE 1: SELECT PostGIS_Full_Version();
               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
postgres=#
. . . . . . . . . . . . . . 


WHAT I can do please ???

If I run (newly):
psql -d geoespacial -f /usr/share/pgsql/contrib/postgis-1.5/postgis.sql
psql -d geoespacial -f /usr/share/pgsql/contrib/postgis-1.5/spatial_ref_sys.sql

result is:

psql:/usr/share/pgsql/contrib/postgis-1.5/postgis.sql:7085: ERROR:  current transaction is aborted, commands ignored until end of transaction block
psql:/usr/share/pgsql/contrib/postgis-1.5/postgis.sql:7091: ERROR:  current transaction is aborted, commands ignored until end of transaction block


PLEASE HELP

THANKS</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I run this:</p>
<p>. . . . . . . . . . . . . .<br />
postgres=# SELECT NOW();<br />
              now<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
 2011-10-01 14:13:30.189673-05<br />
(1 row)<br />
. . . . . . . . . . . . . . </p>
<p>OK !!</p>
<p>Then I Run:</p>
<p>. . . . . . . . . . . . . .<br />
-bash-3.2$ createlang plpgsql geoespacial<br />
Password:<br />
createlang: language &#8220;plpgsql&#8221; is already installed in database &#8220;geoespacial&#8221;<br />
-bash-3.2$<br />
. . . . . . . . . . . . . . </p>
<p>Then: Guao!!!&#8230; LANGUAGE EXIST !!!</p>
<p>Then I run:</p>
<p>. . . . . . . . . . . . . .<br />
postgres=# SELECT PostGIS_Full_Version();<br />
ERROR:  function postgis_full_version() does not exist<br />
LINE 1: SELECT PostGIS_Full_Version();<br />
               ^<br />
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.<br />
postgres=#<br />
. . . . . . . . . . . . . . </p>
<p>WHAT I can do please ???</p>
<p>If I run (newly):<br />
psql -d geoespacial -f /usr/share/pgsql/contrib/postgis-1.5/postgis.sql<br />
psql -d geoespacial -f /usr/share/pgsql/contrib/postgis-1.5/spatial_ref_sys.sql</p>
<p>result is:</p>
<p>psql:/usr/share/pgsql/contrib/postgis-1.5/postgis.sql:7085: ERROR:  current transaction is aborted, commands ignored until end of transaction block<br />
psql:/usr/share/pgsql/contrib/postgis-1.5/postgis.sql:7091: ERROR:  current transaction is aborted, commands ignored until end of transaction block</p>
<p>PLEASE HELP</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostGIS 1.5 on PostgreSQL 8.4 on Ubuntu by Instalar PostGis en PostgreSQL &#124; cutnpaste.org</title>
		<link>http://blog.smartlogicsolutions.com/2010/03/04/installing-postgis-1-5-0-on-postgresql-8-4-on-ubuntu-9-10/comment-page-1/#comment-5314</link>
		<dc:creator>Instalar PostGis en PostgreSQL &#124; cutnpaste.org</dc:creator>
		<pubDate>Sun, 18 Sep 2011 03:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=867#comment-5314</guid>
		<description>[...] Fuente 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Fuente 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Including external .rake files in your project&#8217;s Rakefile &#8212; keep your rake tasks organized! by Jamie Kirkpatrick</title>
		<link>http://blog.smartlogicsolutions.com/2009/05/26/including-external-rake-files-in-your-projects-rakefile-keep-your-rake-tasks-organized/comment-page-1/#comment-5305</link>
		<dc:creator>Jamie Kirkpatrick</dc:creator>
		<pubDate>Wed, 14 Sep 2011 08:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=649#comment-5305</guid>
		<description>Nice tip for us non-rails users out there.</description>
		<content:encoded><![CDATA[<p>Nice tip for us non-rails users out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Byobu and Landscape to improve remote Ubuntu sessions by Ejz</title>
		<link>http://blog.smartlogicsolutions.com/2010/01/22/ubuntu-byobu-landscape/comment-page-1/#comment-5303</link>
		<dc:creator>Ejz</dc:creator>
		<pubDate>Mon, 12 Sep 2011 09:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=827#comment-5303</guid>
		<description>I use byobu to manage my ssh sessions! I open ssh-session and leave it open in byobu.</description>
		<content:encoded><![CDATA[<p>I use byobu to manage my ssh sessions! I open ssh-session and leave it open in byobu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mount options to improve ext4 file system performance by LohPhat</title>
		<link>http://blog.smartlogicsolutions.com/2009/06/04/mount-options-to-improve-ext4-file-system-performance/comment-page-1/#comment-5302</link>
		<dc:creator>LohPhat</dc:creator>
		<pubDate>Sat, 10 Sep 2011 19:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=677#comment-5302</guid>
		<description>1. What is the default journal mode if the &quot;journal_data&quot; &#124; &quot;journal_data_ordered&quot; &#124; &quot;journal_data_writeback&quot; are not specified? Is it distro specific? If so, how do I find out?

Is the /etc/fstab mount option &quot;data=writeback&quot; redundant if &quot;journal_data_writeback&quot; is set in the superblock?</description>
		<content:encoded><![CDATA[<p>1. What is the default journal mode if the &#8220;journal_data&#8221; | &#8220;journal_data_ordered&#8221; | &#8220;journal_data_writeback&#8221; are not specified? Is it distro specific? If so, how do I find out?</p>
<p>Is the /etc/fstab mount option &#8220;data=writeback&#8221; redundant if &#8220;journal_data_writeback&#8221; is set in the superblock?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PostGIS 1.5 on PostgreSQL 8.4 on Ubuntu by Josip</title>
		<link>http://blog.smartlogicsolutions.com/2010/03/04/installing-postgis-1-5-0-on-postgresql-8-4-on-ubuntu-9-10/comment-page-1/#comment-5298</link>
		<dc:creator>Josip</dc:creator>
		<pubDate>Sun, 28 Aug 2011 07:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=867#comment-5298</guid>
		<description>I had the same problem of those PostGIS .sql files missing, MY SOLUTION:

sudo apt-get install postgresql-contrib

That is, my whole /contrib directory was missing, and this was why. When I installed postgresql-contrib and the PostGIS, everything was OK.</description>
		<content:encoded><![CDATA[<p>I had the same problem of those PostGIS .sql files missing, MY SOLUTION:</p>
<p>sudo apt-get install postgresql-contrib</p>
<p>That is, my whole /contrib directory was missing, and this was why. When I installed postgresql-contrib and the PostGIS, everything was OK.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

