在我的Ubuntu 16.04 LTS系统上,我得到了这个错误:
The following packages have unmet dependencies:
plesk-php56-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed
plesk-php70-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to
我已经将Ubuntu16.04安装到了machine.Now上,我想安装Pandorafm5.1 sp4,为此我安装了Apache、MySQL和php5.6。默认情况下,Ubuntu16.04支持php7。当安装Pandorafms时,它给了我这个错误。
(Reading database ... 219547 files and directories currently installed.)
Preparing to unpack .../pandorafms.console_5.1SP4.deb ...
Unpacking pandorafms-console (5.1SP4) ove
至于标题,我遇到错误Can't locate Net/SNMP. my in @INC (您可能需要在尝试从netbeans运行我的perl脚本时安装Net::SNMP模块。它清楚地表明我需要安装Net::SNMP模块。但是,我已经在我的windows上安装了net-snmp模块,并按照教程进行了配置。Net::SNMP和net-snmp有什么不同?如果是,如何在windows 8.1和10上安装Net::SNMP?我已经在我的电脑上安装了activeperl和net-snmp。感觉没有希望,因为已经做了一些研究,但仍然无法找到解决这个问题的方法。
我们非常感谢您的帮助。谢谢
我在windows2003server上安装了MRTG、snmpd、snmpwalk、snmpget;在192.168.100.88上配置了SNMP代理。
当我运行此SNMP walk命令时,我得到的UCD-SNMP-MIB响应为空
snmpwalk -v 1 -c community 192.168.100.88 .1.3.6.1.4.1.2021.4
End of MIB
我也看到..。
snmpget -v1 -c community 192.168.100.88 memAvailReal.0
Error in packet
Reason: (noSuchName) There is
我重新安装了Ubuntu12.04LTS,并安装了snmpd和snmp包。
如果我输入:
snmpwalk -m ALL -v2c -c public localhost 1.3
我得到了大量的错误,表格:
Cannot adopt OID in SQUID-MIB: cacheClients ::= { cacheProtoAggregateStats 15 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendLineIndex ::= { nsExtendOutput2Entry 1 }
Cannot adopt OID in NET-SN
我开始准备戴尔OME的基础设施--事实上,客户端需要权限SNMP - SNMP,即+ RSAT-SNMP。不幸的是,RSAT-SNMP是作为“删除”的get窗口特性。如果您尝试安装(从内核安装CD )而安装失败。
Add-WindowsFeature : The request to add or remove features on the specified server failed.
Installation of one or more roles, role services, or features failed.
The source files could not be
我已经启用了SNMP模块试图实现模块中的功能。我已经将MIBDIRS环境变量设置为我使用mibs的位置,但我仍然收到这些“无法找到模块”警告:
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOU
我必须管理一个安装了net-SNMP5.5的以太网通信卡(我的Linux目标板(Mips32))。
我想把它升级到最新的net-snmp 5.7.3,并且已经成功编译net-snmp。
在那之后,我已经更改了所有的libnetsnmp*库文件,MIB文本文件和snmpd和snmptrapd daemons...but,它给出像failed to open shared library ....can not find libnesnmp.so.20 files这样的错误为什么它抛出这个错误,即使我已经更新了net-snmp库文件。
我很困惑,为了升级我的net-snmp包,5.5的哪些文件必须
首先,我在Angstrom发行版中使用Beaglebone Black。
我的net-snmp的mib2c程序不能工作,并给出以下错误:
ERROR: You don't have the SNMP perl module installed. Please obtain
this by getting the latest source release of the net-snmp toolkit from
http://www.net-snmp.org/download/ . Once you download the source and
unpack it, the pe