Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Nov 2014 09:26:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194755] New: w -n does not replace all hostnames with IP-adresses
Message-ID:  <bug-194755-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: pi@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.



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