J?rgen Keil wrote: >> Hi, >> >> I recently started to get huge delays when booting my opensolaris box, >> since upgrading to 2009.06 although not for the first couple of boots >> afterwards. Thanks to a pointer from someone in #opensolaris, I've >> discovered it's the zpool import of my storage pool that is taking ages. > ... >> While this was going on, devfsadm was busy the whole time, please see >> below some captured output from top at intervals. > > pstack `pgrep -x devfsadm` > output might be useful. > > > top shows that "fmd" (fault manager daemon) is active, > so I guess some system faults get recorded. What is > reported by fmdump? E.g. with fmdump -e -V ? > > > Are there any error or warning messages recorded to > /var/adm/messages?
Hi J?rgen, thanks for getting back. dunc at prefect:~$ fmdump -e -V TIME CLASS fmdump: /var/fm/fmd/errlog is empty dunc at prefect:~$ Nothing in the log that seems to be of any use dunc at prefect:~# tail -n 10 /var/adm/messages Jul 19 05:07:25 prefect pseudo: [ID 129642 kern.info] pseudo-device: pm0 Jul 19 05:07:25 prefect genunix: [ID 936769 kern.info] pm0 is /pseudo/pm at 0 Jul 19 05:07:25 prefect pseudo: [ID 129642 kern.info] pseudo-device: nsmb0 Jul 19 05:07:25 prefect genunix: [ID 936769 kern.info] nsmb0 is /pseudo/nsmb at 0 Jul 19 05:07:25 prefect pseudo: [ID 129642 kern.info] pseudo-device: lx_systrace0 Jul 19 05:07:25 prefect genunix: [ID 936769 kern.info] lx_systrace0 is /pseudo/lx_systrace at 0 Jul 19 05:22:54 prefect gnome-session[692]: [ID 702911 daemon.warning] EggSMClient-WARNING: Desktop file '/usr/share/gnome/autostart/desktop-print-management-applet.desktop' has malformed Icon key 'print-manager.png'(should not include extension) Jul 19 05:29:34 prefect gnome-session[692]: [ID 702911 daemon.warning] WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name Jul 19 05:46:29 prefect gnome-session[975]: [ID 702911 daemon.warning] EggSMClient-WARNING: Desktop file '/usr/share/gnome/autostart/desktop-print-management-applet.desktop' has malformed Icon key 'print-manager.png'(should not include extension) Jul 19 05:52:29 prefect gnome-session[975]: [ID 702911 daemon.warning] WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name dunc at prefect:~# I'm going to re-import it and try the pstack thing you suggested and will post the results. Cheers, Dunc