Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 03:18:59 GMT
From:      Gabriel Brinton <gnoahb@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/144844: souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd
Message-ID:  <201003180318.o2I3Ixji091397@www.freebsd.org>
Resent-Message-ID: <201003180320.o2I3K0hn004559@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144844
>Category:       kern
>Synopsis:       souce in svn in 8/stable branch different from shipped source - causing PPP errors with mpd
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 18 03:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gabriel Brinton
>Release:        8.0-stable
>Organization:
>Environment:
>Description:

The NGM_TTY_COOKIE value in ng_tty.h in svn is set at 1226109660
/stable/8/sys/netgraph/ng_tty.h
http://svn.freebsd.org/viewvc/base/head/sys/netgraph/ng_tty.h?annotate=1847
60#l50

50	mav	184760	#define NGM_TTY_COOKIE	 1226109660
51	julian	52419	
52	 /* Default hot char */
53	 #define NG_TTY_DFL_HOTCHAR	0x7e	/* PPP flag byte */

However, the value in the actual source file shipped with 8.0-stable i386 is something different. 

This is causing errors in the mpd program (v 5.5 and possibly others) which expects the value to be as reported in svn.

>How-To-Repeat:
No need to repeat. Discrepancy between released code and what source tree reports as released.
>Fix:
update code to reflect svn.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003180318.o2I3Ixji091397>