当前位置:网站首页>Vscode connect to remote server "Acquiring the lock on the/home / ~ 'problem
Vscode connect to remote server "Acquiring the lock on the/home / ~ 'problem
2022-08-02 07:19:00 【Fighting_1997】
Introduction
Using vscode to connect to a remote server works well, but the problem of 'Acquiring lock on' often occurs, so make a summary record to facilitate efficient resolution next time the problem occurs
Solution
Log in at the remote end of the server (you can use Mobaxterm), execute the following command to delete the remote configuration
rm -rf ./home/xxx/.vscode-serverThere is a problem when deleting (deleting the .nfs file that appears on the server)
Use the command under the path of .vscode-server
find . -name .nfs*Use the command to see what is being executed
lsof ./bin/b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a/.nfs80c808e802ecf94900004a32
kill -9 PIDDelete all and then delete .vscode-server
边栏推荐
- MySQL高级-MVCC(超详细整理)
- Summer Summary (3)
- 武汉高性能计算大会2022举办,高性能计算生态发展再添新动力
- 看图就懂|衡量业务增长健康的销售指标如何选择
- Xgboost报错ValueError:无效的形状:标签(1650 2)
- Kind of weird!Access the destination URL, the host can container but not
- MySQL 5.7 installation tutorial (full-step, nanny-level tutorial)
- CAT1 4G+Ethernet development board Tencent cloud mobile phone WeChat applet display temperature and delivery control
- MySQL Advanced Statements (1)
- MySQL 23 classic interviews hang the interviewer
猜你喜欢

typescript 'props' is declared but its value is never read solution

MySQL - Multi-table query and case detailed explanation

node安装及环境配置

振兴农村循环经济 和数链串起农业“生态链”

MySQL high-level --- storage engine, index, lock

Specified URL is not reachable,caused by :‘Read timed out

MySQL经典50道练习题及全网最详细解析

ASP.NET Core Web API 幂等性

nodejs的安装和全局配置(超详细哦)

MySQL 23道经典面试吊打面试官
随机推荐
MySQL Advanced SQL Statements
Ue after video tutorial first
Py's mlxtend: a detailed guide to the introduction, installation, and usage of the mlxtend library
ue先视频教程后深入
odoo field 设置匿名函数domain
.NET静态代码织入——肉夹馍(Rougamo) 发布1.1.0
Vscode连接远程服务器出现‘Acquiring lock on/home/~’问题
数据库概论-MySQL的数据表的基本操作
HCIP 第二天
MarkDown Formula Instruction Manual
【21天学习挑战赛】顺序查找
Technology empowers Lhasa's "lungs", Huawei helps Lalu Wetland Smart Management to protect lucid waters and lush mountains
有人开源全凭“为爱发电”,有人却用开源“搞到了钱”
typescript 'props' is declared but its value is never read solution
MySQL Index Common Interview Questions (2022 Edition)
C# FileInfo类
Node installation and configuration (node-v12.20.2-x64 ) and introduction to node version switching
[数据集][VOC]男女数据集voc格式6188张
Go inside the basic knowledge
awk语法-01-基础语法(命令、选项、内部变量)