Re: [Nix-dev] hydra.nixos.org stopped scheduling jobs

2015-01-04 Thread Peter Simons
Hi Vladimír, It seems building OK now. I don't know if anyone has intervened... Hydra builds a couple of hundred packages per day, but it does so at a snails pace. Every time I look at http://hydra.nixos.org/machines, all build slaves are idle. Not sure what's going on. Also, note that

[Nix-dev] mysql workbench

2015-01-04 Thread Karn Kallio
The attached patches are to advance the version of mysql workbench to 6.2.4, which fixes the currently failing build against master nixpkgs. There are also new expressions for some added dependencies (mysqlc++ connector library and vsqlite a c++ wrapper library for sqlite). Also there is a

[Nix-dev] KDE with i3 as window manager in NixOS?

2015-01-04 Thread Matthias Beyer
Hi, I'm trying to get KDE to use i3 as window manager. I did not succeed by now. I want to try this whether it is useable for me, so I can benefit from KDE as well as from i3. I tried to reproduce this [0] suggestion in nixos, but I failed when writing the .desktop file to the nix store

[Nix-dev] Encrypted root: LUKS over LVM

2015-01-04 Thread Nikita Karetnikov
I’m trying to configure NixOS with LUKS over LVM as described in [1]. After partitioning the disk (see ‘partition-table.sfdisk’), I did the following: # mkfs.ext3 /dev/sda1 # cryptsetup luksFormat -i 5000 /dev/sda2 # cryptsetup luksOpen /dev/sda2 main # pvcreate /dev/mapper/main # vgcreate main

Re: [Nix-dev] FOSDEM planning Hangout

2015-01-04 Thread Domen Kožar
Don't think anyone is giving a talk this year. On Sun, Dec 28, 2014 at 9:26 PM, Charles Strahan charles.c.stra...@gmail.com wrote: Is anyone planning on giving a talk? If so, who? On Wed, Dec 17, 2014 at 1:47 PM, Wout Mertens wout.mert...@gmail.com wrote: Hi all, We got a table at

Re: [Nix-dev] Encrypted root: LUKS over LVM

2015-01-04 Thread James Cook
On 4 January 2015 at 12:04, Nikita Karetnikov nik...@karetnikov.org wrote: I’m trying to configure NixOS with LUKS over LVM as described in [1]. After partitioning the disk (see ‘partition-table.sfdisk’), I did the following: # mkfs.ext3 /dev/sda1 # cryptsetup luksFormat -i 5000 /dev/sda2 #

[Nix-dev] Static Executable: Patchelf fails me

2015-01-04 Thread Moritz Ulrich
Hello, I'm trying to package/run a static executable for Simplify3D, a commercial 3D printer slicing software. My usual approaches (patchelf, LD_PRELOAD) fail me here, so I'm asking for help Some information on the file: $ file ./s3d.run ./s3d.run: ELF 64-bit LSB executable, x86-64, version 1

Re: [Nix-dev] Static Executable: Patchelf fails me

2015-01-04 Thread Moritz Ulrich
Sorry for mangling the lines. I blame Emacs. Moritz Ulrich mor...@tarn-vedra.de writes: Hello, I'm trying to package/run a static executable for Simplify3D, a commercial 3D printer slicing software. My usual approaches (patchelf, LD_PRELOAD) fail me here, so I'm asking for help Some

Re: [Nix-dev] Encrypted root: LUKS over LVM

2015-01-04 Thread Luca Bruno
Yes, as James says, you should really mount /mnt first. Mounting /mnt after /mnt/boot means that /mnt/boot is seen empty. On Sun, Jan 4, 2015 at 10:35 PM, James Cook james.c...@utoronto.ca wrote: On 4 January 2015 at 12:04, Nikita Karetnikov nik...@karetnikov.org wrote: I’m trying to

Re: [Nix-dev] Static Executable: Patchelf fails me

2015-01-04 Thread Luca Bruno
Not an expert here, but maybe the binary is so much stripped that patchelf is not able to determine the right offsets for patching the binary. About the segfault, maybe it spawns some other process and the libs are not propagated? That may explain why the symlink works. On Mon, Jan 5, 2015 at

[Nix-dev] Call for participation at the Augsburger Linux-Infotag 2015 (Germany)

2015-01-04 Thread Ingo Blechschmidt
Dear Nix developers, on 2015-03-28, the Linux User Group Augsburg e.V. will host a yearly regional Linux day -- for the 14th time. This is by far not an international event, but we are the biggest such event in Southern Germany, expecting 300 visitors. We'd welcome a talk, workshop, or booth on

[Nix-dev] Supported Darwin versions

2015-01-04 Thread John Wiegley
Hello, I'm setting up a test bed for the upcoming Darwin patches, which led me to want a solution which can work for as many versions of Darwin as we wish to support. Which leads me to the question: How many versions of Darwin do we wish to support? Here are the results of running curl

Re: [Nix-dev] Call for participation at the Augsburger Linux-Infotag 2015 (Germany)

2015-01-04 Thread aszlig
Good morning, On Mon, Jan 05, 2015 at 01:22:53AM +0100, Ingo Blechschmidt wrote: on 2015-03-28, the Linux User Group Augsburg e.V. will host a yearly regional Linux day -- for the 14th time. This is by far not an international event, but we are the biggest such event in Southern Germany,

Re: [Nix-dev] grsecurity

2015-01-04 Thread Raahul Kumar
I poked around here You can enable it by just specifying which kernel you want (stable, stable+vserver patches, or testing), and the system configuration (desktop or server): security.grsecurity.enable = true; security.grsecurity.testing = true; # testing 3.13 kernel