View Single Post
  #3 (permalink)  
Old 02-10-2006, 08:36 PM
eger eger is offline
Intermediate Member
 
Posts: 15
Default

I am running in a virtual machine with 384meg RAM (for the VM) and 2x2.8g xeon. I was thinking it might have something to do with the VM. I haven't identified which process it is that is taking a long time to load. I will add some stuff to the startup script so I can easily identify the part at which it is hanging.

EDIT:

If it helps at all this is what it hangs at:

Code:
root      2162  0.0  0.2  4840  668 ?        S    20:52   0:00 initlog -q -c /etc/rc3.d/S99zimbra start
root      2163  0.0  0.4  5636 1140 ?        S    20:52   0:00 /bin/bash /etc/rc3.d/S99zimbra start
root      2164  0.0  0.4  6164 1220 ?        S    20:52   0:00 su - zimbra -c zmcontrol startup
Wouldn't think that helps tho since it could be anything in zmcontrol. Is there a way I could get it to print out in the console from zmcontrol?

Last edited by eger : 02-10-2006 at 09:04 PM.
Reply With Quote