From owner-freebsd-net@freebsd.org Thu Feb 8 15:20:28 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9EE2F0BE6A for ; Thu, 8 Feb 2018 15:20:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4642E6CC6B for ; Thu, 8 Feb 2018 15:20:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8FEB910720 for ; Thu, 8 Feb 2018 15:20:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w18FKRbZ069417 for ; Thu, 8 Feb 2018 15:20:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w18FKRJ0069416 for freebsd-net@FreeBSD.org; Thu, 8 Feb 2018 15:20:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f 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 Date: Thu, 08 Feb 2018 15:20:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emikulic@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 15:20:28 -0000 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.=