[Nix-commits] SVN commit: nix - r30077 - nixpkgs/trunk/pkgs/servers/mail/dovecot

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 22:07:39 2011 New Revision: 30077 URL: https://nixos.org/websvn/nix/?rev=30077&sc=1 Log: dovecot 2 feels hapier with zlib and bzip2 Modified: nixpkgs/trunk/pkgs/servers/mail/dovecot/2.0.nix Modified: nixpkgs/trunk/pkgs/servers/mail/dovecot/2.0.nix ==

[Nix-commits] SVN commit: nix - r30076 - nixos/trunk/modules/services/mail

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 22:04:08 2011 New Revision: 30076 URL: https://nixos.org/websvn/nix/?rev=30076&sc=1 Log: Making dovecot2 authentication work (wrong pam module) Modified: nixos/trunk/modules/services/mail/dovecot2.nix Modified: nixos/trunk/modules/services/mail/dovecot2.nix

[Nix-commits] SVN commit: nix - r30075 - nixpkgs/trunk/pkgs/servers/mail/dovecot

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 22:03:41 2011 New Revision: 30075 URL: https://nixos.org/websvn/nix/?rev=30075&sc=1 Log: Making dovecot2 not use $out/var for runtime files. Modified: nixpkgs/trunk/pkgs/servers/mail/dovecot/2.0.nix Modified: nixpkgs/trunk/pkgs/servers/mail/dovecot/2.0.nix =

[Nix-commits] SVN commit: nix - r30074 - nixpkgs/trunk/pkgs/top-level

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 21:52:03 2011 New Revision: 30074 URL: https://nixos.org/websvn/nix/?rev=30074&sc=1 Log: * Added Data::UUID. Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix ===

[Nix-dev] [PATCH] Some more options to ldap.conf

2011-10-27 Thread Rickard Nilsson
Hi, I needed to use some more options in ldap.conf, so I have extended modules/config/ldap.nix with three more options concerning connection timeouts and retries. A general question about patches like this one: When do you stop adding options the Nix way, and just throw in an "extraConfiguration

[Nix-commits] SVN commit: nix - r30073 - in nixpkgs/trunk/pkgs: development/perl-modules top-level

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 21:45:53 2011 New Revision: 30073 URL: https://nixos.org/websvn/nix/?rev=30073&sc=1 Log: * Use a fork of Net::Amazon::EC2 that supports tags. Modified: nixpkgs/trunk/pkgs/development/perl-modules/net-amazon-ec2-ipv6.patch nixpkgs/trunk/pkgs/top-level/perl-pack

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29855 - nixos/trunk/modules/system/boot

