[Bug 1659719] Re: ssh can't call a binary from a snap without the full path
Oliver Grawert
ogra at ubuntu.com
Fri Jan 27 12:35:54 UTC 2017
so with todays edge core snap it now looks like:
$ ssh 192.168.2.76 env |grep PATH
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
$
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1659719
Title:
ssh can't call a binary from a snap without the full path
Status in Snappy:
Fix Committed
Status in livecd-rootfs package in Ubuntu:
Fix Committed
Bug description:
ssh can't call a binary from a snap, it will only work using the full
path.
Let's say I have the hello snap installed in 192.168.122.24. Then:
elopio at ubuntu-xenial:~/mosh$ ssh 192.168.122.24 hello
elopio at 192.168.122.24's password:
bash: hello: command not found
elopio at ubuntu-xenial:~/mosh$ ssh 192.168.122.24 /snap/bin/hello
elopio at 192.168.122.24's password:
Hello, world!
To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1659719/+subscriptions
More information about the foundations-bugs
mailing list