码迷,mamicode.com
首页 >  
搜索关键字:repo sync    ( 10639个结果
nfs服务
1.安装 nfs 服务yum install nfs-utils rpcbindchkconfig nfs on2.exprotfs 文件/usr/sbin/exportfs -rvcat /etc/exports/home/ 10.0.2.0/24(rw,sync,all_squash,anonu...
分类:其他好文   时间:2014-08-03 22:57:26    阅读次数:172
fix [Errno 13] Permission denied: '/var/log/glance/api.log'
root@node1glance]#su-s/bin/sh-c"glance-managedb_sync"glanceTraceback(mostrecentcalllast):File"/usr/bin/glance-manage",line10,in<module>sys.exit(main())File"/usr/lib/python2.6/site-packages/glance/cmd/manage.py",line253,inmainlog.setup(‘glance‘)File"/u..
分类:Windows程序   时间:2014-08-03 07:58:05    阅读次数:928
permission denied: '/var/log/nova/nova-manage.log'
novadbcreatenotice: xxxxxxxsu-s/bin/sh-c"nova-managedb_sync"novaxxxxxx correctone: su-s/bin/sh-c"nova-managedbsync"nova[root@node1/]#su-s/bin/sh-c"nova-managedbsync"novaTraceback(mostrecentcalllast):File"/usr/bin/nova-manage",line10,in<module>sys.exi..
分类:其他好文   时间:2014-08-03 07:57:25    阅读次数:300
CentOS安装chrome-浏览器
首先,在CentOS中安装软件,通过yum命令来安装软件,就要在系统中的软件源中添加软件源节点,即在目录./etc/yum.repos.d/下的CentOS-Base.repo文件中做修改:在控制台Console中进入超级用户su然后采用命令vim /etc/yum.repos.d/CentOS-B...
分类:其他好文   时间:2014-08-02 09:54:43    阅读次数:227
用nginx-gridFS读取MongoDB的图片
一、安装mongodb 创建/etc/yum.repos.d/mongodb.repo文件,配置文件内容如下: [mongodb] name=MongoDB?Repository baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/ gpgcheck=0 enabled=1 ...
分类:数据库   时间:2014-08-01 23:24:52    阅读次数:524
mariadb galera Cluster 多主集群安装实录
1:创建MariaDB.repo#vim/etc/yum.repos.d/MariaDB.repo#MariaDB10.0CentOSrepositorylist-created2013-08-2313:08UTC#http://mariadb.org/mariadb/repositories/[mariadb]name=MariaDBbaseurl=http://yum.mariadb.org/10.0/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-GP..
分类:数据库   时间:2014-08-01 20:10:23    阅读次数:562
cocoapods 使用pod install失效解决方法
在使用pod install命令后,一直处于analyzing dependencies的状态,之后出现error:[!] An error occurred while performing `git pull` on repo `master`. [!] /usr/bin/git pull --...
分类:其他好文   时间:2014-07-30 20:24:34    阅读次数:237
NFS服务器设置及mount命令挂载
安装只要 yum -y installnfs-utils即可一、NFS服务器的设定NFS服务器的设定可以通过/etc/exports这个文件进行,设定格式如下:分享目录主机名称或者IP(参数1,参数2)/arm2410s10.22.22.*(rw,sync,no_root_squash)可以设定的参...
分类:其他好文   时间:2014-07-30 20:16:04    阅读次数:346
安装hadoop
生成yum源cd/var/ftp/pub/cdh/5createrepo --update .从节点yum clean all配置yum库/etc/yum.repos.d# cat /etc/yum.repos.d/cloudera-cdh.repo [hadoop]name=hadoopbaseu...
分类:其他好文   时间:2014-07-29 17:39:02    阅读次数:264
Cacti+Nagios监控系统(一):准备工作
一、系统环境1、设置yum源(1)使用本地源挂载光驱ISO文件确认路径/media/CentOS_6.5_Final/cd/etc/yum.repos.dmvCentOS-Base.repoCentOS-Base.repo.bakviCentOS-Base.repo[base]name=Basebaseurl=file:///media/CentOS_6.5_Final/gpgcheck=0#(1检测0不检测)enabled=1#(1启动0..
分类:移动开发   时间:2014-07-29 16:02:19    阅读次数:342
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!