Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 16:22:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 170244] ping(8): useless/uninformative error message
Message-ID:  <bug-170244-7501-oPm783aO33@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-170244-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-170244-7501@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=3D170244

--- Comment #7 from Eugene Grosbein <eugen@freebsd.org> ---
(In reply to Evan Hillman from comment #6)

The comment #6 shows (unsuccessfull) result of "ping -c":

> root@FreeNas[~]# truss ping -c google.com

Note that FreeBSD's option processing is strict and you must place programm=
's
options before non-optional agruments, not after. So "truss -c ping ... " g=
ives
flag -c to truss but "truss ping -c" gives flag -c to ping.

--=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-170244-7501-oPm783aO33>