2011-10-27 Thread Rickard Nilsson
Den 2011-10-27 23:37:46 skrev Eelco Dolstra : > On 10/27/2011 11:32 PM, Rickard Nilsson wrote: > >> I was the one who submitted this patch to NixOS. I don't know why a >> special program is needed. I didn't manage to get it to work with a >> plain >> "mount -t nfs", and since nfsmount (from klib

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29855 - nixos/trunk/modules/system/boot

2011-10-27 Thread Eelco Dolstra
On 10/27/2011 11:32 PM, Rickard Nilsson wrote: > I was the one who submitted this patch to NixOS. I don't know why a > special program is needed. I didn't manage to get it to work with a plain > "mount -t nfs", and since nfsmount (from klibc) is used in the initrd of > other distributions (l

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r29855 - nixos/trunk/modules/system/boot

2011-10-27 Thread Rickard Nilsson
Den 2011-10-26 21:11:50 skrev Eelco Dolstra : > Hi, > > On 10/15/2011 11:01 PM, Nicolas Pierron wrote: > >> +if [ "$fsType" = "nfs" ]; then >> + nfsmount "$device" "/mnt-root$mountPoint" && break >> +else >> + mount -t "$fsType" -o "$options" "$device" >> "/mnt-

[Nix-commits] SVN commit: nix - r30072 - in nixos/trunk/modules: . misc services/mail

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 19:43:20 2011 New Revision: 30072 URL: https://nixos.org/websvn/nix/?rev=30072&sc=1 Log: Adding a module for dovecot2. I've not tried it much. Added: nixos/trunk/modules/services/mail/dovecot2.nix - copied, changed from r30046, nixos/trunk/modules/services

[Nix-commits] SVN commit: nix - r30071 - nixos/trunk/modules/config

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 19:36:03 2011 New Revision: 30071 URL: https://nixos.org/websvn/nix/?rev=30071&sc=1 Log: * Create /etc/localtime as a symlink to the right zoneinfo file. However, this won't do anything until we merge the stdenv branch. Modified: nixos/trunk/modules/config/time

[Nix-commits] SVN commit: nix - r30070 - nix/trunk/src/libexpr

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 19:06:23 2011 New Revision: 30070 URL: https://nixos.org/websvn/nix/?rev=30070&sc=1 Log: * In printValueAsXML, handle the case where a "type" attribute is not a string. This happens in the NixOS option system. * Remove a bogus comparison of a unsigned integer with

[Nix-commits] SVN commit: nix - r30069 - in nixpkgs/branches/stdenv-updates/pkgs/development/libraries: glibc-2.13 glibc-2.14

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 18:42:32 2011 New Revision: 30069 URL: https://nixos.org/websvn/nix/?rev=30069&sc=1 Log: * Build Glibc with sysconfdir set to /etc. This causes it to look for ‘localtime’ (the default time zone definition) in /etc rather than $out/etc, allowing us to override th

[Nix-commits] SVN commit: nix - r30068 - nixos/trunk/modules/services/monitoring

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 18:06:54 2011 New Revision: 30068 URL: https://nixos.org/websvn/nix/?rev=30068&sc=1 Log: Fixing systemhealth for kernels 3.x Modified: nixos/trunk/modules/services/monitoring/systemhealth.nix Modified: nixos/trunk/modules/services/monitoring/systemhealth.nix ===

[Nix-commits] SVN commit: nix - r30067 - nixos/trunk/modules/virtualisation

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 17:46:25 2011 New Revision: 30067 URL: https://nixos.org/websvn/nix/?rev=30067&sc=1 Log: * Recent kernels need some more modules in the initrd to be able to do CIFS mounts. Modified: nixos/trunk/modules/virtualisation/qemu-vm.nix Modified: nixos/trunk/modules/

[Nix-commits] SVN commit: nix - r30066 - in nixpkgs/trunk/pkgs: development/libraries/haskell/gamma top-level

2011-10-27 Thread Andres Loeh
Author: andres Date: Thu Oct 27 17:39:42 2011 New Revision: 30066 URL: https://nixos.org/websvn/nix/?rev=30066&sc=1 Log: Generally switching to haskell-vector-0.9. The price is that gamma's current upper bound has to be patched. Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/gamma

[Nix-commits] SVN commit: nix - r30065 - nixos/trunk/modules/system/boot

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 17:34:16 2011 New Revision: 30065 URL: https://nixos.org/websvn/nix/?rev=30065&sc=1 Log: * Make the permissions on /run less liberal. Modified: nixos/trunk/modules/system/boot/stage-1-init.sh nixos/trunk/modules/system/boot/stage-2-init.sh Modified: nixos/tru

[Nix-commits] SVN commit: nix - r30063 - nixpkgs/trunk/pkgs/development/libraries/haskell/uu-parsinglib

2011-10-27 Thread Peter Simons
Author: simons Date: Thu Oct 27 17:05:49 2011 New Revision: 30063 URL: https://nixos.org/websvn/nix/?rev=30063&sc=1 Log: haskell-uu-parsinglib: updated to version 2.7.2.1 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/uu-parsinglib/default.nix Modified: nixpkgs/trunk/pkgs/develop

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

2011-10-27 Thread Peter Simons
Author: simons Date: Thu Oct 27 17:05:53 2011 New Revision: 30064 URL: https://nixos.org/websvn/nix/?rev=30064&sc=1 Log: haskell-vacuum: updated to version 1.0.0.2 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/vacuum/default.nix Modified: nixpkgs/trunk/pkgs/development/libraries/

[Nix-commits] SVN commit: nix - r30062 - nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 17:02:15 2011 New Revision: 30062 URL: https://nixos.org/websvn/nix/?rev=30062&sc=1 Log: * GCC updated to 4.6.2. Modified: nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6/default.nix nixpkgs/branches/stdenv-updates/pkgs/development/compile

[Nix-commits] SVN commit: nix - r30061 - in nixpkgs/branches/stdenv-updates: maintainers/scripts pkgs/development/compilers/gcc-4.4 pkgs/development/compilers/gcc-4.5

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 16:50:00 2011 New Revision: 30061 URL: https://nixos.org/websvn/nix/?rev=30061&sc=1 Log: * Backport the GCC xlibs dependency fix. Modified: nixpkgs/branches/stdenv-updates/maintainers/scripts/eval-release.nix nixpkgs/branches/stdenv-updates/pkgs/development/c

[Nix-commits] SVN commit: nix - r30060 - nixpkgs/branches/stdenv-updates/pkgs/development/compilers/gcc-4.6

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 16:42:51 2011 New Revision: 30060 URL: https://nixos.org/websvn/nix/?rev=30060&sc=1 Log: * Operator precendence kills :-) GCC was accidentally depending on X11 because of missing parentheses around a ‘++’. Modified: nixpkgs/branches/stdenv-updates/pkgs/develo

[Nix-commits] SVN commit: nix - r30059 - nixpkgs/branches/stdenv-updates/pkgs/stdenv/generic

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 16:32:46 2011 New Revision: 30059 URL: https://nixos.org/websvn/nix/?rev=30059&sc=1 Log: * Only print "@ phase..." messages on demand since they're kind of ugly and we already print phases (with start and end markers). * Remove some stray tabs. Modified: nixpkg

[Nix-commits] SVN commit: nix - r30058 - nixpkgs/branches/stdenv-updates/pkgs/top-level

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 16:09:22 2011 New Revision: 30058 URL: https://nixos.org/websvn/nix/?rev=30058&sc=1 Log: * Make Perl 5.14 the default. Cross fingers. Modified: nixpkgs/branches/stdenv-updates/pkgs/top-level/all-packages.nix Modified: nixpkgs/branches/stdenv-updates/pkgs/top-le

[Nix-commits] SVN commit: nix - r30057 - in nixpkgs/branches/stdenv-updates/pkgs: development/interpreters/perl/5.14 top-level

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 15:58:25 2011 New Revision: 30057 URL: https://nixos.org/websvn/nix/?rev=30057&sc=1 Log: * Added Perl 5.14.2. Added: nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/perl/5.14/ - copied from r30055, nixpkgs/branches/stdenv-updates/pkgs/develop

[Nix-commits] SVN commit: nix - r30056 - nixos/trunk/modules/services/x11/display-managers

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 15:43:13 2011 New Revision: 30056 URL: https://nixos.org/websvn/nix/?rev=30056&sc=1 Log: Fixing the xserver.enableTCP for kdm. Modified: nixos/trunk/modules/services/x11/display-managers/kdm.nix Modified: nixos/trunk/modules/services/x11/display-managers/kdm.nix

[Nix-commits] SVN commit: nix - r30055 - in nixpkgs/branches/stdenv-updates/pkgs: development/interpreters/perl development/interpreters/perl-5.10 development/interpreters/perl-5.8 development/interpr

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 15:35:43 2011 New Revision: 30055 URL: https://nixos.org/websvn/nix/?rev=30055&sc=1 Log: * Move perl-5.8 and perl-5.10 into perl/ per the coding conventions. Added: nixpkgs/branches/stdenv-updates/pkgs/development/interpreters/perl/ nixpkgs/branches/stdenv-upd

[Nix-commits] SVN commit: nix - r30054 - nixpkgs/trunk/pkgs/tools/virtualization/amazon-ec2-api-tools

2011-10-27 Thread Eelco Dolstra
Author: eelco Date: Thu Oct 27 15:15:28 2011 New Revision: 30054 URL: https://nixos.org/websvn/nix/?rev=30054&sc=1 Log: * ec2-api-tools updated to 1.4.4.2. Modified: nixpkgs/trunk/pkgs/tools/virtualization/amazon-ec2-api-tools/default.nix Modified: nixpkgs/trunk/pkgs/tools/virtualization/ama

[Nix-commits] SVN commit: nix - r30053 - nixpkgs/trunk/pkgs/os-specific/linux/udev

2011-10-27 Thread Lluís Batlle
Author: viric Date: Thu Oct 27 15:13:26 2011 New Revision: 30053 URL: https://nixos.org/websvn/nix/?rev=30053&sc=1 Log: Adding an udev patch for kernels not having the accept4 call. armv5tel 3.0, for example. Added: nixpkgs/trunk/pkgs/os-specific/linux/udev/pre-accept4-kernel.patch Modified:

Re: [Nix-dev] Why Nix-0.16 so hungry on ressources (mem + cpu) ?

2011-10-27 Thread Paul Dufresne
Was using Nix-0.16. With it, I was able to: sudo nix-install-package --non-interactive --url http://hydra.nixos.org/build/1463174/nix/pkg/nix-1.0pre29920-i686-linux.nixpkg which is trunk nix. Or at least was not long ago. It also shows the 56k connection was not so bad: did download perl-5.10.1, gc