Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 20:50:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 163572] [periodic] not full output in daily run output is ambigious
Message-ID:  <bug-163572-227-daKNGnvLSo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-163572-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-163572-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D163572

--- Comment #3 from Robert Wing <rew@FreeBSD.org> ---
(In reply to kes-kes from comment #0)

Hey kes-kes,

I'll copy my comment from the duplicate bug to here:

The periodic script that reports interface status information proxies to
netstat(1).

You can customize the output by setting the variable
`daily_status_network_netstat_flags` in /etc/periodic.conf. This variable is
documented in the man page for periodic.conf(5)

By default, netstat(1) truncates interface names, so you'd want to put the
following in /etc/periodic.conf to prevent netstat from truncating the name=
s:

daily_status_network_netstat_flags=3D'-W'

Perhaps this should be the default behavior.

There's patch on phabricator: https://reviews.freebsd.org/D26023

--=20
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-163572-227-daKNGnvLSo>