Re: [Nix-dev] NixOS Sprint in Ljubljana

2014-07-30 Thread Domen Kožar
him > > On 07/16/2014 07:05 PM, Domen Kožar wrote: > > Hi all, > > > > I'm proud to announce NixOS Sprint[0] in happening Ljubljana, Slovenia. > > > > Sprint is a wonderful opportunity to meet the community, share ideas and > > knowledge with ot

Re: [Nix-dev] NixOS Sprint in Ljubljana

2014-07-20 Thread Domen Kožar
A friendly reminder: the deadline for voting for dates of the sprint is tonight at midnight CET timezone. On Thu, Jul 17, 2014 at 11:53 AM, Rok Garbas wrote: > Quoting Wout Mertens (2014-07-17 10:51:24) > > Sounds awesome! Don't know if I can make it yet but I'd love to join. > > > > yaay! hope

Re: [Nix-dev] Using python27 impurely on nixos

2014-07-18 Thread Domen Kožar
Given default.nix: with import {}; with pkgs.python27Packages; buildPythonPackage { name = "some-env"; buildInputs = [ git libxml2 libxslt libzip python27Full python27Packages.virtualenv stdenv zlib ]; src = null; } You can

[Nix-dev] NixOS Sprint in Ljubljana

2014-07-16 Thread Domen Kožar
Hi all, I'm proud to announce NixOS Sprint[0] in happening Ljubljana, Slovenia. Sprint is a wonderful opportunity to meet the community, share ideas and knowledge with others and collaborate together to improve anything related to Nix. Last year we had wonderful time[1] with around 20 people at

Re: [Nix-dev] Nix users going to EuroPython

2014-07-15 Thread Domen Kožar
On Tue, Jul 15, 2014 at 12:12 PM, Florian Friesdorf wrote: > > Georges Dubus writes: > > Hello there > > > > I know for a fact there's a non-empty intersection between Python and Nix > > users, so I guess I won't be the only one going to the EuroPython. > > > > Domen will be giving a talk[1] whi

Re: [Nix-dev] Nix/Nixpkgs on Cygwin

2014-05-29 Thread Domen Kožar
Did you run into https://github.com/NixOS/nix/issues/19? On Thu, May 29, 2014 at 3:08 PM, Sander van der Burg - EWI < s.vanderb...@tudelft.nl> wrote: > Hello Nixers, > > Recently I had to do couple of development tasks on *cough cough* MS > Windows. > > Unfortunately, Nix did not seem to work o

Re: [Nix-dev] xfce: 'lock screen' button

2014-05-16 Thread Domen Kožar
That's how I override default: $ type -P xflock4 /home/ielectric/bin/xflock4 $ cat /home/ielectric/bin/xflock4 scrot /tmp/screen_locked.png convert /tmp/screen_locked.png -scale 10% -scale 1000% /tmp/screen_locked.png killall -SIGUSR1 dunst DISPLAY=:0.0 i3lock -i /tmp/screen_locked.png --nofork -

Re: [Nix-dev] versionedDeravation / php fpm / cups 1.7

2014-04-07 Thread Domen Kožar
The main question that raises here is: Where are the limits? As soon as we allow more than one design pattern for sharing code between packages, we might have one more approach for code sharing every 6 months making maintenance of different packages have a bigger learning curve for no/little gain.

Re: [Nix-dev] Installing wireless drivers

2014-04-02 Thread Domen Kožar
For vmware video driver problem see https://github.com/NixOS/nixpkgs/issues/2099 For wireless with a GUI manager, I would recommend https://nixos.org/wiki/Network_Manager On Wed, Apr 2, 2014 at 1:20 PM, Raahul Kumar wrote: > On 4/2/14, Domen Kožar wrote: > > Tr

Re: [Nix-dev] Installing wireless drivers

2014-04-02 Thread Domen Kožar
Try setting "hardware.opengl.videoDrivers" On Wed, Apr 2, 2014 at 9:59 AM, Raahul Kumar wrote: > I have discovered the vmware video driver won't build. How do I dfisable > this driver from being loaded? I only have an ATI card, I don't need these > superflous video card drivers being built. Th

