Thanks Phong, much appreciated!
On 3/12/26 09:42, Nguyễn Gia Phong wrote:
Hi Hugo,
On 2026-03-12 at 09:26+01:00, Hugo Buddelmeijer wrote:
On Sun Mar 1, 2026 at 9:56 AM CET, Janneke Nieuwenhuizen wrote:
After fifteen months of hacking since our last post on the Hurd, we now
present the 64-bit Hurd on Guix. Read all about it in this new post:
https://guix.gnu.org/en/blog/2026/the-64-bit-hurd
At the moment I'm stuck because I don't know the password to login to
the childhurd.
It seems that the blog post needs to be updated,
because Tanguy bumped into the same problem:
https://yhetil.org/guix-devel/[email protected]/t
Ah thank you! I now recall seeing that...
And what a nice email viewer.
From my understanding, the following should work:
Tanguy Le Carrour wrote:
On Mon Mar 2, 2026 at 11:23 AM CET, Janneke Nieuwenhuizen wrote:
the proper thing to do is to override the openssh-service; I have
--8<---------------cut here---------------start------------->8---
(services
(modify-services (operating-system-user-services
%hurd-vm-operating-system)
(openssh-service-type
config =>
(openssh-configuration
(inherit config)
(authorized-keys `(("janneke"
,(local-file "../../keys/janneke.pub"))))))))
--8<---------------cut here---------------end--------------->8---
Yeah, I did just that (+ user account declaration) in the meantime.
Thanks. I'll need some time to experiment, as I still couldn't figure
out where to place a snippet like this.
Apparently there is a whole section in the manual about how to run "The
Hurd in a Virtual Machine", which I'll try to follow. That should clear
up some of my misunderstandings. It seems to be clear enough.
Once again I realize how amazing is it that we can just do this!
Virtualizing a whole other operating system in such an holistic way.
Thanks to everyone making it possible.
Hugo