diff options
author | andreas <andreas@FreeBSD.org> | 1998-04-07 04:50:32 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-04-07 04:50:32 +0800 |
commit | a35a32467cddfe121b3ccf92af28d283bbd3ac44 (patch) | |
tree | 155ef8c8adc0e7277ec3a34f195c16621862123e /net/net-snmp/pkg-plist | |
parent | e05d95053a83cf224ec22e3c953d5bd4b7f8f06e (diff) | |
download | freebsd-ports-gnome-a35a32467cddfe121b3ccf92af28d283bbd3ac44.tar.gz freebsd-ports-gnome-a35a32467cddfe121b3ccf92af28d283bbd3ac44.tar.zst freebsd-ports-gnome-a35a32467cddfe121b3ccf92af28d283bbd3ac44.zip |
Committing John Hays patches. Big thanks to him !
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 ...
Diffstat (limited to 'net/net-snmp/pkg-plist')
-rw-r--r-- | net/net-snmp/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net-snmp/pkg-plist b/net/net-snmp/pkg-plist index ad36d50cc7f8..c969bd386e21 100644 --- a/net/net-snmp/pkg-plist +++ b/net/net-snmp/pkg-plist @@ -63,6 +63,7 @@ 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 |