unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [BLOG] On migration to the Hurd
@ 2020-04-01 21:39 Jan Nieuwenhuizen
  2020-04-02  0:56 ` Bengt Richter
  2020-04-02  6:32 ` Tanguy Le Carrour
  0 siblings, 2 replies; 9+ messages in thread
From: Jan Nieuwenhuizen @ 2020-04-01 21:39 UTC (permalink / raw)
  To: Guix-devel

Hello Guix!

We are thrilled to have published a post about migrating to the Hurd:

    https://guix.gnu.org/blog/2020/deprecating-support-for-the-linux-kernel/

Thanks to the merge of ‘wip-hurd’ a few days ago and the awesome joint
work today of the Guix maintainers... read more

Enjoy!
janneke, ludo, rekado, mbakke

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [BLOG] On migration to the Hurd
@ 2020-04-04  1:47 Rene
  2020-04-04  7:38 ` Rene
  2020-04-04 10:05 ` Jan Nieuwenhuizen
  0 siblings, 2 replies; 9+ messages in thread
From: Rene @ 2020-04-04  1:47 UTC (permalink / raw)
  To: Ludovic Courtès, janneke@gnu.org, guix-devel\@gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 424 bytes --]

Hello Ludovic, Jan,

About the bootstrap ext2fs.static server, it seems that it is also required to create a link in /libexec, attached a patch.

and now it shows another error:
--
     Hurd server bootstrap: ext2fs[device:hd0s1] exec startup proc auth.
     /libexec/console-run: /dev/console: Permission denied
     /libexec/console-run: cannot execute /libexec/runsystem: Exec format error
--

I'll keep checking ..

Rene

[-- Attachment #1.2: Type: text/html, Size: 813 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-system-hurd-Add-symlink-for-.-hurd-libexec.patch --]
[-- Type: text/x-patch; name="0001-system-hurd-Add-symlink-for-.-hurd-libexec.patch", Size: 1212 bytes --]

From 536286f6b6817a15826420a793a83a5779fced12 Mon Sep 17 00:00:00 2001
From: Rene Saavedra <pacoon@protonmail.com>
Date: Fri, 3 Apr 2020 19:31:01 -0600
Subject: [PATCH] system: hurd: Add symlink for `../hurd/libexec.`

* /gnu/system/hurd.scm (hurd-directives): Add symlink in
`/libexec/console-run` for `../hurd/libexec`.
---
 gnu/system/hurd.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 586bfa0fca..6469e66b2e 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -94,7 +94,11 @@ menuentry \"GNU\" {
       ("/hurd" -> ,(file-append (with-parameters ((%current-target-system
                                                    "i586-pc-gnu"))
                                   hurd)
-                                "/hurd"))))
+                                "/hurd"))
+      ("/libexec" -> ,(file-append (with-parameters ((%current-target-system
+                                                      "i586-pc-gnu"))
+                                     hurd)
+                                   "/libexec"))))
 
   (qemu-image #:file-system-type "ext2"
               #:file-system-options '("-o" "hurd")
-- 
2.21.0


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

end of thread, other threads:[~2020-04-06  7:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 21:39 [BLOG] On migration to the Hurd Jan Nieuwenhuizen
2020-04-02  0:56 ` Bengt Richter
2020-04-02  6:32 ` Tanguy Le Carrour
2020-04-02 10:55   ` Ludovic Courtès
2020-04-03 11:59     ` Tanguy Le Carrour
2020-04-06  7:53       ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2020-04-04  1:47 Rene
2020-04-04  7:38 ` Rene
2020-04-04 10:05 ` Jan Nieuwenhuizen

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).