Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2015 13:30:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204145] sysutils/tuptime does not require linprocfs
Message-ID:  <bug-204145-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: ricardo.fraile@gmail.com
                CC: jeremy@smart-serv.net
                CC: jeremy@smart-serv.net
             Flags: maintainer-feedback?(jeremy@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.



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