This machine (9.1-RELEASE-p4) is made up of three drives in RAIDZ. I was removing an unused drive (not mounted or used anywhere) and accidentally left one of the three drives in use unplugged. When booting this began happening and continued happening even after I fixed the drive not plugged in. However, after plugging in the unplugged drive something is still missing.
When booting I get past the past the first boot phase and into booting the OS itself. Everything looks fine up until this point:
I can boot into single user mode (which is just about directly before that) just fine and everything works fine including zfs and I can see the drives (already mounted when I go into single user mode). The third drive I plugged back in resilvered 500 KB with no other errors there.
From there it generally tries to start everything (operative word tries) for example devd fails:
and as well sshd fails to start
Other services start just fine, for example Nginx.
Once it finishes booting I am not able to do anything directly at the console, it is frozen at:
<cursor> being the cursor box
I've looked at most anything I could. I am using a locally compiled kernel however it has always worked. I am only using GENERIC with no changes (I do see zfs.ko, random.ko, etc all in the kernel folder)
What I've tried:
Any thoughts would be greatly appreciated.
When booting I get past the past the first boot phase and into booting the OS itself. Everything looks fine up until this point:
Code:
Mounting local file systems:.
internal error: failed to initialize ZFS library
Setting hostname: dev
I can boot into single user mode (which is just about directly before that) just fine and everything works fine including zfs and I can see the drives (already mounted when I go into single user mode). The third drive I plugged back in resilvered 500 KB with no other errors there.
From there it generally tries to start everything (operative word tries) for example devd fails:
Code:
ps: cannot mmap corefile
Starting devd
devd: Can't open devctl device /dev/devctl: No such file or directory
and as well sshd fails to start
Code:
PRNG is not seeded
Other services start just fine, for example Nginx.
Once it finishes booting I am not able to do anything directly at the console, it is frozen at:
Code:
Thu Sep 26 23:23:29 UTC 2013
<cursor>
<cursor> being the cursor box
I've looked at most anything I could. I am using a locally compiled kernel however it has always worked. I am only using GENERIC with no changes (I do see zfs.ko, random.ko, etc all in the kernel folder)
What I've tried:
- updating to latest svn for 9.1-p7, result is the same
- putting the unused drive (just an old drive formatted
w/with NTFS) back in - reinstalling the bootcode to all three drives
- booting from different drives of the three
- recopying the cachefile (using mfsBSD ISO) to the pool
Any thoughts would be greatly appreciated.