[Bug 194755] New: w -n does not replace all hostnames with IP-adresses

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 2 09:26:40 UTC 2014


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

            Bug ID: 194755
           Summary: w -n does not replace all hostnames with IP-adresses
           Product: Base System
           Version: 10.0-RELEASE
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: pi at FreeBSD.org

w displays something like this:

$ w
10:25AM  up 10 days, 22:25, 19 users, load averages: 1.10, 0.74, 0.34
USER       TTY      FROM                      LOGIN@  IDLE WHAT
pi         pts/0    home.opsec.eu            26Oct14 21:53 -bash (bash)
pi         pts/2    complx.nepustil.net      22Oct14     2 mutt
pi         pts/3    complx.nepustil.net      22Oct14    11 ssh home

With the -n option, the FROM fields should be numerical IPs. But:

$ w -n 
10:25AM  up 10 days, 22:25, 19 users, load averages: 1.10, 0.74, 0.34
USER       TTY      FROM                      LOGIN@  IDLE WHAT
pi         pts/0    home.opsec.eu            26Oct14 21:53 -bash (bash)
pi         pts/2    complx.nepustil.net      22Oct14     2 mutt
pi         pts/3    complx.nepustil.net      22Oct14    11 ssh home

Similar on freefall etc.

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


More information about the freebsd-bugs mailing list