Deen Sethanandha | 1 Sep 05:47
Picon

[Trac] Need help recovering my Trac site

Hi,
 
  A few days ago my Trac site (http://trac.kftf.net/unilab/index.fcgi) went down.  I don't know how to trace back the problem.  It would be great if I can get some help here.
 
  What I did so far was to try running trac-admin on the server account.  I got following trace back. http://pastebin.com/m3a8aa684
 
  I am not sure if this is the cause of the trac instant wasn't able to run.
 
  My site uses index.fcgi with following data.  http://pastebin.com/mfb0c574
 
  The content of trac.cgi is here http://pastebin.com/m641e2d30
 
  Thanks in advance.
 
Deen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Noah Kantrowitz | 1 Sep 06:05
Gravatar

[Trac] Re: Need help recovering my Trac site

Deen Sethanandha wrote:
> Hi,
> 
>   A few days ago my Trac site (http://trac.kftf.net/unilab/index.fcgi) went
> down.  I don't know how to trace back the problem.  It would be great if I
> can get some help here.
> 
>   What I did so far was to try running trac-admin on the server account.  I
> got following trace back. http://pastebin.com/m3a8aa684
> 
>   I am not sure if this is the cause of the trac instant wasn't able to run.
> 
>   My site uses index.fcgi with following data.  http://pastebin.com/mfb0c574
> 
>   The content of trac.cgi is here http://pastebin.com/m641e2d30
> 
>   Thanks in advance.
>

_md5 is part of the core hashlib implementation. On some systems
(macports, fbsd) you need to install the python-hashlib package
separately. Barring that, you should just reinstall Python to make sure
it is happy.

--Noah

Deen Sethanandha | 1 Sep 06:53
Picon

[Trac] Re: Need help recovering my Trac site

Thanks Noah.  I reinstalled python and trac-admin works again.  However, my trac instant still down.  How can I figure out what causes the Trac to fail?
 
I can't run tracd because it on shared server.
 
-- Deen

 
On 8/31/08, Noah Kantrowitz <noah-WlrdLoc5ZbaFX2APIN6yfw@public.gmane.org> wrote:
Deen Sethanandha wrote:
> Hi,
>
>   A few days ago my Trac site (http://trac.kftf.net/unilab/index.fcgi) went
> down.  I don't know how to trace back the problem.  It would be great if I
> can get some help here.
>
>   What I did so far was to try running trac-admin on the server account.  I
> got following trace back. http://pastebin.com/m3a8aa684
>
>   I am not sure if this is the cause of the trac instant wasn't able to run.
>
>   My site uses index.fcgi with following data.  http://pastebin.com/mfb0c574
>
>   The content of trac.cgi is here http://pastebin.com/m641e2d30
>
>   Thanks in advance.
>

_md5 is part of the core hashlib implementation. On some systems
(macports, fbsd) you need to install the python-hashlib package
separately. Barring that, you should just reinstall Python to make sure
it is happy.

--Noah




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Noah Kantrowitz | 1 Sep 07:00
Gravatar

[Trac] Re: Need help recovering my Trac site

Deen Sethanandha wrote:
> Thanks Noah.  I reinstalled python and trac-admin works again.  However, my
> trac instant still down.  How can I figure out what causes the Trac to fail?

Check the apache error log.

--Noah

Simon Martin | 1 Sep 08:31
Picon

[Trac] Re: Mobile solution to access Trac


On 29 Aug., 07:52, Jani Tiainen <rede...@...> wrote:
> Is there mobile solutions to access Trac data, like
> adding/closing/modifying tickets from mobile devices (S60, UIQ or WM).
> Of course I can use mobile webbrowser to do that but it's more than
> painful.

I would be pretty interested in a mobile solution, too.

What about a plugin, which provides a reduced Trac site (e.g. at
http://my-trac-ev.com/mobile)?
Configurable, so each admin could decide, which Trac components
(tickets, wiki etc) are available in a "mobile way" and what can be
done.
Maybe even configurable for different devices, but I think a mobile
version optimized for 320x240 and a ordinary phone keypad  would be
sufficient. QWERTY-devices should be able to handle Trac with a nromal
mobile web browser.

BR,
Simon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Deen Sethanandha | 1 Sep 09:00
Picon

[Trac] Re: Need help recovering my Trac site

I got it to work now.  It was very strange.  Originally I put the index.html under trac.domain.org/projenv/ but it didn't work. I copied the index.fcgi file and put under trac.domain.org.  Then it worked..
 
Anyway my sited is up again thanks,
 
-- Deen

 
On 8/31/08, Noah Kantrowitz <noah-WlrdLoc5ZbaFX2APIN6yfw@public.gmane.org> wrote:
Deen Sethanandha wrote:
> Thanks Noah.  I reinstalled python and trac-admin works again.  However, my
> trac instant still down.  How can I figure out what causes the Trac to fail?

Check the apache error log.

--Noah




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to trac-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Javier Santana | 1 Sep 09:47
Favicon

[Trac] need to execute ticket listeners in custom order


any ideas?

thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Jonas Borgström | 1 Sep 11:33
Favicon

[Trac] Re: "'NoneType' object is not callable" in <bound method


stefano wrote:
> 
> Hi,
> 
> I wrote a script where I open a connection to the db, fetch some info
> from there and then close the connection.
> 
> The script worked for almost 2 years without any prob but recently it
> started producing this warning:
> 
> Exception exceptions.TypeError: "'NoneType' object is not callable" in
> <bound method PooledConnection.__del__ of
> <trac.db.pool.PooledConnection object at 0x8f5334c>> ignored
> 
> 
> It happens exactly when I do cursor.close().
> 
> I suspect a db corruption somehow but I have no idea how to find it /
> fix it.

We'll need some more information to figure out what's happening here:

1. What version of Trac are you using?
2. What database are you using?
3. Did you upgrade Trac or any other dependency what this started 
happening?

/ Jonas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Gregor Dschung | 1 Sep 14:00
Picon
Favicon

[Trac] Rendering html-files from svn-repo and linking to them


Hi,

I'm in the following situation: In my repository, there are a few
HTML-files. In the wiki, I want to refer to them (including anchors). If
I follow the link , the content itself should be rendered and not the
html source code. E.g., if I write

source:html/index.html

and follow the link, it will be opened in the trac-browser, but not
rendered. A value behind a # will be interpreted as the file-version...
and not used as an html-anchor.

Exists a solution for my issue? E.g. sth. like this:
render_source:html/index.html#start

Regards
Gregor

-- 
Gregor Dschung
System Life Guard, HiWi

Fraunhofer-Institut für Techno-
und Wirtschaftsmathematik ITWM
Fraunhofer-Platz 1
D-67663 Kaiserslautern

E-Mail:   gregor.dschung@...
Internet: www.itwm.fraunhofer.de  

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To post to this group, send email to trac-users@...
To unsubscribe from this group, send email to trac-users+unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Noah Kantrowitz | 1 Sep 18:10
Gravatar

[Trac] Re: Rendering html-files from svn-repo and linking to them

Gregor Dschung wrote:
> Hi,
> 
> I'm in the following situation: In my repository, there are a few
> HTML-files. In the wiki, I want to refer to them (including anchors). If
> I follow the link , the content itself should be rendered and not the
> html source code. E.g., if I write
> 
> source:html/index.html
> 
> and follow the link, it will be opened in the trac-browser, but not
> rendered. A value behind a # will be interpreted as the file-version...
> and not used as an html-anchor.
> 
> Exists a solution for my issue? E.g. sth. like this:
> render_source:html/index.html#start
> 

The /export handler and the export: link type. Requires 0.11.

--Noah


Gmane