Hi,
had similar issue using tramp without sudo targetting a guix host.
I could fix the issue by adding /bin/ls as a special file to my services
with something like:
(extra-special-file "/bin/ls" (file-append coreutils "/bin/ls"))
Benoit
2022/05/19 15:57, Josselin Poiret:
> What I personally use is described at [1], and fixed this issue I had
> when I switched to emacs-next.
>
> [1] https://yhetil.org/guix/87czjsmif0@jpoiret.xyz/
Thanks! Your workaround works. Here's my slightly tweaked version
(inspired by the post by Max
Hello,
Remco van 't Veer writes:
> After upgrading from emacs-27.2 to emacs-28.1 on a Guix system, opening
> files/directories via sudo using tramp no longer works.
>
> Here's what's in the *Messages* buffer:
>
>> Tramp: Opening connection nil for root@remq240 using sudo...done
>> File error: Co
After upgrading from emacs-27.2 to emacs-28.1 on a Guix system, opening
files/directories via sudo using tramp no longer works.
Here's what's in the *Messages* buffer:
> Tramp: Opening connection nil for root@remq240 using sudo...done
> File error: Couldn't find a proper `ls' command [6 times]
>