[Trac] SubversionException: (Failed to load module for FS type 'fsfs', 160033)

2009-04-07 Thread endo

hello


i encountered a problem with trac, which gives the following message:

Oops…
Trac detected an internal error:

SubversionException: (Failed to load module for FS type 'fsfs',
160033)

There was an internal error in Trac. It is recommended that you inform
your local Trac administrator and give him all the information he
needs to reproduce the issue.

The action that triggered the error was:

GET:

TracGuide — The Trac User and Administration Guide


primary installation of trac worked fine.  the problem occurred after
the recent system update,
which was done by `emerge -u world' of Gentoo portage system (i did
not record the details..).
subversion still works fine.  i googled around for a solution and
found a page,
telling the problem is related to Python Imaging Library, which does
not seem to apply.

the system is Gentoo Linux 2.6.25-r3 running on AMD Opteron 8218
processors
with lighttpd web server.  trac is executed through fcgi.
the library seems to be installed correctly.

   # ldconfig -p
  :
libsvn_fs_util-1.so.0 (libc6,x86-64) = /usr/lib/
libsvn_fs_util-1.so.0
libsvn_fs_util-1.so (libc6,x86-64) = /usr/lib/
libsvn_fs_util-1.so
libsvn_fs_fs-1.so.0 (libc6,x86-64) = /usr/lib/
libsvn_fs_fs-1.so.0
libsvn_fs_fs-1.so (libc6,x86-64) = /usr/lib/libsvn_fs_fs-1.so
libsvn_fs_base-1.so.0 (libc6,x86-64) = /usr/lib/
libsvn_fs_base-1.so.0
libsvn_fs_base-1.so (libc6,x86-64) = /usr/lib/
libsvn_fs_base-1.so
libsvn_fs-1.so.0 (libc6,x86-64) = /usr/lib/libsvn_fs-1.so.0
libsvn_fs-1.so (libc6,x86-64) = /usr/lib/
libsvn_fs-1.so  :


thanks for help and suggestions!


endo

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Best way to track time spent on tickets?

2009-04-07 Thread sassers...@sasserstyl.com

I have installed the timing and estimation plugin and the work log
plugins - neither of which is entirely satisfactory.

Are there any alternatives to help me reduce the time it takes to
generate invoices?



--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Logout

2009-04-07 Thread Emmanuel Blot

 Still: there should not be a logout button if not log out action is 
 available.
 Logout is sometimes possible by clicking logout and restarting the browser.

Sure, but this was not my point ;-)
(btw: A browser with a clear HTTP credential option is even better)

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Gantt for Trac

2009-04-07 Thread Chris Nelson

Yunior Armando Hernandez Andrade wrote:
 Actually you need 2 more dependencies,
 - the ones you said, plus
 3) Task A cannot start until task B starts (finish doesn't matter)
 4) Task A cannot end until task B ends (start doesn't matter)

I don't see it.  Can you give me an example of those types of
dependencies?

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Ticket Custom Field: Versions

2009-04-07 Thread MartinHMB

Hi,

I want to add a CustomField to the Tickets. The new CustomField should
contain The Version when the Bug was fixed. The Version field
contains the Version in which the Bug was introduced or discoverd.

Therefore i've added

[ticket-custom]
fixedin = select
fixedin.label = Fixed In
fixedin.options = 

what do I have to do in order to get a SelectionBox with alle Versions
which are configured in the Trac.

Regards, Martin

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Logout

2009-04-07 Thread Mihamina Rakotomandimby (R12y)

Emmanuel Blot wrote:
 That is why I think it is _NOT_ an issue. It's just the way HTTP is.
 Still: there should not be a logout button if not log out action is 
 available.

Logout is sometimes possible by clicking logout and restarting the browser.

-- 
  Chef de projet chez Vectoris
  Phone: +261 33 11 207 36
System: xUbuntu 8.10 with almost all from package install
http://www.google.com/search?q=mihamina+rakotomandimby

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Accessing Trac DB using an ORM

2009-04-07 Thread Olemis Lang

On Tue, Apr 7, 2009 at 12:58 AM, Jani Tiainen rede...@gmail.com wrote:

 John Hampton kirjoitti:
 Olemis Lang wrote:
 This is in order to use the ORM. Ok. But my question was actually
 about overriding Trac built-in models by using classes generated by
 the ORM, perhaps using the same or similar schema ;)

 You don't.

[...]

 I was asking same thing about half a year ago and Noah gave very good
 answer why not ORM. And of course you John gave also your opinion.. :D

 Thread is titled Elixir and Trac. I'm too lazy to google thread link
 here. (I use MUA, that's my excuse for being lazy)


Thnx ... ;)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Se retira el BDFL ... ¿El fin de Python 3k?

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Ticket Custom Field: Versions

2009-04-07 Thread yoheeb

On Apr 7, 6:39 am, MartinHMB mar...@senfdax.de wrote:
 Hi,

 I want to add a CustomField to the Tickets. The new CustomField should
 contain The Version when the Bug was fixed. The Version field
 contains the Version in which the Bug was introduced or discoverd.

 Therefore i've added

 [ticket-custom]
 fixedin = select
 fixedin.label = Fixed In
 fixedin.options = 

 what do I have to do in order to get a SelectionBox with alle Versions
 which are configured in the Trac.

 Regards, Martin

what you're asking for isn't in trac yet. The version, and version
descriptions aren't accessible in a built in manner (unless I missed
something in the last minor release notes)

In other words, right now you will need to add the releases, like any
other custom select dropdown
fixedin.options=1.0|1.01|10.2A|.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: How to change commit-hook so that it closes tickets for changesets not in repo?

2009-04-07 Thread Marcus Lindblom

Marcus Lindblom wrote:
 Hi all,
 
 I'm trying to fix this for the TracMercurial-hook, but I suppose it's no
 different for other hooks, such as subversion. (By default, it just
 ignores out-of-band changesets)
 
 I've tried to alter an existing hook but I don't know enough Trac to
 spot the problem.
 
 Here's the current source:
 http://bitbucket.org/marcusl/mercurial-trac-hook/src/tip/trachook.py

FWIW, I've just fixed this and committed the change to the repo above, 
if anyone else needs it.

It won't work with MultiRepos once that's out, but until then it helped 
me and it might help others.

Cheers
/Marcus


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] closing a component?

2009-04-07 Thread Christian Unger

I'd like to close a component for reporting, but do not want to  
invalidate the existing tickets in this component.

thoughts?


__
cu
christian unger






--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: closing a component?

2009-04-07 Thread Michael Renzmann

Hi.

 I'd like to close a component for reporting, but do not want to
 invalidate the existing tickets in this component.

 thoughts?

Just do it, it should not harm existing tickets. Deleting a component just
makes it unavailable for future selection, but does not remove it from any
already existing ticket. The component of a ticket is a text field (that
gets populated during ticket creation), not a reference to some separate
table with all the components that are available now.

Bye, Mike

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Unsupported repository: trac 0.10 svn 1.4 to trac 0.11 svn 1.5

2009-04-07 Thread Carlos S

The debian etch does not come with Subversion 1.5.
So I followed instruction over here: http://www.rooftopsolutions.nl/article/198

A new trac project with a new repository works fine. However,
integrating this old trac project with new repository seems to be a
problem.
Any further clues?

-
CS.


On Apr 6, 12:50 am, Jeroen Ruigrok van der Werven asmo...@in-
nomine.org wrote:
 -On [20090406 02:35], Carlos S (neu...@gmail.com) wrote:

 Do you mean python-svn binding?
 Sorry, but I am still newbie to this stuff. Could you please elaborate
 more on what should I do?

 Well, yes.

 On most systems the packages or ports come in a Subversion and
 Python-Subversion split. The former the Subversion binaries and such, the
 latter the Python bindings to use Subversion from Python code.

 In your Python site-packages directory (something like
 /usr/local/lib/python2.6/site-packages/) you should have a libsvn and svn
 directory. Might be outdated too, if you did not update your
 Python-Subversion bindings package.

 --
 Jeroen Ruigrok van der Werven asmodai(-at-)in-nomine.org / asmodai
 イェルーン ラウフロック ヴァン デル ウェルヴェンhttp://www.in-nomine.org/|http://www.rangaku.org/| 
 GPG: 2EAC625B
 We're walking this earth. We're walking this shining earth...

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---