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

RE: svn client & smartcard certificates

From: Calahan, Joshua A CTR USAF AFMC AEDC/ATA <Joshua.Calahan_at_arnold.af.mil>
Date: Thu, 10 Apr 2008 18:01:07 -0400

On Thu, Apr 10, 2008 at 4:07:00PM, Joe Orton wrote:
> On Thu, Apr 10, 2008 at 10:54:13AM -0400, Calahan, Joshua A CTR USAF AFMC AEDC/ATA wrote:
> > svn: Invalid config: unable to load PKCS#11 provider 'coolkey'
> >
> > The only difference from the instructions above is that I'm using the
> > 64-bit libcoolkey, i.e. /usr/lib64/pkcs11/libcoolkeypk11.so. As with
> > Quint, it works with firefox.
>
> Did you configure pakchois using --enable-module-path=/usr/lib64/pkcs11?
>
> If so, can you run svn under strace to check whether the coolkey .so is
> being opened?
>

I configured pakchois using --enable-module-path=/usr/lib64/pkcs11.

Here is the strace output:

   ...
   open("/usr/lib64/pkcs11/libcoolkeypk11.so", O_RDONLY) = 4
   read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\247\0\0\0\0\0\0"..., 832) = 832
   fstat(4, {st_mode=S_IFREG|0755, st_size=138080, ...}) = 0
   mmap(NULL, 1184720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x2a970db000
   mprotect(0x2a970fc000, 1049552, PROT_NONE) = 0
   mmap(0x2a971fb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x20000) = 0x2a971fb000
   close(4)
   ...

The output from this point to the end is attached.

Thanks,
Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

Received on 2008-04-11 22:53:30 CEST

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.