GNU bug report logs - #32855
sshuttle /usr/bin/env

Previous Next

Package: guix;

Reported by: Nam Nguyen <namn <at> berkeley.edu>

Date: Thu, 27 Sep 2018 18:27:02 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nam Nguyen <namn <at> berkeley.edu>
Subject: bug#32855: closed (Re: bug#32855: sshuttle /usr/bin/env)
Date: Thu, 27 Sep 2018 22:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#32855: sshuttle /usr/bin/env

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 32855 <at> debbugs.gnu.org.

-- 
32855: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32855
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Nam Nguyen <namn <at> berkeley.edu>
Cc: 32855-done <at> debbugs.gnu.org
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

[Message part 3 (message/rfc822, inline)]
From: Nam Nguyen <namn <at> berkeley.edu>
To: bug-guix <at> gnu.org
Subject: sshuttle /usr/bin/env
Date: Thu, 27 Sep 2018 11:23:23 -0700
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 user <at> server.com 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



This bug report was last modified 6 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.