From: Divan Santana <divan@santanas.co.za>
To: help-guix <help-guix@gnu.org>
Subject: Using tramp with guixsd install image
Date: Fri, 30 Jun 2017 22:15:00 +0200 [thread overview]
Message-ID: <87zicpp70b.fsf@santanas.co.za> (raw)
Hi,
Trying to use my emacs (on arch linux) with the guixsd system from the
0.13 image and ssh-daemon. By image, this is a fresh VM booted
guixsd-usb-install-0.13.0.x86_64-linux and about to install guixsd .
This Used to work with 0.12 image.
Now I have this set
;; ;; TRAMP and guix settings
(setq tramp-default-method "scp")
;; https://lists.gnu.org/archive/html/help-guix/2016-10/msg00049.html
(setq tramp-remote-path
(append tramp-remote-path
'("~/.guix-profile/bin" "~/.guix-profile/sbin"
"/run/current-system/profile/bin"
"/run/current-system/profile/sbin")))
And I try open path:
=/ssh:root@192.168.122.236:/mnt/etc/config.scm=
However this results in "pid died" message. (Sometimes my emacs even
crashes.)
Anyway, after a bit of debugging there is a tramp buffer that pops up
briefly and reports
env /bin/sh no such file
If in the VM, I do a hack like
ln -s /run/current-system/profile/bin/sh /bin/sh
Then tramp works without issue.
How can one configure tramp to work without the above hack?
(sorry this is more of an emacs then guix question)
Divan
next reply other threads:[~2017-06-30 20:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-30 20:15 Divan Santana [this message]
2017-07-01 14:01 ` Using tramp with guixsd install image Ludovic Courtès
2017-07-01 20:36 ` Divan Santana
2017-07-02 14:46 ` Ludovic Courtès
2017-07-02 18:43 ` Divan Santana
2017-07-01 15:21 ` Alex Kost
2017-07-01 21:14 ` Divan Santana
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=87zicpp70b.fsf@santanas.co.za \
--to=divan@santanas.co.za \
--cc=help-guix@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.
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).