[Bug 204145] sysutils/tuptime does not require linprocfs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 30 13:30:32 UTC 2015


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

            Bug ID: 204145
           Summary: sysutils/tuptime does not require linprocfs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: ricardo.fraile at gmail.com
                CC: jeremy at smart-serv.net
                CC: jeremy at smart-serv.net
             Flags: maintainer-feedback?(jeremy at smart-serv.net)

When installing sysutils/tuptime on a system, the following advert message is
printed:

======================================================================

tuptime requires linprocfs(5) mounted under /compat/linux/proc.

If you have not done it yet, please do the following:

    mkdir -p /usr/compat/linux/proc; ln -sf usr/compat /compat
    mount -t linprocfs linprocfs /compat/linux/proc

To make it permanent, you need the following lines in /etc/fstab:

    linproc    /compat/linux/proc    linprocfs    rw,late        0    0

tuptime also requires the following be added to /etc/crontab:

    */5 * * * * root test -x /usr/local/bin/tuptime && /usr/local/bin/tuptime
-x > /dev/null

======================================================================

The 3.2.01 version doesn't require linprocfs because it retrieves kernel state
trought sysctl.

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


More information about the freebsd-ports-bugs mailing list