<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" version="2.0">
  <channel>
    <title>Recent Posts in 'Error adding trac tool' | Beast</title>
    <link>http://forum.assembla.com/forums/6/topics/79</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <atom:link type="application/opensearchdescription+xml" href="http://forum.assembla.com/open_search.xml" rel="search"/>
    <description></description>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;p&gt;if you did not compiled software and received segmentation fault, that it is a linux distro bug.&lt;/p&gt;


	&lt;p&gt;We use debian and freebsd without these problems.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jun 2008 13:48:00 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:628</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;Those error are fixed, but it continues throwing the same Segmentation fault (11) error.&lt;/p&gt;


	&lt;p&gt;In the installation that I&amp;#8217;m doing I do not compile mod_python, do I?&lt;br /&gt;I&amp;#8217;m going to attach you a copy of the &amp;#8220;installation manual&amp;#8221; I have made in a email and ask you some doubt.&lt;/p&gt;


	&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 19 Jun 2008 08:43:32 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:625</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;p&gt;It seems that you did not installed trac plugin webadmin.&lt;/p&gt;</description>
      <pubDate>Tue, 17 Jun 2008 07:15:47 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:596</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;In the installation that I&amp;#8217;m doing I do not compile mod_python, do I?&lt;/p&gt;


	&lt;p&gt;Another point: I have installed breakout in KUbuntu for ensure that it wasn&amp;#8217;t a dist-error and I take the same error. But I have realised that when I execute /vendor/control/controld run I take an error with AssemblaBreakoutTrac-0.3.14-py2.5.egg, it&amp;#8217;s a problem loading it : S.&lt;/p&gt;


	&lt;p&gt;Here is the output&lt;/p&gt;


	&lt;p&gt;rm -rf /home/sepul/breakout/vendor/control/tmp/tools/trac /home/sepul/breakout/v&lt;br /&gt;endor/control/tmp/tools/svn&lt;br /&gt;Creating subversion template&lt;br /&gt;ln -sf /u/apps/breakout/current/script/svn_hook /home/sepul/breakout/vendor/cont&lt;br /&gt;rol/tmp/tools/svn/hooks/post-commit&lt;br /&gt;Creating and Initializing Project&lt;/p&gt;


