一.背景: jello@jello:~$ lsb_release -aNo LSB modules are available.Distributor ID:    Ubuntu KylinDescription:    Ubuntu Kylin 16.04.1 LTSRelease:    16.04Codename:    xenial 二.解决: 其实提示中已经给出方案:就是更新nss库 那么直接输入一下命令即可启动chrome: sudo apt-get install libnss3…
在关闭并放置centos 的防火墙重启之后[操作:https://www.cnblogs.com/sxdcgaq8080/p/10032829.html] 启动docker容器就发现开始报错: [root@localhost elasticSearch]# docker run -d --name es2-node -p 9201:9200 -p 9301:9300 --restart=always -v /apps/elasticSearch/es2.yml:/usr/share/elasti…
在重启linux网络服务的时候提示: Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/2 并且产生报错: Bringing up interface eth1: Error: Connection activation failed: The connection is not for this device. 经过在网上一番查找,是由于开启了NetworkManager服务,这个服务是RedHat…
在启动zk客户端连接server时报错: 2019-03-30 23:06:24,915 [myid:localhost:2181] - INFO [main-SendThread(localhost:2181):ClientCnxn$SendThread@1235] - Socket error occurred: localhost/127.0.0.1:2181: Connection refused 2019-03-30 23:06:26,017 [myid:localhost:2181]…
网上查的解决了问题 1. 需要安装libexif 说明我已经安装了libexif 2. 从安全角度考虑,Chrome不应在root环境下运行,如果某些原因必须以root身份运行Chrome,可以运行下面的命令 [root@software 桌面]# google-chrome --no-sandbox --user-data-dir & Do not be evil…
一.错误情况 报错如下: [0807/144244.712736:FATAL:nss_util.cc(627)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer. 原因是说 NSS (Network Secur…
docker启动镜像报错: docker: Error response from daemon: driver failed programming external connectivity on endpoint zookeeper (8ec82732da443cf46f61edfb05ab05d8fb931a87f29e7b9fb6473afc92686f07): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0…
在ubuntu中启动eclipse报错:(Eclipse:15978): GLib-GIO-CRITICAL **: g_dbus_connection_get_unique_name: assertion 'G_IS_DBUS_CONNECTION (connection)' failed. 出现错误原因:出现这个错误是因为环境变量配置出现了错误,虽然在安装JDK的时候在/etc/profile中配置了环境变量,但是并没有配置~/.profile. 首先先说明一下/etc/profile ~/…
参考资料:http://blog.csdn.net/happyteafriends/article/details/8290950 一.问题 在Ubuntu下安装了java并在~/.bashrc配置了环境变量,在终端可运行java等命令,但启动eclipse报错说缺少jre或jdk: ”a java runtime environment jre or java development kit jdk....“ 二.解决 在在/etc/environment里补充上jdk bin的路径即可. 三…
安装了appium 1.9.1后一直报错Fatal TypeError: Class constructor BaseDriver cannot be invoked without 'new',无法启动,卸载后安装1.8.1可以正常使用了. npm install -g cnpm --registry=https://registry.npm.taobao.org cnpm uninstall -g appium cnpm install -g appium@ rm /usr/local/bi…