Re: [Nix-dev] force-push to master

2014-03-09 Thread Domen Kožar
ow it happened: I was working on another machine and push.default was set to "matching". When I pushed an force-push update to a branch (PR), it also force-pushed the master. On Sun, Mar 9, 2014 at 1:45 PM, Bjørn Forsman wrote: > On 9 March 2014 13:37, Domen Kožar wrote: > > H

[Nix-dev] force-push to master

2014-03-09 Thread Domen Kožar
Hi all, I managed to force-push master and delete a couple of commits. I have no idea how that happened, but let's first fix the mess. Does anyone commit nixpkgs/master 6cfbc75 Michael Raskin: Fix CL-Launch source link If so, please force-push it to master (check before that if any new commits a

Re: [Nix-dev] More permissions on hydra for people with push access

2014-02-26 Thread Domen Kožar
> > > The ideal would be to create jobsets automatically for Git branches and > pull > requests. Then you wouldn't need admin access to Hydra. But it still > leaves > problem #2. Automatic testing of pull requests (and maybe a check it doesn't rebuild stdenv) together with "restart build" perm

Re: [Nix-dev] Fwd: [NixOS] Your organization application has been rejected.

2014-02-24 Thread Domen Kožar
On Mon, Feb 24, 2014 at 10:48 PM, Shea Levy wrote: > Hey Domen, > > Ah, bad luck! Are you planning on attending the irc meeting, or should > someone else? Thanks again for spearheading this! I'll be there, already scheduled in my calendar. ___ nix-dev

[Nix-dev] Fwd: [NixOS] Your organization application has been rejected.

2014-02-24 Thread Domen Kožar
Hi all, our application for GSOC was rejected, better luck next year :-) Thanks to everyone for helping out! Domen -- Forwarded message -- From: Date: Mon, Feb 24, 2014 at 7:40 PM Subject: [NixOS] Your organization application has been rejected. To: do...@dev.si Thank you for

Re: [Nix-dev] Almost 50% of all Hydra jobs for Nixpgks/master don't compile

