On 11/12/2007, Peter Thoenen <[EMAIL PROTECTED]> wrote:

> Just FYI above mainly worked minus the "zfs import -f" step ... had to
> do "zpool import -f" instead.  I am guessing just fat fingered on your
> end but figured I should stick it in my response for the archives in
> case anybody has the problem and actually searches them.

You're correct, thank you - I don't think "zfs" even has the "import"
command in itself. "zpool" is what the intention was.

> BTW, is that "known feature" documented anywhere .. .can't imagine I am
> the only guy that has hit this problem and it happened to me on all 3
> ZFS systems I have build on FBSD.  Googled quite a bit before posting
> over the last week or so but this is the first time I am seeing a fix.

I think it got mentioned, but always when someone gets burn by it.

I think the real problem is that there should be some sort of
dependency tracking so the /etc/rc.d/zfs script knows it should start
"hostid" before running, or refuse to run if hostid is not started. Or
maybe the same but for the kernel module and "zfs" and "zpool"
executables.

> Thanks much on the ZFS issue.  Now the build and install world issues :)

Can't help you with the build world issues except by suggesting
generic troubleshooting:

- try deleting /usr/obj
- try installworld into a different directory (DESTDIR variable)
- try building world on a different machine with exactly the same
sources then copying /usr/obj to your machine and doing make
installworld as usual.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to