error: opening /home/cacti/rra/url-2 no such file or directory

在看Cacti Graph Debug Mode发现如下报错

RRDTool Says:

ERROR: opening '/data/local/nginx/html/cacti/rra/dns-cnc_ucd_load1min_461.rrd': No such file or directory

图片显示为红叉叉

经过一番网络搜,发现原来是Perl少了组件,解决方法如下:

# perl -MCPAN -e shell# cpan> install LWP::UserAgent

# cpan> install LWP::UserAgent

如果未安装perl或者CPAN或者YAML可以通过下面方式安装

# yum install perl-devel perl-CPAN perl-YAML

Ubuntu下 fatal error: Python.h: No such file or directory 解决方法

参考: fatal error: Python.h: No such file or directory Ubuntu下 fatal error: Python.h: No such file or ...

numa.h:No such file or directory 解决方法

参考: numa.h:No such file or directory numa.h:No such file or directory 解决方法 Ubuntu: $ apt-get install ...

Linux中配置jdk环境变量出错:bad ELF interpreter: No such file or directory解决方法

yum install glibc.i686 重新安装,javac成功 如果还有如下类系错误 再继续安装包 error while loading shared libraries: libstdc+ ...

bad interpreter:No such file or directory 解决方法

今天在执行一个从网上考下来的脚本的时候,出现了下面的错误: Linux下面一个脚本死活也运行不了, 我检查了数遍,不可能有错. 提示:bad interpreter:No such file or d ...

Debian下Cannot set LC_CTYPE to default locale: No such file or directory解决方法

把语言环境变量改为英文 将Ubuntu系统语言环境改为英文的en_US.UTF-8 查看当前系统语言环境 locale 编辑配置文件,将zh_US.UTF-8改为en_US.UTF-8,zh改为en ...

Arm Qt编译Qt例程出错 GLES3/gl3.h: No such file or directory 解决方法

工作环境 PC:Ubuntu18.04QtCreator: 4.8.2交叉编译环境:野火imxull6开发板提供的 5-编译工具链->qt交叉编译工具 在之前博客配置成功的交叉编译环境,编译Qt ...

随机推荐

浏览器兼容性之Css篇

本文与上一篇随笔有一定关联,下来我会继续不断总结,旨在解决浏览器兼容性,对遇到类似问题的同仁有所帮助,如有更多解决浏览器兼容性的案例还望大家分享一起 ...

基于webrtc的视频通话时webrtc的接口调用流程

场景: 1.A call B 2.B answer 3.A connected with B 共同的步骤: A 和 B 都需要初始化webrtc模块,创建peerconnectionfactory 步 ...

使用curl上传报错问题排查

1. THE STOR COMMAND 说明存储出了问题,处理方案: 方案1: 请检查ftp服务器存储是否已满,若已满则清理一下空间即可. 方案2: 若ftp服务器存储未满,请检查是否有上传了的文件, ...

NGUI 解决UILable 在空行起始位置加‘\n’