2014-02-22 Thread Domen Kožar
Some heads up. I counted current list of haskell and python packages that fail. Together that's 2430 of 2615 failures we have on hydra for linux platform. I'll try to fix pypy (it's broken because of tests failing and misconfigured setup-hook) and python3 (we basically need a way for a python pack

[Nix-dev] (some) Cmake projects have missing linked libs in binaries since stdenv-updates merge

2014-02-17 Thread Domen Kožar
Hi all, I've found two projects that currently due to stdenv-updates merge on 21. Jan $ nix-env -i ike $ /nix/store/bpc3zqr5vgqliffyx2rvpr0rcq64rknc-ike-2.2.1/sbin/iked /nix/store/bpc3zqr5vgqliffyx2rvpr0rcq64rknc-ike-2.2.1/sbin/.iked-wrapped: error while loading shared libraries: libstdc++.so.6:

Re: [Nix-dev] nix-shell NetworkManager

2014-02-17 Thread Domen Kožar
> this thing is probably related somehow to the polkit. > > Sergey. > > > > 2014-02-17 15:18 GMT+04:00 Domen Kožar : > > Hi Sergey, > > > > what rev of nixpkgs are you using? Anything special about your > > configuration? I guess this happens when you try t

Re: [Nix-dev] nix-shell NetworkManager

2014-02-17 Thread Domen Kožar
Hi Sergey, what rev of nixpkgs are you using? Anything special about your configuration? I guess this happens when you try to connect on protected wifi, right? d. On Mon, Feb 17, 2014 at 12:15 PM, Sergey Mironov wrote: > 2014-02-17 14:38 GMT+04:00 Cillian de Róiste : > > Hi, > > > > I don't k

Re: [Nix-dev] Google Summer of Code 2014

2014-02-14 Thread Domen Kožar
re ideas to the list: https://nixos.org/wiki/GSOC_2014_ideas_list Cheers, Domen On Fri, Feb 14, 2014 at 12:12 PM, Eelco Dolstra wrote: > Hi, > > On 13/02/14 23:14, Domen Kožar wrote: > > > Google Summer of Code is a program organized by Google giving > organizations i

[Nix-dev] Google Summer of Code 2014

2014-02-13 Thread Domen Kožar
Hi all, Google Summer of Code is a program organized by Google giving organizations in open source opportunity to pay students to work on open source projects. Many successful students become contributors after the projects ends. Also, participating in GSOC is a healthy sign of an open source pro

Re: [Nix-dev] Declarative user management merged to master

2014-02-10 Thread Domen Kožar
I agree: we should treat usernames as "unqiue" from NixOS point of view, although in Linux you can have two same usernames with different uids. On Mon, Feb 10, 2014 at 11:08 PM, James Cook wrote: > On 10 February 2014 00:26, Pascal Wittmann wrote: > > On 02/10/2014 09:00 AM, Rickard Nilsson wr

Re: [Nix-dev] Configuring Apache version

2014-02-08 Thread Domen Kožar
Don't use quotes, but an actual attribute set. On Sat, Feb 8, 2014 at 8:46 PM, Colin Adams wrote: > If I follow the example in the manual: > services.httpd.package > > Overridable attribute of the Apache HTTP Server package to use. > > *Default:* *(build of apache-httpd-2.2.26)* > > *Example:* "

[Nix-dev] Fwd: Re: Fosdem: room reservation for community discussion

2014-02-02 Thread Domen Kožar
-- Forwarded message -- From: "Domen Kožar" Date: Feb 2, 2014 12:15 PM Subject: Re: [Nix-dev] Fosdem: room reservation for community discussion To: "Oliver Charles" Cc: Note that we have the room reserved for 1h (max allowed), then we can move to the hacke

[Nix-dev] Fosdem: room reservation for community discussion

2014-02-02 Thread Domen Kožar
Hey all, I've reserved a room for us at H.3.227 at 13h today. Everyone is welcome to join and discuss nix stack. Domen ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] FOSDEM: any plans for Saturday evening?

2014-01-27 Thread Domen Kožar
On Mon, Jan 27, 2014 at 7:52 PM, Bas van Dijk wrote: > > On 27 Jan 2014 14:28, "Cillian de Róiste" > wrote: > > The talks should be finished by 19:00 so why don't we meet up at the > main infodesk shortly afterwards and take it from there?: > > +1 > +1 ___

Re: [Nix-dev] FOSDEM: any plans for Saturday evening?

2014-01-27 Thread Domen Kožar
Maybe we could go with Python folks? Otherwise Cillians idea sounds good! On Mon, Jan 27, 2014 at 2:37 PM, Oliver Charles wrote: > Cillian de Róiste writes: > > > It looks like we have 4-6 people interested. That's great! I guess we > don't > > really need to make a reservation, just go to a pa

Re: [Nix-dev] FOSDEM: any plans for Saturday evening?

2014-01-22 Thread Domen Kožar
Count me in. On Wed, Jan 22, 2014 at 1:50 PM, Cillian de Róiste < cillian.deroi...@gmail.com> wrote: > Hi, > > Since there will be quite a few NixOS and Guix folks at FOSDEM it would be > great to meet up. Is there some interest in arranging dinner / drinks on > Saturday evening? > > Cheers, > C

Re: [Nix-dev] Solved - multi-user in opensuse for nix

2014-01-05 Thread Domen Kožar
Glad you solved it, enjoy :) On Sun, Jan 5, 2014 at 12:46 PM, Matt Paine wrote: > Hi Guys. > > Sorry for the few newbie questions. I simply symlinked > /nix/var/nix/profiles/default to > /nix/var/nix/profiles/per-user/mpaine/profile and it all started working > beautfilly :) > > Thanks for some

Re: [Nix-dev] nix-channel says: unexpected UPDATE, at `(string):1:177'

2013-12-20 Thread Domen Kožar
I "fixed it" by retrying, seems it worked for the 3rd time. Forgot to report though - thanks On Fri, Dec 20, 2013 at 7:00 PM, Peter Simons wrote: > Hi guys, > > does anyone know how to fix this error? > > | $ nix-channel --update > | downloading Nix expressions from ` > http://nixos.org/chann

