Re: Problems with setting up prosody with IPv6 and certbot

2017-11-26 Thread Leo Famulari
On Sun, Nov 26, 2017 at 04:26:08PM +0100, nee wrote: > Hello, I've been trying to setup the prosody xmpp service a few weeks > ago, but a some things are not working out of the box. This is a great write-up! Can I ask you to send each problem to separately? It seems like the

Re: Please write "Update to " instead of "Update snapshot"

2017-11-26 Thread Ludovic Courtès
Heya, Leo Famulari skribis: > On Sat, Nov 25, 2017 at 07:43:11PM -0500, Mark H Weaver wrote: >> In my opinion, the version number is a very useful piece of information >> to see for update commits when browsing the commit history. I regard >> the practice of omitting the

Re: Why do we not cross-compile bootstrap binaries?

2017-11-26 Thread Ludovic Courtès
Hello, In practice, apart from x86_64-linux which was bootstrapped on NixOS, we always cross-compile to bootstrap new architectures: https://www.gnu.org/software/guix/manual/html_node/Porting.html That was the case for all the non-Intel arches and for GNU/Hurd. Is that what you meant?

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-26 Thread Mark H Weaver
Hi, Никита Чураев writes: > Here's how I want to use Guix and it is to increase > contributor-friendliness of a project, so that the user can simply run > a distribution-independent command to install all dependencies without > having to hunt for them with `apt` and `dnf`

SECURITY: Exim CVE-2017-16943

2017-11-26 Thread Leo Famulari
Hello! -- commit 5b327a2d6192adbabb5b98bc3a78eb8402bd6d1d Author: Leo Famulari Date: Sun Nov 26 15:23:13 2017 -0500 gnu: exim: Fix CVE-2017-16943. * gnu/packages/patches/exim-CVE-2017-16943.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.

Re: WIP gnu social package

2017-11-26 Thread nee
Hey, I haven't done anything on this lately, but the php-fpm service is probably getting accepted soon, so I might start working on this again. Am 05.10.2017 um 17:00 schrieb Ludovic Courtès: > For this particular case, I would do nothing: the first time, the > service wouldn’t start (I guess).

Re: Please write "Update to " instead of "Update snapshot"

2017-11-26 Thread Leo Famulari
On Sat, Nov 25, 2017 at 07:43:11PM -0500, Mark H Weaver wrote: > In my opinion, the version number is a very useful piece of information > to see for update commits when browsing the commit history. I regard > the practice of omitting the version number to be a slowly creeping > regression in our

Re: Idea: Install script to better support improving contributor-friendliness of projects

2017-11-26 Thread ng0
Никита Чураев transcribed 0.7K bytes: > Here's how I want to use Guix and it is to increase contributor-friendliness > of a project, so that the user can simply run a distribution-independent > command to install all dependencies without having to hunt for them with > `apt` and `dnf` manually. >

Idea: Install script to better support improving contributor-friendliness of projects

2017-11-26 Thread Никита Чураев
Here's how I want to use Guix and it is to increase contributor-friendliness of a project, so that the user can simply run a distribution-independent command to install all dependencies without having to hunt for them with `apt` and `dnf` manually. Unfortunately, Guix itself is not very easy

Re: 01/01: gnu: gcl: Update snapshot.

2017-11-26 Thread Kei Kebreau
Kei Kebreau writes: > Mark H Weaver writes: > >> kkebr...@posteo.net (Kei Kebreau) writes: >> >>> kkebreau pushed a commit to branch master >>> in repository guix. >>> >>> commit dd0134fcb707452e1c343d66af6088c0be38a285 >>> Author: Kei Kebreau

Re: FOSDEM 2018 and announcing a GNU Guix/Guile day!

2017-11-26 Thread Pjotr Prins
> > On Tue, Nov 21, 2017 at 07:55:40PM +0100, Pjotr Prins wrote: > > > We are hosting a GNU Guix and Guile day on Friday before FOSDEM (that > > > is Feb 2nd.). We have a large room for 40 people at http://icab.be/ > > > for the whole day. In the morning we'll have talks - and in the > > >

Problems with setting up prosody with IPv6 and certbot

2017-11-26 Thread nee
Hello, I've been trying to setup the prosody xmpp service a few weeks ago, but a some things are not working out of the box. 1. Server-to-server connection failed: connection-timeout After adding a few people on other servers I keep getting messages like this when I login with a client: Error

Re: Why do we not cross-compile bootstrap binaries?

2017-11-26 Thread Efraim Flashner
On Thu, Nov 23, 2017 at 04:47:51PM -0800, Chris Marusich wrote: > Hi, > > We have bootstrap binaries for various platforms. For example, commit > 3b88f3767d9f3ad2cc64173525cd53d429bfe7e7 adds bootstrap binaries for > aarch64-linux. Judging by the commit message, my guess is that these >