GNU bug report logs - #50478
No network on GNU/Hurd, not even localhost

Previous Next

Package: guix;

Reported by: Akib Azmain Turja <akib <at> disroot.org>

Date: Wed, 8 Sep 2021 14:54:02 UTC

Severity: normal

To reply to this bug, email your comments to 50478 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#50478; Package guix. (Wed, 08 Sep 2021 14:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Akib Azmain Turja <akib <at> disroot.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 08 Sep 2021 14:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Akib Azmain Turja <akib <at> disroot.org>
To: help-guix <at> gnu.org, bug-guix <at> gnu.org
Cc: akib8492 <at> gmail.com
Subject: No network on GNU/Hurd, not even localhost
Date: Wed, 08 Sep 2021 19:12:06 +0600
[Message part 1 (text/plain, inline)]
I've downloaded latest QEMU image from build servers (build details:
https://ci.guix.gnu.org/build/618573/details).  Then I booted it with
libvirtd on my Guix System on GNU/Linux.  It booted and the login shell
appeared.  I logined as root without password and tried to install GNU
Hello (just to make sure everything is working).  It failed due to
network problems, although my host machine was connected to the
internet.  Then I tried to ping GNU server:

  root <at> guixygnu ~# ping gnu.org

But no output appeared, not even an error message!  I checked the return
status immediately:

  root <at> guixygnu ~# echo $?
  1

Then I tried ping localhost, but again it returned 1 without any output.
Then tried to see the available interfaces, but this too failed:

  root <at> guixygnu ~# ifconfig
  ifconfig: could not get list of interfaces

Then I booted again with QEMU directly with:

  $ qemu-system-i386 -m 512 -snapshot -hda <path/to/image.qcow2>

Again, I face the same problem.  However, this time I noticed a message
from settrans saying "settrans: /servers/socket/1: Device or resource
busy", a message saying the disk is mounted as read-only, (probably) an
error message from fsck showing it's usage, some warnings from Guile
saying "WARNING: (guile-user): imported module (guix build utils)
overrides core binding `delete'", the following messages during boot:

  failed to start service: loopback
  failed to start service: networking
  failed to start service: ssh-daemon
  failed to start service: ssh
  failed to start service: sshd

Followed by an incomplete backtrace:

  Backtrace:
             3 (primitive-load "/gnu/store/n9glgyqlb30wjxia0zcx71x9zw9?")
  In shepherd.scm:

I saw many other messages, but I didn't get the time to read and copy
it.

Then I tried to check the status of loopback service:

  root <at> guixygnu ~# herd status loopback
  error: connect: /var/run/shepherd/socket: Connection refused

Can someone help me with this issue?  The QEMU image is almost unusable
without networking.

Note: all commands and their outputs are copied by hand.

-- 
Akib Azmain Turja

This message is signed by me with my GnuPG key.  It's fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

Get it with:

    gpg --recv-keys 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5

See https://emailselfdefense.fsf.org/ to learn more and protect your
emails and yourself from surveillance.  Please send me encrypted
messages whenever possible.

Never send me Microsoft Office attachments, they use secret proprietary
format so I'll fail to read and trash them; send them in plain text if
possible or in formats like ODF and PDF if your document contains images
or videos. See http://www.gnu.org/philosophy/no-word-attachments.html to
learn more.

Please don't send HTML emails, use plain text.  HTML emails are usually
vulnerable, about thousand times larger than plain text and look ugly to
me.  They contain may trackers, so whenever someone opens a messsage he
is tracked by third-party.  See http://www.asciiribbon.org to learn more.

()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#50478; Package guix. (Wed, 08 Sep 2021 17:27:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Joshua Branson <jbranso <at> dismail.de>
To: Akib Azmain Turja <akib <at> disroot.org>
Cc: bug-guix <at> gnu.org, help-guix <at> gnu.org, akib8492 <at> gmail.com
Subject: Re: No network on GNU/Hurd, not even localhost
Date: Wed, 08 Sep 2021 13:26:25 -0400
Akib Azmain Turja <akib <at> disroot.org> writes:

> I've downloaded latest QEMU image from build servers (build details:
> https://ci.guix.gnu.org/build/618573/details).  Then I booted it with
> libvirtd on my Guix System on GNU/Linux.  It booted and the login shell

Is this the same as booting it with qemu?  I know I've had issues with
no internet access with the Hurd too, but I'm not a very technical user,
so it's most likely operator error.

> Can someone help me with this issue?  The QEMU image is almost unusable
> without networking.
>
> Note: all commands and their outputs are copied by hand.

I wish I had more knowledge to help you out.  

-- 
Joshua Branson (jab in #guix)
Sent from Emacs and Gnus
  https://gnucode.me
  https://video.hardlimit.com/accounts/joshua_branson/video-channels
  https://propernaming.org
  "You can have whatever you want, as long as you help
enough other people get what they want." - Zig Ziglar
  




Information forwarded to bug-guix <at> gnu.org:
bug#50478; Package guix. (Thu, 09 Sep 2021 04:42:01 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Akib Azmain Turja <akib <at> disroot.org>
To: Joshua Branson <jbranso <at> dismail.de>
Cc: bug-guix <at> gnu.org, help-guix <at> gnu.org
Subject: Re: No network on GNU/Hurd, not even localhost
Date: Thu, 09 Sep 2021 10:40:36 +0600
[Message part 1 (text/plain, inline)]
Joshua Branson <jbranso <at> dismail.de> writes:

> Akib Azmain Turja <akib <at> disroot.org> writes:
>
>> I've downloaded latest QEMU image from build servers (build details:
>> https://ci.guix.gnu.org/build/618573/details).  Then I booted it with
>> libvirtd on my Guix System on GNU/Linux.  It booted and the login shell
>
> Is this the same as booting it with qemu?  I know I've had issues with
> no internet access with the Hurd too, but I'm not a very technical user,
> so it's most likely operator error.
>
>> Can someone help me with this issue?  The QEMU image is almost unusable
>> without networking.
>>
>> Note: all commands and their outputs are copied by hand.
>
> I wish I had more knowledge to help you out.

QEMU has the same issue, I've described that in my first message. And
Hurd has networking.  It works out of the box on Debian GNU/Hurd
2019, and it's 2021.

I booted again with fresh copy of the image without the "-snapshot"
parameter, and herd was working.  But there was again no network and
after reboot herd stopped working too.

--
Akib Azmain Turja

This message is signed by me with my GnuPG key.  It's fingerprint is:

    7001 8CE5 819F 17A3 BBA6  66AF E74F 0EFA 922A E7F5

Get it with:

    gpg --recv-keys 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5

See https://emailselfdefense.fsf.org/ to learn more and protect your
emails and yourself from surveillance.  Please send me encrypted
messages whenever possible.

Never send me Microsoft Office attachments, they use secret proprietary
format so I'll fail to read and trash them; send them in plain text if
possible or in formats like ODF and PDF if your document contains images
or videos. See http://www.gnu.org/philosophy/no-word-attachments.html to
learn more.

Please don't send HTML emails, use plain text.  HTML emails are usually
vulnerable, about thousand times larger than plain text and look ugly to
me.  They contain may trackers, so whenever someone opens a messsage he
is tracked by third-party.  See http://www.asciiribbon.org to learn more.

()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.