all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Gábor Boskovits" <boskovits@gmail.com>
To: namrata malkani <nmalkani13@gmail.com>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: Outreachy internship with Guix
Date: Sat, 6 Oct 2018 17:20:59 +0200	[thread overview]
Message-ID: <CAE4v=pjNb2mxGkuTPpqMpUzCShJWYH5ToyNfgvk5ePBhCYk=vw@mail.gmail.com> (raw)
In-Reply-To: <CAG_2qZFWy1zupojOhgO1EJUxFu6=gSz=_w1be0DoLEOp9igFiQ@mail.gmail.com>

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

Hello namrata,

namrata malkani <nmalkani13@gmail.com> ezt írta (időpont: 2018. okt. 6.,
Szo, 13:17):

> Thank you everyone, for your warm welcome and timely response. I
> downloaded the key from the download site and proceeded to verify it. But
> the public key was required so I ran the command to retrieve it:
>
> gpg --keyserver pgp.mit.edu --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
>
> which alas again returned the error:
>
> keyserver timed out
>
> keyserver recieve failed.
>
> You can try this command without the keyserver argument, like:
 gpg --recv-keys 3CE464558A84FDC69DB40CFB090B11993D9AEBB5
(this will try the default keyserver).

Actually any working keyserver will do just fine, they are synchronized.

> I visited https://pgp.mit.edu/ to search the string
> 3CE464558A84FDC69DB40CFB090B11993D9AEBB5 ( I guessed this must be the string needed to be searched to extract the key)
>  but that search returned "no such key found." I decided to proceed with the installations then, and wrote the command as root
>  (by  sudo -i ), to unpack the tarball in tmp folder:
> /# cd /tmp
> /# tar -xf guix-binary-0.9.0.x86_64-linux.tar.xz
>
> And this is what it returned:
> tar: guix-binary-0.9.0.x86_64-linux.tar.xz: Cannot open: No such file or directory
>
> I tried the same after saving the guix-binary-0.9.0.x86_64-linux.tar.xz in tmp folder but again the some result. I'm trying googling and
>
>  finding solution to this for now. Any help is most welcomed.
>
>
>
From the error message above it seems, that tar does not find this file. My
first guess is that there something wrong with the version number here, the
version in the filename should be 0.15.0. Could you check the name of the
tarball again?

If after you made sure that you have the correct filename it still does not
work, you might also need xz-utils (or similar) installed, so that you can
extract the tarball, or you can unxz, then tar -xf, if your tar does not
autodetect the compression format.


> On Sat, Oct 6, 2018 at 10:53 AM Vagrant Cascadian <vagrant@debian.org>
> wrote:
>
>> On 2018-10-05, Björn Höfling wrote:
>> > On Fri, 5 Oct 2018 16:28:08 +0200
>> > Gábor Boskovits <boskovits@gmail.com> wrote:
>> >> namrata malkani <nmalkani13@gmail.com> ezt írta (időpont: 2018. okt.
>> >> 5., P 16:23):
>> ...
>> >> > But when I tried to download the .sig file, using the command
>> >> >
>> >> > wget
>> >> > ftp://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.system.tar.xz.sig
>> >> > on my terminal, it returned an error:
>> >> >
>> >> > Connecting to alpha.gnu.org
>> >> > (alpha.gnu.org)|2001:4830:134:3::c|:21... failed: Network is
>> >> > unreachable.
>> >
>> > I checked the download-page and the links there are to the same server
>> > (alpha.gnu.org). Because you see a "Network unreachable" instead of a
>> > "file not found", I suppose your network does not permit
>> > FTP-connections (i.e. port 21 being blocked).
>>
>> Wild guess here, but might also be an issue in ipv6 routes, you could
>> try to force ipv4 with:
>>
>>   wget -4
>> ftp://alpha.gnu.org/gnu/guix/guix-binary-0.15.0.system.tar.xz.sig
>>
>>
>> live well,
>>   vagrant
>>
>
Best regards,
g_bor

[-- Attachment #2: Type: text/html, Size: 6583 bytes --]

  reply	other threads:[~2018-10-06 15:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAG_2qZFNAUdNYH+h-DqZoQe2RigN7rjpgc9X6FCtQU24yrUcQg@mail.gmail.com>
2018-10-05 14:28 ` Outreachy internship with Guix Gábor Boskovits
2018-10-05 17:20   ` Gábor Boskovits
2018-10-05 17:36   ` Björn Höfling
2018-10-05 21:03     ` Vagrant Cascadian
2018-10-06 13:11       ` namrata malkani
2018-10-06 15:20         ` Gábor Boskovits [this message]
2018-10-10  8:30           ` Gábor Boskovits

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

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

  git send-email \
    --in-reply-to='CAE4v=pjNb2mxGkuTPpqMpUzCShJWYH5ToyNfgvk5ePBhCYk=vw@mail.gmail.com' \
    --to=boskovits@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=nmalkani13@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.