<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for I can has weblog?</title>
	
	<link>http://justin-hopkins.com/blog</link>
	<description>The thoughts and works of Justin Hopkins.</description>
	<lastBuildDate>Sat, 20 Feb 2010 02:11:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForICanHasWeblog" /><feedburner:info uri="commentsforicanhasweblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Justin Hopkins</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/MPramLOFuVo/comment-page-1</link>
		<dc:creator>Justin Hopkins</dc:creator>
		<pubDate>Sat, 20 Feb 2010 02:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-152</guid>
		<description>@drewbe,

So are you saying that you edited the script to read

su – $WEBUSER -c “/opt/openoffice.org3/program/soffice -headless -accept=”socket,host=127.0.0.1,port=8100;urp” -nofirststartwizard &amp;”

p.s. I used &lt;a href="http://www.characterencoder.com/" rel="nofollow"&gt;this tool&lt;/a&gt; to convert that last string into html entities. I don't know why my comments aren't UTF-8, but it's freaking annoying...

Why don't you post the script you have, the command (and user) you are using to invoke the script, and any output?

The anser to your last question about it being accessed by a web app really just requires that OOo and JODconverter be started as the apache user. Running JODConverter and OOo as any user will "work", but if your intent is for Drupal to have access to the files after they are created, they will need to be owned by the apache user.</description>
		<content:encoded><![CDATA[<p>@drewbe,</p>
<p>So are you saying that you edited the script to read</p>
<p>su &ndash; $WEBUSER -c &ldquo;/opt/openoffice.org3/program/soffice -headless -accept=&rdquo;socket,host=127.0.0.1,port=8100;urp&rdquo; -nofirststartwizard &amp;&rdquo;</p>
<p>p.s. I used <a href="http://www.characterencoder.com/" rel="nofollow">this tool</a> to convert that last string into html entities. I don&#8217;t know why my comments aren&#8217;t <span class="caps">UTF</span>-8, but it&#8217;s freaking annoying&#8230;</p>
<p>Why don&#8217;t you post the script you have, the command (and user) you are using to invoke the script, and any output?</p>
<p>The anser to your last question about it being accessed by a web app really just requires that OOo and <span class="caps">JOD</span>converter be started as the apache user. Running <span class="caps">JODC</span>onverter and OOo as any user will &#8220;work&#8221;, but if your intent is for Drupal to have access to the files after they are created, they will need to be owned by the apache user.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/MPramLOFuVo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-152</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by drewbe</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/QNTCIMYkqR4/comment-page-1</link>
		<dc:creator>drewbe</dc:creator>
		<pubDate>Sat, 20 Feb 2010 01:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-151</guid>
		<description>Justin,

thank you for this great explanation.
I haven't started the drupal integration, I've been stuck trying to get openoffice to run as a headless service...

My problem is related to Daves (from May 2009)

JODconverter and OOo3.2 work great together, as long as I start "soffice" manually:

sudo  /opt/openoffice.org3/program/soffice -headless -accept=”socket,host=127.0.0.1,port=8100;urp” -nofirststartwizard &amp;

and run JODconverter from commandline.

so I created a script per your instructions:

and ran the script from 
sudo /etc/init.d/soffice-service start

but get the following error:
creation of executable memory area failed: Permission denied

I tried the suggestion you made in reply to Dave.
but got a number of other errors.

can you offer any more insight into how to run openoffice as a service to be accessed by a web app?
how to structure the permissions? maybe..
I've really been all over the place trying to solve this, or I wouldn't bother you.
but based on your post and your comments, I'm hoping you have a quick solutions..

thanks
drew

I'm running Ubuntu Hardy LTS
oo3.2</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>thank you for this great explanation.<br />
I haven&#8217;t started the drupal integration, I&#8217;ve been stuck trying to get openoffice to run as a headless service&#8230;</p>
<p>My problem is related to Daves (from May 2009)</p>
<p><span class="caps">JOD</span>converter and OOo3.2 work great together, as long as I start &#8220;soffice&#8221; manually:</p>
<p>sudo&#8195;/opt/openoffice.org3/program/soffice -headless -accept=&acirc;��socket,host=127.0.0.1,port=8100;urp&acirc;�� -nofirststartwizard &amp;</p>
<p>and run <span class="caps">JOD</span>converter from commandline.</p>
<p>so I created a script per your instructions:</p>
<p>and ran the script from <br />
sudo /etc/init.d/soffice-service start</p>
<p>but get the following error:<br />
creation of executable memory area failed: Permission denied</p>
<p>I tried the suggestion you made in reply to Dave.<br />
but got a number of other errors.</p>
<p>can you offer any more insight into how to run openoffice as a service to be accessed by a web app?<br />
how to structure the permissions? maybe..<br />
I&#8217;ve really been all over the place trying to solve this, or I wouldn&#8217;t bother you.<br />
but based on your post and your comments, I&#8217;m hoping you have a quick solutions..</p>
<p>thanks<br />
drew</p>
<p>I&#8217;m running Ubuntu Hardy <span class="caps">LTS</span><br />
oo3.2</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/QNTCIMYkqR4" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-151</feedburner:origLink></item>
	<item>
		<title>Comment on Vector Outline of the State of Missouri by Justin</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/s8CU6D6pqWo/comment-page-1</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 16 Feb 2010 05:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=213#comment-150</guid>
		<description>That's great! I hope you guys get some use out of it.

Now if you will excuse me, I have to go tweet about this.</description>
		<content:encoded><![CDATA[<p>That&#8217;s great! I hope you guys get some use out of it.</p>
<p>Now if you will excuse me, I have to go tweet about this.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/s8CU6D6pqWo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2010/02/03/vector-outline-of-the-state-of-missouri/comment-page-1#comment-150</feedburner:origLink></item>
	<item>
		<title>Comment on Vector Outline of the State of Missouri by Jen Reeves</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/_rd1MSp2FBA/comment-page-1</link>
		<dc:creator>Jen Reeves</dc:creator>
		<pubDate>Tue, 16 Feb 2010 05:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=213#comment-149</guid>
		<description>Wow! Thanks for sharing. This has been an ongoing struggle in my newsroom. I worked on a map with a student for months. We never felt like we nailed it.</description>
		<content:encoded><![CDATA[<p>Wow! Thanks for sharing. This has been an ongoing struggle in my newsroom. I worked on a map with a student for months. We never felt like we nailed it.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/_rd1MSp2FBA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2010/02/03/vector-outline-of-the-state-of-missouri/comment-page-1#comment-149</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Justin</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/rxZPtvr58JA/comment-page-1</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-147</guid>
		<description>Yes, this looks great! Congrats on getting it going.</description>
		<content:encoded><![CDATA[<p>Yes, this looks great! Congrats on getting it going.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/rxZPtvr58JA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-147</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Justin</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/NUcZ2SW1KL0/comment-page-1</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 05 Feb 2010 16:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-146</guid>
		<description>Right, are you talking about Solr? If so I can't say from personal experience, but in general Solr has a great reputation.</description>
		<content:encoded><![CDATA[<p>Right, are you talking about Solr? If so I can&#8217;t say from personal experience, but in general Solr has a great reputation.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/NUcZ2SW1KL0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-146</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Andrés</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/k0htIVOIXDk/comment-page-1</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-143</guid>
		<description>Another question.
Would you recommend the sorl installation?</description>
		<content:encoded><![CDATA[<p>Another question.<br />
Would you recommend the sorl installation?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/k0htIVOIXDk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-143</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Andrés</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/cBb9glLqAxk/comment-page-1</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Fri, 29 Jan 2010 09:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-142</guid>
		<description>CCK 6.X.2.6
File Framework 	6.x-1.0-alpha5
Bitcache 6.x-1.0-beta2
RDF 6.x-1.0-alpha7
Views 6.x-2.8
Drupal 6.15

Anyway I think I make it work, please visit http://www.chandia.net/repositori and check if it's the desired behaviour.


Different stuf, about Drush..
I wasn't able to install it.
Youre instruccions are a bit different from the ones in the Readme of the module, anyway I tried both ways but I couldn't see the module to enable it, is there some trick?, anyway these are the differences

readme: Untar the tarball into a folder 'outside' of your web site (/path/to/drush) 
you: Install the Drush module by downloading the tarball to your 'modules directory' (sites/all/modules) and extract it

readme: ln -s /path/to/drush/drush /usr/bin/drush 
you: ln -s /var/www/drupal/sites/all/modules/drush/drush.php /home/hopkinsju/bin/drush
(you link 'drush.php'. readme links 'drush'

Thanks for all of your support</description>
		<content:encoded><![CDATA[<p><span class="caps">CCK</span> 6.X.2.6<br />
File Framework 	6.x-1.0-alpha5<br />
Bitcache 6.x-1.0-beta2<br />
<span class="caps">RDF</span> 6.x-1.0-alpha7<br />
Views 6.x-2.8<br />
Drupal 6.15</p>
<p>Anyway I think I make it work, please visit <a href="http://www.chandia.net/repositori" rel="nofollow">http://www.chandia.net/repositori</a> and check if it&#8217;s the desired behaviour.</p>
<p>Different stuf, about Drush..<br />
I wasn&#8217;t able to install it.<br />
Youre instruccions are a bit different from the ones in the Readme of the module, anyway I tried both ways but I couldn&#8217;t see the module to enable it, is there some trick?, anyway these are the differences</p>
<p>readme: Untar the tarball into a folder &#8216;outside&#8217; of your web site (/path/to/drush) <br />
you: Install the Drush module by downloading the tarball to your &#8216;modules directory&#8217; (sites/all/modules) and extract it</p>
<p>readme: ln -s /path/to/drush/drush /usr/bin/drush <br />
you: ln -s /var/www/drupal/sites/all/modules/drush/drush.php /home/hopkinsju/bin/drush<br />
(you link &#8216;drush.php&#8217;. readme links &#8216;drush&#8217;</p>
<p>Thanks for all of your support</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/cBb9glLqAxk" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-142</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Justin Hopkins</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/LXgqrE-1k1s/comment-page-1</link>
		<dc:creator>Justin Hopkins</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-141</guid>
		<description>The file vocab should be created automatically. What module versions are you using?

Did you look at the issue queue?</description>
		<content:encoded><![CDATA[<p>The file vocab should be created automatically. What module versions are you using?</p>
<p>Did you look at the issue queue?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/LXgqrE-1k1s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-141</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Andrés</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/K9OAYEotQVE/comment-page-1</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Thu, 28 Jan 2010 17:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-140</guid>
		<description>Ok, I went to 'admin/content/taxonomy/add/vocabulary' and over there i added the 'File' vocabulary with next features:
Content types: File
Stettings: tags, multiple select

It was that the right way to do it?</description>
		<content:encoded><![CDATA[<p>Ok, I went to &#8216;admin/content/taxonomy/add/vocabulary&#8217; and over there i added the &#8216;File&#8217; vocabulary with next features:<br />
Content types: File<br />
Stettings: tags, multiple select</p>
<p>It was that the right way to do it?</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/K9OAYEotQVE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-140</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Justin Hopkins</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/-GzDguC-J08/comment-page-1</link>
		<dc:creator>Justin Hopkins</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-139</guid>
		<description>Did you look at the issue queue? Looks like several similar items have been resolved:
  http://drupal.org/project/issues/fileframework?text=vocabulary&amp;status=All</description>
		<content:encoded><![CDATA[<p>Did you look at the issue queue? Looks like several similar items have been resolved:<br />
  <a href="http://drupal.org/project/issues/fileframework?text=vocabulary&amp;status=All" rel="nofollow">http://drupal.org/project/issues/fileframework?text=vocabulary&amp;status=All</a></p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/-GzDguC-J08" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-139</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Andrés</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/qYTQRMbvdU0/comment-page-1</link>
		<dc:creator>Andrés</dc:creator>
		<pubDate>Wed, 27 Jan 2010 18:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-138</guid>
		<description>going back to:
'‘the Files vocab’ is the vocabulary that is automatically created by the file module...'
when I go to 'admin/settings/dav/fileserver'
I see:
'File taxonomy server
Vocabulary settings
Exported vocabularies:'

But in the Area (the square) where sould be the 'File' vocabulary to select I see nothing...

Did I do something wrong, or do I'm lacking some step?
Thanks for your previos help, was perfect.</description>
		<content:encoded><![CDATA[<p>going back to:<br />
&#8216;&acirc;��the Files vocab&acirc;�� is the vocabulary that is automatically created by the file module&#8230;&#8217;<br />
when I go to &#8216;admin/settings/dav/fileserver&#8217;<br />
I see:<br />
&#8216;File taxonomy server<br />
Vocabulary settings<br />
Exported vocabularies:&#8217;</p>
<p>But in the Area (the square) where sould be the &#8216;File&#8217; vocabulary to select I see nothing&#8230;</p>
<p>Did I do something wrong, or do I&#8217;m lacking some step?<br />
Thanks for your previos help, was perfect.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/qYTQRMbvdU0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-138</feedburner:origLink></item>
	<item>
		<title>Comment on MySQL Shutdown Problem During Upgrade to Ubuntu 9.10 (Karmic Koala) by CJ</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/2Oec1I3ePos/comment-page-1</link>
		<dc:creator>CJ</dc:creator>
		<pubDate>Sat, 14 Nov 2009 12:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala#comment-119</guid>
		<description>Thanks, this worked for me :)</description>
		<content:encoded><![CDATA[<p>Thanks, this worked for me :)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/2Oec1I3ePos" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2009/11/02/mysql-shutdown-problem-during-upgrade-to-ubuntu-9-10-karmic-koala/comment-page-1#comment-119</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Andry B</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/MQaPv9d-1L0/comment-page-1</link>
		<dc:creator>Andry B</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-113</guid>
		<description>Thanks for the great tutorial.
Anybody have tutorial on settingup the WebDav?
I can access the WebDav,but I don't know how to upload multiple files via WebDav.

Any help would be appreciate.

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial.<br />
Anybody have tutorial on settingup the WebDav?<br />
I can access the WebDav,but I don&#8217;t know how to upload multiple files via WebDav.</p>
<p>Any help would be appreciate.</p>
<p>Thanks</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/MQaPv9d-1L0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-113</feedburner:origLink></item>
	<item>
		<title>Comment on How To: Setting Up Drupal File Framework On Ubuntu 8.10 by Paul Campbell</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/GGaNEFguf2Q/comment-page-1</link>
		<dc:creator>Paul Campbell</dc:creator>
		<pubDate>Sun, 25 Oct 2009 15:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-112</guid>
		<description>Hi Justin,

I'm working through this on an Ubuntu 9.10 (beta) amd64.  I just ran into the "creation of executable memory area failed: Permission denied" error.  Your suggestion of "su – $WEBUSER -c ...“ clears up the error message.</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>I&#8217;m working through this on an Ubuntu 9.10 (beta) amd64.&#8195;I just ran into the &#8220;creation of executable memory area failed: Permission denied&#8221; error.&#8195;Your suggestion of &#8220;su &acirc;�� $WEBUSER&acirc;��-c &#8230;&acirc;�� clears up the error message.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/GGaNEFguf2Q" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-112</feedburner:origLink></item>
	<item>
		<title>Comment on Margaret Waddell and Hummingbirdhouse Music Studio by Justin</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/6uxnounw3ik/comment-page-1</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 19 Sep 2009 11:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=164#comment-111</guid>
		<description>Lol I thought of something to say in reply to your comment, but it's pretty much all in the blog. Side note: Freya interrupted me while writing this. She wants me to tell you that she got a new book - called Purplicious. 

&gt; Thanks for being my web guy!
My pleasure!

Congratulations to Hannah! I'll have to get caught up on what South Pacific is, then hopefully we can make the show :)</description>
		<content:encoded><![CDATA[<p>Lol I thought of something to say in reply to your comment, but it&#8217;s pretty much all in the blog. Side note: Freya interrupted me while writing this. She wants me to tell you that she got a new book &#8211; called Purplicious. </p>
<p>&gt; Thanks for being my web guy!<br />
My pleasure!</p>
<p>Congratulations to Hannah! I&#8217;ll have to get caught up on what South Pacific is, then hopefully we can make the show :)</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/6uxnounw3ik" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2009/02/18/margaret-waddell-and-hummingbirdhouse-music-studio/comment-page-1#comment-111</feedburner:origLink></item>
	<item>
		<title>Comment on Margaret Waddell and Hummingbirdhouse Music Studio by Margaret Waddell</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/HsB5AkoW5AQ/comment-page-1</link>
		<dc:creator>Margaret Waddell</dc:creator>
		<pubDate>Sat, 19 Sep 2009 08:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=164#comment-110</guid>
		<description>I was just doing a web search on myself, and look what I found. Thank you so much Justin for your kind words. I am really touched. Wow! ...I do remember that meeting in Clover's. I think it was after you and Freya had attended one of my free classes at the library, wasn't it? I was struck with how you related to Freya with such...hmmm...how to put it into words....respect and honor...treating her as you would treat a friend, yet still being a parent. Now, I'm fumbling with words! Anyway, I really value that sort of integrity with regard to the treatment of children. I would have loved having you as a dad! Parenting, for me, has always had an air of improving life for the next generation, and improving relationships between generations. I love to see happy, well-adjusted kids turn into happy, well-adjusted adults. And BTW, Hannah just got the lead role in South Pacific! I'm really proud of her and glad I could give her a good start in her musical life.

Thanks for being my web guy!

Margaret</description>
		<content:encoded><![CDATA[<p>I was just doing a web search on myself, and look what I found. Thank you so much Justin for your kind words. I am really touched. Wow! &#8230;I do remember that meeting in Clover&#8217;s. I think it was after you and Freya had attended one of my free classes at the library, wasn&#8217;t it? I was struck with how you related to Freya with such&#8230;hmmm&#8230;how to put it into words&#8230;.respect and honor&#8230;treating her as you would treat a friend, yet still being a parent. Now, I&#8217;m fumbling with words! Anyway, I really value that sort of integrity with regard to the treatment of children. I would have loved having you as a dad! Parenting, for me, has always had an air of improving life for the next generation, and improving relationships between generations. I love to see happy, well-adjusted kids turn into happy, well-adjusted adults. And <span class="caps">BTW,</span> Hannah just got the lead role in South Pacific! I&#8217;m really proud of her and glad I could give her a good start in her musical life.</p>
<p>Thanks for being my web guy!</p>
<p>Margaret</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/HsB5AkoW5AQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2009/02/18/margaret-waddell-and-hummingbirdhouse-music-studio/comment-page-1#comment-110</feedburner:origLink></item>
	<item>
		<title>Comment on How to get a .csv of subscribers on all your Mailman lists by Justin</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/NJmFgqO3wqo/comment-page-1</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 02 Sep 2009 17:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=185#comment-109</guid>
		<description>My pleasure!</description>
		<content:encoded><![CDATA[<p>My pleasure!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/NJmFgqO3wqo" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2009/05/16/how-to-get-a-csv-of-subscribers-on-all-your-mailman-lists/comment-page-1#comment-109</feedburner:origLink></item>
	<item>
		<title>Comment on How to get a .csv of subscribers on all your Mailman lists by Bret Miller</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/ivzPnB4WJEY/comment-page-1</link>
		<dc:creator>Bret Miller</dc:creator>
		<pubDate>Wed, 02 Sep 2009 17:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=185#comment-108</guid>
		<description>Awesome! Just what I was looking for. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome! Just what I was looking for. Thanks!</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/ivzPnB4WJEY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2009/05/16/how-to-get-a-csv-of-subscribers-on-all-your-mailman-lists/comment-page-1#comment-108</feedburner:origLink></item>
	<item>
		<title>Comment on A new scooter! by Jeff</title>
		<link>http://feedproxy.google.com/~r/CommentsForICanHasWeblog/~3/DSokZw7oy8M/comment-page-1</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 25 May 2009 22:33:34 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:4744aacf-3d01-409b-bb40-d7d472de4e09#comment-86</guid>
		<description>Larry and Judy,
What is the brand of scooter you purchased at HyVee and have you had good luck with it so far.  I've been reading some reviews about some Chinese scooter and I've love to know more about the scooter you purchased.  My parents are thinking of buying one of the HyVee scooters and any info you can provide would be appreciated.  Thanks.</description>
		<content:encoded><![CDATA[<p>Larry and Judy,<br />
What is the brand of scooter you purchased at HyVee and have you had good luck with it so far.&#8195;I&#8217;ve been reading some reviews about some Chinese scooter and I&#8217;ve love to know more about the scooter you purchased.&#8195;My parents are thinking of buying one of the HyVee scooters and any info you can provide would be appreciated.&#8195;Thanks.</p>
<img src="http://feeds.feedburner.com/~r/CommentsForICanHasWeblog/~4/DSokZw7oy8M" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://justin-hopkins.com/blog/2008/09/27/a-new-scooter/comment-page-1#comment-86</feedburner:origLink></item>
</channel>
</rss>
