sks-devel
[Top][All Lists]
Advanced

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

Re: [Sks-devel] keyserver.nausch.org died once again :( - PTree may be c


From: Christian Felsing
Subject: Re: [Sks-devel] keyserver.nausch.org died once again :( - PTree may be corrupted
Date: Fri, 16 Mar 2012 18:34:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1

Hi,

same problem here.

Am 16.03.2012 12:49, schrieb Kristian Fiskerstrand:
> On 16.03.2012 08:57, Michael Nausch wrote:

> First of all, I presume you have tried just rebuilding the ptree, but
> this is a recurring problem ?

of course, but this does not solve problem.

At this time I am using following script, to recover from that problem:

#!/bin/bash

PID='/var/run/sks-rebuild.pid'
if [ -e $PID ]; then
  echo "$PID exists"
  echo "rebuild-sks already running"
  exit 1
fi

echo $$ > "$PID"
cd /var/lib/sks || exit 1
/etc/init.d/sks stop
rm -rf dump > /dev/null 2> /dev/null
mkdir dump
sks dump 15000 dump
rm -rf DB PTree
/usr/local/bin/sks_build.sh
chown -R debian-sks:debian-sks DB PTree
/etc/init.d/sks start
rm -f "$PID"

After that sks recon works.

> Anyhow, I'd check /sys/devices/system/clocksource/clocksource0/ where
> I'd expect to see the files (i) available_clocksource, and (ii)
> current_clocksource.

# cat /sys/devices/system/clocksource/clocksource0/available_clocksource
kvm-clock tsc hpet acpi_pm

# cat /sys/devices/system/clocksource/clocksource0/current_clocksource
kvm-clock

clock is synchronized to DCF reference.

Christian



reply via email to

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