Re: [Nix-dev] Fwd: "nix-env --set-flag priority NUMBER PKGNAME" not working?

2013-12-16 Thread Domen Kožar
Could you open an issue at Nix github? On Mon, Dec 16, 2013 at 10:16 PM, Bjørn Forsman wrote: > (Forgot to CC the list.) > > On 16 December 2013 21:43, Domen Kožar wrote: > > so it should throw an error when package is not installed? > > Yes, that would be really helpful.

Re: [Nix-dev] "nix-env --set-flag priority NUMBER PKGNAME" not working?

2013-12-16 Thread Domen Kožar
so it should throw an error when package is not installed? On Mon, Dec 16, 2013 at 9:32 PM, Bjørn Forsman wrote: > On 16 December 2013 21:15, Bjørn Forsman wrote: > > Hi all, > > > > I cannot get "nix-env --set-flag priority NUMBER PKGNAME" to work. > > I've already installed "quassel" and when

Re: [Nix-dev] Almost 50% of all Hydra jobs for Nixpgks/master don't compile

2013-12-07 Thread Domen Kožar
Hi all, On Fri, Dec 6, 2013 at 8:48 PM, Peter Simons wrote: > Hi Eelco, > > > you really should set meta.platforms, to prevent the package from > > showing up on platforms where it doesn't work. > > I would like differentiate two kinds of "doesn't work": > > 1) Doesn't work, won't work, and

Re: [Nix-dev] Passwords in configuration files

2013-11-30 Thread Domen Kožar
https://github.com/NixOS/nix/issues/8 On Sat, Nov 30, 2013 at 11:03 AM, Thomas Bereknyei wrote: > I came across some threads from a while ago and some discussion > regarding passwords in configuration files and ways to limit the > security problem it poses, while still striving to keep within Ni

Re: [Nix-dev] experience packager or coder to help me with cinnamon

2013-11-29 Thread Domen Kožar
I'd also recommend taking it slow - cinnamon is a big beast to package. Nix has a steep learning curve and you should take that seriously. Learning basics of Nix through usage and then pairing up with someone are the steps I would recommend. Good luck, Domen On Fri, Nov 29, 2013 at 11:13 AM, Ma

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

2013-11-12 Thread Domen Kožar
To make the question more general: should services by default open needed firewall ports and should there be a global setting to turn that behaviour off? On Tue, Nov 12, 2013 at 12:24 PM, Pablo Costa wrote: > Hello, > > on nixpkgs/nixos/modules/services/printing/cupsd.nix there is this line: >

Re: [Nix-dev] NixOS 13.10

2013-10-31 Thread Domen Kožar
Awesome. I remember the discussion about the release at sprint, feels like yesterday. Keep it up! On Fri, Nov 1, 2013 at 12:07 AM, Mathijs Kwik wrote: > Congratulations on another great milestone :) > It will be interesting to see how this stable experiment goes. > But together with the new ni

Re: [Nix-dev] Wiki spam

2013-09-30 Thread Domen Kožar
You don't have spam because nixos.org has pagerank 5, which makes it attractive to spammers in a way that humans are paid to enter spam links. Your site has pagerank of 0. On Mon, Sep 30, 2013 at 3:12 PM, Marc Weber wrote: > Eelco: Have a look at vim-wiki.mawercer.de I have not yet had any spa

Re: [Nix-dev] Nix 1.6 released

2013-09-15 Thread Domen Kožar
Actually tests are failing since Nix 1.6 upgrade, that's why channel is not updated: http://hydra.nixos.org/job/nixos/trunk-combined/tested On Sun, Sep 15, 2013 at 10:45 AM, Vladimír Čunát wrote: > On 09/15/2013 10:11 AM, Malcolm Matalka wrote: > >> I am unable to upgrade to 1.6 on one of my ma

Re: [Nix-dev] Hydra: NixOS tested job failing

2013-09-14 Thread Domen Kožar
Could be that Nix 1.6 upgrade broke network, nothing else from the diff seems alerting: https://github.com/NixOS/nixpkgs/compare/1628c03c4e834b4f3e1ac2696d2ebfcad1b719c8...b73deae714b85ea4d182df73bf34a77f482a1166 On Sat, Sep 14, 2013 at 7:44 AM, Domen Kožar wrote: > Hi all, > > it s

