草庐IT

soft_installed

全部标签

虚拟机soft lockup CPU死锁问题

记录折磨了我五天的虚拟机错误。最近碰到了Centos上终端打印softlockupCPU死锁,我的虚拟机直接卡死,非常烦人,刚开始这个状态是四五天出现一次,后来每次打开虚拟机一分钟左右就会出现这个问题网上找资料分析了一下原因,直接原因是:如果CPU太忙导致喂狗(watchdog)不及时,此时系统会打印CPU死锁信息:kernel:BUG:softlockup-CPU#0stuckfor38s![kworker/0:1:25758]我在尝试了网上的方法无果后,我发现是我电脑自身的问题,随便开两个程序CPU利用率就会高达90%,而且打开一个虚拟机有时候就会占用90%,在经历了重装vmware,新建

npm install报错npm ERR! code ERESOLVE

1.npminstall报错npmERR!codeERESOLVE解决方法在npminstall后面加上–force或者–legacy-peer-depsnpminstall--legacy-peer-deps2.npminstall报错gypERR原因:node和npm版本不匹配解决方法1.首先去node官网查找对应版本node官网版本2查看自己电脑的node、npm版本,win+r打开cmd,输入:node-v我的node是v18.14.0npm-v我目前的npm版本是9.4.2,高啦高啦!应该改成对应的9.3.1npminstall-gnpm@9.3.1npminstall卸载原有的高版

npm install 长时间处于fetchMetadata: sill resolveWithNewModule

问题:使用npm安装时,过程长时间处于fetchMetadata:sillresolveWithNewModule状态:[ ...............]-fetchMetadata:sillresolveWithNewModulebase64-arraybuffer@1.0.2checkinginstallablestatus几个可能的原因处理:1、清除缓存npmcacheclean--force 2、换淘宝源npmconfigsetregistryhttps://registry.npm.taobao.org–配置后可通过下面方式来验证是否成功npmconfiggetregistry–或

Git LFS报错“Git LFS is not installed”

第一次用Git-LFS,安装后,执行gitlfspull,报错:Skippingobjectcheckout,GitLFSisnotinstalled.翻译过来字面意思就是LFS未安装,于是又去安装LFS,仍然报错,请教大佬后,抛过来官方文档:DownloadandinstalltheGitcommandlineextension.Oncedownloadedandinstalled,setupGitLFSforyouruseraccountbyrunning:>gitlfsinstallYouonlyneedtorunthisonceperuseraccount.下载并安装后,首次使用前执行

npm install报错fatal: unable to access ‘https://github.com/nhn/raphael.git/‘: OpenSSL SSL_read 10054

报错信息:npmERR!E:\tools\Gitt\Git\cmd\git.EXEls-remote-h-thttps://github.com/nhn/raphael.gitnpmERR!npmERR!fatal:unabletoaccess'https://github.com/nhn/raphael.git/':OpenSSLSSL_read:Connectionwasreset,errno10054npmERR!npmERR!exitedwitherrorcode:128处理方法1.gitconfig--globalurl."https://".insteadOfgit://2.可能是

Install Stable Diffusion WebUI on Ubuntu 22.04.2 LTS

1.EnvironmentOS:Ubuntu22.04LTSKernel:5.15.0-60-genericCPU:Intel(R)Xeon(R)Gold6278CCPU@2.60GHz,8vCPUs GPU:1*NVIDIAV100-PCIe-32G RAM:64GBsystemdisk:512 GiBdatadisk: 2048 GiBStableDiffusionWebUIversion:0cc0ee1(2023/2/20)2.DownloadStableDiffusionmodelsGoto HuggingFace or Civitai tofindamodel.Usewgetcomm

解决Android studio中的Installed Build Tools revision 34.0.0 is corrupted的问题

AS官方推荐使用最新版,但是由于一些原因,可能用的不是最新版。我今天在搭建环境的时候,使用的AS版本是4.1.1,就报了标题中的错误,IDE提示卸载重新下载安装,我照做了,但是问题依旧存在。既然34.0.0不行,那其他行不行呢?我把其他版本也下载下来了,发现29.0.0是可以的。于是上网查找原因:找到这个解决方案。原文博客:(19条消息)2022年最优解决方案InstalledBuildToolsrevision31.0.0iscorrupted_31.0.0dxd8_快乐李同学(李俊德-大连理工大学)的博客-CSDN博客根据构建报错信息"31.0.0版本的构建工具缺少了DX文件",以及Sta

ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based

记录一下,安装aiohttp库出现的问题问题1:报两个错误,ERROR:FailedbuildingwheelforyarlFailedtobuildyarlERROR:Couldnotbuildwheelsforyarl,whichisrequiredtoinstallpyproject.toml-basedprojects解决方法:ERROR:Failedbuildingwheelforyarl,根据这个,安装需要的库yarl,用pipinstallyarl不行,下载whl,用下面的就行存档:PythonExtensionPackagesforWindows-ChristophGohlke

npm install:Could not resolve dependency:peer... 原因和解决方案

电脑npminstall报错;报错日志如下:npmERR!codeERESOLVEnpmERR!ERESOLVEcouldnotresolvenpmERR!npmERR!Whileresolving:@vue/eslint-config-standard@6.1.0npmERR!Found:eslint-plugin-vue@8.7.1npmERR!node_modules/eslint-plugin-vuenpmERR!deveslint-plugin-vue@"^8.0.3"fromtherootprojectnpmERR!npmERR!Couldnotresolvedependency:

ERROR: Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot accurately

BUG:ERROR:Cannotuninstall‘certifi’.Itisadistutilsinstalledprojectandthuswecannotaccuratelydeterminewhichfilesbelongtoitwhichwouldleadtoonlyapartialuninstall.BUG原因:错误:无法卸载“证书”。这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这只会导致部分卸载。BUG解决方案:pipinstallcertifi--ignore-installedpipinstallcertifi--ignore-installed