fedora-cloud / docker-brew-fedora

MIT License
176 stars 46 forks source link

Can't use fedora:34 with emacs and tramp #88

Closed carrete closed 1 year ago

carrete commented 3 years ago

I recently updated some container images of mine to fedora 34 from fedora 33 and encountered a problem related to emacs and tramp. I've tested this problem with emacs 27.1 by running:

emacs -Q
M-x package-install-package RET docker-tramp RET

and

docker run --rm --name fedora-33 -it fedora:33
docker run --rm --name fedora-34 -it fedora:34

When I open a tramp connection to the running fedora 33 container, things work as expected, but with fedora 34 tramp fails to find a suitable ls command. Can anyone think of anything that changed between 33 and 34 that could be the cause of this? I see in the changelog for fedora 34 that binutils was updated, although I don't know what changed exactly. Perhaps this is related to #82?