[Nix-dev] Hydra: NixOS tested job failing

2013-09-13 Thread Domen Kožar
Hi all, it seems that there are some networking issues with tested job on hydra, could someone take a look? http://hydra.nixos.org/build/6099164#tabs-constituents Domen ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mai

Re: [Nix-dev] Libreoffice update to 4.0.5.2

2013-09-01 Thread Domen Kožar
On Sun, Sep 1, 2013 at 7:18 PM, Lluís Batlle i Rossell wrote: > On Sun, Sep 01, 2013 at 06:37:43PM +0200, Domen Kožar wrote: > > Hi all, > > > > I've updated libreoffice to latest stable (released few days ago). There > > are two caveats though: > > Great! :

Re: [Nix-dev] Libreoffice update to 4.0.5.2

2013-09-01 Thread Domen Kožar
On Sun, Sep 1, 2013 at 6:59 PM, Mathijs Kwik wrote: > Domen Kožar writes: > > > Hi all, > > > > I've updated libreoffice to latest stable (released few days ago). > > Thanks for this! > libreoffice probably isn't the easiest package to maintain :) &g

[Nix-dev] Libreoffice update to 4.0.5.2

2013-09-01 Thread Domen Kožar
Hi all, I've updated libreoffice to latest stable (released few days ago). There are two caveats though: - Due to help being translated to so many packages total size when unpacked is 2.1G (help is 1.4G). Any objections for making help optional? - libreoffice has quite some external dependencies

Re: [Nix-dev] What monitoring tools do you currently prefer?

2013-08-28 Thread Domen Kožar
It is worth mentioning datadog (as aggregation server) builds upon very strong concepts of https://github.com/etsy/statsd/ (as client-side statistics collecting tool). For application developers it's nice because you can collection system and application data under same api. Jaka also added Graph

Re: [Nix-dev] Set locale during nix build?

2013-08-26 Thread Domen Kožar
I'm just guessing: python related (maybe 3?). I also haven't found a way to fix that. On Mon, Aug 26, 2013 at 7:50 PM, Rickard Nilsson wrote: > Hi, > > I have a Nix build that fail because the locale is POSIX in the build > environment. I need to set it to an UTF-8 locale. > > How do I do that?

Re: [Nix-dev] disk setup for nixos installation

2013-08-17 Thread Domen Kožar
I used something like this to generate an ISO image that would self-install: http://paste.ofcode.org/K9Haex6MiBxygqJDFXkSL7 On Sat, Aug 17, 2013 at 3:22 PM, Tim Barbour wrote: > I would like to be able to boot from nixos installation media, then do > automated partitioning, LVM setup and file

Re: [Nix-dev] NixOS Docker image?

2013-08-13 Thread Domen Kožar
Jaka spent some time with NixOS on lxc (adding him to CC). I have LXC+NixOS high on nice-to-have TODO list. I'd follow instructions how gentoo does it and try to do a prototype, then see how that can be improved: https://github.com/gentooboontoo/lxc-gentoo Domen On Mon, Aug 12, 2013 at 9:51 PM,

Re: [Nix-dev] Various NetworkManager (and KDE) problems

2013-08-06 Thread Domen Kožar
1. NetworkManager starts fine for me on xfce and I know people tried and succeeded without DE. You could experiment what really makes it crash (maybe using kde?) 2. We have kde applet? I'd suggest using networkmanagerapplet (gtk one) On Tue, Aug 6, 2013 at 10:56 PM, Danylo Hlynskyi wrote: > > >

Re: [Nix-dev] Hydra build failure not reproducible

2013-07-19 Thread Domen Kožar
FYI: I also added netpbm to channel: http://hydra.nixos.org/build/5567643/log/raw On Fri, Jul 19, 2013 at 9:04 PM, Bjørn Forsman wrote: > On 19 July 2013 21:01, Malcolm Matalka wrote: > > Are you compiling locally with chroot on? > > I did one build with hydra's "reproduce locally" script. I do

