会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
巴州夜雨
不将就 有所为
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
31
下一页
2024年5月22日
Detection of Platform Module failed: 没有检测到有效的 Platform ID
摘要: 问题描述:Detection of Platform Module failed: 没有检测到有效的 Platform ID 华为欧拉系统搭建本地yum源,执行dnf makecache后,报错”Detection of Platform Module failed: 没有检测到有效的 Platfo
阅读全文
posted @ 2024-05-22 09:37 巴州夜雨
阅读(1082)
评论(0)
推荐(0)
2023年11月16日
Failed to open /sysroot/etc/fstab:Input/output error
摘要: Failed to open /sysroot/etc/fstab: Input/output error 解决办法: umount /dev/dm-0 xfs_repair -v -L /dev/dm-0 reboot
阅读全文
posted @ 2023-11-16 11:22 巴州夜雨
阅读(353)
评论(0)
推荐(0)
2023年10月18日
Failed to stop auditd.service: Operation refused, unit auditd.service may be requested by dependency only (it is configured to refuse manual start/stop).
摘要: [root@7 ~]# systemctl stop auditd.service Failed to stop auditd.service: Operation refused, unit auditd.service may be requested by dependency only (i
阅读全文
posted @ 2023-10-18 15:27 巴州夜雨
阅读(910)
评论(0)
推荐(0)
2023年10月8日
bip.docker
摘要: #systemctl stop docker bip放前面可生效。/etc/docker/daemon.json { "bip": "192.168.168.1/24" } { "runtimes": { "nvidia": { "path": "nvidia-container-runtime",
阅读全文
posted @ 2023-10-08 15:22 巴州夜雨
阅读(137)
评论(0)
推荐(0)
2023年9月14日
僵尸进程zombie
摘要: #2:定位僵尸进程ID。 ps -A -o stat,ppid,pid,cmd |grep -e "^[Zz]" ps -ef|grep "defunct" #3. 查看服务 结束。
阅读全文
posted @ 2023-09-14 11:12 巴州夜雨
阅读(21)
评论(0)
推荐(0)
the input device is not a TTY
摘要: the input device is not a TTY 如果使用定时任务登录容器执行命令,需要去掉参数"it"。
阅读全文
posted @ 2023-09-14 09:19 巴州夜雨
阅读(587)
评论(0)
推荐(0)
2023年8月2日
麒麟桌面版V10安装虚拟机win系统
摘要: 安装及启动libvirt yum clean all && yum makecache yum groupinstall "Virtualization Host" #安装虚拟化主机包组 systemctl start libvirtd systemctl enable libvirtd 调用kvm
阅读全文
posted @ 2023-08-02 14:04 巴州夜雨
阅读(3086)
评论(0)
推荐(0)
2023年3月22日
保存mysql执行结果
摘要: 1. 使用mysql的tee命令记录对mysql的操作过程 (1)第一种情况是在连接数据库的时候使用tee >mysql -u root -p --tee=/app/log.txt //这时我们对数据库的所有操作都会记录在log.txt上; (2) 第二种方式是在连接上数据库后使用 mysql> u
阅读全文
posted @ 2023-03-22 17:54 巴州夜雨
阅读(68)
评论(0)
推荐(0)
2023年3月9日
mac 安装Beyond Compare
摘要: 一.下载:首先下载Beyond Compare最新版本,链接如下:https://www.scootersoftware.com/download.php 下载完直接解压打开,如果之前使用过,会出现:评估模式错误,输入密钥或购买提示 此时我们通过删除registry.dat,再试用30天,具体操作如
阅读全文
posted @ 2023-03-09 16:07 巴州夜雨
阅读(700)
评论(0)
推荐(1)
2023年3月4日
centos8本地仓库
摘要: centos8 centos8除了需要创建repodata 还需要创建modular metadata,如果只有repodata就会报错:No available modular metadata for modular package 1.安装modular metadata生成工具 yum in
阅读全文
posted @ 2023-03-04 13:28 巴州夜雨
阅读(865)
评论(0)
推荐(0)
1
2
3
4
5
···
31
下一页