码迷,mamicode.com
首页 >  
搜索关键字:failed dependencies    ( 8612个结果
xshell6 突然连接不上虚拟机,Could not connect to 'xxxx' (port 22): Connection failed.
我的是在恢复快照之后突然显示一直连接,最后直至失败; 解决办法:在虚拟机中的编辑 >虚拟网络编辑器中 > 一开始是自动恢复到最上面的黄色按钮了,现在给连接下个黄色按钮即可重新连接成功; 如果之前的没有配置,在最下面 将此码改成和虚拟机一直的即可,切记这个网段要和你本机处于一个网段上,要不没法进行连接 ...
分类:系统相关   时间:2020-02-09 11:30:04    阅读次数:140
Connection attempt:[14] to: amqps://xxxxxxxx.iot-amqp.cn-shanghai.aliyuncs.com:5671 failed
【现象】 自己搭建虚拟机,搭建storm集群,然后访问阿里云物联网平台上的订阅服务amqp 然后发现当worker运行在第三个节点上的时候,就连接不上阿里云。 【调查】 刚开始怀疑虚拟机克隆之后,mac地址,uuid之类的冲突,尝试了修改 修改之后,仍然不好使,然后对三个虚拟机分别测试能否联网 测试 ...
分类:其他好文   时间:2020-02-08 16:00:26    阅读次数:173
curl -L get.rvm.io | bash -s stable执行这个报错时curl: (7) Failed to connect to 2600:3c03::f03c:91ff:fedb:6957: Network is unreachable
curl -L get.rvm.io | bash -s stable 出现以上问题时,可以执行以下命令来代替上面的命令 curl -L https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installe ...
分类:数据库   时间:2020-02-08 15:46:40    阅读次数:313
docker启动时报错Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details.
这里报错主要是因为docker启动时需要默认开启selinux,但是可能由于安装某些应用,我们关闭了selinux,所以此时我们需要设置/etc/sysconfig/docker 将下图标黄位置改为false,即设置docker启动时默认不需要开启selinux # /etc/sysconfig/d ...
分类:其他好文   时间:2020-02-08 11:35:44    阅读次数:94
Ambari安装过程的错误-hdfs初始化错误-initialization failed for block pool
1131 cd /apps/hadoop/hdfs/namenode/ 1132 rm -rf current in_use.lock 1133 cd /apps/hadoop/hdfs/data/ 1134 rm -rf current in_use.lock 1135 cd /hadoop/hd ...
分类:其他好文   时间:2020-02-08 11:25:21    阅读次数:80
【React Native错误集】* What went wrong: Execution failed for task ':app:installDebug'.
错误1:* What went wrong: Execution failed for task ':app:installDebug'. > com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallExc ...
分类:移动开发   时间:2020-02-08 10:00:11    阅读次数:271
tomcat 配置开启 APR 模式
Tomcat ARP介绍 Tomcat可以使用APR来提供超强的可伸缩性和性能,更好地集成本地服务器技术。APR(Apache Portable Runtime) 是一个高可移植库,它是Apache HTTP Server2.x的核心。 APR有很多用途,包括访问高级IO功能(例如sendfile, ...
分类:其他好文   时间:2020-02-08 09:28:37    阅读次数:102
anaconda errors
1. CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json.bz2> https://blog.csdn.net/ebzxw/artic ...
分类:其他好文   时间:2020-02-08 00:26:22    阅读次数:69
Module build failed: Error: Cannot find module 'node-sass’解决
在 npm run dev 时出现 ” Module build failed: Error: Cannot find module 'node-sass’ “ 这样的错误,如下: ERROR Failed to compile with 1 errors 19:51:09 error in ./s ...
分类:其他好文   时间:2020-02-08 00:11:41    阅读次数:93
DVWA之Brute Force
DVWA简介 DVWA(Damn Vulnerable Web Application)是一个用来进行安全脆弱性鉴定的PHP/MySQL Web应用,旨在为安全专业人员测试自己的专业技能和工具提供合法的环境,帮助web开发者更好的理解web应用安全防范的过程。 DVWA共有十个模块,分别是Brute ...
分类:其他好文   时间:2020-02-07 22:27:24    阅读次数:90
8612条   上一页 1 ... 91 92 93 94 95 ... 862 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!