Re: [Nix-dev] NixOS Zidanca Sprint 2013

2013-07-11 Thread Domen Kožar
There is 11 days to the sprint and we have 20 participants. We can squeeze a few more nixos users/devs, don't hesitate to email me if you have any doubts about the sprint! On Thu, Jun 27, 2013 at 4:06 PM, Rok Garbas wrote: > Quoting Domen Kožar (2013-06-21 20:11:03) > &g

Re: [Nix-dev] ANNOUNCE: NixOps 1.0

2013-06-25 Thread Domen Kožar
Congratz :) If time permits, I'll try to make a lightning talk for EuroPython next week. Domen On Tue, Jun 25, 2013 at 1:54 PM, Eelco Dolstra wrote: > Hi all, > > I'm proud to announce the first public release of NixOps, the NixOS cloud > deployment tool. Release 1.0 can be found here: > >

Re: [Nix-dev] Incompatibility xorg with virtualbox guest additions

2013-06-23 Thread Domen Kožar
Fix committed (hydra is already building): https://github.com/NixOS/nixpkgs/pull/671 On Sun, Jun 23, 2013 at 10:44 AM, Bjørn Forsman wrote: > On 22 June 2013 19:28, Marco Maggesi wrote: > > Hi, > > seems that the latest x-updates broke the compatibility with virtualbox > > guest additions. > >

[Nix-dev] NixOS Zidanca Sprint 2013

2013-06-21 Thread Domen Kožar
Hi everyone, I'm very proud to announce NixOS spring happening in Slovenia. Read more about it here: http://www.coactivate.org/projects/zidanca-sprint-2013/project-home If you need help with getting to sprint location let me know. If travel expenses are the reason you are not coming, let me know

[Nix-dev] gnutls cached failure

2013-06-06 Thread Domen Kožar
Hi all, it seems gnutls had a corrupted download on hydra, can someone clear cache for that build? http://hydra.nixos.org/build/5223473 cheers, Domen ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-d

Re: [Nix-dev] 'pax' package for nix

2013-05-31 Thread Domen Kožar
Hi Arthur, welcome to NixOS :) To get more attention from developers, please submit a pull request, as explained here: http://nixos.org/wiki/Contributing_to_nixpkgs Cheers, Domen On Wed, May 29, 2013 at 7:07 PM, Arthur Maciel wrote: > Dear Nix developers, > > This is the initial version of th

Re: [Nix-dev] how to contribute ?

2013-05-31 Thread Domen Kožar
Hi raffali, welcome to NixOS :) You can read about contributions here, specifically the github part and pull requests: http://nixos.org/wiki/Contributing_to_nixpkgs Cheers, Domen On Fri, May 31, 2013 at 7:47 PM, wrote: > Hello, > > I am new to nixos and like it very much. > > I have allready

Re: [Nix-dev] [Nix-commits] [NixOS/nixpkgs] c89fe1: python: first fix towards cross-compiling

2013-05-20 Thread Domen Kožar
Pardon, fixed. On Mon, May 20, 2013 at 12:00 PM, Lluís Batlle i Rossell wrote: > I think this broke mercurial > > http://hydra.nixos.org/build/5000721/nixlog/2/raw > > On Mon, May 20, 2013 at 02:15:41AM -0700, Domen Kozar wrote: > > Branch: refs/heads/master > > Home: https://github.com/Ni

Re: [Nix-dev] Cross-compilation

