endo
unread,Apr 7, 2009, 5:45:45 AM4/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
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