学习linux的初学者肯定会遇到一些莫名其妙的问题,比如我,在学习删除一个用户的时候,就遇到上面的报错 userdel: user xiaoming is currently used by process 4713 ,不仅是这样,在我创建这个目录的时候是成功的,但是如果我su - xiaoming 的时候发现报这个错误 No directory, logging in with HOME=/ 在linux社区找到的解决办法没能解决(可能是我查资料的水平还有待提高), 这个是社区的答案,最终我在…
报错 userdel: user hhh is currently used by process 9218 [root@centos71 ~]# useradd hhh [root@centos71 ~]# id hhh uid=(hhh) gid=(hhh) (hhh) [root@centos71 ~]# userdel -r hhh userdel: user hhh is currently used by process [root@centos71 ~]# hhh : pts/ :…
最近碰到一个问题: 64位linux报错Could not initialize class java.awt.image.BufferedImage 在WIN平台下运行正常BufferedImage tag = new BufferedImage(this.width,this.height,BufferedImage.TYPE_USHORT_555_RGB);         tag.getGraphics().drawImage(src,0,0,this.width,this.height…
Linux报错之ping: www.baidu.com: Name or service not known 出现这个以后,首先去ping下主机Ip,发现能ping通,但是出现另一个问题Destination Host Unreachable: 我使用的是NAT模式连接,在配置好网络后,参考:https://www.cnblogs.com/passer101/p/9899202.html 然后输入: 解决方案:rm /var/lib/NetworkManager/NetworkManager.s…
Linux报错 ------------------- 在VMware虚拟机中配置yum源时,执行 mount /dev/cdrom /mnt/cdrom 出现 mount: no medium found on /dev/sr0 --------------- no medium found on /dev/sr0 根本原因是iso镜像并没有加载到虚拟机系统内. 临时解决办法: 在虚拟机下部的状态栏内,找到CD/DVD图标(一个光盘图标),此时一般显示为灰色,鼠标点一下,即可启动CD/DVD,…
1.用FXP登录Linux报错: [info] subsystem request for sftp failed, subsystem not found.[右] [execute] /usr/lib/openssh/sftp-server[右] [execute] /usr/lib/sftp-server[右] [execute] /usr/local/lib/sftp-server[右] [execute] /usr/libexec/sftp-server[右] [execute] sft…
linux 报错:E: Package 'libmemcached' has no installation candidate 网上查资料说是软件安装源没有这个软件,需要添加软件源. 1.备份源列表 sudo cp  /etc/apt/sources.list  /etc/apt/sources.list.bak 2.添加源列表 在这个网站上选择适合你的版本型号的源列表(一定要选对版本) http://wiki.ubuntu.org.cn/Qref/Source#Hardy.288.04.29…
编译报错LINK : fatal error LNK1000: Internal error during Incr的解决 Win7 旗舰版 Microsoft Visual Studio 2008 SP1 (VC++ 2008) 看文后,抱着试试看的想法,先走正统之路下补丁,结果:一样提示“此计算机上没有安装本软件更新支持的产品.单击“取消”退出安装程序.” 看来:补丁之路不通,若是这个编号VS90-KB948127的,大家就不要试了 以下为原文: 返回错误:LINK : fatal erro…
使用pip的时候报错Fatal error in launcher: Unable to create process using pip.exe 解决办法,升级pip python -m pip install -U pip 或者 python -m pip install --upgrade pip…
cmd输入pip3 list命令报错 Fatal error in launcher: Unable to create process using '"d:\old_files\py3.6\python.exe"  "E:\py3.6\Scripts\pip3.exe" list' 进入python3的Scripts目录 我的目录是E:\py3.6\Scripts,然后执行cmd 2.执行python pip3.exe install SomePackage进行安…