<?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: RHEL5 init (init.d) script for OpenOffice.org (2.3+)</title>
	<atom:link href="http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/</link>
	<description>personal musings on the composition of software</description>
	<lastBuildDate>Mon, 06 Sep 2010 02:10:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: bill</title>
		<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/#comment-769</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Wed, 10 Jun 2009 01:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=66#comment-769</guid>
		<description>So I changed the init script line to run directly w/ the options, no variables:

${SOFFICE_PATH}/soffice.bin -headless -nofirststartwizard -accept=&quot;socket,host=localhost,port=8100;urp;StarOffice.Service&quot; &gt; /dev/null 2&gt;&amp;1  &amp;

and it works fine.  dunno what the deal is.</description>
		<content:encoded><![CDATA[<p>So I changed the init script line to run directly w/ the options, no variables:</p>
<p>${SOFFICE_PATH}/soffice.bin -headless -nofirststartwizard -accept=&#8221;socket,host=localhost,port=8100;urp;StarOffice.Service&#8221; &gt; /dev/null 2&gt;&amp;1  &amp;</p>
<p>and it works fine.  dunno what the deal is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bill</title>
		<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/#comment-693</link>
		<dc:creator>bill</dc:creator>
		<pubDate>Wed, 29 Apr 2009 21:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=66#comment-693</guid>
		<description>I&#039;m trying this on fedora 10 w/ oo3 (fedora&#039;s 3.0.1-15.3 version) and i can&#039;t seem to get it to work.  i have the following oo3 rpms installed:

openoffice.org-ure-3.0.1-15.3.fc10.i386
openoffice.org-headless-3.0.1-15.3.fc10.i386
openoffice.org-core-3.0.1-15.3.fc10.i386
openoffice.org-brand-3.0.1-15.3.fc10.i386

so my command line looks like:

/usr/lib/openoffice.org3/program/soffice.bin -headless -nofirststartwizard -accept=&quot;socket,host=localhost,port=8100;urp;StarOffice.Service&quot;

if i run that as root from the console, it binds to 8100.

if i run the init script (w/ the same commandline) it doesn&#039;t bind to 8100.  

any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying this on fedora 10 w/ oo3 (fedora&#8217;s 3.0.1-15.3 version) and i can&#8217;t seem to get it to work.  i have the following oo3 rpms installed:</p>
<p>openoffice.org-ure-3.0.1-15.3.fc10.i386<br />
openoffice.org-headless-3.0.1-15.3.fc10.i386<br />
openoffice.org-core-3.0.1-15.3.fc10.i386<br />
openoffice.org-brand-3.0.1-15.3.fc10.i386</p>
<p>so my command line looks like:</p>
<p>/usr/lib/openoffice.org3/program/soffice.bin -headless -nofirststartwizard -accept=&#8221;socket,host=localhost,port=8100;urp;StarOffice.Service&#8221;</p>
<p>if i run that as root from the console, it binds to 8100.</p>
<p>if i run the init script (w/ the same commandline) it doesn&#8217;t bind to 8100.  </p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surj</title>
		<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/#comment-685</link>
		<dc:creator>Surj</dc:creator>
		<pubDate>Fri, 24 Apr 2009 10:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=66#comment-685</guid>
		<description>Also add the param -nofirststartwizard to stop it asking you to register, e.g.:

SOFFICE_ARGS=&#039;-accept=&quot;socket,host=localhost,port=8100;urp&quot; -headless -nofirststartwizard&#039;</description>
		<content:encoded><![CDATA[<p>Also add the param -nofirststartwizard to stop it asking you to register, e.g.:</p>
<p>SOFFICE_ARGS=&#8217;-accept=&#8221;socket,host=localhost,port=8100;urp&#8221; -headless -nofirststartwizard&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Schuld</title>
		<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/#comment-571</link>
		<dc:creator>Chris Schuld</dc:creator>
		<pubDate>Fri, 20 Feb 2009 03:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=66#comment-571</guid>
		<description>@Jorge,

Thanks!  Agreed 100%; thanks for the update/suggestion!</description>
		<content:encoded><![CDATA[<p>@Jorge,</p>
<p>Thanks!  Agreed 100%; thanks for the update/suggestion!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Williams</title>
		<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/#comment-566</link>
		<dc:creator>Jorge Williams</dc:creator>
		<pubDate>Wed, 18 Feb 2009 23:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=66#comment-566</guid>
		<description>Whoops... I mean 

su - soffice -c “$SOFFICE_PATH/soffice.bin $SOFFICE_ARGS” &lt; /dev/null &amp;&gt; /dev/null &amp;</description>
		<content:encoded><![CDATA[<p>Whoops&#8230; I mean </p>
<p>su &#8211; soffice -c “$SOFFICE_PATH/soffice.bin $SOFFICE_ARGS” &lt; /dev/null &amp;&gt; /dev/null &amp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Williams</title>
		<link>http://chrisschuld.com/2008/10/rhel5-init-initd-script-for-openoffice-org/#comment-565</link>
		<dc:creator>Jorge Williams</dc:creator>
		<pubDate>Wed, 18 Feb 2009 23:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://chrisschuld.com/?p=66#comment-565</guid>
		<description>Hi Chris,

I don&#039;t think it&#039;s a good idea to run soffice as root.

I&#039;d suggest creating a user &quot;soffice&quot; and trying something like:

su - soffice -c &quot;$SOFFICE_PATH/soffice.bin $SOFFICE_ARGS&quot; /dev/null &amp;

-jOrGe W.</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I don&#8217;t think it&#8217;s a good idea to run soffice as root.</p>
<p>I&#8217;d suggest creating a user &#8220;soffice&#8221; and trying something like:</p>
<p>su &#8211; soffice -c &#8220;$SOFFICE_PATH/soffice.bin $SOFFICE_ARGS&#8221; /dev/null &amp;</p>
<p>-jOrGe W.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
