Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 17:57:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248647] net/fping  Can't assign requested address
Message-ID:  <bug-248647-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 248647
           Summary: net/fping  Can't assign requested address
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dinoex@FreeBSD.org
                CC: jharris@widomaker.com
             Flags: maintainer-feedback?(jharris@widomaker.com)
                CC: jharris@widomaker.com

After update from 4.2 to 4.4wuth=20
"fping" and "fping6" now fails inside a FreeBSD jail with "allow.raw_socket=
s".

$ fping 127.0.0.44
fping: cannot bind source address : Can't assign requested address

truss fping6:
socket(PF_INET6,SOCK_RAW,IPPROTO_ICMPV6)         =3D 4 (0x4)
fcntl(4,F_GETFL,)                                =3D 2 (0x2)
fcntl(4,F_SETFL,O_RDWR|O_NONBLOCK)               =3D 0 (0x0)
getuid()                                         =3D 0 (0x0)
getpid()                                         =3D 29446 (0x7306)
setsockopt(3,SOL_SOCKET,SO_TIMESTAMP,0x7fffffffe930,4) =3D 0 (0x0)
setsockopt(4,SOL_SOCKET,SO_TIMESTAMP,0x7fffffffe930,4) =3D 0 (0x0)
bind(3,{ AF_INET 0.0.0.0:0 },16)                 ERR#49 'Can't assign reque=
sted
address'

reverting to 4.2 fixes the problem.

--=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-248647-7788>