报错解决方案
富士山fy
凡是过往,皆为序章
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
安装epel源出现错误报码:14: curl#6 - “Could not resolve host: mirrorlist.centos.org; 未知的错误“
出现报错[root@server1 ~]# yum install -y epel-release已加载插件:fastestmirror, langpacksCould not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates&infra=stock error was14: curl#6 - "Could not resolve host: mirrorl原创 2021-01-11 15:11:01 · 1972 阅读 · 0 评论 -
ifconfig命令无法使用
ifconfig 命令无法使用解决办法yum -y install net-tools原创 2020-12-22 21:31:12 · 298 阅读 · 0 评论 -
Centos7最小化安装无法补全命令
无法补全命令解决方法yum -y install bash-completion原创 2020-12-22 21:30:08 · 868 阅读 · 0 评论 -
启动nginx服务失败,nginx: [emerg] getpwnam(“nginx“) failed
启动nginx服务时出现报错[root@localhost ~]# /usr/local/nginx/sbin/nginx nginx: [emerg] getpwnam("nginx") failed报错信息中出现getpwnam,那就说明获取用户失败,添加用户即可[root@localhost ~]# useradd -M -s /sbin/nologin nginx[root@localhost ~]# /usr/local/nginx/sbin/nginx[root@localhost原创 2020-12-22 21:24:54 · 9991 阅读 · 0 评论 -
安装yum包时出现/var/run/yum.pid 已被锁定如何解决
通过安装yum包时出现报错[root@localhost ~]# yum -y install...省略已加载插件:fastestmirror, langpacks/var/run/yum.pid 已被锁定,PID 为 2623 的另一个程序正在运行。Another app is currently holding the yum lock; waiting for it to exit... 另一个应用程序是:PackageKit 内存:254 M RSS (1.5 GB VSZ)原创 2020-12-03 20:41:55 · 612 阅读 · 0 评论
分享