Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Feb 2018 15:20:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 218517] ppp fails adding route with error Value too large to be stored in data type
Message-ID:  <bug-218517-2472-b9CrUKjSCN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218517-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218517-2472@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=3D218517

--- Comment #18 from emikulic@gmail.com ---
I ran "./kernel-error.d ppp 84" followed by ppp, but it didn't produce any
output.

I think the actual errno is 17, but "./kernel-error.d ppp 17" mostly produc=
es
"Returning 17 from _rw_runlock_cookie+0x12e", e.g.:

  2  42896        _rw_runlock_cookie:return Returning 17 from
_rw_runlock_cookie+0x12e
              kernel`ifioctl+0x2f8
              kernel`kern_ioctl+0x25f
              kernel`sys_ioctl+0x140
              kernel`amd64_syscall+0x452
              kernel`0xffffffff80d95b7b

Running ppp under truss:

 8711: 5.695770520 sendto(7,"<30>Feb  9 01:24:57 ppp[8711]: tun0: IPV6CP:
deflink: LayerUp.",62,0x0,NULL,0x0) =3D 62 (0x3e)
 8711: 5.695952875 socket(PF_INET6,SOCK_DGRAM,0) =3D 2 (0x2)
 8711: 5.697504600 ioctl(2,SIOCAIFADDR_IN6,0xffffd200) ERR#17 'File exists'
 8711: 5.697701621 sendto(7,"<30>Feb  9 01:24:57 ppp[8711]: tun0: ID0: -1 =
=3D
ioctl(2, 2156423451, 0x7fffffffd200)",83,0x0,NULL,0x0) =3D 83 (0x53)
 8711: 5.697964153 sendto(7,"<30>Feb  9 01:24:57 ppp[8711]: tun0: ID0: bug
218517: errno =3D 17 (File exists)",78,0x0,NULL,0x0) =3D 78 (0x4e)
 8711: 5.698235484 sendto(7,"<28>Feb  9 01:24:57 ppp[8711]: tun0: Warning:
iface add: ioctl(SIOCAIFADDR_IN6, fe80::f43e:9675:fb45:aa33 ->
fe80::72e4:22ff:fe8b:df00): Value too large to be stored in data
type",178,0x0,NULL,0x0) =3D 178 (0xb2)

(note ERR#17)

--=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-218517-2472-b9CrUKjSCN>