vscode-remote-release
vscode-remote-release copied to clipboard
Remote tunnel - "warn error access singleton, retrying: the process holding the singleton lock file"
I ran into the same issue that was referenced here.
warn error access singleton, retrying: the process holding the singleton lock file (pid=PID_NUM) exited
Originally posted by @kissdan1 in https://github.com/microsoft/vscode-remote-release/issues/8973#issuecomment-1743712610
My fix was to delete the .vscode and .vscode-server folders.
rm -rf ~/.vscode ~/.vscode-server
Sorry if I shouldn't of created a new issue. Since the previous one was locked I couldn't comment on it.
Does the tunnel start after you see that log message, or is it stuck in that state / in a loop?
Does the tunnel start after you see that log message, or is it stuck in that state / in a loop?
Stuck in that state, in a loop. That message keeps repeating over and over again.
I ran into the same issue that was referenced here.
warn error access singleton, retrying: the process holding the singleton lock file (pid=PID_NUM) exitedOriginally posted by @kissdan1 in #8973 (comment)
My fix was to delete the .vscode and .vscode-server folders.
rm -rf ~/.vscode ~/.vscode-serverSorry if I shouldn't of created a new issue. Since the previous one was locked I couldn't comment on it.
note that you should back up your machine settings if deleting .vscode-server.
Not that I would forget to do that. No way.
Actually, a much simpler solution is to delete the lock file that is located in the .vscode folder. This was mentioned in #2507.
rm ~/.vscode/cli/tunnel-stable.lock