Changes between Initial Version and Version 1 of Ticket #1868


Ignore:
Timestamp:
Aug 5, 2007, 5:02:03 AM (17 years ago)
Author:
Alec Thomas
Comment:

Fixing formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1868 – Description

    initial v1  
    1 '''Installation went fine, but when searching, got the following error :'''
     1Installation went fine, but when searching, got the following error:
    22
     3{{{
     4#!pytb
    35Traceback (most recent call last):
    46  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    2123  File "bsddb/__init__.py", line 347, in _openDBEnv
    2224DBRunRecoveryError: (-30974, 'DB_RUNRECOVERY: Fatal error, run database recovery -- PANIC: Function not implemented')
     25}}}
    2326
     27When launching update-index, got the following one:
    2428
    25 [[BR]][[BR]]
    26 
    27 '''When launching update-index, got the following one :'''
    28 
     29{{{
     30#!pytb
    2931Traceback (most recent call last):
    3032  File "./update-index", line 10, in ?
     
    4547    return bsddb.hashopen(file, flag, mode)
    4648  File "/usr/lib/python2.4/site-packages/PIL/__init__.py", line 291, in hashopen
    47    
    4849  File "/usr/lib/python2.4/site-packages/PIL/__init__.py", line 347, in _openDBEnv
    49    
    5050bsddb.db.DBRunRecoveryError: (-30974, 'DB_RUNRECOVERY: Fatal error, run database recovery -- PANIC: Function not implemented')
     51}}}
    5152
    52 [[BR]][[BR]]
    53 
    54 '''Maybe I missed something ...'''
     53Maybe I missed something ...