Guix initd script

2014-01-15 Thread Sree Harsha Totakura
Hi Guixers! I wrote an initd script for starting guix-daemon and would like to share it. It is available here: https://gnunet.org/content/gnu-guix-initd-script Regards, Sree

Re: Guix initd script

2014-01-15 Thread Ludovic Courtès
Sree Harsha Totakura skribis: > I wrote an initd script for starting guix-daemon and would like to > share it. It is available here: > https://gnunet.org/content/gnu-guix-initd-script Nice, thanks! I assume that’s notably for Debian-based distros, right? Ludo’.

Re: Guix initd script

2014-01-15 Thread Sree Harsha Totakura
Yes, but it may not work if those distros have systemd which is likely to replace or may have replaced sysinit. Sree On 01/15/2014 04:22 PM, Ludovic Courtès wrote: > Sree Harsha Totakura skribis: > >> I wrote an initd script for starting guix-daemon and would like >> to share it. It is availab

[PATCH] gnu: pspp: Upgrade to 0.8.2

2014-01-15 Thread John Darrington
From: John Darrington * gnu/packages/maths.scm (pspp): Update to 0.8.2. * gnu/packages/patches/pspp-tests.patch: Deleted. * gnu-system.am: Removed pspp-tests.patch from the manifest. --- gnu-system.am |1 - gnu/packages/maths.scm|5 ++--- gnu/packa

Re: Guix talk at FOSDEM, Brussels, Feb. 2nd

2014-01-15 Thread Alex Sassmannshausen
Hello, Ludovic Courtès writes: > I’ll be talking about Guix at FOSDEM, in the “Distributions” track: > > […] > > Until then, let’s discuss it if you have suggestions, things you’d > like to hear about, things you’d like to be demoed, etc. Don't know about anyone else, but I'm pretty excited abou

Re: Guix initd script

2014-01-15 Thread Nikita Karetnikov
> I wrote an initd script for starting guix-daemon and would like to > share it. It is available here: > https://gnunet.org/content/gnu-guix-initd-script Could you add a license header? pgpz2N9UVYWxf.pgp Description: PGP signature

Re: Guix talk at FOSDEM, Brussels, Feb. 2nd

2014-01-15 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > Don't know about anyone else, but I'm pretty excited about the > DMD/declarative system configuration aspect of things — would be great > to have an intro/overview to that, if that seems appropriate? Yes, definitely, I had that in mind too. :-) Thanks, Ludo’.

Re: Guix talk at FOSDEM, Brussels, Feb. 2nd

2014-01-15 Thread Sree Harsha Totakura
On 01/15/2014 07:55 PM, Alex Sassmannshausen wrote: > Ludovic Courtès writes: > >> > I’ll be talking about Guix at FOSDEM, in the “Distributions” track: >> > >> > […] >> > >> > Until then, let’s discuss it if you have suggestions, things you’d >> > like to hear about, things you’d like to be dem

Re: [PATCH] gnu: pspp: Upgrade to 0.8.2

2014-01-15 Thread Ludovic Courtès
John Darrington skribis: > From: John Darrington > > * gnu/packages/maths.scm (pspp): Update to 0.8.2. > * gnu/packages/patches/pspp-tests.patch: Deleted. > * gnu-system.am: Removed pspp-tests.patch from the manifest. Applied, thanks! Ludo’.

Re: Guix initd script

2014-01-15 Thread Andreas Enge
On Wed, Jan 15, 2014 at 02:55:30PM +0100, Sree Harsha Totakura wrote: > I wrote an initd script for starting guix-daemon and would like to > share it. It is available here: > https://gnunet.org/content/gnu-guix-initd-script Very nice indeed, I powered my machine off today just to see whether the

Re: Guix initd script

2014-01-15 Thread Sree Harsha Totakura
On 01/15/2014 08:40 PM, Nikita Karetnikov wrote: > Could you add a license header? Ok, attached the file with license header. Sree #!/bin/sh ### BEGIN INIT INFO # Provides: guix-daemon # Required-Start:$local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs