Re: [Nix-dev] Multiple instances - detecting resource collisions - nixos module system question

2015-01-18 Thread Moritz Ulrich
Luca Bruno writes: > On 15/01/2015 01:23, Nicolas Pierron wrote: >> On Wed, Jan 14, 2015 at 11:17 PM, Marc Weber wrote: >>> If you use multiple apaches/nginx/mysql/postgresql/whatever instances >>> its likely to miss adjusting the port or whatsoever. Therefore I'd like >>> to implement a simple

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

2015-01-04 Thread Moritz Ulrich
Sorry for mangling the lines. I blame Emacs. Moritz Ulrich 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 hel

[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] New website

2014-05-31 Thread Moritz Ulrich
And another thing: Is it really a good idea to have april fools jokes on the front page? When NiJS was announced, I actually fell for it at first. I don't think showing this to newcomers helps. -- Moritz Ulrich pgpckfwwrziLs.pgp Description: PGP sign

Re: [Nix-dev] New website

2014-05-31 Thread Moritz Ulrich
27;t think any video can ever replace an useful description. It can extend, or better explain some topics, but imo it's *much* easier to read a short pitch about something instead of watching a 20 minute video. *Especially* when it's about something as technical as NixOS. -- Moritz Ulri

[Nix-dev] Monitor Down?

2014-05-01 Thread Moritz Ulrich
% curl http://monitor.nixos.org curl: (7) Failed to connect to monitor.nixos.org port 80: Connection refused nslookup monitor.nixos.org Name: monitor.nixos.org Address: 144.76.106.45 -- Moritz Ulrich pgpCbpCbSBztr.pgp Description: PGP signature

Re: [Nix-dev] nixos-container update: Strange Behavior

2014-04-30 Thread Moritz Ulrich
Small update: `nix-channel --update' failed because I forgot to setup NAT-networking on the host. The original issue persists, though. -- Moritz Ulrich ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/lis

[Nix-dev] nixos-container update: Strange Behavior

2014-04-30 Thread Moritz Ulrich
container doesn't work (it just never returns). So I also can't run `nixos-rebuild' in the container itself. Thanks, Moritz Ulrich pgpdQlP9cqqaO.pgp Description: PGP signature ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] OCaml

2014-01-29 Thread Moritz Ulrich
On Wed, Jan 29, 2014 at 11:23 AM, Lluís Batlle i Rossell wrote: > As long as mldonkey works, fine for me. :) If it doesn't, mldonkey can still use 3.12.*. I agree with a cleanup of the OCaml stuff - there are many versions in nixpkgs, and I wonder which of these are really necessary. ___

Re: [Nix-dev] Nixpkgs monitor moved!

2014-01-14 Thread Moritz Ulrich
email address. The current approach looks correct to me: Nixpkgs-Monitor is the original author of the patch, and applying this patch merely makes you the committer, not the author. -- Moritz Ulrich pgpIRpZwuADjz.pgp Description: PGP signature ___ nix

Re: [Nix-dev] lispPackages: Don't include Texlive in every closure

2013-12-12 Thread Moritz Ulrich
Done in e69887e On Thu, Dec 12, 2013 at 2:27 PM, Michael Raskin <7c6f4...@mail.ru> wrote: >>The current implementation of the 'asdf' build tool for >>pkgs.lispPackages passes texlive to every package (It's used to build >>documentation). >> >>I think we should drop this input. A 500+Mb download fo

[Nix-dev] lispPackages: Don't include Texlive in every closure

2013-12-12 Thread Moritz Ulrich
The current implementation of the 'asdf' build tool for pkgs.lispPackages passes texlive to every package (It's used to build documentation). I think we should drop this input. A 500+Mb download for even the smallest lispPackage isn't necessary. -- Moritz Ulrich pgp3Ro0rg

Re: [Nix-dev] Newbie questions

2013-12-02 Thread Moritz Ulrich
d script in the nix-store (/nix/store). You can use this function in your own nix files anywhere. Nothing ties you to put it to all-packages.nix. As the php expressions are pretty big, I'd just copy the whole file over to the repo, and create a new 'default.nix' file which is resp

Re: [Nix-dev] Nixpkgs-monitor. New milestone: patches

2013-11-28 Thread Moritz Ulrich
r maybe you want a rss feed and we > could discuss specifics? Email reports? > > Whatever you suggest, please *be very specific*. > > ___ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http

Re: [Nix-dev] Enabling CUPS unconditionally allows UDP/631 on the firewall

2013-11-12 Thread Moritz Ulrich
l.allowedTCPPorts = [ services.sshd.port ]; > Just my 2 cents, > Peter > > ___ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Moritz Ulrich pgpsoMBAP8QDF.pgp Description: PGP signature _

Re: [Nix-dev] nixops data deployment

2013-11-01 Thread Moritz Ulrich
e data, but that would break the atomic > deployment, since the service could start before the data was available. > > Tim > ___ > nix-dev mailing list > nix-dev@lists.science.uu.nl > http://lists.science.uu.nl/mailman/listinfo/nix-de

[Nix-dev] How to handle Repositories which don't keep old versions?

2013-09-27 Thread Moritz Ulrich
Hello, As some of you might be aware of, I built support for Emacs' package manager package.el into Nix. This is accomplished just like with node & python (a helper script generates a nix file) based on the repository's contents. Unfortunately, package.el repositories don't keep old versions. If

[Nix-dev] NixOS on Linode (again...)

2013-06-21 Thread Moritz Ulrich
Hello, I'm trying to setup a NixOS machine on Linode following the wiki[1]. Everything seems to work out fine until I start nixos-rebuild. It starts to pull some packages from the binary cache and bulds some other, but always fails with the following message: Died at /nix/store/5hahlcqvj6zblnyi

Re: [Nix-dev] Obfuscated TOR bridge is packaged. Please consider running it.

2013-06-12 Thread Moritz Ulrich
Just tried it: exporting https://git.torproject.org/pluggable-transports/obfsproxy.git (rev 3c4e843a30c430aec1de03e0e09ef654072efc03) into /nix/store/w3mzdvnh4wyzy86l19m6yln7iwl0fxdj-git-export fetching path `/nix/store/02yrag3nhmdz8vx6zbxjzikr209nnfch-python-offline-distutils-2.7.3'... Initializ

[Nix-dev] nixos-rebuild build-vm: Can't find /dev/sda2

2013-05-13 Thread Moritz Ulrich
p" = { device = "tmpfs"; fsType = "tmpfs"; }; Everything works fine when running on bare metal, starting a virtual machine built via `nixos-rebuild build-vm' stops while booting: Device /dev/sda2 doesn't exist or access denied. starting device mapper and LVM

Re: [Nix-dev] Updated system-tarballs for non-pc

2013-04-03 Thread Moritz Ulrich
I like the torrent approach too, but I'd like to see a wiki page documenting the steps how to build a tarball (the current 'Cross Compiling' page is a bit rough on that matter). I'll seed the packages too. On Wed, Apr 3, 2013 at 5:14 PM, Lluís Batlle i Rossell wrote: > On Wed, Apr 03, 2013 at 06

<    1   2