Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2007 22:43:36 GMT
From:      Dmitry Dolzenko<dol@ngcom.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/108226: second copy of ppp started at boot time
Message-ID:  <200701222243.l0MMha5X004945@www.freebsd.org>
Resent-Message-ID: <200701222250.l0MMoHVx096083@freefall.freebsd.org>

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

>Number:         108226
>Category:       misc
>Synopsis:       second copy of ppp started at boot time
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 22:50:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Dolzenko
>Release:        6.2-RELEASE
>Organization:
MSU
>Environment:
FreeBSD ngcom.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 22 14:24:08 MSK 2007     root@ngcom.ru:/usr/obj/usr/src/sys/KERN  i386

>Description:
Second copy of userland ppp started at boot time after upgrade to 6.2 from FreeBSD 6.1
Configured only one. Second ppp process open serial port and conflicts with first ppp process. ppp link can't start normally.

ps -ax
..
  303  ??  Ss     0:00.02 ppp -ddial provider
  517  ??  Ss     0:00.02 ppp -ddial provider
..
>How-To-Repeat:
rc.conf :
---
network_interfaces="lo0 fxp0 tun0"
ifconfig_tun0=
---

--- /etc/start_if.tun0
#!/bin/sh
ppp -ddial provider
---

reboot





>Fix:

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



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