Hi Michael, > * Michael Albinus <[email protected]> [2021-06-30 09:11:21 +0200]: > > Steingold <[email protected]> writes: > >> [4. *debug tramp/scp dev-dsk-sdsg-1e-cfbb346a.us-east-1.amazon.com* --- >> text/plain] >> ;; Emacs: 28.0.50 Tramp: 2.5.1-pre -*- mode: outline; coding: utf-8; -*- >> 09:52:26.636967 tramp-get-file-property (8) # >> /workplace/sdsg/lpt/src/A9IFSDataScience/back-testing/Contents/Resources/site-lisp/nntp.so >> file-readable-p undef; inhibit: 10; cache used: nil; cached at: nil >> 09:52:26.637089 tramp-get-file-property (8) # >> /workplace/sdsg/lpt/src/A9IFSDataScience/back-testing/Contents/Resources/site-lisp/nntp.so >> file-attributes-string nil; inhibit: 10; cache used: nil; cached at: nil >> 09:52:26.638826 tramp-get-file-property (8) # >> /workplace/sdsg/lpt/src/A9IFSDataScience/back-testing/Contents/Resources/site-lisp/nntp.so >> file-attributes-string undef; inhibit: 10; cache used: nil; cached at: nil > > This tells us, that `(file-readable-p > "/scp:dev-dsk-sdsg-1e-cfbb346a.us-east-1.amazon.com:/workplace/sdsg/lpt/src/A9IFSDataScience/back-testing/Contents/Resources/site-lisp/nntp.so")' > has been called. No idea why. Either, a package keeps this file name and > wants to see, whether the file is still readable. Or the file is still > visited in a buffer you aren't aware off. Note, that > `tramp-cleanup-all-connections' doesn't purge such buffers, this is done > by `tramp-cleanup-all-buffers'.
Note that /scp:dev-dsk-sdsg-1e-cfbb346a.us-east-1.amazon.com:/workplace/sdsg/lpt/src/A9IFSDataScience/back-testing exists and is my remote working directory on Linux. However, Contents/Resources/site-lisp is a local(macos-specific) directory, and "nntp.so" is probably a hypothetical natively compiled nntp.el. Basically, a local and a remote paths are combined in search of a file that does not exist either locally or remotely. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1894 http://childpsy.net http://calmchildstories.com http://steingoldpsychology.com https://ij.org/ https://camera.org https://jihadwatch.org https://ffii.org If you have to be told to question authority, perhaps you shouldn't.
