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

2011-11-25 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 25 12:35:33 2011 New Revision: 30556 URL: https://nixos.org/websvn/nix/?rev=30556sc=1 Log: * Add a patch to prevent Starman from changing its process name to starman worker or starman master. This prevented libcgroup from determining the process name correctly.

[Nix-commits] SVN commit: nix - r30557 - configurations/trunk/tud

2011-11-25 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 25 12:58:36 2011 New Revision: 30557 URL: https://nixos.org/websvn/nix/?rev=30557sc=1 Log: * Use cgroups to (hopefully) improve the interactiveness of the Hydra web server (by giving its processes a bigger CPU share than the build/evaluator processes). Modified:

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

2011-11-25 Thread Peter Simons
Author: simons Date: Fri Nov 25 13:44:24 2011 New Revision: 30558 URL: https://nixos.org/websvn/nix/?rev=30558sc=1 Log: haskell-hashtables: added version 1.0.0.0 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/hashtables/

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

2011-11-25 Thread Peter Simons
Author: simons Date: Fri Nov 25 13:44:40 2011 New Revision: 30561 URL: https://nixos.org/websvn/nix/?rev=30561sc=1 Log: haskell-Agda: updated to version 2.3.0 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/Agda/default.nix Modified:

[Nix-commits] SVN commit: nix - r30564 - in nixpkgs/trunk/pkgs: development/libraries/haskell/haskell-src-exts top-level

2011-11-25 Thread Peter Simons
Author: simons Date: Fri Nov 25 13:44:52 2011 New Revision: 30564 URL: https://nixos.org/websvn/nix/?rev=30564sc=1 Log: haskell-src-exts: dropped obsolete version 1.9.6 Added: nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-src-exts/default.nix - copied, changed from r30563,

[Nix-commits] SVN commit: nix - r30565 - in nixos/trunk/modules/services: hardware logging misc networking printing scheduling system ttys web-servers/apache-httpd

2011-11-25 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 25 16:32:54 2011 New Revision: 30565 URL: https://nixos.org/websvn/nix/?rev=30565sc=1 Log: * Use the ‘path’ attribute in Upstart jobs in more places. It's a bit more readable (also in ps output). Modified: nixos/trunk/modules/services/hardware/acpid.nix

[Nix-commits] SVN commit: nix - r30566 - nixpkgs/trunk/pkgs/applications/networking/browsers/firefox

2011-11-25 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 25 17:01:54 2011 New Revision: 30566 URL: https://nixos.org/websvn/nix/?rev=30566sc=1 Log: * Do an exec to get rid of an unnecessary shell. Modified: nixpkgs/trunk/pkgs/applications/networking/browsers/firefox/8.0.nix

[Nix-commits] SVN commit: nix - r30567 - nix/trunk/tests

2011-11-25 Thread Eelco Dolstra
Author: eelco Date: Fri Nov 25 17:04:26 2011 New Revision: 30567 URL: https://nixos.org/websvn/nix/?rev=30567sc=1 Log: * Fix race. Modified: nix/trunk/tests/remote-builds.nix Modified: nix/trunk/tests/remote-builds.nix

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

2011-11-25 Thread Peter Simons
Author: simons Date: Fri Nov 25 17:09:37 2011 New Revision: 30568 URL: https://nixos.org/websvn/nix/?rev=30568sc=1 Log: smartd: run the mail notification script with ${pkgs.stdenv.shell} rather than /bin/sh Modified: nixos/trunk/modules/services/monitoring/smartd.nix Modified:

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

2011-11-25 Thread Peter Simons
Author: simons Date: Fri Nov 25 17:09:44 2011 New Revision: 30569 URL: https://nixos.org/websvn/nix/?rev=30569sc=1 Log: smartd: run smartd daemon using the given search path to improve readability of ps output Modified: nixos/trunk/modules/services/monitoring/smartd.nix Modified:

[Nix-dev] slock (was: SVN commit: nix - r29326 - in nixpkgs/trunk/pkgs: misc/screensavers/slock top-level)

2011-11-25 Thread Peter Simons
Hi Alexander, misc/screensavers/slock: New nixpkg. I tried to run slock (because it's really quite small!), but I get the following error message: $ slock slock: cannot retrieve password entry (make sure to suid slock) Do you have an idea how to remedy that issue (preferably in a way that

Re: [Nix-dev] [PATCH] authorized_keys in users.extraUsers

2011-11-25 Thread Nicolas Pierron
Hi, If nobody complain, I'll merge this modifications in the next days. On Thu, Nov 17, 2011 at 00:24, Rickard Nilsson rickard.nils...@telia.com wrote: After a lot of help from Nicolas, I have a new version of my patch ready. You can now do this:  users.extraUsers = {    myuser = {      

[Nix-dev] About domainnames (was about /etc/hosts)

2011-11-25 Thread Lluís Batlle i Rossell
On Fri, Nov 25, 2011 at 07:47:45PM +0100, Peter Simons wrote: Hi Lluís, Author: viric Date: Wed Nov 9 21:02:01 2011 New Revision: 30362 URL: https://nixos.org/websvn/nix/?rev=30362sc=1 Log: Adding the hostname.domain and localhost.domain to hosts, if possible. this