From owner-freebsd-ports Sun Apr 2 11:30:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id 7F18A37B5D4; Sun, 2 Apr 2000 11:30:17 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id OAA00305; Sun, 2 Apr 2000 14:29:57 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <38E791A5.925478A4@glue.umd.edu> Date: Sun, 02 Apr 2000 14:29:57 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: assar@stacken.kth.se Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: <5log7seb4l.fsf@assaris.sics.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org assar@stacken.kth.se wrote: > > On Sat, 1 Apr 2000, Brandon Fosdick wrote: > > Okay, it builds, it installs, but it just won't work. What am I doing > > wrong? When I run startarla it tells me that /dev/xfs0 doesn't exist. So > > i run xfs_makedev which doesnt work. > > xfs_makedev is made to be called from modload/kldload, if you just run > `xfs_makedev' it won't work. > > > Then I tried making the device node > > myself with mknod /dev/xfs0 c 3 0. > > Where did you get `3' from? That's probably not the correct major > device number. It should have gotten printed when the kld was loaded > (and it's typically 128). > > > Now I get "device not configured". > > That's probably because it's using the wrong device major number. > > Can you try removing /dev/xfs0, make-deving it again with the number > that got printed on the console and syslog when you loaded the KLD and > telling us what happened then? And what major number you got. > > I'm sorry for the startarla script currently not working as > automatically as we would like it to. This is due to a number of > reasons and I'll make it better. > > /assar I got the 3 from looking at xfs_makedev and being stupid at the same time. $3 just didn't click for some reason... I tried mknod with 128 and now it works. Well, it mounts anyway. Now I'm off to reread the rest of the instructions. Thanks for the help. Sorry to bug ya with such a stupid problem. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message