diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-06 20:50:32 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-06 20:50:32 +0000 |
commit | efe2885c02459ad691ffe83ea4e833a725998bd1 (patch) | |
tree | ed114200c9828564c8ebce7bca5814028b55a033 /net-mgmt | |
parent | 3e42598c522e7bef3072e759b3ca6b5c8a346ab8 (diff) | |
download | ports-efe2885c02459ad691ffe83ea4e833a725998bd1.tar.gz ports-efe2885c02459ad691ffe83ea4e833a725998bd1.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 ...
Notes
Notes:
svn path=/head/; revision=10429
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/pkg-plist | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp/pkg-plist | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/pkg-plist | 1 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/pkg-plist | 1 |
8 files changed, 12 insertions, 8 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index 7b65fb5c5720..30126749a79d 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $ +# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ # DISTNAME= ucd-snmp-3.3.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -GNU_CONFIGURE= yes +USE_AUTOCONF= yes .if defined(BATCH) CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp-devel/pkg-plist b/net-mgmt/net-snmp-devel/pkg-plist index ad36d50cc7f8..c969bd386e21 100644 --- a/net-mgmt/net-snmp-devel/pkg-plist +++ b/net-mgmt/net-snmp-devel/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 diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 7b65fb5c5720..30126749a79d 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $ +# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ # DISTNAME= ucd-snmp-3.3.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -GNU_CONFIGURE= yes +USE_AUTOCONF= yes .if defined(BATCH) CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist index ad36d50cc7f8..c969bd386e21 100644 --- a/net-mgmt/net-snmp/pkg-plist +++ b/net-mgmt/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 diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 7b65fb5c5720..30126749a79d 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $ +# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ # DISTNAME= ucd-snmp-3.3.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -GNU_CONFIGURE= yes +USE_AUTOCONF= yes .if defined(BATCH) CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp4/pkg-plist b/net-mgmt/net-snmp4/pkg-plist index ad36d50cc7f8..c969bd386e21 100644 --- a/net-mgmt/net-snmp4/pkg-plist +++ b/net-mgmt/net-snmp4/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 diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 7b65fb5c5720..30126749a79d 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.16 1998/04/02 18:04:46 andreas Exp $ +# $Id: Makefile,v 1.17 1998/04/02 20:43:45 andreas Exp $ # DISTNAME= ucd-snmp-3.3.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ \ MAINTAINER= gpalmer@FreeBSD.ORG -GNU_CONFIGURE= yes +USE_AUTOCONF= yes .if defined(BATCH) CONFIGURE_ARGS= --with-defaults --with-sys-contact=nobody@no.where .else diff --git a/net-mgmt/net-snmp53/pkg-plist b/net-mgmt/net-snmp53/pkg-plist index ad36d50cc7f8..c969bd386e21 100644 --- a/net-mgmt/net-snmp53/pkg-plist +++ b/net-mgmt/net-snmp53/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 |