&lt;h1&gt;&lt;span class="caps"&gt;HERE START THE ERROR&lt;/span&gt;&lt;/h1&gt;




	&lt;p&gt;Trac[loader] &lt;span class="caps"&gt;ERROR&lt;/span&gt;: Failed to load plugin assembla.admin from /usr/lib/python2.5&lt;br /&gt;/site-packages/AssemblaBreakoutTrac-0.3.14-py2.5.egg&lt;br /&gt;Traceback (most recent call last):
  File &amp;#8221;/usr/lib/python2.5/site-packages/trac/loader.py&amp;#8221;, line 101, in load_comp&lt;br /&gt;onents
    entry_point.load()
  File &amp;#8221;/usr/lib/python2.5/site-packages/pkg_resources.py&amp;#8221;, line 1912, in load
    entry = &lt;i&gt;import&lt;/i&gt;(self.module_name, globals(),globals(), [&amp;#8216;&lt;i&gt;name&lt;/i&gt;&amp;#8216;])
  File &amp;#8220;build/bdist.linux-i686/egg/assembla/&lt;i&gt;init&lt;/i&gt;.py&amp;#8221;, line 8, in &amp;lt;module&gt;
  File &amp;#8220;build/bdist.linux-i686/egg/assembla/admin.py&amp;#8221;, line 8, in &amp;lt;module&gt;&lt;br /&gt;ImportError: No module named webadmin.web_ui&lt;br /&gt;Trac[loader] &lt;span class="caps"&gt;ERROR&lt;/span&gt;: Failed to load plugin assembla.svn_import from /usr/lib/pyth&lt;br /&gt;on2.5/site-packages/AssemblaBreakoutTrac-0.3.14-py2.5.egg&lt;br /&gt;Traceback (most recent call last):
  File &amp;#8221;/usr/lib/python2.5/site-packages/trac/loader.py&amp;#8221;, line 101, in load_comp&lt;br /&gt;onents
    entry_point.load()
  File &amp;#8221;/usr/lib/python2.5/site-packages/pkg_resources.py&amp;#8221;, line 1912, in load
    entry = &lt;i&gt;import&lt;/i&gt;(self.module_name, globals(),globals(), [&amp;#8216;&lt;i&gt;name&lt;/i&gt;&amp;#8216;])
  File &amp;#8220;build/bdist.linux-i686/egg/assembla/&lt;i&gt;init&lt;/i&gt;.py&amp;#8221;, line 8, in &amp;lt;module&gt;
  File &amp;#8220;build/bdist.linux-i686/egg/assembla/admin.py&amp;#8221;, line 8, in &amp;lt;module&gt;&lt;br /&gt;ImportError: No module named webadmin.web_ui&lt;br /&gt;Trac[loader] &lt;span class="caps"&gt;ERROR&lt;/span&gt;: Failed to load plugin assembla.ticket_listener from /usr/lib&lt;br /&gt;/python2.5/site-packages/AssemblaBreakoutTrac-0.3.14-py2.5.egg&lt;br /&gt;Traceback (most recent call last):
  File &amp;#8221;/usr/lib/python2.5/site-packages/trac/loader.py&amp;#8221;, line 101, in load_comp&lt;br /&gt;onents
    entry_point.load()
  File &amp;#8221;/usr/lib/python2.5/site-packages/pkg_resources.py&amp;#8221;, line 1912, in load
    entry = &lt;i&gt;import&lt;/i&gt;(self.module_name, globals(),globals(), [&amp;#8216;&lt;i&gt;name&lt;/i&gt;&amp;#8216;])
  File &amp;#8220;build/bdist.linux-i686/egg/assembla/&lt;i&gt;init&lt;/i&gt;.py&amp;#8221;, line 8, in &amp;lt;module&gt;
  File &amp;#8220;build/bdist.linux-i686/egg/assembla/admin.py&amp;#8221;, line 8, in &amp;lt;module&gt;&lt;br /&gt;ImportError: No module named webadmin.web_ui&lt;/p&gt;


&lt;h1&gt;&lt;span class="caps"&gt;HERE CONTINUES&lt;/span&gt;&lt;/h1&gt;



	&lt;p&gt;&lt;p&gt;Installing default wiki pages
/usr/share/trac/wiki-default/InterMapTxt =&amp;gt; InterMapTxt
/usr/share/trac/wiki-default/WikiStart =&amp;gt; WikiStart&lt;br /&gt;.................................&lt;br /&gt;etc.&lt;br /&gt;.................................&lt;br /&gt;Congratulations!&lt;/p&gt;&lt;/p&gt;



	&lt;p&gt;chmod 555 /home/sepul/breakout/vendor/control/tmp/tools/trac/plugins&lt;/p&gt;


&lt;hr /&gt;</description>
      <pubDate>Mon, 16 Jun 2008 23:11:36 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:594</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;p&gt;Do not compile mod_python, Ubuntu has already compiled packages, this will avoid segmentation fault errors.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Jun 2008 12:24:09 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:558</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sromano</title>
      <description>&lt;p&gt;Hi sepul,&lt;/p&gt;


	&lt;p&gt;Vitalie is out for some days. He can give you support about your question. What I can say you is that you don&amp;#8217;t necessary need trac and svn tool to work with breakout or submit patches (in case you are installing the app for that)&lt;/p&gt;</description>
      <pubDate>Fri, 13 Jun 2008 12:28:12 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:541</guid>
      <author>sromano</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;Hello,&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;&amp;#8216;ve installed breakout in another server and almost everything have gone OK.&lt;/p&gt;


	&lt;p&gt;I continue without svn/trac when I create a proyect.&lt;/p&gt;


	&lt;p&gt;After launch &amp;#8220;breakout/vendor/control controld run&amp;#8221; everything goes OK and if I execute &amp;#8220;sudo tracd&amp;#8212;port 8000 /workspace/breakout/vendor/control/tmp/tools/trac&amp;#8221; and then I go to &lt;strong&gt;localhost:8000&lt;/strong&gt; I see my trac page.&lt;/p&gt;


	&lt;p&gt;The problem is when I want to access trac or subversion under &amp;#8220;http://localhost:3000/spaces/&amp;lt;space_name&gt;/trac_subversion_tool&lt;/p&gt;


	&lt;p&gt;If I click on &lt;a href="http://localhost/svn/"&gt;http://localhost/svn/&lt;/a&gt;&amp;lt;space_name&gt; an empty page appear, and if I ckeck the /var/log/apache files I see the &lt;strong&gt;child pid 8600 exit signal Segmentation fault (11)&lt;/strong&gt; error.&lt;/p&gt;


	&lt;p&gt;If I click on &lt;a href="http://localhost/"&gt;http://localhost/&lt;/a&gt;&amp;lt;space_name&gt;  a pop up is launched requesting my user and pass, but I cannot access with my breakout user and password but I can&amp;#8217;t access.&lt;/p&gt;


	&lt;p&gt;I could think that something is wrong with my apache-python_mod configuration but I can not see what.&lt;/p&gt;


	&lt;p&gt;Anyone who have any ideas?&lt;/p&gt;


	&lt;p&gt;Here is the configuration file I created:&lt;/p&gt;


&lt;hr /&gt;


	&lt;p&gt;NameVirtualHost 127.0.0.1:80&lt;/p&gt;


&amp;lt;virtualhost 127&gt; &lt;br /&gt;ServerName tools.localhost

	&lt;p&gt;DocumentRoot &amp;#8221;/var/www/&amp;#8221;&lt;/p&gt;


	&lt;p&gt;ErrorLog /var/log/apache2/tools-error.log&lt;/p&gt;


	&lt;p&gt;CustomLog /var/log/apache2/tools-access.log combined &lt;br /&gt;SetHandler mod_python &lt;br /&gt;PythonDebug On &lt;br /&gt;SetEnv &lt;span class="caps"&gt;PYTHON&lt;/span&gt;_EGG_CACHE /var/www/.python-eggs&lt;/p&gt;


&amp;lt;location&gt; 
    &lt;span class="caps"&gt;DAV&lt;/span&gt; svn 
    SVNParentPath /var/local/svn 
    AuthType Basic 
    AuthName &amp;#8220;Restricted Area&amp;#8221; 
    #Require valid-user 
    PythonAccessHandler breakout.access 
    PythonAuthenHandler breakout.svn_access &lt;br /&gt;&amp;lt;/location&gt; 

	&lt;p&gt;RewriteEngine on &lt;br /&gt;RewriteCond %{IS_SUBREQ}  &lt;sup&gt;true$ &lt;br /&gt;RewriteRule .*  &amp;#8211;       [L] &lt;br /&gt;RewriteRule     \!svn   &amp;#8211;       [L]&lt;/p&gt;


	&lt;p&gt;RewriteRule   ^/([&lt;/sup&gt;/]&lt;ins&gt;)(.*)$           &amp;#8211;      [C,E=ProjectID:$1] &lt;br /&gt;RewriteCond &lt;span&gt;{ENV:ProjectID}    !=&amp;#8221;svn&amp;#8221; &lt;br /&gt;RewriteCond /var/local/trac/&lt;/span&gt;{ENV:ProjectID} -d &lt;br /&gt;RewriteRule ^/(.&lt;/ins&gt;)      /trac/$1        [L]&lt;/p&gt;


&amp;lt;directory /&gt; 
    PythonOption TracUriRoot / 
    PythonOption TracEnvParentDir /var/local/trac 
    PythonHandler breakout.access 

    PythonAccessHandler breakout.access 
    PythonAuthenHandler breakout.access 

    AuthType Basic 
    AuthName &amp;#8220;Restricted Area&amp;#8221; &lt;br /&gt;&amp;lt;/directory&gt; 

	&lt;p&gt;PythonPath &amp;#8220;sys.path + [&amp;#8217;/home/danilo/workspace/breakout/vendor/apache/mod_auth&amp;#8217;]&amp;#8221;&lt;/p&gt;


	&lt;p&gt;PythonAuthenHandler breakout.access &lt;br /&gt;PythonAuthzHandler breakout.access &lt;br /&gt;PythonAccessHandler breakout.access&lt;/p&gt;


	&lt;p&gt;PythonOption &lt;span class="caps"&gt;AUTH&lt;/span&gt;_SOAP_URL &amp;#8220;http://127.0.0.1.localhost:3000/backend/user&amp;#8221; &lt;br /&gt;PythonOption &lt;span class="caps"&gt;SVN&lt;/span&gt;_BASE &amp;#8221;/var/local/svn&amp;#8221;&lt;/p&gt;


&amp;lt;/virtualhost&gt;

&lt;hr /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 19:47:12 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:537</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;Yes, I can see that the error is because something is wrong with &amp;#8220;mod_python&amp;#8221;. Maybe rebuilding apache with the correct version of mod_python I fix the error.&lt;/p&gt;


	&lt;p&gt;the complete error_log is the folowing:&lt;/p&gt;


	&lt;p&gt;&lt;a href="notice"&gt;Sat May 31 13:49:33 2008&lt;/a&gt; caught &lt;span class="caps"&gt;SIGWINCH&lt;/span&gt;, shutting down gracefully&lt;br /&gt;&lt;a href="notice"&gt;Sat May 31 13:49:36 2008&lt;/a&gt; mod_python: Creating 8 session mutexes based on 6 max processes and 25 max threads.&lt;br /&gt;&lt;a href="notice"&gt;Sat May 31 13:49:36 2008&lt;/a&gt; mod_python: using mutex_directory /tmp &lt;br /&gt;&lt;a href="notice"&gt;Sat May 31 13:49:36 2008&lt;/a&gt; Apache/2.2.8 (Ubuntu) &lt;span class="caps"&gt;DAV&lt;/span&gt;/2 &lt;span class="caps"&gt;SVN&lt;/span&gt;/1.4.6 mod_python/3.3.1 Python/2.5.2 configured&amp;#8212;resuming normal operations&lt;br /&gt;&lt;a href="notice"&gt;Sat May 31 13:50:42 2008&lt;/a&gt; child pid 8600 exit signal Segmentation fault (11)&lt;/p&gt;


	&lt;p&gt;First I&amp;#8217;ll try to rebuild and fix the mod_python error.&lt;/p&gt;


	&lt;p&gt;If I couldn&amp;#8217;t solve the problem I will install breakout in another machine to check if the problem is in my computer (because I have update my system in this weeks) or the error is from the installation progress.&lt;/p&gt;


	&lt;p&gt;I will post the result.&lt;/p&gt;


	&lt;p&gt;thanks!&lt;/p&gt;</description>
      <pubDate>Sat, 31 May 2008 12:23:57 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:331</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;blockquote&gt;
		&lt;p&gt;[notice] child pid 13906 exit signal Segmentation fault (11)&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;something is wrong with mod_python or svn webdav&lt;/p&gt;</description>
      <pubDate>Fri, 30 May 2008 19:59:17 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:324</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;I&amp;#8217;ve checked them.&lt;/p&gt;


	&lt;p&gt;When I go to localhost/&amp;lt;projectname&gt; there aren&amp;#8217;t errors in /var/log/apache2/tools-error.log.&lt;/p&gt;


	&lt;p&gt;In &lt;em&gt;/var/log/apache2/error_log&lt;/em&gt;, i catch the next error:&lt;/p&gt;


	&lt;p&gt;[notice] child pid 13906 exit signal Segmentation fault (11)&lt;/p&gt;


	&lt;p&gt;and in /var/log/apache2/tools-access.log I catch the following result:&lt;/p&gt;


	&lt;p&gt;127.0.0.1 &amp;#8211; - [29/May/2008:11:59:14 +0200] &amp;#8220;GET /favicon.ico &lt;span class="caps"&gt;HTTP&lt;/span&gt;/1.1&amp;#8221; 404 329 &amp;#8221;-&amp;#8221; &amp;#8220;Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5&amp;#8221;&lt;/p&gt;


	&lt;p&gt;any other suggestion?&lt;/p&gt;</description>
      <pubDate>Thu, 29 May 2008 14:37:17 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:306</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;p&gt;check apache error logs&lt;/p&gt;</description>
      <pubDate>Thu, 29 May 2008 07:22:18 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:297</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;Hi Vitalie,&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;EDIT&lt;/span&gt; (I fix the &amp;#8220;path problem&amp;#8221;):&lt;br /&gt;I&amp;#8217;ve configured apache as is explained in the trac wiki, and I&amp;#8217;m able to create a new trac/svn tool.&lt;br /&gt;But when I want to check that the installation has been correct I get empty pages clicking one of the following links:&lt;br /&gt;&lt;span class="caps"&gt;SVN&lt;/span&gt;: &lt;em&gt;&lt;a href="http://svn.127.0.0.1/svn/"&gt;http://svn.127.0.0.1/svn/&lt;/a&gt;&amp;lt;projectname&gt;&lt;/em&gt;&lt;br /&gt;Trac: &lt;em&gt;&lt;a href="http://localhost/"&gt;http://localhost/&lt;/a&gt;&amp;lt;projectname&gt;&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;Any ideas?&lt;/p&gt;</description>
      <pubDate>Wed, 28 May 2008 15:26:21 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:281</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;Sorry, I haven&amp;#8217;t explained what I wanted to ask you well.&lt;/p&gt;


	&lt;p&gt;I started control center as you post before,&lt;/p&gt;


	&lt;p&gt;but I though (wrongly) there were 2 different control center, so I now I understand that &lt;em&gt;/vendor/control/control.rb start&lt;/em&gt; is deprecated and I just have to use &lt;em&gt;/vendor/control/controld run&lt;/em&gt;, right?&lt;/p&gt;


	&lt;p&gt;After using  &lt;em&gt;/vendor/control/controld run&lt;/em&gt; I finally succeded adding the Trac tool in some proyect, but now I have to fix errors with Apache jeje.&lt;/p&gt;


	&lt;p&gt;I will tell you how does it work after a I fix these errors.&lt;/p&gt;


	&lt;p&gt;so thanks!&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 21:18:14 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:275</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;p&gt;Check my above post how to start control center.&lt;/p&gt;


	&lt;p&gt;Checkout webadmin code from svn and build it yourself, then copy egg to trac plugins directory.&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 18:11:06 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:274</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;Hi Vitalie,&lt;/p&gt;


	&lt;p&gt;First I wanted to thank you for all your help ;)&lt;/p&gt;


	&lt;p&gt;After some fights with ClearSilver I finally achieved to be able to get in &lt;a href="http://localhost:8000/trac"&gt;http://localhost:8000/trac&lt;/a&gt; the trac index page.&lt;/p&gt;


	&lt;p&gt;after this and revising all the TracTool wiki I tried: &lt;em&gt;/vendor/control/control.rb start&lt;/em&gt; I get this output:&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;./control.rb: 1: require: not found&lt;br /&gt;./control.rb: 2: require: not found&lt;br /&gt;./control.rb: 4: require: not found&lt;br /&gt;./control.rb: 5: require: not found&lt;br /&gt;./control.rb: 6: require: not found&lt;br /&gt;./control.rb: 7: require: not found&lt;br /&gt;./control.rb: 8: require: not found&lt;br /&gt;./control.rb: 9: require: not found&lt;br /&gt;./control.rb: 11: class: not found&lt;br /&gt;./control.rb: 12: attr_accessor: not found&lt;br /&gt;./control.rb: 14: &lt;span class="caps"&gt;TOOLS&lt;/span&gt;_WITH_TEMPLATES: not found&lt;br /&gt;./control.rb: 16: Syntax error: &amp;#8220;(&amp;#8221; unexpected&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;Could this error have relation with this part of the installation guide?&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;install trac plugins: webadmin and breakoutTracAuth&lt;br /&gt;.&lt;br /&gt;cd ~/src&lt;br /&gt;wget &lt;a href="http://trac.edgewall.org/attachment/wiki/WebAdmin/TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip"&gt;http://trac.edgewall.org/attachment/wiki/WebAdm&amp;#8230;&lt;/a&gt;&lt;br /&gt;mv TracWebAdmin-0.1.2dev_r4240-py2.4.egg.zip /usr/lib/python2.3/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg
 wget &lt;a href="http://peak.telecommunity.com/dist/ez_setup.py"&gt;http://peak.telecommunity.com/dist/ez_setup.py&lt;/a&gt;&lt;br /&gt;python ez_setup.py&lt;br /&gt;cd $BREAKOUT_HOME/vendor/trac/plugin&lt;br /&gt;python setup.py install&lt;br /&gt;mkdir /var/www/.python-eggs&lt;br /&gt;chmod 777 /var/www/.python-eggs&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;py.24 does reffer to the version of python?&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve the most recent production version of python (2.5.2) and maybe the error is related to that&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Tue, 27 May 2008 17:17:47 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:272</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by vitaliel</title>
      <description>&lt;p&gt;We have here a old wiki &lt;a href="https://tools.assembla.com/breakout/wiki/TracTool"&gt;TracTool&lt;/a&gt; how to configure control center to create trac/svn tools&lt;/p&gt;


	&lt;p&gt;To start control center:&lt;br /&gt;&lt;pre&gt;
cd vendor/control
./controld run
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 14:40:31 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:203</guid>
      <author>vitaliel</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
    <item>
      <title>Error adding trac tool replied by sepul</title>
      <description>&lt;p&gt;When I click in the buttom &amp;#8220;add Trac/Svn&amp;#8221; (tools?tool_id=15) I get the message &amp;#8220;The operation failed.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve checked the console output and I get this error:&lt;br /&gt;&lt;i&gt;&lt;em&gt;_&lt;/i&gt;&lt;i&gt;_&lt;/em&gt;&lt;/i&gt;&lt;i&gt;&lt;em&gt;_&lt;/i&gt;&lt;i&gt;_&lt;/em&gt;&lt;/i&gt;&lt;i&gt;&lt;em&gt;_&lt;br /&gt;SpaceTool Load (0.000340) &lt;span class="caps"&gt;SELECT&lt;/span&gt; * &lt;span class="caps"&gt;FROM&lt;/span&gt; `space_tools` &lt;span class="caps"&gt;WHERE&lt;/span&gt; (space_tools.space_id = &amp;#8216;aMi2CKeEur3BzVaaZX16OP&amp;#8217;)&lt;br /&gt;DRb::DRbConnError: druby://localhost:8887 &amp;#8211; #&amp;lt;errno::econnrefused: connection - connect refused&gt;&lt;br /&gt;&lt;/i&gt;&lt;i&gt;_&lt;/em&gt;&lt;/i&gt;&lt;i&gt;&lt;em&gt;_&lt;/i&gt;&lt;i&gt;_&lt;/em&gt;&lt;/i&gt;&lt;i&gt;&lt;em&gt;_&lt;/i&gt;_&lt;/em&gt;&lt;/p&gt;


I&amp;#8217;ve checked &amp;#8220;user_environment.rb&amp;#8221; and I have this (line 66):
	&lt;ol&gt;
	&lt;li&gt;&lt;span class="caps"&gt;URL&lt;/span&gt; for control center to create trac tools&lt;br /&gt;:trac_control_url =&amp;gt; &amp;#8216;druby://localhost:8887&amp;#8217;,&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;If a try check this port by telnet I can&amp;#8217;t connect to this port. Is not supposed to be a ruby script listening to this port? Why am I getting this error?&lt;/p&gt;


	&lt;p&gt;Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 14:23:54 -0000</pubDate>
      <guid isPermaLink="false">forum.assembla.com:6:79:202</guid>
      <author>sepul</author>
      <link>http://forum.assembla.com/forums/6/topics/79</link>
    </item>
  </channel>
</rss>
