I deleted everything under /library/pgsql-xs/ but &#39;<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">service pgsql-xs initdb&#39; failed.  Ended up with an initdb.log file that was the same as running &#39;service postgresql initdb.&#39;  When I installed the XS, I checkbox&#39;d pretty much everything that was offered (editors, db, web server, etc.) ... would that make a difference?</span><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><span class="Apple-style-span" style="font-size: 13px; "></span><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">I already checked for inodes usage yesterday.  That&#39;s not a problem.</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">-Ben</span></font></div>
<div><br><div class="gmail_quote">On Wed, Dec 2, 2009 at 2:22 AM, Martin Langhoff <span dir="ltr">&lt;<a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, Dec 2, 2009 at 1:42 AM, Ben T &lt;<a href="mailto:benjtran@gmail.com">benjtran@gmail.com</a>&gt; wrote:<br>
&gt; Attempting to start pgsql-xs resulted in it asking me to run initdb for<br>
&gt; postgresql to initialize the cluster (was this supposed to be done<br>
&gt; automatically as part of the installation?).  I did that and it said OK.<br>
<br>
</div>Yes, it does it automatically. But there is a bit of confusion - the<br>
&#39;postgresql&#39; service will initdb in a different location to the<br>
&#39;pgsql-xs&#39; service.<br>
<br>
So don&#39;t initdb postgresql. Instead, do<br>
<br>
   service pgsql-xs initdb<br>
<div class="im"><br>
&gt; It says device out of space<br>
&gt; but I&#39;m sure I have plenty of space.<br>
<br>
</div>Clearly, that&#39;s what we have to address.<br>
<div class="im"><br>
&gt; - attempting to execute &#39;service postgresql initdb&#39; again --&gt; &quot;Data<br>
&gt; directory is not empty!&quot;<br>
&gt; [root@schoolserver ~]# cd /library/pgsql-xs/data-8.3<br>
&gt; [root@schoolserver data-8.3]# ll<br>
&gt; total 2<br>
&gt; drwx------ 2 postgres postgres 1024 2009-11-22 13:43 pg_log<br>
&gt; -rw------- 1 postgres postgres    0 2009-11-22 13:49 pgstartup-8.3.log<br>
<br>
</div>That is not mornal. You should see quite a few more files&amp;dirs in there.<br>
<div class="im"><br>
&gt; copying template1 to postgres ... FATAL:  could not write to file<br>
&gt; &quot;base/11511/2689&quot;: No space left on device<br>
&gt; STATEMENT:  CREATE DATABASE postgres;<br>
&gt; child process exited with exit code 1<br>
&gt; initdb: removing contents of data directory &quot;/library/pgsql-xs/data-8.3&quot;<br>
<br>
</div>that is completely bizarre. How about<br>
<br>
   rm -fr /library/pgsql-xs/*<br>
   service pgsql-xs initdb<br>
   service pgsql-xs start<br>
<br>
does it succeed?<br>
<div><div></div><div class="h5"><br>
<br>
m<br>
--<br>
 <a href="mailto:martin.langhoff@gmail.com">martin.langhoff@gmail.com</a><br>
 <a href="mailto:martin@laptop.org">martin@laptop.org</a> -- School Server Architect<br>
 - ask interesting questions<br>
 - don&#39;t get distracted with shiny stuff  - working code first<br>
 - <a href="http://wiki.laptop.org/go/User:Martinlanghoff" target="_blank">http://wiki.laptop.org/go/User:Martinlanghoff</a><br>
</div></div></blockquote></div><br></div>