unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Trevor Lee <begleybrothers@gmail.com>
To: 41356@debbugs.gnu.org
Subject: bug#41356: Install script fails on Ubuntu 18.04 x86_64: Workaround
Date: Sun, 17 May 2020 20:39:52 +1000	[thread overview]
Message-ID: <CAJsH2Qk4aWbpGciirdEBExMjnyuajxcfsfY-u2NotQKjtT4tSQ@mail.gmail.com> (raw)

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

Command:

```bash
sudo /tmp/guix-install.sh
```

Result:

```bash
cp: cannot stat '/root/.config/guix/current
/lib/systemd/system/gnu-store.mount': No such file or directory
chmod: cannot access '/etc/systemd/system/gnu-store.mount': No such file or
directory
```

Workaround:
Comment out `cp` at lines 347-348
Insert @ line 347

```bash
cat <<EOF > /etc/systemd/system/gnu-store.mount
[Unit]
Description=Read-only /gnu/store  for GNU Guix
DefaultDependencies=no
ConditionPathExists=/gnu/store
Before=guix-daemon.service

[Install]
WantedBy=guix-daemon.service

[Mount]
What=/gnu/store
Where=/gnu/store
Type=none
Options=bind,ro
EOF
```

HTH

-- 
Kind Regards

Begley Brothers Inc.


   1. *The content of this email is confidential and intended for the
   recipient specified in message only. It is strictly forbidden to share any
   part of this message with any third party, without a written consent of the
   sender. If you received this message by mistake, please reply to this
   message and follow with its deletion, so that we can ensure such a mistake
   does not occur in the future.*
   2. *This message has been sent as a part of discussion between Begley
   Brothers Inc. and the addressee whose name is specified above. Should you
   receive this message by mistake, we would be most grateful if you informed
   us that the message has been sent to you. In this case, we also ask that
   you delete this message from your mailbox, and do not forward it or any
   part of it to anyone else. Thank you for your cooperation and
   understanding.*
   3. *Begley Brothers Inc. puts the security of the client at a high
   priority. Therefore, we have put efforts into ensuring that the message is
   error and virus-free. Unfortunately, full security of the email cannot be
   ensured as, despite our efforts, the data included in emails could be
   infected, intercepted, or corrupted. Therefore, the recipient should check
   the email for threats with proper software, as the sender does not accept
   liability for any damage inflicted by viewing the content of this email.*
   4. *The views and opinions included in this email belong to their author
   and do not necessarily mirror the views and opinions of the company. Our
   employees are obliged not to make any defamatory clauses, infringe, or
   authorize infringement of any legal right. Therefore, the company will not
   take any liability for such statements included in emails. In case of any
   damages or other liabilities arising, employees are fully responsible for
   the content of their emails.*

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

             reply	other threads:[~2020-05-17 11:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-17 10:39 Trevor Lee [this message]
2020-05-17 12:26 ` bug#41356: Install script fails on Ubuntu 18.04 x86_64: Workaround Tobias Geerinckx-Rice via Bug reports for GNU Guix
     [not found] ` <handler.41356.D41356.158971837523386.notifdone@debbugs.gnu.org>
2020-05-25 11:37   ` bug#41356: closed (Re: bug#41356: Install script fails on Ubuntu 18.04 x86_64: Workaround) Ben Sturmfels

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=CAJsH2Qk4aWbpGciirdEBExMjnyuajxcfsfY-u2NotQKjtT4tSQ@mail.gmail.com \
    --to=begleybrothers@gmail.com \
    --cc=41356@debbugs.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).