From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 02:23:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE4716A4CF; Thu, 6 Nov 2003 02:23:41 -0800 (PST) Received: from smarthost.enta.net (smarthost.enta.net [195.74.97.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3B6D43FCB; Thu, 6 Nov 2003 02:23:37 -0800 (PST) (envelope-from jacs@gnome.co.uk) Received: from smartsmtp.enta.net (smtp.enta.net [195.74.97.230]) by smarthost.enta.net (Postfix) with ESMTP id 9D48D113A; Thu, 6 Nov 2003 10:25:01 +0000 (GMT) Received: from smtp.enta.net (localhost [127.0.0.1]) by smartsmtp.enta.net (8.12.3/8.12.3) with ESMTP id hA6AUtJB089994; Thu, 6 Nov 2003 10:30:55 GMT (envelope-from jacs@gnome.co.uk) Received: from hawk.gnome.co.uk (81-31-113-153.adsl.entanet.co.uk [81.31.113.153]) by smtp.enta.net (Postfix) with ESMTP id F17D79B0E1; Thu, 6 Nov 2003 10:30:54 +0000 (GMT) Received: from [192.168.123.12] (hawk.gnome.co.uk [192.168.123.12]) by hawk.gnome.co.uk (8.12.9p1/8.12.9) with ESMTP id hA6ANRGJ037369; Thu, 6 Nov 2003 10:23:28 GMT (envelope-from jacs@gnome.co.uk) From: Chris Stenton To: Simon Barner In-Reply-To: <20031106100017.GA879@zi025.glhnet.mhn.de> References: <1067935962.1551.6.camel@hawk.gnome.co.uk> <20031105091200.GG48580@wantadilla.lemis.com> <1068034900.34079.126.camel@hawk.gnome.co.uk> <20031105125308.GA411@zi025.glhnet.mhn.de> <20031106052332.GN88647@wantadilla.lemis.com> <20031106100017.GA879@zi025.glhnet.mhn.de> Content-Type: text/plain Message-Id: <1068114207.37248.10.camel@hawk.gnome.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 06 Nov 2003 10:23:27 +0000 Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact your postmaster for more information X-MailScanner: Found to be clean cc: Greg 'groggy' Lehey cc: questions@FreeBSD.org Subject: Re: Creating devices under FreeBSD 5.x (was: "/dev/oncore.serial.%d" for Motorola oncore GPS under FREEBSD 5.1) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 10:23:41 -0000 On Thu, 2003-11-06 at 10:00, Simon Barner wrote: > > > Btw. When I want to use cdparanoia on -CURRENT, I have to sym-link /dev/cd0 > > > to /dev/cd0c. Is this the right way to go, or should that sub-device be > > > created automatically? > > > > No. /dev/cd0c is a nonsense name, since CDs don't have BSD labels. > > You need to change your cdparanoia config, and if that's the default > > set for cdparanoia, the port needs fixing. > > Alright. I had a quick glance at the port, and it seems that the porter > hard-coded those BSD labels. > > I have already submitted a patch for this (I did not recieve a PR # yet, > so I will give you the output of the according search). > > http://www.freebsd.org/cgi/query-pr-summary.cgi?&text=cdparanoia > > Simon I have the same problem /dev/oncore like all reference clocks are hard coded into ntpd. However, adding the links into /etc/devfs.conf does not work cos /etc/rc.d/devfs seems to be run after ntpd has started. Surely devfs should be started earlier so that any soft links are generated before other daemons start? Chris