emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32855: closed (sshuttle /usr/bin/env)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32855: closed (sshuttle /usr/bin/env)
Date: Thu, 27 Sep 2018 22:05:02 +0000

Your message dated Fri, 28 Sep 2018 00:04:10 +0200
with message-id <address@hidden>
and subject line Re: bug#32855: sshuttle /usr/bin/env
has caused the debbugs.gnu.org bug report #32855,
regarding sshuttle /usr/bin/env
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32855: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32855
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: sshuttle /usr/bin/env Date: Thu, 27 Sep 2018 11:23:23 -0700 User-agent: Mutt/1.10.1 (2018-07-13)
sshuttle is a python program that uses /usr/bin/env at line 196 of:
/gnu/store/...-sshuttle-0.78.4/lib/python3.6/site-packages/sshuttle/client.py
['sudo', '-p', '[local sudo] Password: ', '/usr/bin/env',

Trying to run sshuttle on GuixSD results in:
$ sshuttle -r address@hidden 0/0 -x server.com
sudo: /usr/bin/env: command not found

Here is a potential fix that I recycled from sshoot's recipe. I tested it,
and it works.

$ diff ~/.config/guix/current/share/guile/site/2.2/gnu/packages/vpn.scm 
~/vpn.scm
349a350,357
>     (arguments
>      '(#:phases
>        (modify-phases %standard-phases
>          (add-after 'unpack 'patch-paths
>            (lambda _
>              (substitute* "sshuttle/client.py"
>                (("/usr/bin/env") (which "env")))
>              #t)))))

Cheers,
Nam



--- End Message ---
--- Begin Message --- Subject: Re: bug#32855: sshuttle /usr/bin/env Date: Fri, 28 Sep 2018 00:04:10 +0200
Nam Nguyen wrote:
Yes, feel free to mention my name and e-mail.

Pushed as 6a6f7488df1794828e1845eaaf2c1c911c8e3e54.

Kind regards,

T G-R


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]