Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Environment missing in IRemoteProcessBuilder execution

Greetings,

The ETFW relies on the user having set up their environment on the remote system to make certain tools available.  In the latest from Head only the most minimal possible environment populates this execution mode.  Running env through an IRemoteProcess builder returns this anemic set:

SSH_CLIENT=127.0.0.1 52127 22
USER=wspear
SHLVL=1
HOME=/home/wspear
OLDPWD=/home/wspear
XDG_SESSION_COOKIE=9c9c2e1a622e131a08e489150000000d-1338505599.135007-876977824
LOGNAME=wspear
_=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANG=en_US.UTF-8
SHELL=/bin/bash
PWD=/home/wspear
SSH_CONNECTION=127.0.0.1 52127 127.0.0.1 22

Is there any way to launch on a remote system with the full environment defined by bash?

This may be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380948 but I don't believe so... I'll make another bug for this if necessary.

Thanks,
Wyatt

Back to the top