Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Mar 2016 09:57:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207638] cpu configuration sysutils/minimunin
Message-ID:  <bug-207638-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207638

            Bug ID: 207638
           Summary: cpu configuration sysutils/minimunin
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: xavi.garcia@gmail.com
                CC: erdgeist@erdgeist.org
             Flags: maintainer-feedback?(erdgeist@erdgeist.org)
                CC: erdgeist@erdgeist.org

Created attachment 167629
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167629&action=
=3Dedit
Patch that adds the missing white space

There is a typo in the bash expression that extracts the clockrate from
sysconfig because there is a white space missing.

Tested on FreeBSD 10 but not on FreeBSD 9.


As a result, the Munin master cannot evaluate the CDEF expression and fails=
 to
configure the CPU graphs.


Steps to reproduce the bug:

Notice the white space before 127

# echo "config cpu" | minimunin | grep cdef
system.cdef system, 127,/,100,*
interrupt.cdef interrupt, 127,/,100,*
user.cdef user, 127,/,100,*
nice.cdef nice, 127,/,100,*
idle.cdef idle, 127,/,100,*


Attached patch with the fix

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207638-13>