Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 9dd1bbc9f39f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6852c080d8b5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 28, 2019

  1. nixos/sks: Fix another regression from ab5dcc7

    The two directories KDB and PTree do not exist before the SKS DB is
    build for the first time. If /var/db/sks is empty and the module is
    enabled via "services.sks.enable = true;" the following error will
    occur:
    ...-unit-script-sks-db-pre-start[xxx]:
    ln: failed to create symbolic link 'KDB/DB_CONFIG': No such file or directory
    
    To avoid this both links have to be created after the DB is build.
    Note: Creating the directories manually might be better but the initial
    build might be skipped as a result:
    unit-script-sks-db-pre-start[xxxxx]: KeyDB directory already exists.  Exiting.
    unit-script-sks-db-pre-start[xxxxx]: PTree directory already exists.  Exiting.
    primeos committed Apr 28, 2019
    Copy the full SHA
    6852c08 View commit details
    Browse the repository at this point in the history