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: p...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"