Philipp Stephani writes: Hi Philipp, >> Could you please apply the appended patch to tramp-tests.el? Then run >> >> $ rm test/lisp/net/tramp-tests.log >> $ timeout -v 30s make -C test lisp/net/tramp-tests.log >> SELECTOR=tramp-test35-remote-path >> >> This generates the file tramp-tests.log, which I would like to >> see. Likely, it is huge, so pls send it directly to me. > > In fact, it doesn't exist because the test is killed before it can > write the file :-) Indeed. So I've modified the patch; the test case commits suicide after 30 seconds. You can call it simply by $ rm test/lisp/net/tramp-tests.log $ make -C test lisp/net/tramp-tests.log SELECTOR=tramp-test35-remote-path > Here's a slightly modified invocation plus output: > > That is, the test starts to make some progress and then hangs. Thanks, but this misses the log I need for analysis ... Best regards, Michael.