From: rendaw <7e9wc56emjakcm@s.rendaw.me>
To: 35268@debbugs.gnu.org
Subject: bug#35268: guix system won't open config files in tmpfs
Date: Sun, 14 Apr 2019 17:52:31 +0900 [thread overview]
Message-ID: <dc6931b4-7532-04e3-32e7-3a9c15084abb@s.rendaw.me> (raw)
Package: guix
Version: 0.16.0
As a workaround for the "guix system init -e" issue I'm creating a
temporary file with the -e expression and passing it to guix like:
```
$ guix system init /tmp/tmpmf8u61uc.scm temp/mount
...
guix system: error: failed to load '/tmp/tmpmf8u61uc.scm': No such file
or directory
```
I also tried it with a relative path in case the absolute path was the
issue, but no luck. The command works if I create the tmpfile in my
current (ext4) directory. The permissions on the file are the same in
both cases (user:rw only). /tmp is a tmpfs mount owned by user/group
root and has full (ugo:rwx) access.
I think there's two issues here:
1. For some reason files in tmpfs don't work
2. The error message is misleading
next reply other threads:[~2019-04-14 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-14 8:52 rendaw [this message]
2019-04-14 21:22 ` bug#35268: guix system won't open config files in tmpfs Tobias Geerinckx-Rice
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=dc6931b4-7532-04e3-32e7-3a9c15084abb@s.rendaw.me \
--to=7e9wc56emjakcm@s.rendaw.me \
--cc=35268@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 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.