mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
efe2885c02
Runs fine on stable, on SMP current I still get race conditions very easily, so that tkined says "no Response" on snmp queries, and in the meantime it fills your /var partition with the /var/log/snmp.log file: 1998-04-06 22:35:16 UCD-SNMP version 3.3.1 Opening port(s): 161 system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist system.sysORLastChange.0 -- OID Doesn't exist klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address klookup(3, 0xefbfbf60, 96): klread: Bad address TCP_Count_Connections - inpcb: Bad address and so on. This might be -current and/or SMP related. John Hay says it runs ok on his -current. I'll committ it anyay¸ because it runs on -STABLE and that counts. BTW: added an @unexec in PLIST ...
72 lines
1.7 KiB
Plaintext
72 lines
1.7 KiB
Plaintext
bin/snmpbulkwalk
|
|
bin/snmpcheck
|
|
bin/snmpdelta
|
|
bin/snmpget
|
|
bin/snmpgetnext
|
|
bin/snmpnetstat
|
|
bin/snmpset
|
|
bin/snmpstatus
|
|
bin/snmptable
|
|
bin/snmptest
|
|
bin/snmptranslate
|
|
bin/snmptrap
|
|
bin/snmpwalk
|
|
etc/rc.d/snmpd.sh
|
|
include/ucd-snmp/asn1.h
|
|
include/ucd-snmp/mib.h
|
|
include/ucd-snmp/parse.h
|
|
include/ucd-snmp/snmp.h
|
|
include/ucd-snmp/snmp_api.h
|
|
include/ucd-snmp/snmp_client.h
|
|
include/ucd-snmp/snmp_impl.h
|
|
lib/libsnmp.a
|
|
man/man1/snmpbulkwalk.1.gz
|
|
man/man1/snmpd.1.gz
|
|
man/man1/snmpdelta.1.gz
|
|
man/man1/snmpget.1.gz
|
|
man/man1/snmpgetnext.1.gz
|
|
man/man1/snmpnetstat.1.gz
|
|
man/man1/snmpset.1.gz
|
|
man/man1/snmpstatus.1.gz
|
|
man/man1/snmptable.1.gz
|
|
man/man1/snmptest.1.gz
|
|
man/man1/snmptranslate.1.gz
|
|
man/man1/snmptrap.1.gz
|
|
man/man1/snmpwalk.1.gz
|
|
man/man3/mib_api.3.gz
|
|
man/man3/snmp_api.3.gz
|
|
man/man5/snmpd.conf.5.gz
|
|
man/man5/variables.5.gz
|
|
man/man8/snmptrapd.8.gz
|
|
sbin/snmpd
|
|
sbin/snmptrapd
|
|
share/examples/ucd-snmp/README
|
|
share/examples/ucd-snmp/acl.conf
|
|
share/examples/ucd-snmp/context.conf
|
|
share/examples/ucd-snmp/party.conf
|
|
share/examples/ucd-snmp/view.conf
|
|
share/snmp/mibs/EtherLike-MIB.txt
|
|
share/snmp/mibs/HOST-RESOURCES-MIB.txt
|
|
share/snmp/mibs/IANAifType-MIB.txt
|
|
share/snmp/mibs/IF-MIB.txt
|
|
share/snmp/mibs/IP-MIB.txt
|
|
share/snmp/mibs/RFC1155-SMI.txt
|
|
share/snmp/mibs/RFC1213-MIB.txt
|
|
share/snmp/mibs/RFC1271-MIB.txt
|
|
share/snmp/mibs/SNMPv2-CONF.txt
|
|
share/snmp/mibs/SNMPv2-M2M-MIB.txt
|
|
share/snmp/mibs/SNMPv2-MIB.txt
|
|
share/snmp/mibs/SNMPv2-PARTY-MIB.txt
|
|
share/snmp/mibs/SNMPv2-SMI.txt
|
|
share/snmp/mibs/SNMPv2-TC.txt
|
|
share/snmp/mibs/SNMPv2-TM.txt
|
|
share/snmp/mibs/TCP-MIB.txt
|
|
share/snmp/mibs/UCD-SNMP-MIB.txt
|
|
share/snmp/mibs/UDP-MIB.txt
|
|
@unexec rm %D/share/snmp/mibs/.index
|
|
@dirrm share/snmp/mibs/ucd-snmp
|
|
@dirrm share/snmp/mibs
|
|
@dirrm share/snmp
|
|
@dirrm share/examples/ucd-snmp
|
|
@dirrm include/ucd-snmp
|