Ping doesn't work Ping from U-Boot to a host should work. Ping from a host to U-Boot should not. U-Boot uses a polling interface for networking - if y...
分类:
其他好文 时间:
2015-08-07 19:08:02
阅读次数:
211
方法一:mysql误删root第一步:mysqld_safe--skip-grant-tables--skip-networking&(跳过密码启动)第二步:增加root表insertintousersetuser=‘root‘,ssl_cipher=‘‘,x509_issuer=‘‘,x509_subject=‘‘;第三步:root赋予权限updateusersetHost=‘localhost‘,select_priv=‘y‘,in..
分类:
数据库 时间:
2015-08-06 18:47:44
阅读次数:
151
Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the openAOSPreposito...
分类:
移动开发 时间:
2015-08-06 12:31:54
阅读次数:
154
1. neutron中plugin与agent是一一对应的吗? 在不使用ml2时,plugin与agent一一对应,如ovs-plugin与ovs-agent;当使用ml2 plugin时,该plugin可以对应多种agent,如ovs-agent,linuxbridge-agent等。2. neu...
分类:
其他好文 时间:
2015-08-05 21:49:28
阅读次数:
153
Connection to neutron failed: [Errno 111] Connection refused上面ping的是external network ip的第一个ip,这个ip会作为外部网络的网关,所以在创建好 neutron网络后这个网关ip是可以ping通的;for i in...
分类:
其他好文 时间:
2015-08-04 18:52:09
阅读次数:
223
本系列会分析OpenStack 的高可用性(HA)解决方案:(1)概述 (TBD,写完整个系列在回来写这块)(2)Neutron L3 Agent HA - VRRP (虚拟路由冗余协议)(3)Neutron L3 Agent HA - DVR (分布式虚机路由器)(4)TBD1. 基础知识1.1 ...
分类:
其他好文 时间:
2015-08-04 13:05:49
阅读次数:
1960
首先,提供一个hosts文件http://download.csdn.net/detail/u012296101/8956255ubuntu下载好了这个文件后,用gedit打开,复制里面所有内容,然后打开终端,输入
`sudo gedit /etc/hosts`
提示输入密码后,将复制的内容粘贴到原有的内容后面,保存,然后输入
sudo /etc/init.d/networking resta...