[Bug 236664] bsnmpget cannot open 'tc.def'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 20 14:25:26 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236664

            Bug ID: 236664
           Summary: bsnmpget cannot open 'tc.def'
           Product: Base System
           Version: 12.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs at FreeBSD.org
          Reporter: olivier at freebsd.org

On a 12-RELEASE (same problem on 12-stable and -head), tc.def is not installed.

How to reproduce: Just generate an snmp request (no need to have a server
running)

dev:~ % uname -a
FreeBSD dev.bsdrp.net 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC  amd64
dev:~ % bsnmpget -s 127.0.0.1 sysName.0
bsnmpget: cannot open 'tc.def'
bsnmpget: Snmp dialog: Operation timed out


Quick & Dirty fix:
cp /usr/src/contrib/bsnmp/lib/tc.def /usr/share/snmp/defs/


I didn't understand how the Makefile/install file process works to wrote a
patch myself.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list