会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
junqiang_china
首页
新随笔
联系
订阅
管理
上一页
1
···
33
34
35
36
37
38
39
40
41
···
53
下一页
2019年4月25日
unable to load http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
摘要: 问题:unable to load http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl 解决:yum -y install docbook-style-xsl
阅读全文
posted @ 2019-04-25 21:58 salami_china
阅读(474)
评论(0)
推荐(0)
2019年4月23日
nova scheduler filters 配置
摘要: scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler scheduler_default_filters = AvailabilityZoneFilter
阅读全文
posted @ 2019-04-23 21:15 salami_china
阅读(533)
评论(0)
推荐(0)
2019年4月19日
rpm is for architecture aarch64 ; the package cannot be built on this system
摘要: 问题:rpm is for architecture aarch64 ; the package cannot be built on this system $ sudo alien --to-deb ./*.rpm ./libvirt-3.9.0-1.el7.centos.aarch64.rpm
阅读全文
posted @ 2019-04-19 21:25 salami_china
阅读(3416)
评论(0)
推荐(0)
下载 rpm 源码包并重新编译
摘要: $ yumdownloader --source gdb $ rpmbuild --rebuild gdb-7.8.1-30.fc21.src.rpm $ cd ~/rpmbuild/SPECS/ $ sudo yum-builddep gdb.spec $ rpmbuild -bb gdb.spec
阅读全文
posted @ 2019-04-19 10:09 salami_china
阅读(1105)
评论(0)
推荐(0)
2019年4月18日
错误:无效参数:could not find capabilities for arch=aarch64
摘要: 现象:错误:无效参数:could not find capabilities for arch=aarch64 解决: qemu源码编译:(需要指定--cpu=aarch64) ./configure --target-list=arm-softmmu,aarch64-softmmu --enabl
阅读全文
posted @ 2019-04-18 15:32 salami_china
阅读(2028)
评论(0)
推荐(0)
在 Linux 上如何挂载 qcow2 磁盘镜像
摘要: 1.下载qemu-nbd工具 2.加载nbd模块,然后挂载 3.开始挂载nbd然后读取分区数据 4.卸载nbd
阅读全文
posted @ 2019-04-18 09:56 salami_china
阅读(2081)
评论(0)
推荐(0)
CentOS ISO 下载地址
摘要: x86_64:https://wiki.centos.org/Download ARM:http://mirror.nsc.liu.se/centos-store/altarch/ http://dl.fedoraproject.org/pub/epel/ 阿里ARM源:https://mirror
阅读全文
posted @ 2019-04-18 09:14 salami_china
阅读(250)
评论(0)
推荐(0)
2019年4月17日
构建ceph deb 安装包
摘要: 原文链接:构建ceph deb 安装包 1.解压ceph压缩包 sudo tar -xvf ceph-12.2.8.tar.gz 2.开始制作deb cd ceph-12.2.8 sudo dpkg-buildpackage -j12
阅读全文
posted @ 2019-04-17 14:28 salami_china
阅读(488)
评论(0)
推荐(0)
2019年4月15日
ceph 源码安装 configure: error: "Can't find boost spirit headers"
摘要: 问题:configure: error: "Can't find boost spirit headers" 解决: 推荐:sudo apt-get install libboost-dev 1.下载boost_1_65_1.tar.gz, 链接地址:http://www.boost.org/use
阅读全文
posted @ 2019-04-15 19:12 salami_china
阅读(580)
评论(0)
推荐(0)
sudo: 没有终端存在,且未指定 askpass 程序
摘要: 问题:sudo: 没有终端存在,且未指定 askpass 程序 解决: sudo visudo 增加如下一行: neutron ALL=(ALL) NOPASSWD:ALL
阅读全文
posted @ 2019-04-15 14:51 salami_china
阅读(7552)
评论(0)
推荐(0)
上一页
1
···
33
34
35
36
37
38
39
40
41
···
53
下一页
公告