[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Repository corruption with two access on repository

From: Manuel VACELET <manuel.vacelet-abecedaire_at_st.com>
Date: 2005-04-06 16:24:49 CEST

Manuel VACELET wrote:
> Hello,
>
> I have a repository with 2 kinds of access:
> - file://
> - https://
>
> When I only use https, everything works fine but when I try to access
> locally to my repository it doesn't work.
>
>
> When I launch svn co file:///svnroot/sds/pkg/trunk I get an error :
>
> $> svn co file:///svnroot/sds/pkg/trunk pkg
> svn: Berkeley DB error while checkpointing after Berkeley DB transaction
> for filesystem /svnroot/sds/db:
> DB_RUNRECOVERY: Fatal error, run database recovery
>
> A https checkout in the main time exit with following error:
> svn: REPORT request failed on '/svnroot/sds/!svn/vcc/default'
> svn: REPORT of '/svnroot/sds/!svn/vcc/default': Could not read chunk
> size: Secure connection truncated (https://my.server.com)
>
> I have old subversion 1.0.6 as server and client (I read ChangeLog but I
> didn't read anything that can fix my problem).

I tried with subversion 1.1.4, error messages seems more relevant:

svn: Berkeley DB error while checkpointing after Berkeley DB transaction
for filesystem /svnroot/sds/db:
DB_RUNRECOVERY: Fatal error, run database recovery
svn: bdb: /svnroot/sds/db/log.0000000069: log file open failed:
Permission denied
svn: bdb: PANIC: Permission denied
svn: bdb: DB_ENV->log_put: 69: DB_RUNRECOVERY: Fatal error, run database
recovery
svn: bdb: txn_checkpoint: log failed at LSN [69 865406] DB_RUNRECOVERY:
Fatal error, run database recovery

I sounds like a conflict between permissions of user who try to access
with file:// and user that run httpd server.

Still investigating ...

-- 
# VACELET Manuel     manuel.vacelet-abecedaire(at)st(dot)com #
# Tel:  042 6089                          +33 (0)476 92 6089 #
# STMicroelectronics - HPC/STS                               #
# 850, rue Jean Monet - 38926 CROLLES CEDEX - FRANCE         #
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 6 21:20:11 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.