Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2007 03:15:56 GMT
From:      Jeremiah Bright <jbright@jbeez.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/117935: ppp fails to start at boot because of missing ldconfig initialization
Message-ID:  <200711090315.lA93FuVE017415@www.freebsd.org>
Resent-Message-ID: <200711090320.lA93K1MI074783@freefall.freebsd.org>

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

>Number:         117935
>Category:       conf
>Synopsis:       ppp fails to start at boot because of missing ldconfig initialization
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 09 03:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jeremiah Bright
>Release:        6.3-prerelease
>Organization:
>Environment:
FreeBSD golem.jbeez.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #6: Thu Nov  8 02:04:39 EST 2007     root@golem.jbeez.net:/usr/obj/usr/src/sys/GOLEM  i386

>Description:
ppp fails to start at boot time because ldconfig startup hasn't occured, I've added ldconfig to the requirements in the ppp startup script
>How-To-Repeat:
configure ppp.conf to ddial so it tries to load automatically at startup
>Fix:
add ldconfig to the requirements line of /etc/rc.d/ppp

I've attached this rediculously small patch file


Patch attached with submission follows:

--- ./ppp       2007-11-08 23:03:27.000000000 -0500
+++ /etc/rc.d/ppp       2007-11-08 22:44:49.000000000 -0500
@@ -4,7 +4,7 @@
 #

 # PROVIDE: ppp
-# REQUIRE: netif isdnd
+# REQUIRE: netif isdnd ldconfig
 # KEYWORD: nojail

 . /etc/rc.subr

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



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