unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Rene <pacoon@protonmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>,
	"janneke@gnu.org" <janneke@gnu.org>,
	"guix-devel\\@gnu.org" <guix-devel@gnu.org>
Subject: Re: [BLOG] On migration to the Hurd
Date: Sat, 04 Apr 2020 01:47:43 +0000	[thread overview]
Message-ID: <gc21pZbQusTdAgbP_MKq-Eius2XsszBldI4AR-3Hy0mgwlGyjMJOFFHyo8R4PuWwBuOiHfCpjgE1SlkISvQjnRsUxDMZK35EY58_FJVD94Y=@protonmail.com> (raw)


[-- 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


             reply	other threads:[~2020-04-04  1:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-04  1:47 Rene [this message]
2020-04-04  7:38 ` [BLOG] On migration to the Hurd Rene
2020-04-04 10:05 ` Jan Nieuwenhuizen
  -- strict thread matches above, loose matches on Subject: below --
2020-04-01 21:39 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gc21pZbQusTdAgbP_MKq-Eius2XsszBldI4AR-3Hy0mgwlGyjMJOFFHyo8R4PuWwBuOiHfCpjgE1SlkISvQjnRsUxDMZK35EY58_FJVD94Y=@protonmail.com' \
    --to=pacoon@protonmail.com \
    --cc=guix-devel@gnu.org \
    --cc=janneke@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).