1. Personalization of Gnuk Token

    Preparation

    When I personalize the Token, I do that on different terminal.

    $ x-terminal-emulator
    

    and I don't use gpg-agent for the personalization and I kill scdaemon so that it doesn't interfere to normal operations.

    $ unset GPG_AGENT_INFO
    $ killall -9 scdaemon
    $ killall -9 scdaemon
    scdaemon: no process found
    

    Personalize your Gnuk Token

    Invoke …

    more »
  2. Initial Configuration of Gnuk Token

    Conditions

    I assume you are using GNU/Linux and pcsc-lite.

    Preparation

    We need to kill scdaemon before configuring Gnuk Token.

    $ killall -9 scdaemon
    $ killall -9 scdaemon
    scdaemon: no process found
    

    Random bits (required)

    Since Gnuk doesn't have Random Number Generator, we need to put random bits.

    You can do that …

    more »
  3. Enigmail and Japanese

    With LANG=C enigmail works fine for me. With LANG=ja_JP.UTF-8, it doesn't work.

    Having a script to invoke GnuPG with LANG=C doesn't help.

    I am using enigmail 2:1.1.2-2, icedove 3.1.9-2.

    more »