unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57110: home: services: Broken openssh service.
@ 2022-08-10 11:39 Oleg Pykhalov
  2022-08-10 13:13 ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg Pykhalov @ 2022-08-10 11:39 UTC (permalink / raw)
  To: 57110

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

home ssh service is broken on:
--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 33	Aug 10 2022 10:50:55	(current)
  guix b72459a
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: b72459a861d7029d69e9e3ffe3dd411b452e26de
--8<---------------cut here---------------end--------------->8---

home.scm:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu services)
             (gnu home services ssh))

(home-environment
 (services
  (list
   (service home-openssh-service-type
            (home-openssh-configuration
             (hosts
              (list
               (openssh-host (name "git.sv.gnu.org")
                             (user "wigust")))))))))
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
$ guix home build home.scm
/home/oleg/home.scm:11:15: error: invalid value unset for field 'address-family'
--8<---------------cut here---------------end--------------->8---

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#57110: home: services: Broken openssh service.
  2022-08-10 11:39 bug#57110: home: services: Broken openssh service Oleg Pykhalov
@ 2022-08-10 13:13 ` Maxim Cournoyer
  2022-08-13 22:58   ` Joshua Branson via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2022-08-10 13:13 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 57110-done

Hi,

Oleg Pykhalov <go.wigust@gmail.com> writes:

> home ssh service is broken on:
>
> $ guix describe
> Generation 33	Aug 10 2022 10:50:55	(current)
>   guix b72459a
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: b72459a861d7029d69e9e3ffe3dd411b452e26de
>
>
> home.scm:
>
> (use-modules (gnu services)
>              (gnu home services ssh))
>
> (home-environment
>  (services
>   (list
>    (service home-openssh-service-type
>             (home-openssh-configuration
>              (hosts
>               (list
>                (openssh-host (name "git.sv.gnu.org")
>                              (user "wigust")))))))))
>
> $ guix home build home.scm
> /home/oleg/home.scm:11:15: error: invalid value unset for field 'address-family'

Fixed with d9a0ccf13f.  Sorry for the breakage!

Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#57110: home: services: Broken openssh service.
  2022-08-10 13:13 ` Maxim Cournoyer
@ 2022-08-13 22:58   ` Joshua Branson via Bug reports for GNU Guix
  2022-08-14  1:18     ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Branson via Bug reports for GNU Guix @ 2022-08-13 22:58 UTC (permalink / raw)
  To: 57110; +Cc: go.wigust, maxim.cournoyer

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hi,
>
> Oleg Pykhalov <go.wigust@gmail.com> writes:
>
>> home ssh service is broken on:
>>
>> $ guix describe
>> Generation 33	Aug 10 2022 10:50:55	(current)
>>   guix b72459a
>>     repository URL: https://git.savannah.gnu.org/git/guix.git
>>     branch: master
>>     commit: b72459a861d7029d69e9e3ffe3dd411b452e26de
>>
>>
>
> Fixed with d9a0ccf13f.  Sorry for the breakage!
>
>
> Maxim


Wow a fix provided in one day!  Maxim how!?  I am having a hard time
just cleaning my room!  :)




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#57110: home: services: Broken openssh service.
  2022-08-13 22:58   ` Joshua Branson via Bug reports for GNU Guix
@ 2022-08-14  1:18     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2022-08-14  1:18 UTC (permalink / raw)
  To: Joshua Branson; +Cc: 57110, go.wigust

Hi Joshua,

Joshua Branson <jbranso@dismail.de> writes:

> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> Hi,
>>
>> Oleg Pykhalov <go.wigust@gmail.com> writes:
>>
>>> home ssh service is broken on:
>>>
>>> $ guix describe
>>> Generation 33	Aug 10 2022 10:50:55	(current)
>>>   guix b72459a
>>>     repository URL: https://git.savannah.gnu.org/git/guix.git
>>>     branch: master
>>>     commit: b72459a861d7029d69e9e3ffe3dd411b452e26de
>>>
>>>
>>
>> Fixed with d9a0ccf13f.  Sorry for the breakage!
>>
>>
>> Maxim
>
>
> Wow a fix provided in one day!  Maxim how!?  I am having a hard time
> just cleaning my room!  :)

The root problem is more easily understood when you're the one having
caused it, ah!

Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-14  1:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 11:39 bug#57110: home: services: Broken openssh service Oleg Pykhalov
2022-08-10 13:13 ` Maxim Cournoyer
2022-08-13 22:58   ` Joshua Branson via Bug reports for GNU Guix
2022-08-14  1:18     ` Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).