随笔分类 -  报错

遇到的报错处理
摘要:报错总结: 1.场景:内网环境,开通上网条件,可以ping通www.baidu.com,但是有yum进行install会报错 2.报错如下: One of the configured repositories failed (CentOS-7 - Addons - sohu.com), and y 阅读全文
posted @ 2021-07-14 14:27 青纹刀狼 阅读(3872) 评论(0) 推荐(0)
摘要:报错如下: end Kernel panic - not syncing: Out of memory and no killable processes [ 2.113892] [<ffffffff818431b0>] ? rest_init+0x80/0x80 [ 2.114902] [<fff 阅读全文
posted @ 2019-06-17 19:24 青纹刀狼 阅读(3231) 评论(0) 推荐(0)
摘要:前言:在最近部署的centos系统发现个问题 出现报错:安装配置完成后,重启虚拟机出现license information (license not accepted) 截图: 解决方案: 在界面上输入1-回车-2-回车-c-回车-c回车,即可顺利安装。 阅读全文
posted @ 2019-06-17 19:23 青纹刀狼 阅读(1412) 评论(0) 推荐(0)
摘要:安装完,检查cobbler:cobbler check发现这个问题ImportError: No module named yaml 具体报错如下: [root@www localdisk]# cobbler check Traceback (most recent call last): File 阅读全文
posted @ 2019-05-21 21:32 青纹刀狼 阅读(2680) 评论(0) 推荐(0)
摘要:上传文件报错: [root@www localdisk]# rpm -ivh cobbler* error: cobbler-2.8.4-4.el7.x86_64.rpm: rpm Read Signature failed: sigh blob(1268): BAD, read returned 阅读全文
posted @ 2019-05-20 20:15 青纹刀狼 阅读(1198) 评论(0) 推荐(1)
摘要:前言:今天在开虚拟机,额,,,crt连不上虚拟机了,ping不通,说明虚拟机网卡挂了,去后台看下 发现报错: Job for network.service failed because the control process exited with error code. See "systemc 阅读全文
posted @ 2019-04-27 19:22 青纹刀狼 阅读(13742) 评论(0) 推荐(2)
摘要:场景:在写两台ubuntu之间需要交互式登录操作shell脚本。就是在ubantu A上,做点什么事,然后远程到ubuntu B上进行操作,shell脚本存放在ubuntu A上。 我遇到这个报错:not a regular file,我在ubantu A上查了老半天,没有问题,是ubantu B上 阅读全文
posted @ 2019-04-20 19:17 青纹刀狼 阅读(1038) 评论(0) 推荐(0)