[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Sks-devel] SKS 1.1.3 in root jail
From: |
Andy Ruddock |
Subject: |
[Sks-devel] SKS 1.1.3 in root jail |
Date: |
Tue, 03 Jul 2012 15:36:54 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120603 Iceape/2.0.11 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I've installed sks from Debian unstable in a root jail.
Everything seems to be ok, but when I stop sks I get the following errors :
Stopping sks daemons: sksrecon..Ctrl-C. Exiting eventloop
._mcleanup: gmon.out: Permission denied
. sksdb..Ctrl-C. Exiting eventloop
.._mcleanup: gmon.out: Permission denied
. done.
File permissions seem ok, both host and jail have the same /etc/passwd &
/etc/group.
I haven't any other services running from jails, and have no previous
experience of this task.
As an aside, I had the same problems as others have reported whilst
importing the keydump, I used the following script:
- ---------- sksbuild.sh begin ----------
#!/bin/sh
SKSOP=build
if [ -d "DB" ]; then
echo "DB directory exists, quitting"
return 0;
fi
for f in dump/*.pgp; do
echo "Processing: $f"
sks $SKSOP $f -n 4 -cache 128
SKSOP=merge
done
return 0
- ---------- sksbuild.sh end ----------
- --
Andy Ruddock
- ------------
address@hidden (GPG Key ID 0xB0324245)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBCgAGBQJP8wOGAAoJECqtbbewMkJFYOsP/3VtxCfn6XyvbFbMktqSEbZh
ic075MK3lQobX468dmobzkegpALhuNawhrOo9BLhWqIDHx52J3HcAgqP4LAtxzcY
2/GuurJY4aDcS6+EsUeX+5Y+2tnBpshA/3HEA+b+ianC8RV771k6IyBzJShYNCw8
DFxJ8kOtr1oooc+1L4S6nEsPLohNbt8BZ9QXNdzA1MwkuthdGPPlzD+A82wn/GKy
Qus8iSrFNXeji0WvpaLtp5s3d1zr5/C5MT0Z8Bk/8ftH3KDFXVpCJJoSk0QmXwtd
TYtfS8MOqLGrLGxeStEW5KItEdXxn7yXc6s4xNNpY1IfeTpyeHKCOrzYgiY0/zPu
2nW8Gt1XH81E3Nf66oZuhqeNOZ2spIfIdfOlaeHvZgO7vu9tqw/TIhvNqOo9Z0lE
X//FqTM7T3QKGYDieLKBoDL3oXSc43Xorq0VRoMOgJnGqKxZEgygcSHz4Y4t0xr+
9xI1ZBTPRu22Ewwz4fgVwZe6MBhpVcUuKTw6M+tzqdQosbKKpY+6axtqGtDMBY2A
o1KD4RbTq6lgK3yrAhIF3qINHlwCNZuObmPd61q1yNb3EpST7BF9cmN7Gk5HWO4s
04prrsWNUYKDK6xrtwX4NocolhyM64HNxSLJfuftbNW9YhSrEgtRFJrKvbP6hN+l
4uk+i8aoau/ZviA5raXA
=hzlJ
-----END PGP SIGNATURE-----
- [Sks-devel] SKS 1.1.3 in root jail,
Andy Ruddock <=