当前位置:网站首页>Vscode连接远程服务器出现‘Acquiring lock on/home/~’问题
Vscode连接远程服务器出现‘Acquiring lock on/home/~’问题
2022-08-02 05:58:00 【Fighting_1997】
简介
利用vscode连接远程服务器效果较好,但是经常出现’Acquiring lock on’问题,做一个总结记录,便于下次问题出现时高效解决
解决方案
在服务器远端(可以使用Mobaxterm)登录,执行下面操作命令,删除掉远端的配置
rm -rf ./home/xxx/.vscode-server
删除时出现问题(删除服务器出现的.nfs文件)
在.vscode-server路径下使用命令
find . -name .nfs*
使用命令,查看正在执行情况
lsof ./bin/b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a/.nfs80c808e802ecf94900004a32

kill -9 PID
全部删除之后再删除.vscode-server
边栏推荐
- NPM ---- 安装yarn
- MySql -- 不存在则插入,存在则更新或忽略
- MySQL 23 classic interviews hang the interviewer
- August 2022 plan, focusing on ue4 video tutorials
- C# FileInfo类
- MySQL (3)
- [Cartoon] 2021 full score programmer behavior comparison table (latest version)
- HCIP BGP Comprehensive Experiment Establishing peers, route reflectors, federation, route announcement and aggregation
- request.getSession(),的故事
- MySql - there is no insert, there is update or ignored
猜你喜欢

zabbix自动发现和自动注册

MySQL高级SQL语句

How to install the specified version package with NPM and view the version number

MySQL高级语句(一)

Xgboost报错 ValueError: Invalid shape: (1650, 2) for label

A detailed introduction to the deployment and usage of the Nacos registry

node安装和配置(node-v12.20.2-x64 ) 以及node版本切换介绍

武汉高性能计算大会2022举办,高性能计算生态发展再添新动力

有点奇怪!访问目的网址,主机能容器却不行

Launch Space on-premises deployment (local) Beta!
随机推荐
DNS resolution process
MySQL 5.7 安装教程(全步骤、保姆级教程)
Detailed explanation of 9 common reasons for MySQL index failure
chrome plugin development guide
HCIP BGP Comprehensive Experiment Establishing peers, route reflectors, federation, route announcement and aggregation
GCC编译器技术解析
MarkDown公式指导手册
[数据集][VOC]男女数据集voc格式6188张
nacos源码启动找不到istio包
Nodejs安装教程
Ue after video tutorial first
MySql统计函数COUNT详解
How to install the specified version package with NPM and view the version number
Ant three sides: MQ message loss, duplication, backlog problem, what are the solutions?
node安装和配置(node-v12.20.2-x64 ) 以及node版本切换介绍
APT + Transform 实现多模块应用Application生命周期分发
zabbix auto-discovery and auto-registration
MySQL 23 classic interviews hang the interviewer
Leetcode周赛304
MySQL Advanced Statements (1)