> > This seems to be caused by a core dump, when using fiber channel disks: > > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6795293 > > > > Do you use fiber channel disks? > > Not that I know of. The machine has one 320 GB SATA disk.
So it might be a different issue. When you log in on the text console as user "jack" password "jack", are there any core dump files (filling the root ramdisk) ? find / -name core -type f -ls Or are there any big (log) files, filling the root ramdisk? Try to find them with something like this: find / -type f -size +20000 -ls -- This message posted from opensolaris.org