[Opendnssec-user] Signer stuck after migration from 32-bit to 64-bit

Rickard Bellgrim rickard at opendnssec.org
Tue Jan 24 08:39:29 UTC 2012


> It seems there's something wrong with changing the architectures, because
> the slot0.db file is readable by sqlite3 utility (can be dumped), but still

The database for SoftHSM is storing the PKCS#11 attributes as a binary
string. The PKCS#11 CK_ULONG is different on 32-bit and 64-bit. Thus a
problem to move the database between the two architectures.

I would suggest to migrate the keys using the key export/import
functionality in the softhsm tool.

// Rickard



More information about the Opendnssec-user mailing list