From owner-freebsd-current@FreeBSD.ORG Sun Jan 23 14:57:36 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A3816A4CE for ; Sun, 23 Jan 2005 14:57:36 +0000 (GMT) Received: from www.kukulies.org (www.kukulies.org [213.146.112.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE9FB43D53 for ; Sun, 23 Jan 2005 14:57:35 +0000 (GMT) (envelope-from kuku@www.kukulies.org) Received: from www.kukulies.org (localhost [127.0.0.1]) by www.kukulies.org (8.13.1/8.12.10) with ESMTP id j0NEvXOL000980 for ; Sun, 23 Jan 2005 15:57:33 +0100 (CET) (envelope-from kuku@www.kukulies.org) Received: (from kuku@localhost) by www.kukulies.org (8.13.1/8.12.10/Submit) id j0NEvWvU000979 for freebsd-current@freebsd.org; Sun, 23 Jan 2005 15:57:32 +0100 (CET) (envelope-from kuku) Date: Sun, 23 Jan 2005 15:57:32 +0100 (CET) From: Christoph Kukulies Message-Id: <200501231457.j0NEvWvU000979@www.kukulies.org> To: freebsd-current@freebsd.org X-Mailman-Approved-At: Mon, 24 Jan 2005 12:43:30 +0000 Subject: ppp problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 14:57:36 -0000 I supped yesterday and rebuilt -current. After cleaning up my /etc/rc.d by throwing out everything which was in there before and put the whole /usr/src/etc/rc.d in it, I could no longer connect to the internet after a reboot. I saw after some research that /etc/rc.d/ppp-user did not start ppp right. It tried to execute a command -quiet -ddial myprofile instead of ppp -quiet -ddial myprofile So the actual command to run was missing. I repaired it temporarily by putting that into ppp-user: rc_flags="$rc_flags ppp -quiet -${ppp_mode}" ^^^ which is probably a dirty fix. Maybe I'm missing some other mechanism going on here. -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org