针对配置php的情况: linux服务器一般提示这个 connect() to unix:/tmp/php-cgi.sock failed (2: No such file or directory) while connecting to upstream, client: x.x.x.x, server: xxx.xxx.xxx, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://unix:/tmp/php-…
解决cudnn问题:Loaded runtime CuDNN library: 5005 (compatibility version 5000) but source was compiled with 5103 (compatibility version 5100). 问题产生的原因是 caffe源码编译时使用了更高版本的cudnn库,解决方案无非是: 1 重新编译caffe 2 替换低版本的cudnn库 找到cuda-8.0/lib64把libcudnn.so,libcudnn.so.5…
消息 Build of instance 6320b5f2-edc2-4e8e-b07c-0047f7ed8f6a aborted: Failed to allocate the network(s), not rescheduling. 编码 500 详情 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/nova/compute/manager.py", line 2143, in _…
最近在 Windows 子系统 WSL 上面安装了一个 ubuntu18.04, 安装完docker 跑 hello-world 的时候报错了 docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. 报错信息就是说: unix无法连接服务 你的服务确定正在运行吗? 启动 docker 服务 sudo service docker start…