<?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 on: How To: Setting Up Drupal File Framework On Ubuntu 8.10</title>
	<atom:link href="http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/feed" rel="self" type="application/rss+xml" />
	<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810</link>
	<description>The thoughts and works of Justin Hopkins.</description>
	<lastBuildDate>Fri, 18 Jun 2010 01:16:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mike</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-206</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 18 Jun 2010 01:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-206</guid>
		<description>Are there any demo sites for this particular combination of modules? I&#039;d love to see a professional grade demo. Thanks</description>
		<content:encoded><![CDATA[<p>Are there any demo sites for this particular combination of modules? I&#8217;d love to see a professional grade demo. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-175</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 17 May 2010 13:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-175</guid>
		<description>Thanks for the tips! I&#039;ll add them to the post - but obviously it&#039;s starting to get way out of date now. Sad face. Truth is, I&#039;ve turned off the file conversion parts of this on the site it was implemented on.</description>
		<content:encoded><![CDATA[<p>Thanks for the tips! I&#8217;ll add them to the post &#8211; but obviously it&#8217;s starting to get way out of date now. Sad face. Truth is, I&#8217;ve turned off the file conversion parts of this on the site it was implemented on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-172</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Mon, 17 May 2010 10:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-172</guid>
		<description>I am busy trying to get this all to work on 10.4 and my first snag was the permission part of running the openoffice daemon.
Well I think the man page of sudo in the end helped me:
-H          The -H (HOME) option sets the HOME environment variable to the homedir of the target user (root by default) as specified in passwd(5).  By default,
                   sudo does not modify HOME (see set_home and always_set_home in sudoers(5)).

And I am not done here and have not everything running yet but it might also explain why the process was trying to write to /root/tmp/, and it solved the openoffice start problem.

and on a side note .... 
sudo pear install HTTP_WebDAV_Server
works just as well and you don&#039;t have to worry about the version(not that it is maintained)

swftool for some reason cannot be installed with apt-get today??? the package does exist on the ubuntu website but apt-get and aptitude do not find it.

And the last one for now JODConverter is now a package so you can install it trough apt-get.
Thnx for the writeup and keeping up with the comments ;)</description>
		<content:encoded><![CDATA[<p>I am busy trying to get this all to work on 10.4 and my first snag was the permission part of running the openoffice daemon.<br />
Well I think the man page of sudo in the end helped me:<br />
-H&#8195;        The -H (HOME) option sets the <span class="caps">HOME </span>environment variable to the homedir of the target user (root by default) as specified in passwd(5).&#8195;By default,<br />
                   sudo does not modify <span class="caps">HOME </span>(see set_home and always_set_home in sudoers(5)).</p>
<p>And I am not done here and have not everything running yet but it might also explain why the process was trying to write to /root/tmp/, and it solved the openoffice start problem.</p>
<p>and on a side note &#8230;. <br />
sudo pear install <span class="caps">HTTP</span>_WebDAV_Server<br />
works just as well and you don&#8217;t have to worry about the version(not that it is maintained)</p>
<p>swftool for some reason cannot be installed with apt-get today??? the package does exist on the ubuntu website but apt-get and aptitude do not find it.</p>
<p>And the last one for now <span class="caps">JODC</span>onverter is now a package so you can install it trough apt-get.<br />
Thnx for the writeup and keeping up with the comments ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Hopkins</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-152</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 &#8211; $WEBUSER -c &#8220;/opt/openoffice.org3/program/soffice -headless -accept=&#8221;socket,host=127.0.0.1,port=8100;urp&#8221; -nofirststartwizard &amp;&#8221;

p.s. I used &lt;a href=&quot;http://www.characterencoder.com/&quot; rel=&quot;nofollow&quot;&gt;this tool&lt;/a&gt; to convert that last string into html entities. I don&#039;t know why my comments aren&#039;t UTF-8, but it&#039;s freaking annoying...

Why don&#039;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 &quot;work&quot;, 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>
]]></content:encoded>
	</item>
	<item>
		<title>By: drewbe</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-151</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&#039;t started the drupal integration, I&#039;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 &quot;soffice&quot; 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&#039;ve really been all over the place trying to solve this, or I wouldn&#039;t bother you.
but based on your post and your comments, I&#039;m hoping you have a quick solutions..

thanks
drew

I&#039;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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-147</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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-146</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&#039;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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-143</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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-142</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&#039;s the desired behaviour.


Different stuf, about Drush..
I wasn&#039;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&#039;t see the module to enable it, is there some trick?, anyway these are the differences

readme: Untar the tarball into a folder &#039;outside&#039; of your web site (/path/to/drush) 
you: Install the Drush module by downloading the tarball to your &#039;modules directory&#039; (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 &#039;drush.php&#039;. readme links &#039;drush&#039;

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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Hopkins</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-141</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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-140</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 &#039;admin/content/taxonomy/add/vocabulary&#039; and over there i added the &#039;File&#039; 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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Hopkins</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-139</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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrés</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-138</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:
&#039;‘the Files vocab’ is the vocabulary that is automatically created by the file module...&#039;
when I go to &#039;admin/settings/dav/fileserver&#039;
I see:
&#039;File taxonomy server
Vocabulary settings
Exported vocabularies:&#039;

But in the Area (the square) where sould be the &#039;File&#039; vocabulary to select I see nothing...

Did I do something wrong, or do I&#039;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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andry B</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-113</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&#039;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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Campbell</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-112</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&#039;m working through this on an Ubuntu 9.10 (beta) amd64.  I just ran into the &quot;creation of executable memory area failed: Permission denied&quot; error.  Your suggestion of &quot;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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-78</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 20 May 2009 05:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-78</guid>
		<description>Are you sudo&#039;ing the openoffice start script or are you running it from a root terminal? The line:
sudo -u $WEBUSER /opt/openoffice.org3/program/soffice -headless -accept=&quot;socket,host=127.0.0.1,port=8100;urp&quot; -nofirststartwizard &amp; 

won&#039;t work right unless you are running as a regular user and do:

sudo /etc/init.d/openoffice-service start

Try that and let me know. Depending on your needs, you might want to look at either editing the script to use a line like this:

su - $WEBUSER  -c &quot;/opt/openoffice.org3/program/soffice -headless -accept=&quot;socket,host=127.0.0.1,port=8100;urp&quot; -nofirststartwizard &amp;&quot;

I&#039;m not sure though. Tomorrow night if I have time and can remember I think I&#039;ll start a book on DDO and put what I&#039;ve got into it. I&#039;ll section it out by OS since there seems to be a variety of different issues depending on what everyone is running.</description>
		<content:encoded><![CDATA[<p>Are you sudo&#8217;ing the openoffice start script or are you running it from a root terminal? The line:<br />
sudo -u $WEBUSER /opt/openoffice.org3/program/soffice -headless -accept=&#8221;socket,host=127.0.0.1,port=8100;urp&#8221; -nofirststartwizard &amp; </p>
<p>won&#8217;t work right unless you are running as a regular user and do:</p>
<p>sudo /etc/init.d/openoffice-service start</p>
<p>Try that and let me know. Depending on your needs, you might want to look at either editing the script to use a line like this:</p>
<p>su &#8211; $WEBUSER&#8195;-c &#8220;/opt/openoffice.org3/program/soffice -headless -accept=&#8221;socket,host=127.0.0.1,port=8100;urp&#8221; -nofirststartwizard &amp;&#8221;</p>
<p>I&#8217;m not sure though. Tomorrow night if I have time and can remember I think I&#8217;ll start a book on <span class="caps">DDO </span>and put what I&#8217;ve got into it. I&#8217;ll section it out by OS since there seems to be a variety of different issues depending on what everyone is running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-77</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 20 May 2009 04:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-77</guid>
		<description>yike, I should add, I think the issue is related to the www-data user, I can also start as any other standard user.</description>
		<content:encoded><![CDATA[<p>yike, I should add, I think the issue is related to the www-data user, I can also start as any other standard user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-76</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 20 May 2009 04:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-76</guid>
		<description>Thanks for a great tutorial, I managed to get this going on debian as root, but having an issue starting from the script.

I can run :

/opt/openoffice.org3/program/soffice -headless -accept=&quot;socket,host=127.0.0.1,port=8100;urp&quot; -nofirststartwizard 

as root, but when running the script, I get :

#/etc/init.d/openoffice-service start
Starting OpenOffice service: OpenOffice Started
[Java framework] Error in function NodeJava::writeSettings (elements.cxx).
javaldx failed!
creation of executable memory area failed: Permission denied
creation of executable memory area failed: Permission denied
creation of executable memory area failed: Permission denied
creation of executable memory area failed: Permission denied
creation of executable memory area failed: Permission denied
creation of executable memory area failed: Permission denied
creation of executable memory area failed: Permission denied

the java I have installed is java-gcj-compat, the server is debian etch</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial, I managed to get this going on debian as root, but having an issue starting from the script.</p>
<p>I can run :</p>
<p>/opt/openoffice.org3/program/soffice -headless -accept=&#8221;socket,host=127.0.0.1,port=8100;urp&#8221; -nofirststartwizard </p>
<p>as root, but when running the script, I get :</p>
<p>#/etc/init.d/openoffice-service start<br />
Starting OpenOffice service: OpenOffice Started<br />
[Java framework] Error in function NodeJava::writeSettings (elements.cxx).<br />
javaldx failed!<br />
creation of executable memory area failed: Permission denied<br />
creation of executable memory area failed: Permission denied<br />
creation of executable memory area failed: Permission denied<br />
creation of executable memory area failed: Permission denied<br />
creation of executable memory area failed: Permission denied<br />
creation of executable memory area failed: Permission denied<br />
creation of executable memory area failed: Permission denied</p>
<p>the java I have installed is java-gcj-compat, the server is debian etch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-72</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Fri, 15 May 2009 04:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-72</guid>
		<description>@Kevin It looks like you&#039;ve been able to resolve your issue by following the steps in http://drupal.org/node/425884#comment-1448512 That&#039;s great.

@Christophe Perhaps try the above - basically just reinstalling the modules (I&#039;d use devel myself). Also, I cannot stress this enough: look at the output of phpinfo(). You need to look at the value of $TMPDIR. It may be that root&#039;s (or another users) environment variables are being carried over to apache. Look at your phpinfo() and let me know what $TMPDIR is.</description>
		<content:encoded><![CDATA[<p>@Kevin It looks like you&#8217;ve been able to resolve your issue by following the steps in <a href="http://drupal.org/node/425884#comment-1448512" rel="nofollow">http://drupal.org/node/425884#comment-1448512</a> That&#8217;s great.</p>
<p>@Christophe Perhaps try the above &#8211; basically just reinstalling the modules (I&#8217;d use devel myself). Also, I cannot stress this enough: look at the output of phpinfo(). You need to look at the value of $TMPDIR. It may be that root&#8217;s (or another users) environment variables are being carried over to apache. Look at your phpinfo() and let me know what $TMPDIR is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://justin-hopkins.com/blog/2008/12/02/how-to-setting-up-drupal-file-framework-on-ubuntu-810/comment-page-1#comment-71</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Thu, 14 May 2009 20:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://justin-hopkins.com/blog/?p=101#comment-71</guid>
		<description>And many thanks to you Justin, I spent long time to setup my opensuse, I&#039;m still unable to start openoffice with a batch, but you really helped me a lot !</description>
		<content:encoded><![CDATA[<p>And many thanks to you Justin, I spent long time to setup my opensuse, I&#8217;m still unable to start openoffice with a batch, but you really helped me a lot !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
