Re: [Nix-dev] LVM troubles

2013-04-22 Thread Rickard Nilsson
Den 2013-04-22 06:52:50 skrev James Cook : > On 21 April 2013 10:29, Rickard Nilsson > wrote: >> Hi, >> >> I noticed today that my NixOS system that uses LVM on top of mdadm RAID >> doesn't boot. It seems the LVM volumes are not activated. The NixOS init >> says something about "starting LVM" a

Re: [Nix-dev] LVM troubles

2013-04-22 Thread Rickard Nilsson
Den 2013-04-22 08:26:25 skrev Lluís Batlle i Rossell : > On Sun, Apr 21, 2013 at 07:29:22PM +0200, Rickard Nilsson wrote: >> Hi, >> >> I noticed today that my NixOS system that uses LVM on top of mdadm RAID >> doesn't boot. It seems the LVM volumes are not activated. The NixOS init >> says somethi

Re: [Nix-dev] LVM troubles

2013-04-22 Thread Lluís Batlle i Rossell
On Mon, Apr 22, 2013 at 12:04:58PM +0200, Rickard Nilsson wrote: > Den 2013-04-22 08:26:25 skrev Lluís Batlle i Rossell : > >Well, old generations did work, didn't they? > > Yep, but it took me a while to find an old generation that worked. And when > the system got up it was heavily out-of-date f

Re: [Nix-dev] Binary patches

2013-04-22 Thread Eelco Dolstra
Hi, On 15/04/13 11:39, Lluís Batlle i Rossell wrote: > I've the impression that these last weeks, nix is not using binary patches. > > Are binary patches still produced by the farm? Do they simply came quite > later? > Maybe I've the wrong impression? The binary cache substituter doesn't suppo

Re: [Nix-dev] Broken fonts on non-NixOS

2013-04-22 Thread Eelco Dolstra
Hi, On 16/04/13 10:15, Peter Simons wrote: > is the environment variable FONTCONFIG_FILE to some appropriate value, > like "/etc/fonts/fonts.conf"? Strangely, our fontconfig is supposed to look in /etc/fonts by default [1], but that seems not to work anymore. [1] https://github.com/NixOS/nixpk

Re: [Nix-dev] Binary patches

2013-04-22 Thread Lluís Batlle i Rossell
On Mon, Apr 22, 2013 at 06:15:43PM +0200, Eelco Dolstra wrote: > On 15/04/13 11:39, Lluís Batlle i Rossell wrote: > > > I've the impression that these last weeks, nix is not using binary patches. > > > > Are binary patches still produced by the farm? Do they simply came quite > > later? > > Mayb

[Nix-dev] [pull request] Update gnutls to 3.1.10 (fixes security vulnerability)

2013-04-22 Thread James Cook
I updated GnuTLS to 3.1.10 on my system. I nixos-rebuild-ed on the branch and restarted and everything works fine, so I made a pull request: https://github.com/NixOS/nixpkgs/pull/478 Thanks, James ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-dev] PHP configuration options

2013-04-22 Thread Bjørn Forsman
Hi, I'd like to build PHP with FPM (FastCGI Process Manager) support. With the ultimate goal of having a nixos module configuration for lighttpd + php-fpm. The problem is that FPM conflicts with apxs2, which is enabled by default. And the nix expression for PHP uses a kind of config I've not seen

Re: [Nix-dev] Binary cache failures

2013-04-22 Thread Peter Simons
Vladimír Čunát writes: > It seems that there are some paths which are missing despite hydra > thinking otherwise. What is particularly bad is that neither "--fallback" nor "--keep-going" lets Nix recover from those errors -- the build just fails. :-( Peter

[Nix-dev] minimal install archive

2013-04-22 Thread Marc Weber
I've spent some time updating the old "minimal install archive" I provided once which is still referenced on the wiki [G3]. Its goal is to split the nixos-install script into reusable pieces which can then be used with a nixos install iso or a minimal bootsrap archive. The README/documentation r

Re: [Nix-dev] PHP configuration options

2013-04-22 Thread Marc Weber
Here is the code I'm using. However as said on irc it requires my patches found on my github page (see comments). http://mawercer.de/tmp/php-hosts.nix This sample is for apache. Shouldn't be too hard to make it work with lighthttpd or nginx in some way. If you care about php configuration options

Re: [Nix-dev] minimal install archive

2013-04-22 Thread phreedom
On Вторник 23 апреля 2013 03:14:10 Marc Weber wrote: > = Questions to you (community): > > - Are you interested in this? I had used the old binary for as long as it was working. Building your own sometimes doesn't work since sometimes you don't have the nedded arch nixos machine handy.

Re: [Nix-dev] PHP configuration options

2013-04-22 Thread Bjørn Forsman
On 23 April 2013 03:55, Marc Weber wrote: > Here is the code I'm using. > However as said on irc it requires my patches found on my github page > (see comments). > http://mawercer.de/tmp/php-hosts.nix > > This sample is for apache. Shouldn't be too hard to make it work with > lighthttpd or nginx i