From owner-freebsd-ports Sun Apr 2 9:11:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (dyna225-150.nada.kth.se [130.237.225.150]) by hub.freebsd.org (Postfix) with ESMTP id AC3BA37BA47; Sun, 2 Apr 2000 09:11:13 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id SAA04351; Sun, 2 Apr 2000 18:11:22 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Brandon Fosdick Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: Date: 02 Apr 2000 18:11:22 +0200 In-Reply-To: Kris Kennaway's message of "Sat, 1 Apr 2000 22:01:11 -0800 (PST)" Message-ID: <5log7seb4l.fsf@assaris.sics.se> Lines: 28 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message