[Nix-dev] gnutar 1.25 root conflict

2011-11-03 Thread Kevin Quick
When trying to use build some recent derivations using Nix (in a non-NixOS environment) with nix build workers (build-users-group = nixbld) I encounter this: checking whether mknod can create fifo without root privileges... configure: error: in

[Nix-commits] SVN commit: nix - r30209 - in nixpkgs/trunk/pkgs: tools/networking/dnstop top-level

2011-11-03 Thread Lluís Batlle
Author: viric Date: Thu Nov 3 18:43:48 2011 New Revision: 30209 URL: https://nixos.org/websvn/nix/?rev=30209sc=1 Log: Adding dnstop Added: nixpkgs/trunk/pkgs/tools/networking/dnstop/ nixpkgs/trunk/pkgs/tools/networking/dnstop/default.nix Modified:

[Nix-commits] SVN commit: nix - r30210 - nix/trunk/doc/manual

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 18:47:10 2011 New Revision: 30210 URL: https://nixos.org/websvn/nix/?rev=30210sc=1 Log: * The Nix configuration file is usually /etc/nix/nix.conf. Modified: nix/trunk/doc/manual/installation.xml Modified: nix/trunk/doc/manual/installation.xml

Re: [Nix-dev] gnutar 1.25 root conflict

2011-11-03 Thread Eelco Dolstra
On 11/03/2011 01:36 PM, qu...@sparq.org wrote: You were correct, it was running as root. I had specified a prefix for installation (again, using Nix on a non-NixOS environment) but according to the directions in http://hydra.nixos.org/build/565033/download/1/manual/ section 3.6.2.1, I

[Nix-commits] SVN commit: nix - r30211 - nixos/trunk/modules/services/networking

2011-11-03 Thread Lluís Batlle
Author: viric Date: Thu Nov 3 18:49:54 2011 New Revision: 30211 URL: https://nixos.org/websvn/nix/?rev=30211sc=1 Log: Adding extraConfig to unbound Modified: nixos/trunk/modules/services/networking/unbound.nix Modified: nixos/trunk/modules/services/networking/unbound.nix

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30213 - nixos/trunk/modules/services/networking

2011-11-03 Thread Eelco Dolstra
Hi, On 11/03/2011 03:13 PM, Lluís Batlle wrote: Log: Allowing 'named' to have a config file apart, as it can have passwords. ... + configFile = mkOption { +default = confFile; +description = + Overridable config file to use for named. By default, that +

[Nix-commits] SVN commit: nix - r30214 - nix/trunk/doc/manual

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 19:22:24 2011 New Revision: 30214 URL: https://nixos.org/websvn/nix/?rev=30214sc=1 Log: Modified: nix/trunk/doc/manual/conf-file.xml Modified: nix/trunk/doc/manual/conf-file.xml == ---

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r30213 - nixos/trunk/modules/services/networking

2011-11-03 Thread Lluís Batlle i Rossell
On Thu, Nov 03, 2011 at 03:18:48PM -0400, Eelco Dolstra wrote: Hi, On 11/03/2011 03:13 PM, Lluís Batlle wrote: Log: Allowing 'named' to have a config file apart, as it can have passwords. ... + configFile = mkOption { +default = confFile; +description = +

[Nix-dev] tar mkdir function not implemented

2011-11-03 Thread quick
Me again. :-) Now I'm seeing this: $ nix-env -i hello ... building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 unpacking sources unpacking source archive /nix/store/hadgw0cdg8f8dlnd47lqk15rdpwfdwnx- zlib-1.2.5.tar.gz zlib-1.2.5/ tar: zlib-1.2.5: Cannot mkdir: Function not

Re: [Nix-dev] tar mkdir function not implemented

2011-11-03 Thread Lluís Batlle i Rossell
On Thu, Nov 03, 2011 at 02:14:52PM -0600, qu...@sparq.org wrote: Now I'm seeing this: $ nix-env -i hello ... building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 tar: zlib-1.2.5: Cannot mkdir: Function not implemented ... I tried using -v (or multiples) to see the tar

[Nix-commits] SVN commit: nix - r30215 - nixos/trunk/modules/profiles

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Thu Nov 3 20:11:11 2011 New Revision: 30215 URL: https://nixos.org/websvn/nix/?rev=30215sc=1 Log: * In EC2 instances, a kernel panic should cause a reboot, and a problem in stage 1 should cause a panic. (Actually, the latter should probably kill the instance since we

Re: [Nix-dev] tar mkdir function not implemented

2011-11-03 Thread Lluís Batlle i Rossell
On Thu, Nov 03, 2011 at 02:39:11PM -0600, qu...@sparq.org wrote: Quoting Eelco Dolstra e.dols...@tudelft.nl: Hi, On 11/03/2011 04:14 PM, qu...@sparq.org wrote: building /nix/store/0jmzlnayh2p06vlgmiiyaj3xppc6l9lr-zlib-1.2.5 unpacking sources unpacking source archive

[Nix-commits] SVN commit: nix - r30216 - in nixpkgs/trunk/pkgs: development/libraries/ti-rpc top-level

2011-11-03 Thread Ludovic Courtès
Author: ludo Date: Thu Nov 3 21:08:32 2011 New Revision: 30216 URL: https://nixos.org/websvn/nix/?rev=30216sc=1 Log: Add TI-RPC. Added: nixpkgs/trunk/pkgs/development/libraries/ti-rpc/ nixpkgs/trunk/pkgs/development/libraries/ti-rpc/default.nix Modified:

[Nix-commits] [NixOS/hydra] 41c649: remove .hg-archival.txt in nix-prefetch-hg

2011-11-03 Thread Rob Vermaas
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: 41c649a2fd57ecfeee78f9ae588f3163cb509586 https://github.com/NixOS/hydra/commit/41c649a2fd57ecfeee78f9ae588f3163cb509586 Author: Rob Vermaas rob.verm...@gmail.com Date: 2011-11-03 (Thu, 03 Nov 2011)

[Nix-commits] SVN commit: nix - r30217 - nixpkgs/trunk/pkgs/build-support/fetchhg

2011-11-03 Thread Rob Vermaas
Author: rob Date: Thu Nov 3 23:46:50 2011 New Revision: 30217 URL: https://nixos.org/websvn/nix/?rev=30217sc=1 Log: remove .hg-archival.txt from nix-prefetch-hg result Modified: nixpkgs/trunk/pkgs/build-support/fetchhg/nix-prefetch-hg Modified:

[Nix-commits] SVN commit: nix - r30219 - nixos/trunk/maintainers/scripts

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 4 02:30:59 2011 New Revision: 30219 URL: https://nixos.org/websvn/nix/?rev=30219sc=1 Log: * Bug fix. Modified: nixos/trunk/maintainers/scripts/create-amis.sh Modified: nixos/trunk/maintainers/scripts/create-amis.sh

[Nix-commits] SVN commit: nix - r30220 - nixos/trunk/maintainers/scripts

2011-11-03 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 4 03:50:17 2011 New Revision: 30220 URL: https://nixos.org/websvn/nix/?rev=30220sc=1 Log: * Handle x86_64. Modified: nixos/trunk/maintainers/scripts/create-amis.sh Modified: nixos/trunk/maintainers/scripts/create-amis.sh