sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sks-devel] SKS - FreeBSD Patch & Questions


From: Proskurin Kirill
Subject: [Sks-devel] SKS - FreeBSD Patch & Questions
Date: Mon, 29 Oct 2007 13:56:50 +0300
User-agent: Thunderbird 2.0.0.6 (X11/20070808)

Hello all!

Im fighting with SKS few time and found a bug at FreeBSD SKS port.
Then you try to run sks with "-basedir" option it it don`t work, because it dublicate a path to basedir like this:

%sks -basedir /var/db/SKS build
Fatal error: exception Unix.Unix_error(20, "mkdir", "/var/db/SKS//var/db/SKS/KDB")

This patch fix this. You just need to put it at
/usr/ports/security/sks/files/   and reinstall sks.

And im have a few question:

1) And could some one be so nice to tell me at... normal english, what is a "sks recon" option will do? *documentation... im so need it :-) *

2) "Pbuild" used only for a reconciliation server... Im need it if im plan to use my SKS standalone? If "Yes", how much "-cache [mbytes] -ptree_cache [mbytes]" im need to define?

3) *fantastic one*
Could someone write a port of a sks 1.0.10 for FreeBSD?...
And were im can read a changelog from 1.0.9.2 to 1.0.10?

--
Best regards,
Proskurin Kirill
*** settings.ml.orig    Mon Oct 29 10:09:06 2007
--- settings.ml Mon Oct 29 10:09:14 2007
***************
*** 223,225 ****
    basedir := value;
!   prepare_options !basedir
  
--- 223,226 ----
    basedir := value;
!   (* prepare_options !basedir *)
!   ()
  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]