[Nix-dev] error: invalidating paths: foreign key constraint failed

2011-12-27 Thread Marc Weber
error: invalidating path `/nix/store/p2dhpd311sg6fvw59l4sppawmgiymj4w-pidgin-otr-3.2.0' in database: foreign key constraint failed nix-collect-garbage -d causes lot's of those errors. delete from ValidPaths WHERE path = THE PATH ABOVE; Seems to fix it for one path, but much more such

Re: [Nix-dev] error: invalidating paths: foreign key constraint failed

2011-12-27 Thread Eelco Dolstra
Hi, On 12/27/2011 12:22 PM, Marc Weber wrote: error: invalidating path `/nix/store/p2dhpd311sg6fvw59l4sppawmgiymj4w-pidgin-otr-3.2.0' in database: foreign key constraint failed nix-collect-garbage -d causes lot's of those errors. What do nix-store --verify and sqlite3

[Nix-commits] SVN commit: nix - r31109 - nixos/trunk/modules/services/network-filesystems

2011-12-27 Thread Lluís Batlle
Author: viric Date: Tue Dec 27 16:33:10 2011 New Revision: 31109 URL: https://nixos.org/websvn/nix/?rev=31109sc=1 Log: Fixing the boot sequence in case of only having nfsKernel.client.enable = true, and not server. Modified: nixos/trunk/modules/services/network-filesystems/nfs-kernel.nix

[Nix-commits] SVN commit: nix - r31110 - in nixpkgs/trunk/pkgs/development/libraries/haskell: byteorder shakespeare-i18n wai-logger

2011-12-27 Thread Peter Simons
Author: simons Date: Tue Dec 27 17:49:31 2011 New Revision: 31110 URL: https://nixos.org/websvn/nix/?rev=31110sc=1 Log: Added missing meta.maintainers section. Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/byteorder/default.nix

[Nix-commits] SVN commit: nix - r31111 - nixpkgs/trunk/pkgs/development/libraries/haskell/yesod

2011-12-27 Thread Peter Simons
Author: simons Date: Tue Dec 27 17:49:35 2011 New Revision: 3 URL: https://nixos.org/websvn/nix/?rev=3sc=1 Log: haskell-yesod: updated to version 0.9.4.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/yesod/default.nix Modified:

[Nix-commits] SVN commit: nix - r31112 - nixpkgs/trunk/pkgs/development/libraries/haskell/zipper

2011-12-27 Thread Peter Simons
Author: simons Date: Tue Dec 27 17:49:40 2011 New Revision: 31112 URL: https://nixos.org/websvn/nix/?rev=31112sc=1 Log: haskell-zipper: updated to version 0.4.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/zipper/default.nix Modified:

[Nix-commits] SVN commit: nix - r31113 - nixos/trunk/modules/services/network-filesystems

2011-12-27 Thread Lluís Batlle
Author: viric Date: Tue Dec 27 18:08:05 2011 New Revision: 31113 URL: https://nixos.org/websvn/nix/?rev=31113sc=1 Log: I had a bug in my nfs server... just after boot, all clients were receiving Permission denied until I run restart nfs-kernel-exports. exportfs -ra did not help. I tracked that