Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread ng0
On 17-03-06 12:26:52, Alex Vong wrote: > Hello ng0, > > ng0 writes: > > > On 17-03-05 23:15:25, Alex Vong wrote: > >> Hello, > >> > >> In the guix download page[0], it mentions "Source code for the Guix > >> System Distribution USB installation images as well as GNU Guix can be > >> found on th

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread Alex Vong
Hello ng0, ng0 writes: > On 17-03-05 23:15:25, Alex Vong wrote: >> Hello, >> >> In the guix download page[0], it mentions "Source code for the Guix >> System Distribution USB installation images as well as GNU Guix can be >> found on the GNU ftp server for alpha releases: >> http://alpha.gnu.or

Re: [PATCH] gnu: rxvt-unicode: Add '.desktop' files.

2017-03-05 Thread Leo Famulari
On Sat, Feb 11, 2017 at 07:26:45PM +, contact@cryptolab.net wrote: > From: ng0 > > This fixes . > > * gnu/packages/xdisorg.scm (rxvt-unicode)[arguments]: Use > 'modify-phases'. > Add 'install-desktop-urxvt' and 'install-desktop-urxvtc' phase. Pushed, thanks!

Re: [PATCH 1/2] doc: Symlink daemon start-up files.

2017-03-05 Thread Leo Famulari
On Mon, Jan 16, 2017 at 10:49:32AM +0100, Ludovic Courtès wrote: > > On Fri, Nov 18, 2016 at 03:31:24PM -0500, Leo Famulari wrote: > > I think we should go back to the "old way" of instructing users to copy > > the file... > > > >> I'd argue it should point to /var/guix/profiles/per-user/root/... >

Re: [PATCH 1/1] services: openssh: Parameterize the OpenSSH package used by the service.

2017-03-05 Thread Leo Famulari
On Sun, Mar 05, 2017 at 01:29:23PM -0500, Leo Famulari wrote: > * gnu/services/ssh.scm ()[openssh]: New field. > (openssh-activation), (openssh-shepherd-service): Use it. With this patch, I'm using a custom OpenSSH package in the openssh-service on my GuixSD system. signature.asc Description: PG

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread ng0
On 17-03-05 19:45:07, ng0 wrote: > On 17-03-05 13:25:47, Mike Gerwitz wrote: > > On Sun, Mar 05, 2017 at 16:32:16 +, ng0 wrote: > > > As it is, it is inaccessible for tor users. This would fix it. > > > > The FTP server you mean? rms has asked the FSF sysadmins to fix this as > > of a day or

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread Leo Famulari
On Sun, Mar 05, 2017 at 11:15:25PM +0800, Alex Vong wrote: > Hello, > > In the guix download page[0], it mentions "Source code for the Guix > System Distribution USB installation images as well as GNU Guix can be > found on the GNU ftp server for alpha releases: > http://alpha.gnu.org/gnu/guix/ (v

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread ng0
On 17-03-05 13:25:47, Mike Gerwitz wrote: > On Sun, Mar 05, 2017 at 16:32:16 +, ng0 wrote: > > As it is, it is inaccessible for tor users. This would fix it. > > The FTP server you mean? rms has asked the FSF sysadmins to fix this as > of a day or two ago, so hopefully that'll work soon. > >

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread Leo Famulari
On Sun, Mar 05, 2017 at 11:15:25PM +0800, Alex Vong wrote: > Hello, > > In the guix download page[0], it mentions "Source code for the Guix > System Distribution USB installation images as well as GNU Guix can be > found on the GNU ftp server for alpha releases: > http://alpha.gnu.org/gnu/guix/ (v

[PATCH 1/1] services: openssh: Parameterize the OpenSSH package used by the service.

2017-03-05 Thread Leo Famulari
* gnu/services/ssh.scm ()[openssh]: New field. (openssh-activation), (openssh-shepherd-service): Use it. --- gnu/services/ssh.scm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/services/ssh.scm b/gnu/services/ssh.scm index 7b2d4a8f0..c1d42e70c 100644 --- a/gnu/servi

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread Mike Gerwitz
On Sun, Mar 05, 2017 at 16:32:16 +, ng0 wrote: > As it is, it is inaccessible for tor users. This would fix it. The FTP server you mean? rms has asked the FSF sysadmins to fix this as of a day or two ago, so hopefully that'll work soon. -- Mike Gerwitz Free Software Hacker+Activist | GNU Ma

Re: Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread ng0
On 17-03-05 23:15:25, Alex Vong wrote: > Hello, > > In the guix download page[0], it mentions "Source code for the Guix > System Distribution USB installation images as well as GNU Guix can be > found on the GNU ftp server for alpha releases: > http://alpha.gnu.org/gnu/guix/ (via HTTP) and > ftp:/

Changing guix download page from using HTTP to HTTPS

2017-03-05 Thread Alex Vong
Hello, In the guix download page[0], it mentions "Source code for the Guix System Distribution USB installation images as well as GNU Guix can be found on the GNU ftp server for alpha releases: http://alpha.gnu.org/gnu/guix/ (via HTTP) and ftp://alpha.gnu.org/gnu/guix/ (via FTP).". Should we chan

Re: [PATCH 4/4] services: openssh: Add 'subsystems' option.

2017-03-05 Thread ng0
On 17-03-02 22:00:47, Clément Lassieur wrote: > Hi Danny, > > Danny Milosavljevic writes: > > > Hi, > > > > On Tue, 21 Feb 2017 00:53:55 +0100 > > Clément Lassieur wrote: > >> +This is a list of two-element tuples, > > > > list of pairs. > > > >>where each tuple contains the > > > > each pair

SIGINT in guix environment

2017-03-05 Thread Danny Milosavljevic
Hi Leo, >'test_regrtest_sigint'] failed with exit code 0 >print('pdb %d: %s' % (i, sess._previous_sigint_handler)) That's strange. I've tried to enable Rust tests and there, too, is a problem with SIGINT (that's the ONLY failing test remaining for my version of Rust (which only patches "/bin/s

Re: [PATCH] gnu: Add binutils-vc4.

2017-03-05 Thread Danny Milosavljevic
Pushed to master as 8ea42482141d3f091980d52537c3eea50ec7c91e.