* bug#35268: guix system won't open config files in tmpfs
@ 2019-04-14 8:52 rendaw
2019-04-14 21:22 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 2+ messages in thread
From: rendaw @ 2019-04-14 8:52 UTC (permalink / raw)
To: 35268
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#35268: guix system won't open config files in tmpfs
2019-04-14 8:52 bug#35268: guix system won't open config files in tmpfs rendaw
@ 2019-04-14 21:22 ` Tobias Geerinckx-Rice
0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-14 21:22 UTC (permalink / raw)
To: 35268
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
rendaw,
What kind of environment are you in? The Guix 0.16.0 live
installer image? Something else?
rendaw wrote:
> I think there's two issues here:
[...]
> 2. The error message is misleading
Too early to proclaim that. It could be a namespace issue, for
example.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-14 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-14 8:52 bug#35268: guix system won't open config files in tmpfs rendaw
2019-04-14 21:22 ` Tobias Geerinckx-Rice
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).