From owner-freebsd-current@FreeBSD.ORG Wed Apr 12 03:27:04 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 CD8A816A400 for ; Wed, 12 Apr 2006 03:27:04 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672AF43D48 for ; Wed, 12 Apr 2006 03:27:04 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by zproxy.gmail.com with SMTP id l8so1306709nzf for ; Tue, 11 Apr 2006 20:27:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ruEbgexhtpe4PzZxOT2uKxupKiKYFLpAJpMsuI+u3EPf59ea7goOctr3LZGkwpVg+rM2zSrmKKxeK3jbWWGui9o8YND1QMD2xG/K0ZCZEdLGLzODR7FAqY/sv5iSoSk9HjnKMuAl8P1fVVey7QXHF54V4WY99eGwC5/7K/EUewM= Received: by 10.37.20.67 with SMTP id x67mr3649954nzi; Tue, 11 Apr 2006 20:27:03 -0700 (PDT) Received: by 10.36.57.15 with HTTP; Tue, 11 Apr 2006 20:27:03 -0700 (PDT) Message-ID: <6eb82e0604112027q557fa36bw692f147913112997@mail.gmail.com> Date: Tue, 11 Apr 2006 23:27:03 -0400 From: "Rong-En Fan" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: tail, tr: not found when booting X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Apr 2006 03:27:04 -0000 Hi, I just upgraded my -currnet to today. I noticed that rc complains about tail and tr not found: [...] Trying to mount root from ufs:/dev/ad0s3a start_init: trying /sbin/init tail: not found tr: not found Loading configuration files. kernel dumps on /dev/ad0s3b [...] The following line in rc.subr looks suspicious JID=3D`ps -p $$ -o jid | tail -1 | tr -d ' '` They should be replaced by absolute name as the rest command in rc.subr. :-) Regards, Rong-En fan