Connecting a ubuntu server with my macbook always encounters this error:
2025-12-14 20:12:43.410 [info] (ssh_tunnel) stderr: ln: failed to create hard link ‘/tmp/cursor-remote-lock.6ca0869f6193ac0d40fa6ae74ed01260’: File exists
2025-12-14 20:12:43.449 [info] (ssh_tunnel) stdout: Install in progress, sleeping for a bit…
Steps to Reproduce
Connecting directly should reproduce this bug. Moreover, I discovered the issue seems to be that my Ubuntu server is a ‘worker’ provisioned by a cloud vendor; its operating system runs inside Docker, and its system disk (/root) is an NFS.
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
I’ve retried often and sometimes the connection succeeds. This persistent issue has been around for a long time; I used retries as a temporary workaround. It consistently reappears after a Cursor upgrade. I attempted a manual cleanup using rm -r /tmp/cursor* before retrying, but this only solved the problem intermittently.
NFS in your case means the server files are physically stored on remote cloud provider storage and accessed over network, so extracting thousands of small files is slower than on a local disk.