Hi folks I'm getting hit by a strange problem after I follow instructions for manual zfs boot given on zfs community
http://www.opensolaris.org/os/community/zfs/boot/zfsboot-manual/ After I boot via zfs, the system goes into maintenance mode with following error Mar 13 23:42:07 spot dlmgmtd[19]: [ID 605420 daemon.warning] fattach(/etc/.dlmgmt_door) failed: No such file or directory Mar 13 23:42:07 spot svc.startd[7]: [ID 652011 daemon.warning] svc:/network/datalink-management:default: Method "/lib/svc/method/svc-dlmgmtd" failed with exit status 95. Mar 13 23:42:07 spot svc.startd[7]: [ID 748625 daemon.error] network/datalink-management:default failed fatally: transitioned to maintenance (see 'svcs -xv' f or details) The system is x64 Athlon X2 with 2 GB RAM running nv84. truss shows that /sbin/dlmgmtd calls pipe() then forks, then tries to read 4 bytes from the pipe and then does _exit(1)... The /etc fs is on zfs. And I presume dlmgmtd is trying to fattach() a door to the above path which of course doesn't exist. I'm going to try touch() a file with the above name and see what happens. How to fix it for good ? - mritun This message posted from opensolaris.org