NGUI 解决UILable 默认在顶满第一行时,在起始位置如键入空格无效,其原因就是会加入换行符,使字符串,整体换行了 解决办法加入bool变量控制 1在 UILable代码中添加 [HideInI ...

iOS微信自动抢红包插件(支持后台和锁屏下抢红包)

前言:本文主要讲述使用hook方式实现红包插件,涉及到tweak相关知识,如果你不想了解具体实现细节可直接到我的Github地址参考安装(包含越狱和非越狱两种方法)   转眼间2017即将过去,又到了 ...

JAVA 面试基础

经典的Java基础面试题________________________________________________________________________________________ ...

CodeForces - 589J(DFS)

题目链接:http://codeforces.com/problemset/problem/589/J 题目大意:一个机器人打扫一个密闭的房间,房间由一个矩形构成,'*'表示家具,'.'表示该位置为空 ...

这才是真正的裸眼3D!超级震撼!!

大家有没认为有意思啦,反正俺是被震撼到了. 好奇异-- ! " src="http://www.yixieshi.com/uploads/allimg/141116/1446431 ...

UE没法远程修改文件

UE没法远程修改文件修改ftp和sftp修改方式都没有作用,考虑可能是防火墙的作用,关闭防火墙可以.于是在控制面板->防火墙->修改策略中将UE的公用网络打开.

函数对象(functional)

来自STL中的概念:如果f是一个function object,则可以将operator()作用于f身上. 调用函数对象时构造函数和operator()执行顺序 首先执行构造函数,构造出一个匿名对象 ...

php rrd getcreator,Cacti ERROR: opening '*.rrd': No such file or directory 解决方法相关推荐

  1. fatal error: Python.h: No such file or directory 解决

    [常见错误] fatal error: Python.h: No such file or directory 环境场景 系统: Parrot Linux 软件: 系统python默认版本2.7 Py ...

  2. [Error] iostream.h: No such file or directory解决办法

    错误代码: #include"iostream.h" int main(void) {int ilnput;cout<<"please input a num ...

  3. 02_Keil5报错 error: #5: cannot open source input file “XXX.h”: No such file or directory解决方法

    Keil5  error: #5: cannot open source input file "led.h": No such file or directory 是找不到包含文 ...

  4. npm install命令运行中出现Error: ENOENT: no such file or directory解决方法

    在开发过程中执行下面脚本出现错误 npm install --save ng-bootstrap/ng-bootstrap 出现 Error: ENOENT: no such file or dire ...

  5. Redis 安装报错 error: jemalloc/jemalloc.h: No such file or directory解决方法

    错误描述 安装Redis 2.8.18时报错: zmalloc.h:50:31: error: jemalloc/jemalloc.h: No such file or directory zmall ...

  6. error: numpy/arrayobject.h No such file or directory解决方法

    sudo apt-get install python-numpy

  7. Redis 2.8.18 安装报错 error: jemalloc/jemalloc.h: No such file or directory解决方法

    http://www.phperz.com/article/14/1219/42002.html --------------------------------------------------

  8. 【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )

    文章目录 一.报错信息 二.解决方案 一.报错信息 Error opening contents of device file "hello.txt": Cannot create ...

  9. 【linux】error: stdio.h: No such file or directory

    ubuntu 默认没有C和C++编译环境 ubuntu 默认没有C和C++编译环境,新装的ubuntu,使用gcc编译时,会报错,找不到某某头文件等.在编译一个demo,如hello world时,会 ...

  10. Dockerfile中npm中Error: could not get uid/gid问题的解决方法

    Dockerfile中npm中Error: could not get uid/gid问题的解决方法 参考文章: (1)Dockerfile中npm中Error: could not get uid/ ...

最新文章

  1. python神奇时钟项目_Python Tkinter 数字时钟小项目
  2. C#中导出Excel报表的方法
  3. TWRP开启时误点了系统只读(不再提示)【解决方案】
  4. sql server 2005中新增加的try catch学习
  5. 稳定wow60级服务器,魔兽怀旧服:永久60级怀旧服是什么体验?
  6. org.apache.ibatis.binding.BindingException原因总结
  7. python35是什么意思_python -m是什么意思CentOS 升级 Python3 (附带: 一键升级脚本)...
  8. 【图解计算机组成原理】第1章 计算机系统概论
  9. 关于 Node.js scoped module 的一些理解
  10. 【转载】使用tf.py_func函数增加Tensorflow程序的灵活性
  11. 十分钟搞定CSS选择器
  12. attention 汇总(持续)
  13. java基本数据从低到高_java基本数据类型之间的转换
  14. 直播特效的实现原理与难点
  15. 浅谈几个数学问题的认识
  16. java正则表达式 ascii_Java正则表达式
  17. 【练习】苏宁易购注册界面的实现
  18. Ubuntu查找软件命令
  19. 黑猴子的家:Scala Case语句的中置(缀)表达式
  20. object.assign()是深拷贝?还是浅拷贝?

热门文章

  1. 2012年8月22日
  2. 友善之臂最新版mini2440学习笔记——u-boot 1.1.6移植(一)
  3. 回忆2016:心怀梦想,奋力前行
  4. 邮件助手工具哪个好用?哪个企业群发邮件的软件好用?
  5. mongodb 两小时入门
  6. IP地址 A\B\C类
  7. [CTF]Brainfuck/Ook!编码
  8. Java 调用OPENOFFIC 转换文档类型
  9. 必备单品,FSearch
  10. FeatherNets:卷积神经网络轻如羽毛,用于面部反欺骗