Hi Jeff, On Wed, Apr 18, 2007 at 10:48:47PM -0400, Jeff Dike wrote: > Disable CONFIG_UML_REAL_TIME_CLOCK. That will turn off UML's attempts > to catch up with the real world when it's been asleep for a while.
This measure seems to be, on its own, insufficient. For example, the UML binary in the following example was built with that option disabled: --------------- snip uml:~# date Wed Apr 18 22:31:40 CDT 2007 // mconsole stop, wait ~30 sec, mconsole go uml:~# date Wed Apr 18 22:32:14 CDT 2007 --------------- snip With UML paused for 30 seconds, it comes back and has the same time and date as the host. Whatever is causing this also causes programs running inside UML to wake up prematurely, if the UML instance has been paused and resumed. Greg ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
