From: ng0 <ng0@infotropique.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 27386@debbugs.gnu.org
Subject: bug#27386: offloading documentation and env
Date: Tue, 27 Jun 2017 20:31:36 +0000 [thread overview]
Message-ID: <20170627203136.rvl4dr6d3byzjein@abyayala> (raw)
In-Reply-To: <87d19p43wg.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 2931 bytes --]
Ludovic Courtès transcribed 2.2K bytes:
> ng0 <ng0@infotropique.org> skribis:
>
> > Ludovic Courtès transcribed 2.8K bytes:
>
> [...]
>
> >> >> The test is to run something like:
> >> >>
> >> >> $ ssh localhost env |grep GUILE_
> >> >> GUILE_LOAD_COMPILED_PATH=/home/ludo/.guix-profile/lib/guile/2.2/site-ccache:/home/ludo/.guix-profile/share/guile/site/2.2:/run/current-system/profile/lib/guile/2.2/site-ccache:/run/current-system/profile/share/guile/site/2.2
> >> >> GUILE_LOAD_PATH=/home/ludo/.guix-profile/share/guile/site/2.2:/run/current-system/profile/share/guile/site/2.2
> >> >>
> >> >> and you should see /run/current-system/profile/share/guile/site/2.2. If
> >> >> not, you’ll have to add it somehow.
> >>
> >> What does the above give for you?
> >>
> >> HTH,
> >> Ludo’.
> >
> > This is issued from computer A (abyayala) to computer B (shadownet).
> >
> > user@abyayala ~$ ssh shadownet env |grep GUILE_
> > GUILE_LOAD_COMPILED_PATH=/gnu/store/m91mxi586pi2qshzys9zfsmzij8nf547-profile/lib/guile/2.2/site-ccache:/gnu/store/m91mxi586pi2qshzys9zfsmzij8nf547-profile/share/guile/site/2.2
> > GUILE_LOAD_PATH=/gnu/store/m91mxi586pi2qshzys9zfsmzij8nf547-profile/share/guile/site/2.2
>
> The problem here is that
> /run/current-system/profile/share/guile/site/2.2, which is where the
> Guix modules are on GuixSD as I wrote above, is missing from the search
> path.
>
> The session started when you run “ssh shadownet env” does not spawn a
> login shell; thus ~/.profile and similar are *not* sourced. I’m using
I was aware of this, but I thought we had (guix) available nevertheless
and I was just pushing the wrong buttons.
> Bash, so on my accounts, I have this in .bashrc (‘.bashrc’ is for
> non-login shells):
>
> --8<---------------cut here---------------start------------->8---
> if [ -n "$SSH_CLIENT" -a -z "`type -P cat`" ]
> then
> # We are being invoked from a non-interactive SSH session
> # (as in "ssh host command") but 'cat' cannot be found
> # in $PATH. Source /etc/profile so we get $PATH and other
> # essential variables.
> source /etc/profile
> fi
> --8<---------------cut here---------------end--------------->8---
>
> That way, “ssh HOST COMMAND” effectively gets the same environment as a
> login shell.
I use the same on this computer, but at the end of it I source some
files, among them ~/.guix-profile/etc/profile
I would guess that sourcing ~/.guix-profile/etc/profile gets into
the way and that moving this to .bash_profile could fix the issue.
What do you think?
> If you’re using a different shell, then make sure its startup file does
> something similar.
>
> HTH!
>
> Ludo’.
>
>
>
>
--
ng0
OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
infotropique: https://www.infotropique.org
personal: https://ng-0.github.io https://krosos.org/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2017-06-27 20:33 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-15 17:05 bug#27386: offloading documentation and env ng0
2017-06-15 21:11 ` ng0
2017-06-15 22:19 ` ng0
2017-06-15 22:34 ` ng0
2017-06-26 19:56 ` Ludovic Courtès
2017-06-26 21:15 ` ng0
2017-06-27 13:39 ` Ludovic Courtès
2017-06-27 14:54 ` ng0
2017-06-27 19:38 ` Ludovic Courtès
2017-06-27 20:31 ` ng0 [this message]
2017-06-28 8:31 ` Ludovic Courtès
2017-06-28 11:45 ` ng0
2017-06-28 21:46 ` Ludovic Courtès
2017-06-28 22:36 ` ng0
2017-06-29 11:50 ` Ludovic Courtès
2017-07-04 13:51 ` Oleg Pykhalov
2017-07-04 15:43 ` Oleg Pykhalov
2017-07-04 16:02 ` Oleg Pykhalov
2017-07-04 21:36 ` Ludovic Courtès
2017-07-05 17:06 ` Oleg Pykhalov
2017-07-06 7:33 ` Ludovic Courtès
2017-07-06 13:15 ` Oleg Pykhalov
2017-07-07 10:00 ` Ludovic Courtès
[not found] ` <871spsginl.fsf@clover.i-did-not-set--mail-host-address--so-tickle-me>
2017-07-08 16:33 ` bug#27386: [SOLVED] " Ludovic Courtès
2017-09-28 19:40 ` Divan Santana
2017-09-28 19:44 ` Divan Santana
2017-09-29 7:49 ` Ludovic Courtès
2017-09-29 17:02 ` Ricardo Wurmus
2017-09-29 19:35 ` Divan Santana
2017-09-29 19:33 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170627203136.rvl4dr6d3byzjein@abyayala \
--to=ng0@infotropique.org \
--cc=27386@debbugs.gnu.org \
--cc=ludo@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.