2013-05-20 Thread Domen Kožar
I added bzip2 as native build input for all interpreters, however, there are more fixes to be done. For `python27`, following needs to be set when cross-compiling: export ac_cv_have_long_long_format=yes However, I was unable to set crossAttrs.preBuild to apply that (so I didn't commit that yet)

Re: [Nix-dev] Wiki proposal (NixOS Proposal Enhancement or NPE?): "Packages" category on wiki

2013-05-19 Thread Domen Kožar
On Sun, May 19, 2013 at 6:32 PM, Marc Weber wrote: > > I think this would greatly reduce the mess in current wiki ecosystem, > Which is the current mess? Before you want to "improve" something you > have to talk about whats wrong. > Pardon - I thought we have already agreed that current state of

[Nix-dev] Wiki proposal (NixOS Proposal Enhancement or NPE?): "Packages" category on wiki

2013-05-19 Thread Domen Kožar
Hi all, I'd like to propose a "Packages" section on wiki, where each package has all relevant information for a package (or a group of packages) to Nix or NixOS. Similar to Gentoo (for example http://wiki.gentoo.org/wiki/Xfce) I think this would greatly reduce the mess in current wiki ecosystem,

Re: [Nix-dev] Systemd: reloading configuration

2013-05-18 Thread Domen Kožar
There is a systemd command: reload-or-try-restart On Sat, May 18, 2013 at 10:19 AM, Domen Kožar wrote: > Hi all, > > I'm wondering how systemd should handle reloading of configuration instead > of restarting the whole process. > > I have thought the following: If

[Nix-dev] Systemd: reloading configuration

2013-05-18 Thread Domen Kožar
Hi all, I'm wondering how systemd should handle reloading of configuration instead of restarting the whole process. I have thought the following: If systemd service defines serviceConfig.ExecReload, then that command should be used when restartTriggers are triggered instread of a restart. Maybe

Re: [Nix-dev] Hydra is out-of-space

2013-05-01 Thread Domen Kožar
It's time to package munin :) On Wed, May 1, 2013 at 11:52 AM, Malcolm Matalka wrote: > This seems to happen a lot, any chance some simple program could be > installed to warn the maintainers of this so they can get to it in time? > > > Vladimír Čunát writes: > > > Hi. > > > >> On 04/24/2013 1

Re: [Nix-dev] nginx & systemd - not starting

2013-04-13 Thread Domen Kožar
eText "nginx.conf" '' > user nginx nginx; > daemon off; > ${cfg.config} > ''; > > ? > > > Domen Kožar writes: > > > Could you put that into nginx config example? Thanks! > > > > > > On Sat, Apr 13, 2013 at 7:06 PM, M

Re: [Nix-dev] nginx & systemd - not starting

2013-04-13 Thread Domen Kožar
Could you put that into nginx config example? Thanks! On Sat, Apr 13, 2013 at 7:06 PM, Malcolm Matalka wrote: > This was solved, it was a configuration issue on my nginx, you have to > turn demonizing off. > On Apr 13, 2013 4:02 PM, "Malcolm Matalka" wrote: > >> Hello, >> I'm trying to get Ng

Re: [Nix-dev] NixOS wiki

2013-04-11 Thread Domen Kožar
Thanks! On Thu, Apr 11, 2013 at 6:36 PM, Eelco Dolstra wrote: > Hi all, > > It's once again possible to register users on the NixOS wiki. It's also no > longer necessary to register to edit pages. To prevent spam, some actions > (in > particular registering as a new user and adding external hy

Re: [Nix-dev] NixOS wiki

2013-04-08 Thread Domen Kožar
> So start with RTFM: > https://nixos.org/wiki/Main_Page > -> "How to contribute to the nix wiki" (keep top) > -> "how to get an account" > which says: > quote "due to spam reasons you have to ask on the mailinglist" > If this fails at least two times, I join your party. > > So do that and see whet

[Nix-dev] NixOS wiki

2013-04-08 Thread Domen Kožar
Hi all, as I've been using NixOS for about a month now (iElectric on irc/github), I am almost determined this is my next distribution of choice (after switching around gentoo, ubuntu and debian). I'd like to help with growing community, since I think that's quite an important aspect at this stage

Re: [Nix-dev] Nix Hackfest 22-26th August (was Tentative NIx Hackfest in Augsburg (or Munich): July 6th-9th)

2012-07-14 Thread Domen Kožar
Hi all, It's confirmed that I will be in croatia at that time, hopefully I'll be joining you from there! Domen On Tue, Jul 3, 2012 at 5:46 PM, Florian Friesdorf wrote: > On Sun, 1 Jul 2012 20:20:14 +0200, Cillian de Róiste < > cillian.deroi...@gmail.com> wrote: > > Hi, > > > > Following some d

<    5   6   7   8   9   10