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

Re: Problem with Fedora 18

From: Celso Tadao Suzuki <celso.suzuki_at_digitro.com.br>
Date: Thu, 21 Feb 2013 09:11:52 -0300

Hi Philip

Yes, you are right ....
I tried the checkout at a local directory and it works fine, with no error.

Do you think that is possible to fix it ?
The answers are below the question and the strace is annexed.

Thanks

Celso Suzuki

Em 21-02-2013 08:42, Philip Martin escreveu:
> Celso Tadao Suzuki <celso.suzuki_at_digitro.com.br> writes:
>
>> My directory is at a NFS FS so I could execute these test.
>>
>> Well, but even if I don't want to keep my work copy and get a new one on my directory the same error occurs ....
>> why if there is no meta data ?
>> *[celso_at_sfw06 tcf]$ cd ..
>> [celso@sfw06 SVN]$ svn co http://pst.svn.digitro.com.br/easycall/tcf/trunk xx
>> svn: E200033: database is locked, executing statement 'PRAGMA synchronous=OFF;PRAGMA recursive_triggers=ON;'*
> So it looks like SQLite doesn't work on your NFS setup. What sort of
> NFS server is it?
*The NFS server is a Linux box with Red Hat 5. Kernel
**2.6.18-53.1.4.el5PAE**
**
**I mount with these options */*exec,dev,suid,rw,noauto*/

>
> Do you have local installations of Subversion or SQLite? Are you using
> the system binary and libraries? This will show you which command you
> are running:
>
> type svn
*[celso_at_sfw06 ~]$ type svn**
**svn is hashed (/usr/bin/svn)*
>
> and this will show you which libraries it uses:
>
> ldd /path/to/svn
*[celso_at_sfw06 ~]$ ldd /usr/bin/svn**
** linux-gate.so.1 => (0xb778e000)**
** libsvn_client-1.so.0 => /lib/libsvn_client-1.so.0 (0xb76dc000)**
** libsvn_wc-1.so.0 => /lib/libsvn_wc-1.so.0 (0xb7645000)**
** libsvn_ra-1.so.0 => /lib/libsvn_ra-1.so.0 (0xb7639000)**
** libsvn_diff-1.so.0 => /lib/libsvn_diff-1.so.0 (0xb7626000)**
** libsvn_ra_local-1.so.0 => /lib/libsvn_ra_local-1.so.0
(0xb761c000)**
** libsvn_repos-1.so.0 => /lib/libsvn_repos-1.so.0 (0xb75ed000)**
** libsvn_fs-1.so.0 => /lib/libsvn_fs-1.so.0 (0xb75e4000)**
** libsvn_fs_fs-1.so.0 => /lib/libsvn_fs_fs-1.so.0 (0xb75b7000)**
** libsvn_fs_base-1.so.0 => /lib/libsvn_fs_base-1.so.0 (0xb7585000)**
** libsvn_fs_util-1.so.0 => /lib/libsvn_fs_util-1.so.0 (0xb7581000)**
** libsvn_ra_svn-1.so.0 => /lib/libsvn_ra_svn-1.so.0 (0xb7568000)**
** libsasl2.so.2 => /lib/libsasl2.so.2 (0xb754d000)**
** libsvn_ra_neon-1.so.0 => /lib/libsvn_ra_neon-1.so.0 (0xb7527000)**
** libsvn_delta-1.so.0 => /lib/libsvn_delta-1.so.0 (0xb7519000)**
** libsvn_subr-1.so.0 => /lib/libsvn_subr-1.so.0 (0xb74b4000)**
** libz.so.1 => /lib/libz.so.1 (0xb749d000)**
** libsqlite3.so.0 => /lib/libsqlite3.so.0 (0xb73ee000)**
** libmagic.so.1 => /lib/libmagic.so.1 (0xb73d1000)**
** libaprutil-1.so.0 => /lib/libaprutil-1.so.0 (0xb73ac000)**
** libcrypt.so.1 => /lib/libcrypt.so.1 (0xb737b000)**
** libexpat.so.1 => /lib/libexpat.so.1 (0xb7351000)**
** libdb-5.3.so => /lib/libdb-5.3.so (0xb7190000)**
** libapr-1.so.0 => /lib/libapr-1.so.0 (0xb715e000)**
** libpthread.so.0 => /lib/libpthread.so.0 (0xb7144000)**
** libdl.so.2 => /lib/libdl.so.2 (0xb713f000)**
** libneon.so.27 => /lib/libneon.so.27 (0xb7114000)**
** libc.so.6 => /lib/libc.so.6 (0xb6f5d000)**
** libresolv.so.2 => /lib/libresolv.so.2 (0xb6f44000)**
** libuuid.so.1 => /lib/libuuid.so.1 (0xb6f3d000)**
** libfreebl3.so => /lib/libfreebl3.so (0xb6ee8000)**
** /lib/ld-linux.so.2 (0x48d70000)**
** libgnutls.so.26 => /lib/libgnutls.so.26 (0xb6e26000)**
** libpakchois.so.0 => /lib/libpakchois.so.0 (0xb6e1e000)**
** libgssapi_krb5.so.2 => /lib/libgssapi_krb5.so.2 (0xb6ddc000)**
** libkrb5.so.3 => /lib/libkrb5.so.3 (0xb6cfc000)**
** libk5crypto.so.3 => /lib/libk5crypto.so.3 (0xb6ccf000)**
** libcom_err.so.2 => /lib/libcom_err.so.2 (0xb6cca000)**
** libproxy.so.1 => /lib/libproxy.so.1 (0xb6ca9000)**
** libgcrypt.so.11 => /lib/libgcrypt.so.11 (0xb6c28000)**
** libgpg-error.so.0 => /lib/libgpg-error.so.0 (0xb6c23000)**
** libtasn1.so.3 => /lib/libtasn1.so.3 (0xb6c10000)**
** libp11-kit.so.0 => /lib/libp11-kit.so.0 (0xb6bfc000)**
** libkrb5support.so.0 => /lib/libkrb5support.so.0 (0xb6bf0000)**
** libkeyutils.so.1 => /lib/libkeyutils.so.1 (0xb6beb000)**
** libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6bcd000)**
** libmodman.so.1 => /lib/libmodman.so.1 (0xb6bc3000)**
** libstdc++.so.6 => /lib/libstdc++.so.6 (0xb6ad7000)**
** libm.so.6 => /lib/libm.so.6 (0xb6a97000)**
** libselinux.so.1 => /lib/libselinux.so.1 (0xb6a74000)**
** libpcre.so.1 => /lib/libpcre.so.1 (0xb6a10000)*

>
> Which version of SQLite is it using?
*[celso_at_sfw06 ~]$ sqlite3 -version**
**3.7.13 2012-06-11 02:05:22 f5b5a13f7394dc143aa136f1d4faba6839eaa6dc*

>
> If you run
>
> strace svn upgrade
*the output is at the annexed file**strace.svn*
>
> we should be able to see the system call that is failing, that might
> give us more information.
>

Received on 2013-02-21 13:12:50 CET

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

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