bug#55443: emacs-28.1: tramp sudo broken

2022-05-20 Thread benoit
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

bug#55443: emacs-28.1: tramp sudo broken

2022-05-19 Thread Remco van 't Veer
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

bug#55443: emacs-28.1: tramp sudo broken

2022-05-19 Thread Josselin Poiret via Bug reports for GNU Guix
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

bug#55443: emacs-28.1: tramp sudo broken

2022-05-15 Thread Remco van 't Veer
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] >