CF9 on VirtualBox

I have a clean install of WinXP SP3 on VirtualBox (Main computer is also WinXP SP3). I have installed CF9, IIS and SQL Server Express 2008 R2. These are the only things installed on this VM machine.
I had no installation problems.
I can get to the CF Administrator and I created the Database connection.
My problem is I don't know where root folder is to where the files are stored?
I go to localhost or 127.0.0.1 and I get pop-up window that asks for a username and password.
I did create a file 'index.cfm' and placed it in the /inetput/wwwroot directory and if I go to localhost/index.cfm I get a coldfusion error saying that the file can not be found.
I haven't done this in a long time, any help would greatly be appreciated.

It's quite doable to have both 8 and 9 on the same system.  You just have to use one of the more advanced installtaion options rather then the basic "Stand Alone" option.  Instead you use one of the Java Server options, i.e. J2EE or Multi-home.  Then you can easily install one "CF8" java server and one "CF9" java server.  They each get their own space are are completely seperate from each other.
Otherwise, you could just print out some sort of "What's New in CF9" document and keep it on hand while doing development you know is going to go on CF8.  You will find that ColdFusion has a pretty good track record with compitability so you should have little problem with this just as long as you avoid the well documented new features.

Similar Messages

  • Error Installing CF9 Developer onto virtualBox Arch Guest

    Hi All
    I am trying to set up CF9 on a Arch Guest in VirtualBox and i have encountered 2 errors ...
    First one on install was
    Install File:             /opt/coldfusion9/WEB-INF/cfusion/lib/jnbcore.jar
                              Status: ERROR
                              Additional Notes: ERROR - ZeroGlq: invalid entry CRC (expected 0xacfb7854 but got 0xd4c8e2ea)
    The Second when i try to start up CF is
    Starting Macromedia JRun 4.0 (Build 108795), coldfusion server
    15/12 17:24:14 warning Unable to open /opt/coldfusion9/runtime/lib/license.properties
    15/12 17:24:14 error java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
    [1]java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
         at jrunx.license.LicenseService.setJDBCPasswords(LicenseService.java:398)
         at jrunx.license.LicenseService.init(LicenseService.java:265)
         at coldfusion.license.OEMLicenseService.init(OEMLicenseService.java:39)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: java.lang.ClassNotFoundException: macromedia.jdbc.MacromediaDriver
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         ... 42 more
    [0]javax.management.RuntimeErrorException: java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
         at jrunx.license.LicenseService.setJDBCPasswords(LicenseService.java:398)
         at jrunx.license.LicenseService.init(LicenseService.java:265)
         at coldfusion.license.OEMLicenseService.init(OEMLicenseService.java:39)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         ... 30 more
    Caused by: java.lang.ClassNotFoundException: macromedia.jdbc.MacromediaDriver
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         ... 42 more
    15/12 17:24:14 error java.lang.Exception: No LicenseService configured; server terminating
    [1]java.lang.Exception: No LicenseService configured; server terminating
         at jrun.naming.NamingService.start(NamingService.java:408)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
         at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    [0]javax.management.MBeanException: java.lang.Exception: No LicenseService configured; server terminating
         at com.sun.jmx.mbeanserver.MBeanIntrospector.unwrapInvocationTargetException(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
         at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: java.lang.Exception: No LicenseService configured; server terminating
         at jrun.naming.NamingService.start(NamingService.java:408)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         ... 48 more
    15/12 17:24:15 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
    [1]jrunx.kernel.ServiceException: No LicenseService configured; server terminating
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:94)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    [0]javax.management.MBeanException: jrunx.kernel.ServiceException: No LicenseService configured; server terminating
         at com.sun.jmx.mbeanserver.MBeanIntrospector.unwrapInvocationTargetException(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: jrunx.kernel.ServiceException: No LicenseService configured; server terminating
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:94)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         ... 16 more
    autorestart: Process died in less than 30 seconds; not restarting
    Starting Macromedia JRun 4.0 (Build 108795), coldfusion server
    15/12 17:27:18 warning Unable to open /opt/coldfusion9/runtime/lib/license.properties
    15/12 17:27:18 error java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
    [1]java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
         at jrunx.license.LicenseService.setJDBCPasswords(LicenseService.java:398)
         at jrunx.license.LicenseService.init(LicenseService.java:265)
         at coldfusion.license.OEMLicenseService.init(OEMLicenseService.java:39)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: java.lang.ClassNotFoundException: macromedia.jdbc.MacromediaDriver
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         ... 42 more
    [0]javax.management.RuntimeErrorException: java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.initServices(JRunServiceDeployer.java:307)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:256)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: java.lang.NoClassDefFoundError: macromedia/jdbc/MacromediaDriver
         at jrunx.license.LicenseService.setJDBCPasswords(LicenseService.java:398)
         at jrunx.license.LicenseService.init(LicenseService.java:265)
         at coldfusion.license.OEMLicenseService.init(OEMLicenseService.java:39)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         ... 30 more
    Caused by: java.lang.ClassNotFoundException: macromedia.jdbc.MacromediaDriver
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         ... 42 more
    15/12 17:27:18 error java.lang.Exception: No LicenseService configured; server terminating
    [1]java.lang.Exception: No LicenseService configured; server terminating
         at jrun.naming.NamingService.start(NamingService.java:408)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
         at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    [0]javax.management.MBeanException: java.lang.Exception: No LicenseService configured; server terminating
         at com.sun.jmx.mbeanserver.MBeanIntrospector.unwrapInvocationTargetException(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.ConfigurableServicePartition.startServices(ConfigurableServicePartition.java:196)
         at jrunx.kernel.ConfigurableServicePartition.start(ConfigurableServicePartition.java:178)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
         at jrunx.kernel.JRunServiceDeployer.invokeOnServices(JRunServiceDeployer.java:460)
         at jrunx.kernel.JRunServiceDeployer.startServices(JRunServiceDeployer.java:312)
         at jrunx.kernel.JRunServiceDeployer.startLifecycle(JRunServiceDeployer.java:260)
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:87)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: java.lang.Exception: No LicenseService configured; server terminating
         at jrun.naming.NamingService.start(NamingService.java:408)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         ... 48 more
    15/12 17:27:19 info No JDBC data sources have been configured for this server (see jrun-resources.xml)
    [1]jrunx.kernel.ServiceException: No LicenseService configured; server terminating
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:94)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    [0]javax.management.MBeanException: jrunx.kernel.ServiceException: No LicenseService configured; server terminating
         at com.sun.jmx.mbeanserver.MBeanIntrospector.unwrapInvocationTargetException(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source)
         at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
         at jrunx.kernel.JRun.startServer(JRun.java:575)
         at jrunx.kernel.JRun.<init>(JRun.java:493)
         at jrunx.kernel.JRun$1.run(JRun.java:346)
         at java.security.AccessController.doPrivileged(Native Method)
         at jrunx.kernel.JRun.start(JRun.java:343)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at jrunx.kernel.JRun.invoke(JRun.java:180)
         at jrunx.kernel.JRun.main(JRun.java:168)
    Caused by: jrunx.kernel.ServiceException: No LicenseService configured; server terminating
         at jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java:94)
         at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source)
         ... 16 more
    autorestart: Process died in less than 30 seconds; not restarting
    Any suggestions please ... I have Lamp installed and running OK on my Arch Guest if that helps.
    Many Thanks
    Whitetimer

    I had the same problem and solved it with the help of wiki and woks fine:
    http://wiki.archlinux.org/index.php/Vir … _Additions

  • How can I convert an OVM vm (.img) to VDI (virtualbox)?

    Hi,
    how can I convert an OVM vm (.img) to VDI (virtualbox)?
    Is .img format a raw image? If yes can I use "VBoxManage convertdd" to convert from .img to vdi?
    tnx & regards,
    S.

    Hi,
    "VBoxManage convertdd" solved.
    Regards,
    S.

  • Virtualbox Win7 guest VM runs 1-2 minutes then freezes host

    I have a Windows 7 guest running on an Arch Linux host. It was created and ran perfectly for a long while on my old Lenovo Thinkpad T510, but when I moved it to my new W530, this problem started.
    W530 Specifications
    Processor: Intel Core i7-3740QM Processor (6M Cache, up to 3.70 GHz)
    Operating System: Windows 8 64
    Operating System Language: Windows 8 64 English
    Display Type: 15.6" FHD (1920 x 1080) LED Backlit AntiGlare Display, Mobile Broadband Ready
    System Graphics: NVIDIA Quadro K1000M Graphics with 2GB DDR3 Memory
    Total Memory: 8 GB DDR3 - 1600MHz (2 DIMM)
    Keyboard: Keyboard (Backlit) US English
    Pointing Device: UltraNav with Fingerprint Reader for Color Sensor, Smart Card Reader
    Camera: 720p HD Camera with Microphone
    Hard Drive: 500GB Hard Disk Drive, 7200rpm
    Optical Device: DVD Recordable 8x Max, Dual Layer, Ultrabay Enhanced w/ SW Royalty for Windows 8
    System Expansion Slots: Express Card Slot & 4-in-1 Card Reader & Smart Card Reader
    Battery: 9 Cell Li-Ion TWL 70++
    Power Cord: 170W Slim AC Adapter - US (3pin)
    Bluetooth: Bluetooth 4.0 with Antenna
    Integrated WiFi Wireless LAN Adapters: Intel Centrino Ultimate-N 6300 AGN
    Integrated Mobile Broadband: Mobile Broadband upgradable
    Language Pack: Language Pack Win8 US English
    I am a part of the vboxusers group:
    groups matt
    wheel vboxusers users
    I am using the ck kernel in order to avoid an NVIDIA bug:
    pacman -Q | grep '\-ck'
    linux-ck-ivybridge 3.11.6-1
    linux-ck-ivybridge-headers 3.11.6-1
    nvidia-ck-ivybridge 325.15-8
    virtualbox-ck-host-modules-ivybridge 4.3.2-1
    VBox.log:
    VirtualBox VM 4.3.2_OSE r90405 linux.amd64 (Nov 2 2013 00:37:14) release log
    00:00:00.279529 Log opened 2013-11-04T08:49:54.581431000Z
    00:00:00.279532 Build Type: release
    00:00:00.279534 OS Product: Linux
    00:00:00.279535 OS Release: 3.11.6-1-ck
    00:00:00.279536 OS Version: #1 SMP PREEMPT Fri Oct 18 16:25:57 EDT 2013
    00:00:00.279554 DMI Product Name: 2436CTO
    00:00:00.279561 DMI Product Version: ThinkPad W530
    00:00:00.279606 Host RAM: 15649MB total, 12841MB available
    00:00:00.279609 Executable: /usr/lib/virtualbox/VirtualBox
    00:00:00.279609 Process ID: 7535
    00:00:00.279610 Package type: LINUX_64BITS_GENERIC (OSE)
    00:00:00.284444 Installed Extension Packs:
    00:00:00.284452 Oracle VM VirtualBox Extension Pack (Version: 4.3.2 r90405; VRDE Module: VBoxVRDP)
    00:00:00.296684 Using XKB for keycode to scan code conversion
    00:00:00.301989 SUP: Loaded VMMR0.r0 (/usr/lib/virtualbox/VMMR0.r0) at 0xffffffffa143b020 - ModuleInit at ffffffffa1457fa0 and ModuleTerm at ffffffffa1458240
    00:00:00.302017 SUP: VMMR0EntryEx located at ffffffffa1459600, VMMR0EntryFast at ffffffffa1459220 and VMMR0EntryInt at ffffffffa1459210
    00:00:00.302921 Guest OS type: 'Windows7_64'
    00:00:00.304870 fHMForced=true - Lots of RAM
    00:00:00.304880 fHMForced=true - SMP
    00:00:00.304884 fHMForced=true - 64-bit guest
    00:00:00.309262 File system of '/home/matt/VirtualBox VMs/cole/Snapshots' (snapshots) is ext4
    00:00:00.309273 File system of '/home/matt/VirtualBox VMs/cole/cole-disk1_1.vmdk' is ext4
    00:00:00.319009 Shared clipboard mode: Bidirectional
    00:00:00.322978 Drag'n'drop mode: Off
    00:00:00.337774 ************************* CFGM dump *************************
    00:00:00.337780 [/] (level 0)
    00:00:00.338180 CSAMEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.338189 CpuExecutionCap <integer> = 0x0000000000000050 (80)
    00:00:00.338191 EnablePAE <integer> = 0x0000000000000000 (0)
    00:00:00.338192 HMEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.338193 HMForced <integer> = 0x0000000000000001 (1)
    00:00:00.338194 MemBalloonSize <integer> = 0x0000000000000000 (0)
    00:00:00.338195 Name <string> = "cole" (cb=5)
    00:00:00.338196 NumCPUs <integer> = 0x0000000000000004 (4)
    00:00:00.338197 PATMEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.338198 PageFusion <integer> = 0x0000000000000000 (0)
    00:00:00.338199 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
    00:00:00.338201 RamSize <integer> = 0x0000000200000000 (8 589 934 592, 8 GB)
    00:00:00.338203 RawR0Enabled <integer> = 0x0000000000000001 (1)
    00:00:00.338204 RawR3Enabled <integer> = 0x0000000000000001 (1)
    00:00:00.338205 TimerMillies <integer> = 0x000000000000000a (10)
    00:00:00.338206 UUID <bytes> = "78 cb 96 4e 9d 24 03 4c 8d 55 44 75 02 76 2c 93" (cb=16)
    00:00:00.338211
    00:00:00.338212 [/CPUM/] (level 1)
    00:00:00.338213 SyntheticCpu <integer> = 0x0000000000000000 (0)
    00:00:00.338214
    00:00:00.338215 [/DBGF/] (level 1)
    00:00:00.338215 Path <string> = "/home/matt/VirtualBox VMs/cole/debug/;/home/matt/VirtualBox VMs/cole/;/home/matt/" (cb=82)
    00:00:00.338216
    00:00:00.338217 [/Devices/] (level 1)
    00:00:00.338217
    00:00:00.338218 [/Devices/8237A/] (level 2)
    00:00:00.338219
    00:00:00.338219 [/Devices/8237A/0/] (level 3)
    00:00:00.338220 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338220
    00:00:00.338221 [/Devices/AudioSniffer/] (level 2)
    00:00:00.338222
    00:00:00.338222 [/Devices/AudioSniffer/0/] (level 3)
    00:00:00.338223
    00:00:00.338223 [/Devices/AudioSniffer/0/Config/] (level 4)
    00:00:00.338225
    00:00:00.338226 [/Devices/AudioSniffer/0/LUN#0/] (level 4)
    00:00:00.338227 Driver <string> = "MainAudioSniffer" (cb=17)
    00:00:00.338228
    00:00:00.338228 [/Devices/AudioSniffer/0/LUN#0/Config/] (level 5)
    00:00:00.338229 Object <integer> = 0x00007f43a40060f0 (139 928 491 024 624)
    00:00:00.338231
    00:00:00.338231 [/Devices/VMMDev/] (level 2)
    00:00:00.338232
    00:00:00.338233 [/Devices/VMMDev/0/] (level 3)
    00:00:00.338235 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338236 PCIDeviceNo <integer> = 0x0000000000000004 (4)
    00:00:00.338237 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338238 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338239
    00:00:00.338240 [/Devices/VMMDev/0/Config/] (level 4)
    00:00:00.338241 GuestCoreDumpDir <string> = "/home/matt/VirtualBox VMs/cole/Snapshots" (cb=41)
    00:00:00.338242 RamSize <integer> = 0x0000000200000000 (8 589 934 592, 8 GB)
    00:00:00.338243
    00:00:00.338244 [/Devices/VMMDev/0/LUN#0/] (level 4)
    00:00:00.338245 Driver <string> = "HGCM" (cb=5)
    00:00:00.338245
    00:00:00.338245 [/Devices/VMMDev/0/LUN#0/Config/] (level 5)
    00:00:00.338246 Object <integer> = 0x00007f4384000930 (139 927 954 131 248)
    00:00:00.338248
    00:00:00.338248 [/Devices/VMMDev/0/LUN#999/] (level 4)
    00:00:00.338250 Driver <string> = "MainStatus" (cb=11)
    00:00:00.338251
    00:00:00.338251 [/Devices/VMMDev/0/LUN#999/Config/] (level 5)
    00:00:00.338253 First <integer> = 0x0000000000000000 (0)
    00:00:00.338254 Last <integer> = 0x0000000000000000 (0)
    00:00:00.338255 papLeds <integer> = 0x00007f43a40018b0 (139 928 491 006 128)
    00:00:00.338257
    00:00:00.338257 [/Devices/acpi/] (level 2)
    00:00:00.338258
    00:00:00.338258 [/Devices/acpi/0/] (level 3)
    00:00:00.338259 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338261 PCIDeviceNo <integer> = 0x0000000000000007 (7)
    00:00:00.338262 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338263 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338264
    00:00:00.338264 [/Devices/acpi/0/Config/] (level 4)
    00:00:00.338267 CpuHotPlug <integer> = 0x0000000000000000 (0)
    00:00:00.338268 FdcEnabled <integer> = 0x0000000000000000 (0)
    00:00:00.338270 HostBusPciAddress <integer> = 0x0000000000000000 (0)
    00:00:00.338271 HpetEnabled <integer> = 0x0000000000000000 (0)
    00:00:00.338272 IOAPIC <integer> = 0x0000000000000001 (1)
    00:00:00.338273 IocPciAddress <integer> = 0x0000000000010000 (65 536)
    00:00:00.338274 NumCPUs <integer> = 0x0000000000000004 (4)
    00:00:00.338276 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
    00:00:00.338278 RamSize <integer> = 0x0000000200000000 (8 589 934 592, 8 GB)
    00:00:00.338279 Serial0IoPortBase <integer> = 0x0000000000000000 (0)
    00:00:00.338280 Serial0Irq <integer> = 0x0000000000000000 (0)
    00:00:00.338280 Serial1IoPortBase <integer> = 0x0000000000000000 (0)
    00:00:00.338281 Serial1Irq <integer> = 0x0000000000000000 (0)
    00:00:00.338282 ShowCpu <integer> = 0x0000000000000001 (1)
    00:00:00.338282 ShowRtc <integer> = 0x0000000000000000 (0)
    00:00:00.338283 SmcEnabled <integer> = 0x0000000000000000 (0)
    00:00:00.338284
    00:00:00.338284 [/Devices/acpi/0/LUN#0/] (level 4)
    00:00:00.338285 Driver <string> = "ACPIHost" (cb=9)
    00:00:00.338286
    00:00:00.338286 [/Devices/acpi/0/LUN#0/Config/] (level 5)
    00:00:00.338287
    00:00:00.338287 [/Devices/acpi/0/LUN#1/] (level 4)
    00:00:00.338288 Driver <string> = "ACPICpu" (cb=8)
    00:00:00.338289
    00:00:00.338289 [/Devices/acpi/0/LUN#1/Config/] (level 5)
    00:00:00.338291
    00:00:00.338292 [/Devices/acpi/0/LUN#2/] (level 4)
    00:00:00.338293 Driver <string> = "ACPICpu" (cb=8)
    00:00:00.338294
    00:00:00.338294 [/Devices/acpi/0/LUN#2/Config/] (level 5)
    00:00:00.338296
    00:00:00.338296 [/Devices/acpi/0/LUN#3/] (level 4)
    00:00:00.338298 Driver <string> = "ACPICpu" (cb=8)
    00:00:00.338299
    00:00:00.338299 [/Devices/acpi/0/LUN#3/Config/] (level 5)
    00:00:00.338301
    00:00:00.338301 [/Devices/ahci/] (level 2)
    00:00:00.338302
    00:00:00.338303 [/Devices/ahci/0/] (level 3)
    00:00:00.338304 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338305 PCIDeviceNo <integer> = 0x000000000000000d (13)
    00:00:00.338306 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338308 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338309
    00:00:00.338309 [/Devices/ahci/0/Config/] (level 4)
    00:00:00.338311 Bootable <integer> = 0x0000000000000001 (1)
    00:00:00.338312 PortCount <integer> = 0x0000000000000001 (1)
    00:00:00.338313
    00:00:00.338314 [/Devices/ahci/0/Config/Port0/] (level 5)
    00:00:00.338315 NonRotationalMedium <integer> = 0x0000000000000000 (0)
    00:00:00.338315
    00:00:00.338316 [/Devices/ahci/0/LUN#0/] (level 4)
    00:00:00.338317 Driver <string> = "Block" (cb=6)
    00:00:00.338317
    00:00:00.338318 [/Devices/ahci/0/LUN#0/AttachedDriver/] (level 5)
    00:00:00.338319 Driver <string> = "VD" (cb=3)
    00:00:00.338319
    00:00:00.338320 [/Devices/ahci/0/LUN#0/AttachedDriver/Config/] (level 6)
    00:00:00.338321 BlockCache <integer> = 0x0000000000000001 (1)
    00:00:00.338322 Format <string> = "VMDK" (cb=5)
    00:00:00.338322 Path <string> = "/home/matt/VirtualBox VMs/cole/cole-disk1_1.vmdk" (cb=49)
    00:00:00.338324 Type <string> = "HardDisk" (cb=9)
    00:00:00.338325 UseNewIo <integer> = 0x0000000000000001 (1)
    00:00:00.338326
    00:00:00.338326 [/Devices/ahci/0/LUN#0/Config/] (level 5)
    00:00:00.338328 Mountable <integer> = 0x0000000000000000 (0)
    00:00:00.338328 Type <string> = "HardDisk" (cb=9)
    00:00:00.338329
    00:00:00.338330 [/Devices/ahci/0/LUN#999/] (level 4)
    00:00:00.338331 Driver <string> = "MainStatus" (cb=11)
    00:00:00.338332
    00:00:00.338333 [/Devices/ahci/0/LUN#999/Config/] (level 5)
    00:00:00.338335 DeviceInstance <string> = "ahci/0" (cb=7)
    00:00:00.338336 First <integer> = 0x0000000000000000 (0)
    00:00:00.338337 Last <integer> = 0x0000000000000000 (0)
    00:00:00.338338 pConsole <integer> = 0x00007f43a40012c0 (139 928 491 004 608)
    00:00:00.338340 papLeds <integer> = 0x00007f43a40015e0 (139 928 491 005 408)
    00:00:00.338342 pmapMediumAttachments <integer> = 0x00007f43a40018c8 (139 928 491 006 152)
    00:00:00.338343
    00:00:00.338344 [/Devices/apic/] (level 2)
    00:00:00.338345
    00:00:00.338346 [/Devices/apic/0/] (level 3)
    00:00:00.338347 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338348
    00:00:00.338349 [/Devices/apic/0/Config/] (level 4)
    00:00:00.338350 IOAPIC <integer> = 0x0000000000000001 (1)
    00:00:00.338351 NumCPUs <integer> = 0x0000000000000004 (4)
    00:00:00.338352
    00:00:00.338353 [/Devices/e1000/] (level 2)
    00:00:00.338354
    00:00:00.338354 [/Devices/e1000/0/] (level 3)
    00:00:00.338356 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338357 PCIDeviceNo <integer> = 0x0000000000000003 (3)
    00:00:00.338358 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338359 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338361
    00:00:00.338361 [/Devices/e1000/0/Config/] (level 4)
    00:00:00.338363 AdapterType <integer> = 0x0000000000000000 (0)
    00:00:00.338364 CableConnected <integer> = 0x0000000000000001 (1)
    00:00:00.338365 LineSpeed <integer> = 0x0000000000000000 (0)
    00:00:00.338366 MAC <bytes> = "08 00 27 f8 64 23" (cb=6)
    00:00:00.338368
    00:00:00.338369 [/Devices/e1000/0/LUN#0/] (level 4)
    00:00:00.338370 Driver <string> = "IntNet" (cb=7)
    00:00:00.338370
    00:00:00.338371 [/Devices/e1000/0/LUN#0/Config/] (level 5)
    00:00:00.338372 IfPolicyPromisc <string> = "deny" (cb=5)
    00:00:00.338373 IgnoreConnectFailure <integer> = 0x0000000000000000 (0)
    00:00:00.338373 Network <string> = "HostInterfaceNetworking-enp0s25" (cb=32)
    00:00:00.338374 Trunk <string> = "enp0s25" (cb=8)
    00:00:00.338375 TrunkType <integer> = 0x0000000000000003 (3)
    00:00:00.338376
    00:00:00.338376 [/Devices/e1000/0/LUN#999/] (level 4)
    00:00:00.338377 Driver <string> = "MainStatus" (cb=11)
    00:00:00.338377
    00:00:00.338378 [/Devices/e1000/0/LUN#999/Config/] (level 5)
    00:00:00.338379 First <integer> = 0x0000000000000000 (0)
    00:00:00.338380 Last <integer> = 0x0000000000000000 (0)
    00:00:00.338380 papLeds <integer> = 0x00007f43a4001790 (139 928 491 005 840)
    00:00:00.338381
    00:00:00.338382 [/Devices/hda/] (level 2)
    00:00:00.338382
    00:00:00.338383 [/Devices/hda/0/] (level 3)
    00:00:00.338384 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338385 PCIDeviceNo <integer> = 0x0000000000000005 (5)
    00:00:00.338386 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338387 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338388
    00:00:00.338389 [/Devices/hda/0/Config/] (level 4)
    00:00:00.338390
    00:00:00.338391 [/Devices/hda/0/LUN#0/] (level 4)
    00:00:00.338392 Driver <string> = "AUDIO" (cb=6)
    00:00:00.338393
    00:00:00.338394 [/Devices/hda/0/LUN#0/Config/] (level 5)
    00:00:00.338395 AudioDriver <string> = "pulse" (cb=6)
    00:00:00.338395 StreamName <string> = "cole" (cb=5)
    00:00:00.338396
    00:00:00.338396 [/Devices/i8254/] (level 2)
    00:00:00.338397
    00:00:00.338397 [/Devices/i8254/0/] (level 3)
    00:00:00.338398
    00:00:00.338399 [/Devices/i8254/0/Config/] (level 4)
    00:00:00.338401
    00:00:00.338401 [/Devices/i8259/] (level 2)
    00:00:00.338402
    00:00:00.338402 [/Devices/i8259/0/] (level 3)
    00:00:00.338404 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338405
    00:00:00.338405 [/Devices/i8259/0/Config/] (level 4)
    00:00:00.338407
    00:00:00.338407 [/Devices/ioapic/] (level 2)
    00:00:00.338409
    00:00:00.338409 [/Devices/ioapic/0/] (level 3)
    00:00:00.338410 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338411
    00:00:00.338412 [/Devices/ioapic/0/Config/] (level 4)
    00:00:00.338413 NumCPUs <integer> = 0x0000000000000004 (4)
    00:00:00.338414
    00:00:00.338414 [/Devices/mc146818/] (level 2)
    00:00:00.338415
    00:00:00.338415 [/Devices/mc146818/0/] (level 3)
    00:00:00.338416
    00:00:00.338416 [/Devices/mc146818/0/Config/] (level 4)
    00:00:00.338417 UseUTC <integer> = 0x0000000000000000 (0)
    00:00:00.338418
    00:00:00.338418 [/Devices/parallel/] (level 2)
    00:00:00.338419
    00:00:00.338419 [/Devices/pcarch/] (level 2)
    00:00:00.338420
    00:00:00.338420 [/Devices/pcarch/0/] (level 3)
    00:00:00.338421 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338422
    00:00:00.338422 [/Devices/pcarch/0/Config/] (level 4)
    00:00:00.338423
    00:00:00.338423 [/Devices/pcbios/] (level 2)
    00:00:00.338424
    00:00:00.338425 [/Devices/pcbios/0/] (level 3)
    00:00:00.338425 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338426
    00:00:00.338426 [/Devices/pcbios/0/Config/] (level 4)
    00:00:00.338428 BootDevice0 <string> = "FLOPPY" (cb=7)
    00:00:00.338429 BootDevice1 <string> = "DVD" (cb=4)
    00:00:00.338429 BootDevice2 <string> = "IDE" (cb=4)
    00:00:00.338430 BootDevice3 <string> = "NONE" (cb=5)
    00:00:00.338431 FloppyDevice <string> = "i82078" (cb=7)
    00:00:00.338432 HardDiskDevice <string> = "piix3ide" (cb=9)
    00:00:00.338433 IOAPIC <integer> = 0x0000000000000001 (1)
    00:00:00.338434 LanBootRom <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom" (cb=85)
    00:00:00.338436 McfgBase <integer> = 0x0000000000000000 (0)
    00:00:00.338437 McfgLength <integer> = 0x0000000000000000 (0)
    00:00:00.338438 NumCPUs <integer> = 0x0000000000000004 (4)
    00:00:00.338439 PXEDebug <integer> = 0x0000000000000000 (0)
    00:00:00.338440 RamHoleSize <integer> = 0x0000000020000000 (536 870 912, 512 MB)
    00:00:00.338441 RamSize <integer> = 0x0000000200000000 (8 589 934 592, 8 GB)
    00:00:00.338443 SataHardDiskDevice <string> = "ahci" (cb=5)
    00:00:00.338443 SataLUN1 <integer> = 0x0000000000000000 (0)
    00:00:00.338444 UUID <bytes> = "78 cb 96 4e 9d 24 03 4c 8d 55 44 75 02 76 2c 93" (cb=16)
    00:00:00.338446
    00:00:00.338447 [/Devices/pcbios/0/Config/NetBoot/] (level 5)
    00:00:00.338448
    00:00:00.338448 [/Devices/pcbios/0/Config/NetBoot/0/] (level 6)
    00:00:00.338449 NIC <integer> = 0x0000000000000000 (0)
    00:00:00.338450 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338451 PCIDeviceNo <integer> = 0x0000000000000003 (3)
    00:00:00.338451 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338452
    00:00:00.338453 [/Devices/pci/] (level 2)
    00:00:00.338454
    00:00:00.338455 [/Devices/pci/0/] (level 3)
    00:00:00.338456 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338457
    00:00:00.338458 [/Devices/pci/0/Config/] (level 4)
    00:00:00.338459 IOAPIC <integer> = 0x0000000000000001 (1)
    00:00:00.338460
    00:00:00.338461 [/Devices/pckbd/] (level 2)
    00:00:00.338461
    00:00:00.338462 [/Devices/pckbd/0/] (level 3)
    00:00:00.338463 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338463
    00:00:00.338464 [/Devices/pckbd/0/Config/] (level 4)
    00:00:00.338464
    00:00:00.338465 [/Devices/pckbd/0/LUN#0/] (level 4)
    00:00:00.338467 Driver <string> = "KeyboardQueue" (cb=14)
    00:00:00.338467
    00:00:00.338468 [/Devices/pckbd/0/LUN#0/AttachedDriver/] (level 5)
    00:00:00.338470 Driver <string> = "MainKeyboard" (cb=13)
    00:00:00.338470
    00:00:00.338471 [/Devices/pckbd/0/LUN#0/AttachedDriver/Config/] (level 6)
    00:00:00.338473 Object <integer> = 0x00007f43a400cbf0 (139 928 491 052 016)
    00:00:00.338474
    00:00:00.338475 [/Devices/pckbd/0/LUN#0/Config/] (level 5)
    00:00:00.338477 QueueSize <integer> = 0x0000000000000040 (64)
    00:00:00.338478
    00:00:00.338479 [/Devices/pckbd/0/LUN#1/] (level 4)
    00:00:00.338480 Driver <string> = "MouseQueue" (cb=11)
    00:00:00.338481
    00:00:00.338481 [/Devices/pckbd/0/LUN#1/AttachedDriver/] (level 5)
    00:00:00.338482 Driver <string> = "MainMouse" (cb=10)
    00:00:00.338483
    00:00:00.338483 [/Devices/pckbd/0/LUN#1/AttachedDriver/Config/] (level 6)
    00:00:00.338485 Object <integer> = 0x00007f43a400d9d0 (139 928 491 055 568)
    00:00:00.338487
    00:00:00.338487 [/Devices/pckbd/0/LUN#1/Config/] (level 5)
    00:00:00.338489 QueueSize <integer> = 0x0000000000000080 (128)
    00:00:00.338490
    00:00:00.338490 [/Devices/pcnet/] (level 2)
    00:00:00.338492
    00:00:00.338492 [/Devices/piix3ide/] (level 2)
    00:00:00.338493
    00:00:00.338494 [/Devices/piix3ide/0/] (level 3)
    00:00:00.338495 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338495 PCIDeviceNo <integer> = 0x0000000000000001 (1)
    00:00:00.338496 PCIFunctionNo <integer> = 0x0000000000000001 (1)
    00:00:00.338497 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338498
    00:00:00.338499 [/Devices/piix3ide/0/Config/] (level 4)
    00:00:00.338500 Type <string> = "PIIX4" (cb=6)
    00:00:00.338501
    00:00:00.338501 [/Devices/piix3ide/0/Config/SecondaryMaster/] (level 5)
    00:00:00.338503 NonRotationalMedium <integer> = 0x0000000000000000 (0)
    00:00:00.338504
    00:00:00.338505 [/Devices/piix3ide/0/LUN#2/] (level 4)
    00:00:00.338506 Driver <string> = "Block" (cb=6)
    00:00:00.338507
    00:00:00.338507 [/Devices/piix3ide/0/LUN#2/Config/] (level 5)
    00:00:00.338509 Mountable <integer> = 0x0000000000000001 (1)
    00:00:00.338510 Type <string> = "DVD" (cb=4)
    00:00:00.338511
    00:00:00.338511 [/Devices/piix3ide/0/LUN#999/] (level 4)
    00:00:00.338513 Driver <string> = "MainStatus" (cb=11)
    00:00:00.338514
    00:00:00.338514 [/Devices/piix3ide/0/LUN#999/Config/] (level 5)
    00:00:00.338516 DeviceInstance <string> = "piix3ide/0" (cb=11)
    00:00:00.338517 First <integer> = 0x0000000000000000 (0)
    00:00:00.338519 Last <integer> = 0x0000000000000003 (3)
    00:00:00.338520 pConsole <integer> = 0x00007f43a40012c0 (139 928 491 004 608)
    00:00:00.338522 papLeds <integer> = 0x00007f43a40015c0 (139 928 491 005 376)
    00:00:00.338523 pmapMediumAttachments <integer> = 0x00007f43a40018c8 (139 928 491 006 152)
    00:00:00.338524
    00:00:00.338525 [/Devices/serial/] (level 2)
    00:00:00.338525
    00:00:00.338526 [/Devices/usb-ohci/] (level 2)
    00:00:00.338527
    00:00:00.338528 [/Devices/usb-ohci/0/] (level 3)
    00:00:00.338529 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338530 PCIDeviceNo <integer> = 0x0000000000000006 (6)
    00:00:00.338532 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338533 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338534
    00:00:00.338534 [/Devices/usb-ohci/0/Config/] (level 4)
    00:00:00.338536
    00:00:00.338536 [/Devices/usb-ohci/0/LUN#0/] (level 4)
    00:00:00.338538 Driver <string> = "VUSBRootHub" (cb=12)
    00:00:00.338539
    00:00:00.338539 [/Devices/usb-ohci/0/LUN#0/Config/] (level 5)
    00:00:00.338541
    00:00:00.338541 [/Devices/usb-ohci/0/LUN#999/] (level 4)
    00:00:00.338542 Driver <string> = "MainStatus" (cb=11)
    00:00:00.338543
    00:00:00.338543 [/Devices/usb-ohci/0/LUN#999/Config/] (level 5)
    00:00:00.338544 First <integer> = 0x0000000000000000 (0)
    00:00:00.338545 Last <integer> = 0x0000000000000000 (0)
    00:00:00.338546 papLeds <integer> = 0x00007f43a40018b8 (139 928 491 006 136)
    00:00:00.338548
    00:00:00.338548 [/Devices/vga/] (level 2)
    00:00:00.338549
    00:00:00.338550 [/Devices/vga/0/] (level 3)
    00:00:00.338551 PCIBusNo <integer> = 0x0000000000000000 (0)
    00:00:00.338553 PCIDeviceNo <integer> = 0x0000000000000002 (2)
    00:00:00.338554 PCIFunctionNo <integer> = 0x0000000000000000 (0)
    00:00:00.338554 Trusted <integer> = 0x0000000000000001 (1)
    00:00:00.338555
    00:00:00.338555 [/Devices/vga/0/Config/] (level 4)
    00:00:00.338557 CustomVideoModes <integer> = 0x0000000000000000 (0)
    00:00:00.338558 FadeIn <integer> = 0x0000000000000001 (1)
    00:00:00.338559 FadeOut <integer> = 0x0000000000000001 (1)
    00:00:00.338560 HeightReduction <integer> = 0x0000000000000000 (0)
    00:00:00.338561 LogoFile <string> = "" (cb=1)
    00:00:00.338562 LogoTime <integer> = 0x0000000000000000 (0)
    00:00:00.338564 MonitorCount <integer> = 0x0000000000000001 (1)
    00:00:00.338565 ShowBootMenu <integer> = 0x0000000000000002 (2)
    00:00:00.338566 VRamSize <integer> = 0x0000000004000000 (67 108 864, 64 MB)
    00:00:00.338568
    00:00:00.338568 [/Devices/vga/0/LUN#0/] (level 4)
    00:00:00.338570 Driver <string> = "MainDisplay" (cb=12)
    00:00:00.338570
    00:00:00.338571 [/Devices/vga/0/LUN#0/Config/] (level 5)
    00:00:00.338572 Object <integer> = 0x00007f43a4001be0 (139 928 491 006 944)
    00:00:00.338574
    00:00:00.338574 [/Devices/virtio-net/] (level 2)
    00:00:00.338575
    00:00:00.338575 [/EM/] (level 1)
    00:00:00.338576 TripleFaultReset <integer> = 0x0000000000000000 (0)
    00:00:00.338577
    00:00:00.338577 [/HM/] (level 1)
    00:00:00.338578 64bitEnabled <integer> = 0x0000000000000001 (1)
    00:00:00.338579 EnableLargePages <integer> = 0x0000000000000000 (0)
    00:00:00.338580 EnableNestedPaging <integer> = 0x0000000000000001 (1)
    00:00:00.338580 EnableUX <integer> = 0x0000000000000001 (1)
    00:00:00.338581 EnableVPID <integer> = 0x0000000000000001 (1)
    00:00:00.338582 Exclusive <integer> = 0x0000000000000001 (1)
    00:00:00.338583
    00:00:00.338583 [/MM/] (level 1)
    00:00:00.338584 CanUseLargerHeap <integer> = 0x0000000000000000 (0)
    00:00:00.338584
    00:00:00.338584 [/PDM/] (level 1)
    00:00:00.338585
    00:00:00.338585 [/PDM/AsyncCompletion/] (level 2)
    00:00:00.338586
    00:00:00.338587 [/PDM/AsyncCompletion/File/] (level 3)
    00:00:00.338587
    00:00:00.338588 [/PDM/AsyncCompletion/File/BwGroups/] (level 4)
    00:00:00.338589
    00:00:00.338589 [/PDM/BlkCache/] (level 2)
    00:00:00.338590 CacheSize <integer> = 0x0000000000500000 (5 242 880, 5 MB)
    00:00:00.338592
    00:00:00.338592 [/PDM/Devices/] (level 2)
    00:00:00.338593
    00:00:00.338594 [/PDM/Devices/VBoxEhci/] (level 3)
    00:00:00.338595 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxEhciR3.so" (cb=97)
    00:00:00.338596 R0SearchPath <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
    00:00:00.338597 RCSearchPath <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
    00:00:00.338598
    00:00:00.338599 [/PDM/Devices/VBoxPciRaw/] (level 3)
    00:00:00.338601 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxPciRawR3.so" (cb=99)
    00:00:00.338601 R0SearchPath <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64" (cb=83)
    00:00:00.338602
    00:00:00.338602 [/PDM/Drivers/] (level 2)
    00:00:00.338603
    00:00:00.338603 [/PDM/Drivers/DrvHostWebcam/] (level 3)
    00:00:00.338604 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxHostWebcam.so" (cb=101)
    00:00:00.338605
    00:00:00.338605 [/PDM/Drivers/VBoxC/] (level 3)
    00:00:00.338606 Path <string> = "/usr/lib/virtualbox/components/VBoxC" (cb=37)
    00:00:00.338607
    00:00:00.338607 [/PDM/Drivers/VBoxPciRawDrv/] (level 3)
    00:00:00.338608 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxPciRawDrv.so" (cb=100)
    00:00:00.338609
    00:00:00.338610 [/PDM/NetworkShaper/] (level 2)
    00:00:00.338611
    00:00:00.338611 [/PDM/NetworkShaper/BwGroups/] (level 3)
    00:00:00.338613
    00:00:00.338613 [/PDM/USB/] (level 2)
    00:00:00.338614
    00:00:00.338615 [/PDM/USB/VBoxUsbCardReader/] (level 3)
    00:00:00.338617 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbCardReaderR3.so" (cb=106)
    00:00:00.338617
    00:00:00.338617 [/PDM/USB/VBoxUsbWebcam/] (level 3)
    00:00:00.338618 Path <string> = "/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/linux.amd64/VBoxUsbWebcamR3.so" (cb=102)
    00:00:00.338619
    00:00:00.338619 [/TM/] (level 1)
    00:00:00.338620 UTCOffset <integer> = 0x0000000000000000 (0)
    00:00:00.338621
    00:00:00.338621 [/USB/] (level 1)
    00:00:00.338622
    00:00:00.338623 [/USB/HidMouse/] (level 2)
    00:00:00.338624
    00:00:00.338624 [/USB/HidMouse/1/] (level 3)
    00:00:00.338626
    00:00:00.338626 [/USB/HidMouse/1/Config/] (level 4)
    00:00:00.338628 Mode <string> = "absolute" (cb=9)
    00:00:00.338629
    00:00:00.338629 [/USB/HidMouse/1/LUN#0/] (level 4)
    00:00:00.338630 Driver <string> = "MouseQueue" (cb=11)
    00:00:00.338631
    00:00:00.338632 [/USB/HidMouse/1/LUN#0/AttachedDriver/] (level 5)
    00:00:00.338634 Driver <string> = "MainMouse" (cb=10)
    00:00:00.338635
    00:00:00.338636 [/USB/HidMouse/1/LUN#0/AttachedDriver/Config/] (level 6)
    00:00:00.338637 Object <integer> = 0x00007f43a400d9d0 (139 928 491 055 568)
    00:00:00.338638
    00:00:00.338639 [/USB/HidMouse/1/LUN#0/Config/] (level 5)
    00:00:00.338640 QueueSize <integer> = 0x0000000000000080 (128)
    00:00:00.338640
    00:00:00.338641 [/USB/USBProxy/] (level 2)
    00:00:00.338641
    00:00:00.338642 [/USB/USBProxy/GlobalConfig/] (level 3)
    00:00:00.338643
    00:00:00.338643 ********************* End of CFGM dump **********************
    00:00:00.338648 VM: fHMEnabled=true (configured) fRecompileUser=false fRecompileSupervisor=false
    00:00:00.338651 VM: fRawRing1Enabled=false CSAM=true PATM=true
    00:00:00.339710 HMR3Init: VT-x w/ nested paging
    00:00:00.339764 MM: cbHyperHeap=0x140000 (1310720)
    00:00:00.343632 Debug: HCPhysInterPD=000000007fc90000 HCPhysInterPaePDPT=000000007fc93000 HCPhysInterPaePML4=000000007fc95000
    00:00:00.343652 Debug: apInterPTs={000000007fc91000,000000007fc92000} apInterPaePTs={000000032883b000,00000003badf0000} apInterPaePDs={00000003badf1000,00000003b5ef4000,00000003b5ef5000,000000032883e000} pInterPaePDPT64=000000007fc94000
    00:00:00.343660 Host paging mode: AMD64+PGE+NX
    00:00:00.343665 PGMPool: cMaxPages=4144 (u64MaxPages=4136)
    00:00:00.343668 pgmR3PoolInit: cMaxPages=0x1030 cMaxUsers=0x2060 cMaxPhysExts=0x2000 fCacheEnable=true
    00:00:00.393965 TM: GIP - u32Mode=1 (SyncTSC) u32UpdateHz=100
    00:00:00.426139 TM: cTSCTicksPerSecond=0xa0dfd428 (2 699 023 400) fTSCVirtualized=true fTSCUseRealTSC=false
    00:00:00.426152 TM: fMaybeUseOffsettedHostTSC=false TSCTiedToExecution=false TSCNotTiedToHalt=false
    00:00:00.426904 CoreCode: R3=00007f43c47e1000 R0=ffffc90004128000 RC=a1041000 Phys=00000000c551b000 cb=0x1000
    00:00:00.427071 AIOMgr: Default manager type is "Async"
    00:00:00.427078 AIOMgr: Default file backend is "NonBuffered"
    00:00:00.427141 BlkCache: Cache successfully initialised. Cache size is 5242880 bytes
    00:00:00.427147 BlkCache: Cache commit interval is 10000 ms
    00:00:00.427151 BlkCache: Cache commit threshold is 2621440 bytes
    00:00:00.438466 [SMP] BIOS with 4 CPUs
    00:00:00.439354 DevPcBios: Using LAN ROM '/usr/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom' with a size of 0xc000 bytes
    00:00:00.443471 SUP: Loaded VBoxDDR0.r0 (/usr/lib/virtualbox/VBoxDDR0.r0) at 0xffffffffa0045020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
    00:00:00.445128 SUP: Loaded VBoxDD2R0.r0 (/usr/lib/virtualbox/VBoxDD2R0.r0) at 0xffffffffa0063020 - ModuleInit at 0000000000000000 and ModuleTerm at 0000000000000000
    00:00:00.445150 Activating Local APIC
    00:00:00.445159 CPUM: SetGuestCpuIdFeature: Enabled APIC
    00:00:00.445516 PIT: mode=3 count=0x10000 (65536) - 18.20 Hz (ch=0)
    00:00:00.447969 Shared Folders service loaded.
    00:00:00.463779 Chipset cannot do MSI: VERR_NOT_IMPLEMENTED
    00:00:00.463930 DrvBlock: Flushes will be ignored
    00:00:00.463936 DrvBlock: Async flushes will be passed to the disk
    00:00:00.464515 VDInit finished
    00:00:00.464605 AIOMgr: Endpoint for file '/home/matt/VirtualBox VMs/cole/cole-disk1_1.vmdk' (flags 000c0723) created successfully
    00:00:00.602201 AIOMgr: Flush failed with VERR_INVALID_PARAMETER, disabling async flushes
    00:00:00.602304 VD: Opening the disk took 138345011 ns
    00:00:00.602376 AHCI: LUN#0: disk, PCHS=16383/16/63, total number of sectors 629145600
    00:00:00.602406 AHCI: LUN#0: using async I/O
    00:00:00.602560 AHCI#0: Reset the HBA
    00:00:00.602749 PIIX3 ATA: LUN#0: no unit
    00:00:00.602760 PIIX3 ATA: LUN#1: no unit
    00:00:00.602797 DrvBlock: Flushes will be ignored
    00:00:00.602804 DrvBlock: Async flushes will be passed to the disk
    00:00:00.602904 PIIX3 ATA: LUN#2: CD/DVD, total number of sectors 0, passthrough disabled
    00:00:00.602927 PIIX3 ATA: LUN#3: no unit
    00:00:00.602950 PIIX3 ATA: Ctl#0: finished processing RESET
    00:00:00.602972 PIIX3 ATA: Ctl#1: finished processing RESET
    00:00:00.603098 IntNet#0: szNetwork={HostInterfaceNetworking-enp0s25} enmTrunkType=3 szTrunk={enp0s25} fFlags=0x8000 cbRecv=325632 cbSend=196608 fIgnoreConnectFailure=false
    00:00:00.603650 Chipset cannot do MSI: VERR_NOT_IMPLEMENTED
    00:00:00.603683 Audio: Trying driver 'pulse'.
    00:00:00.607137 Pulse: open PCM_IN rate=44100Hz channels=2 format=s16le
    00:00:00.607159 Pulse: Requested record buffer attributes: maxlength=26460 fragsize=17640
    00:00:00.608218 Pulse: Obtained record buffer attributes: maxlength=26460 fragsize=8820
    00:00:00.608315 HdaCodec: can't open in fmt(freq: 44100)
    00:00:00.608329 Pulse: open PCM_OUT rate=44100Hz channels=2 format=s16le
    00:00:00.608340 Pulse: Requested playback buffer attributes: maxlength=26460 tlength=17640 prebuf=-1 minreq=-1
    00:00:00.680651 Pulse: Obtained playback buffer attributes: maxlength=26460 tlength=12348 prebuf=8824 minreq=3528
    00:00:00.680711 HdaCodec: can't open out fmt(freq: 44100)
    00:00:00.681169 VUSB: attached 'HidMouse' to port 1
    00:00:00.683638 DevPcBios: SATA LUN#0 LCHS=1024/255/63
    00:00:00.683781 PGM: The CPU physical address width is 36 bits
    00:00:00.683791 PGMR3InitFinalize: 4 MB PSE mask 0000000fffffffff
    00:00:00.687349 VMM: Thread-context hooks enabled!
    00:00:00.687434 HM: Using VT-x implementation 2.0!
    00:00:00.687435 HM: Host CR4 = 0x1407e0
    00:00:00.687438 HM: Host EFER = 0xd01
    00:00:00.687439 HM: MSR_IA32_FEATURE_CONTROL = 0x5
    00:00:00.687442 HM: MSR_IA32_VMX_BASIC_INFO = 0xda040000000010
    00:00:00.687444 HM: VMCS id = 0x10
    00:00:00.687446 HM: VMCS size = 1024 bytes
    00:00:00.687447 HM: VMCS physical address limit = None
    00:00:00.687448 HM: VMCS memory type = 0x6
    00:00:00.687449 HM: Dual-monitor treatment support = true
    00:00:00.687450 HM: OUTS & INS instruction-info = true
    00:00:00.687451 HM: Max resume loops = 8192
    00:00:00.687452 HM: MSR_IA32_VMX_PINBASED_CTLS = 0x7f00000016
    00:00:00.687454 HM: VMX_VMCS_CTRL_PIN_EXEC_EXT_INT_EXIT
    00:00:00.687456 HM: VMX_VMCS_CTRL_PIN_EXEC_NMI_EXIT
    00:00:00.687457 HM: VMX_VMCS_CTRL_PIN_EXEC_VIRTUAL_NMI
    00:00:00.687457 HM: VMX_VMCS_CTRL_PIN_EXEC_PREEMPT_TIMER
    00:00:00.687460 HM: MSR_IA32_VMX_PROCBASED_CTLS = 0xfff9fffe0401e172
    00:00:00.687461 HM: VMX_VMCS_CTRL_PROC_EXEC_INT_WINDOW_EXIT
    00:00:00.687462 HM: VMX_VMCS_CTRL_PROC_EXEC_USE_TSC_OFFSETTING
    00:00:00.687463 HM: VMX_VMCS_CTRL_PROC_EXEC_HLT_EXIT
    00:00:00.687463 HM: VMX_VMCS_CTRL_PROC_EXEC_INVLPG_EXIT
    00:00:00.687464 HM: VMX_VMCS_CTRL_PROC_EXEC_MWAIT_EXIT
    00:00:00.687465 HM: VMX_VMCS_CTRL_PROC_EXEC_RDPMC_EXIT
    00:00:00.687466 HM: VMX_VMCS_CTRL_PROC_EXEC_RDTSC_EXIT
    00:00:00.687467 HM: VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT
    00:00:00.687469 HM: VMX_VMCS_CTRL_PROC_EXEC_CR3_LOAD_EXIT (must be set)
    00:00:00.687470 HM: VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT
    00:00:00.687470 HM: VMX_VMCS_CTRL_PROC_EXEC_CR3_STORE_EXIT (must be set)
    00:00:00.687471 HM: VMX_VMCS_CTRL_PROC_EXEC_CR8_LOAD_EXIT
    00:00:00.687471 HM: VMX_VMCS_CTRL_PROC_EXEC_CR8_STORE_EXIT
    00:00:00.687472 HM: VMX_VMCS_CTRL_PROC_EXEC_USE_TPR_SHADOW
    00:00:00.687472 HM: VMX_VMCS_CTRL_PROC_EXEC_NMI_WINDOW_EXIT
    00:00:00.687473 HM: VMX_VMCS_CTRL_PROC_EXEC_MOV_DR_EXIT
    00:00:00.687473 HM: VMX_VMCS_CTRL_PROC_EXEC_UNCOND_IO_EXIT
    00:00:00.687474 HM: VMX_VMCS_CTRL_PROC_EXEC_USE_IO_BITMAPS
    00:00:00.687474 HM: VMX_VMCS_CTRL_PROC_EXEC_MONITOR_TRAP_FLAG
    00:00:00.687476 HM: VMX_VMCS_CTRL_PROC_EXEC_USE_MSR_BITMAPS
    00:00:00.687476 HM: VMX_VMCS_CTRL_PROC_EXEC_MONITOR_EXIT
    00:00:00.687477 HM: VMX_VMCS_CTRL_PROC_EXEC_PAUSE_EXIT
    00:00:00.687477 HM: VMX_VMCS_CTRL_PROC_EXEC_USE_SECONDARY_EXEC_CTRL
    00:00:00.687478 HM: MSR_IA32_VMX_PROCBASED_CTLS2 = 0x8ff00000000
    00:00:00.687479 HM: VMX_VMCS_CTRL_PROC_EXEC2_VIRT_APIC
    00:00:00.687480 HM: VMX_VMCS_CTRL_PROC_EXEC2_EPT
    00:00:00.687480 HM: VMX_VMCS_CTRL_PROC_EXEC2_DESCRIPTOR_TABLE_EXIT
    00:00:00.687481 HM: VMX_VMCS_CTRL_PROC_EXEC2_RDTSCP
    00:00:00.687481 HM: VMX_VMCS_CTRL_PROC_EXEC2_VIRT_X2APIC
    00:00:00.687482 HM: VMX_VMCS_CTRL_PROC_EXEC2_VPID
    00:00:00.687482 HM: VMX_VMCS_CTRL_PROC_EXEC2_WBINVD_EXIT
    00:00:00.687483 HM: VMX_VMCS_CTRL_PROC_EXEC2_UNRESTRICTED_GUEST
    00:00:00.687483 HM: VMX_VMCS_CTRL_PROC_EXEC2_PAUSE_LOOP_EXIT (must be cleared)
    00:00:00.687484 HM: VMX_VMCS_CTRL_PROC_EXEC2_RDRAND_EXIT
    00:00:00.687484 HM: VMX_VMCS_CTRL_PROC_EXEC2_INVPCID (must be cleared)
    00:00:00.687485 HM: VMX_VMCS_CTRL_PROC_EXEC2_VMFUNC (must be cleared)
    00:00:00.687485 HM: MSR_IA32_VMX_ENTRY_CTLS = 0xffff000011ff
    00:00:00.687486 HM: VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG
    00:00:00.687487 HM: VMX_VMCS_CTRL_ENTRY_LOAD_DEBUG (must be set)
    00:00:00.687487 HM: VMX_VMCS_CTRL_ENTRY_IA32E_MODE_GUEST
    00:00:00.687488 HM: VMX_VMCS_CTRL_ENTRY_ENTRY_SMM
    00:00:00.687488 HM: VMX_VMCS_CTRL_ENTRY_DEACTIVATE_DUALMON
    00:00:00.687488 HM: VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PERF_MSR
    00:00:00.687489 HM: VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_PAT_MSR
    00:00:00.687499 HM: VMX_VMCS_CTRL_ENTRY_LOAD_GUEST_EFER_MSR
    00:00:00.687500 HM: MSR_IA32_VMX_EXIT_CTLS = 0x7fffff00036dff
    00:00:00.687501 HM: VMX_VMCS_CTRL_EXIT_SAVE_DEBUG
    00:00:00.687501 HM: VMX_VMCS_CTRL_EXIT_SAVE_DEBUG (must be set)
    00:00:00.687502 HM: VMX_VMCS_CTRL_EXIT_HOST_ADDR_SPACE_SIZE
    00:00:00.687503 HM: VMX_VMCS_CTRL_EXIT_LOAD_PERF_MSR
    00:00:00.687503 HM: VMX_VMCS_CTRL_EXIT_ACK_EXT_INT
    00:00:00.687503 HM: VMX_VMCS_CTRL_EXIT_SAVE_GUEST_PAT_MSR
    00:00:00.687504 HM: VMX_VMCS_CTRL_EXIT_LOAD_HOST_PAT_MSR
    00:00:00.687504 HM: VMX_VMCS_CTRL_EXIT_SAVE_GUEST_EFER_MSR
    00:00:00.687505 HM: VMX_VMCS_CTRL_EXIT_LOAD_HOST_EFER_MSR
    00:00:00.687505 HM: VMX_VMCS_CTRL_EXIT_SAVE_VMX_PREEMPT_TIMER
    00:00:00.687506 HM: MSR_IA32_VMX_EPT_VPID_CAP = 0xf0106114141
    00:00:00.687507 HM: MSR_IA32_VMX_EPT_VPID_CAP_RWX_X_ONLY
    00:00:00.687508 HM: MSR_IA32_VMX_EPT_VPID_CAP_GAW_48_BITS
    00:00:00.687508 HM: MSR_IA32_VMX_EPT_VPID_CAP_EMT_UC
    00:00:00.687509 HM: MSR_IA32_VMX_EPT_VPID_CAP_EMT_WB
    00:00:00.687509 HM: MSR_IA32_VMX_EPT_VPID_CAP_SP_21_BITS
    00:00:00.687510 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVEPT
    00:00:00.687510 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_SINGLE_CONTEXT
    00:00:00.687511 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVEPT_ALL_CONTEXTS
    00:00:00.687511 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVVPID
    00:00:00.687512 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_INDIV_ADDR
    00:00:00.687512 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT
    00:00:00.687513 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_ALL_CONTEXTS
    00:00:00.687513 HM: MSR_IA32_VMX_EPT_VPID_CAP_INVVPID_SINGLE_CONTEXT_RETAIN_GLOBALS
    00:00:00.687514 HM: MSR_IA32_VMX_MISC = 0x100401e5
    00:00:00.687515 HM: MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT = 0x5
    00:00:00.687515 HM: MSR_IA32_VMX_MISC_STORE_EFERLMA_VMEXIT = true
    00:00:00.687516 HM: MSR_IA32_VMX_MISC_ACTIVITY_STATES = 0x7
    00:00:00.687517 HM: MSR_IA32_VMX_MISC_CR3_TARGET = 0x4
    00:00:00.687517 HM: MSR_IA32_VMX_MISC_MAX_MSR = 512
    00:00:00.687518 HM: MSR_IA32_VMX_MISC_RDMSR_SMBASE_MSR_SMM = false
    00:00:00.687518 HM: MSR_IA32_VMX_MISC_SMM_MONITOR_CTL_B2 = true
    00:00:00.687519 HM: MSR_IA32_VMX_MISC_VMWRITE_VMEXIT_INFO = false
    00:00:00.687520 HM: MSR_IA32_VMX_MISC_MSEG_ID = 0x0
    00:00:00.687520 HM: MSR_IA32_VMX_CR0_FIXED0 = 0x80000021
    00:00:00.687521 HM: MSR_IA32_VMX_CR0_FIXED1 = 0xffffffff
    00:00:00.687522 HM: MSR_IA32_VMX_CR4_FIXED0 = 0x2000
    00:00:00.687523 HM: MSR_IA32_VMX_CR4_FIXED1 = 0x1767ff
    00:00:00.687524 HM: MSR_IA32_VMX_VMCS_ENUM = 0x2a
    00:00:00.687524 HM: MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX = 0x15
    00:00:00.687525 HM: APIC-access page physaddr = 0x00000000c553a000
    00:00:00.687528 HM: VCPU 0: MSR bitmap physaddr = 0x00000000c553d000
    00:00:00.687529 HM: VCPU 0: VMCS physaddr = 0x00000000c553b000
    00:00:00.687530 HM: VCPU 1: MSR bitmap physaddr = 0x00000000c5542000
    00:00:00.687531 HM: VCPU 1: VMCS physaddr = 0x00000000c5540000
    00:00:00.687532 HM: VCPU 2: MSR bitmap physaddr = 0x00000000c5547000
    00:00:00.687533 HM: VCPU 2: VMCS physaddr = 0x00000000c5545000
    00:00:00.687533 HM: VCPU 3: MSR bitmap physaddr = 0x00000000c554c000
    00:00:00.687534 HM: VCPU 3: VMCS physaddr = 0x00000000c554a000
    00:00:00.687535 HM: Guest support: 32-bit and 64-bit.
    00:00:00.687540 HM: VMX enabled!
    00:00:00.687549 CPUM: SetGuestCpuIdFeature: Enabled SYSENTER/EXIT
    00:00:00.687550 CPUM: SetGuestCpuIdFeature: Enabled PAE
    00:00:00.687550 CPUM: SetGuestCpuIdFeature: Enabled LONG MODE
    00:00:00.687551 CPUM: SetGuestCpuIdFeature: Enabled SYSCALL/RET
    00:00:00.687552 CPUM: SetGuestCpuIdFeature: Enabled LAHF/SAHF
    00:00:00.687552 CPUM: SetGuestCpuIdFeature: Enabled NX
    00:00:00.687553 HM: Nested paging enabled!
    00:00:00.687553 HM: EPT flush type = VMX_FLUSH_EPT_SINGLE_CONTEXT
    00:00:00.687554 HM: Unrestricted guest execution enabled!
    00:00:00.687554 HM: VPID enabled!
    00:00:00.687555 HM: VPID flush type = VMX_FLUSH_VPID_SINGLE_CONTEXT
    00:00:00.687557 HM: VMX-preemption timer enabled (cPreemptTimerShift=5).
    00:00:00.687558 HM: VT-x/AMD-V init method: GLOBAL
    00:00:00.687559 VMM: fUsePeriodicPreemptionTimers=false
    00:00:00.688299 Logical host processors: 8 present, 8 max, 8 online, online mask: 00000000000000ff
    00:00:00.688363 Physical host cores: 4
    00:00:00.688363 ************************* CPUID dump ************************
    00:00:00.688369 RAW Standard CPUIDs
    00:00:00.688370 Function eax ebx ecx edx
    00:00:00.688370 Gst: 00000000 00000005 756e6547 6c65746e 49656e69
    00:00:00.688372 Hst: 0000000d 756e6547 6c65746e 49656e69
    00:00:00.688374 Gst: 00000001 000306a9 00040800 00000201 178bfbff
    00:00:00.688375 Hst: 000306a9 01100800 7fbae3ff bfebfbff
    00:00:00.688376 Gst: 00000002 76035a01 00f0b2ff 00000000 00ca0000
    00:00:00.688378 Hst: 76035a01 00f0b2ff 00000000 00ca0000
    00:00:00.688379 Gst: 00000003 00000000 00000000 00000000 00000000
    00:00:00.688380 Hst: 00000000 00000000 00000000 00000000
    00:00:00.688381 Gst: 00000004 0c000000 00000000 00000000 00000000
    00:00:00.688382 Hst: 1c004121 01c0003f 0000003f 00000000
    00:00:00.688383 Gst: 00000005 00000000 00000000 00000000 00000000
    00:00:00.688384 Hst: 00000040 00000040 00000003 00021120
    00:00:00.688385 Hst: 00000006 00000077 00000002 00000009 00000000
    00:00:00.688386 Hst: 00000007 00000000 00000281 00000000 00000000
    00:00:00.688387 Hst: 00000008 00000000 00000000 00000000 00000000
    00:00:00.688388 Hst: 00000009 00000000 00000000 00000000 00000000
    00:00:00.688389 Hst: 0000000a 07300403 00000000 00000000 00000603
    00:00:00.688390 Hst: 0000000b 00000001 00000002 00000100 00000001
    00:00:00.688391 Hst: 0000000c 00000000 00000000 00000000 00000000
    00:00:00.688392 Hst: 0000000d 00000007 00000340 00000340 00000000
    00:00:00.688393 Name: GenuineIntel
    00:00:00.688394 Supports: 0-5
    00:00:00.688397 Family: 6 Extended: 0 Effective: 6
    00:00:00.688398 Model: 10 Extended: 3 Effective: 58
    00:00:00.688399 Stepping: 9
    00:00:00.688399 Type: 0 (primary)
    00:00:00.688400 APIC ID: 0x00
    00:00:00.688401 Logical CPUs: 4
    00:00:00.688401 CLFLUSH Size: 8
    00:00:00.688402 Brand ID: 0x00
    00:00:00.688403 Mnemonic - Description = guest (host)
    00:00:00.688403 FPU - x87 FPU on Chip = 1 (1)
    00:00:00.688404 VME - Virtual 8086 Mode Enhancements = 1 (1)
    00:00:00.688405 DE - Debugging extensions = 1 (1)
    00:00:00.688405 PSE - Page Size Extension = 1 (1)
    00:00:00.688406 TSC - Time Stamp Counter = 1 (1)
    00:00:00.688407 MSR - Model Specific Registers = 1 (1)
    00:00:00.688407 PAE - Physical Address Extension = 1 (1)
    00:00:00.688408 MCE - Machine Check Exception = 1 (1)
    00:00:00.688408 CX8 - CMPXCHG8B instruction = 1 (1)
    00:00:00.688409 APIC - APIC On-Chip = 1 (1)
    00:00:00.688410 10 - Reserved = 0 (0)
    00:00:00.688410 SEP - SYSENTER and SYSEXIT = 1 (1)
    00:00:00.688411 MTRR - Memory Type Range Registers = 1 (1)
    00:00:00.688411 PGE - PTE Global Bit = 1 (1)
    00:00:00.688412 MCA - Machine Check Architecture = 1 (1)
    00:00:00.688413 CMOV - Conditional Move Instructions = 1 (1)
    00:00:00.688413 PAT - Page Attribute Table = 1 (1)
    00:00:00.688414 PSE-36 - 36-bit Page Size Extention = 1 (1)
    00:00:00.688414 PSN - Processor Serial Number = 0 (0)
    00:00:00.688415 CLFSH - CLFLUSH Instruction. = 1 (1)
    00:00:00.688416 20 - Reserved = 0 (0)
    00:00:00.688416 DS - Debug Store = 0 (1)
    00:00:00.688417 ACPI - Thermal Mon. & Soft. Clock Ctrl.= 0 (1)
    00:00:00.688417 MMX - Intel MMX Technology = 1 (1)
    00:00:00.688418 FXSR - FXSAVE and FXRSTOR Instructions = 1 (1)
    00:00:00.688419 SSE - SSE Support = 1 (1)
    00:00:00.688419 SSE2 - SSE2 Support = 1 (1)
    00:00:00.688420 SS - Self Snoop = 0 (1)
    00:00:00.688420 HTT - Hyper-Threading Technology = 1 (1)
    00:00:00.688421 TM - Thermal Monitor = 0 (1)
    00:00:00.688422 30 - Reserved = 0 (0)
    00:00:00.688422 PBE - Pending Break Enable = 0 (1)
    00:00:00.688423 Supports SSE3 = 1 (1)
    00:00:00.688423 PCLMULQDQ = 0 (1)
    00:00:00.688424 DS Area 64-bit layout = 0 (1)
    00:00:00.688425 Supports MONITOR/MWAIT = 0 (1)
    00:00:00.688425 CPL-DS - CPL Qualified Debug Store = 0 (1)
    00:00:00.688426 VMX - Virtual Machine Technology = 0 (1)
    00:00:00.688426 SMX - Safer Mode Extensions = 0 (1)
    00:00:00.688427 Enhanced SpeedStep Technology = 0 (1)
    00:00:00.688428 Terminal Monitor 2 = 0 (1)
    00:00:00.688428 Supplemental SSE3 instructions = 1 (1)
    00:00:00.688429 L1 Context ID = 0 (0)
    00:00:00.688429 11 - Reserved = 0 (0)
    00:00:00.688430 FMA extensions using YMM state = 0 (0)
    00:00:00.688431 CMPXCHG16B instruction = 0 (1)
    00:00:00.688431 xTPR Update Control = 0 (1)
    00:00:00.688432 Perf/Debug Capability MSR = 0 (1)
    00:00:00.688432 16 - Reserved = 0 (0)
    00:00:00.688433 PCID - Process-context identifiers = 0 (1)
    00:00:00.688434 DCA - Direct Cache Access = 0 (0)
    00:00:00.688434 SSE4.1 instruction extensions = 0 (1)
    00:00:00.688435 SSE4.2 instruction extensions = 0 (1)
    00:00:00.688435 Supports the x2APIC extensions = 0 (1)
    00:00:00.688437 MOVBE instruction = 0 (0)
    00:00:00.688437 POPCNT instruction = 0 (1)
    00:00:00.688438 TSC-Deadline LAPIC timer mode = 0 (1)
    00:00:00.688439 AESNI instruction extensions = 0 (1)
    00:00:00.688439 XSAVE/XRSTOR extended state feature = 0 (1)
    00:00:00.688440 Supports OSXSAVE = 0 (1)
    00:00:00.688440 AVX instruction extensions = 0 (1)
    00:00:00.688441 29/30 - Reserved = 0x0 (0x3)
    00:00:00.688442 Hypervisor Present (we're a guest) = 0 (0)
    00:00:00.688442
    00:00:00.688443 RAW Extended CPUIDs
    00:00:00.688443 Function eax ebx ecx edx
    00:00:00.688444 Gst: 80000000 80000008 00000000 00000000 00000000
    00:00:00.688445 Hst: 80000008 00000000 00000000 00000000
    00:00:00.688446 Gst: 80000001 00000000 00000000 00000001 28100800
    00:00:00.688447 Hst: 00000000 00000000 00000001 28100800
    00:00:00.688449 Gst: 80000002 20202020 6e492020 286c6574 43202952
    00:00:00.688450 Hst: 20202020 6e492020 286c6574 43202952
    00:00:00.688452 Gst: 80000003 2865726f 20294d54 332d3769 51303437
    00:00:00.688454 Hst: 2865726f 20294d54 332d3769 51303437
    00:00:00.688455 Gst: 80000004 5043204d 20402055 30372e32 007a4847
    00:00:00.688457 Hst: 5043204d 20402055 30372e32 007a4847
    00:00:00.688458 Gst: 80000005 00000000 00000000 00000000 00000000
    00:00:00.688459 Hst: 00000000 00000000 00000000 00000000
    00:00:00.688460 Gst: 80000006 00000000 00000000 01006040 00000000
    00:00:00.688461 Hst: 00000000 00000000 01006040 00000000
    00:00:00.688462 Gst: 80000007 00000000 00000000 00000000 00000000
    00:00:00.688463 Hst: 00000000 00000000 00000000 00000100
    00:00:00.688464 Gst: 80000008 00003024 00000000 00000000 00000000
    00:00:00.688465 Hst: 00003024 00000000 00000000 00000000
    00:00:00.688466 Gst: 80000009 00000007 00000340 00000340 00000000*
    00:00:00.688467 Hst: 00000007 00000340 00000340 00000000
    00:00:00.688468 Ext Name:
    00:00:00.688469 Ext Supports: 0x80000000-0x80000008
    00:00:00.688470 Family: 0 Extended: 0 Effective: 0
    00:00:00.688470 Model: 0 Extended: 0 Effective: 0
    00:00:00.688471 Stepping: 0
    00:00:00.688472 Brand ID: 0x000
    00:00:00.688472 Mnemonic - Description = guest (host)
    00:00:00.688473 FPU - x87 FPU on Chip = 0 (0)
    00:00:00.688473 VME - Virtual 8086 Mode Enhancements = 0 (0)
    00:00:00.688474 DE - Debugging extensions = 0 (0)
    00:00:00.688475 PSE - Page Size Extension = 0 (0)
    00:00:00.688475 TSC - Time Stamp Counter = 0 (0)
    00:00:00.688476 MSR - K86 Model Specific Registers = 0 (0)
    00:00:00.688477 PAE - Physical Address Extension = 0 (0)
    00:00:00.688477 MCE - Machine Check Exception = 0 (0)
    00:00:00.688478 CX8 - CMPXCHG8B instruction = 0 (0)
    00:00:00.688478 APIC - APIC On-Chip = 0 (0)
    00:00:00.688479 10 - Reserved = 0 (0)
    00:00:00.688480 SEP - SYSCALL and SYSRET = 1 (1)
    00:00:00.688480 MTRR - Memory Type Range Registers = 0 (0)
    00:00:00.688481 PGE - PTE Global Bit = 0 (0)
    00:00:00.688481 MCA - Machine Check Architecture = 0 (0)
    00:00:00.688482 CMOV - Conditional Move Instructions = 0 (0)
    00:00:00.688483 PAT - Page Attribute Table = 0 (0)
    00:00:00.688483 PSE-36 - 36-bit Page Size Extention = 0 (0)
    00:00:00.688484 18 - Reserved = 0 (0)
    00:00:00.688484 19 - Reserved = 0 (0)
    00:00:00.688485 NX - No-Execute Page Protection = 1 (1)
    00:00:00.688486 DS - Debug Store = 0 (0)
    00:00:00.688486 AXMMX - AMD Extensions to MMX Instr. = 0 (0)
    00:00:00.688487 MMX - Intel MMX Technology = 0 (0)
    00:00:00.688487 FXSR - FXSAVE and FXRSTOR Instructions = 0 (0)
    00:00:00.688488 25 - AMD fast FXSAVE and FXRSTOR Instr.= 0 (0)
    00:00:00.688489 26 - 1 GB large page support = 0 (0)
    00:00:00.688489 27 - RDTSCP instruction = 1 (1)
    00:00:00.688490 28 - Reserved = 0 (0)
    00:00:00.688490 29 - AMD Long Mode = 1 (1)
    00:00:00.688491 30 - AMD Extensions to 3DNow! = 0 (0)
    00:00:00.688491 31 - AMD 3DNow! = 0 (0)
    00:00:00.688492 LahfSahf - LAHF/SAHF in 64-bit mode = 1 (1)
    00:00:00.688493 CmpLegacy - Core MP legacy mode (depr) = 0 (0)
    00:00:00.688493 SVM - AMD VM Extensions = 0 (0)
    00:00:00.688494 APIC registers starting at 0x400 = 0 (0)
    00:00:00.688494 AltMovCR8 - LOCK MOV CR0 means MOV CR8 = 0 (0)
    00:00:00.688495 5 - Advanced bit manipulation = 0 (0)
    00:00:00.688496 6 - SSE4A instruction support = 0 (0)
    00:00:00.688496 7 - Misaligned SSE mode = 0 (0)
    00:00:00.688497 8 - PREFETCH and PREFETCHW instruction= 0 (0)
    00:00:00.688497 9 - OS visible workaround = 0 (0)
    00:00:00.688498 10 - Instruction based sampling = 0 (0)
    00:00:00.688499 11 - SSE5 support = 0 (0)
    00:00:00.688499 12 - SKINIT, STGI, and DEV support = 0 (0)
    00:00:00.688500 13 - Watchdog timer support. = 0 (0)
    00:00:00.688500 31:14 - Reserved = 0x0 (0x0)
    00:00:00.688501 Full Name: Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz
    00:00:00.688502 TLB 2/4M Instr/Uni: res0 0 entries
    00:00:00.688503 TLB 2/4M Data: res0 0 entries
    00:00:00.688503 TLB 4K Instr/Uni: res0 0 entries
    00:00:00.688504 TLB 4K Data: res0 0 entries
    00:00:00.688505 L1 Instr Cache Line Size: 0 bytes
    00:00:00.688505 L1 Instr Cache Lines Per Tag: 0
    00:00:00.688506 L1 Instr Cache Associativity: res0
    00:00:00.688506 L1 Instr Cache Size: 0 KB
    00:00:00.688507 L1 Data Cache Line Size: 0 bytes
    00:00:00.688507 L1 Data Cache Lines Per Tag: 0
    00:00:00.688508 L1 Data Cache Associativity: res0
    00:00:00.688508 L1 Data Cache Size: 0 KB
    00:00:00.688509 L2 TLB 2/4M Instr/Uni: off 0 entries
    00:00:00.688509 L2 TLB 2/4M Data: off 0 entries
    00:00:00.688510 L2 TLB 4K Instr/Uni: off 0 entries
    00:00:00.688511 L2 TLB 4K Data: off 0 entries
    00:00:00.688511 L2 Cache Line Size: 0 bytes
    00:00:00.688512 L2 Cache Lines Per Tag: 0
    00:00:00.688512 L2 Cache Associativity: off
    00:00:00.688513 L2 Cache Size: 0 KB
    00:00:00.688513 APM Features:
    00:00:00.688514 Physical Address Width: 36 bits
    00:00:00.688514 Virtual Address Width: 48 bits
    00:00:00.688515 Guest Physical Address Width: 0 bits
    00:00:00.688515 Physical Core Count: 0
    00:00:00.688516
    00:00:00.688516 RAW Centaur CPUIDs
    00:00:00.688517 Function eax ebx ecx edx
    00:00:00.688517 Gst: c0000000 00000007 00000340 00000340 00000000
    00:00:00.688518 Hst: 00000007 00000340 00000340 00000000
    00:00:00.688519 Gst: c0000001 00000007 00000340 00000340 00000000
    00:00:00.688520 Hst: 00000007 00000340 00000340 00000000
    00:00:00.688521 Gst: c0000002 00000007 00000340 00000340 00000000
    00:00:00.688522 Hst: 00000007 00000340 00000340 00000000
    00:00:00.688523 Gst: c0000003 00000007 00000340 00000340 00000000
    00:00:00.688524 Hst: 00000007 00000340 00000340 00000000
    00:00:00.688525 Centaur Supports: 0xc0000000-0x00000007
    00:00:00.688526 Mnemonic - Description = guest (host)
    00:00:00.688526 AIS - Alternate Instruction Set = 0 (0)
    00:00:00.688527 AIS-E - AIS enabled = 0 (0)
    00:00:00.688528 RNG - Random Number Generator = 0 (0)
    00:00:00.688528 RNG-E - RNG enabled = 0 (0)
    00:00:00.688529 LH - LongHaul MSR 0000_110Ah = 0 (0)
    00:00:00.688529 FEMMS - FEMMS = 0 (0)
    00:00:00.688530 ACE - Advanced Cryptography Engine = 0 (0)
    00:00:00.688531 ACE-E - ACE enabled = 0 (0)
    00:00:00.688531 ACE2 - Advanced Cryptography Engine 2 = 0 (0)
    00:00:00.688532 ACE2-E - ACE enabled = 0 (0)
    00:00:00.688532 PHE - Padlock Hash Engine = 0 (0)
    00:00:00.688533 PHE-E - PHE enabled = 1 (0)
    00:00:00.688534 PMM - Montgomery Multiplier = 0 (0)
    00:00:00.688534 PMM-E - PMM enabled = 0 (0)
    00:00:00.688535 14 - Reserved = 0 (0)
    00:00:00.688535 15 - Reserved = 0 (0)
    00:00:00.688536 Parallax = 0 (0)
    00:00:00.688537 Parallax enabled = 0 (0)
    00:00:00.688537 Overstress = 0 (0)
    00:00:00.688538 Overstress enabled = 0 (0)
    00:00:00.688538 TM3 - Temperature Monitoring 3 = 1 (0)
    00:00:00.688539 TM3-E - TM3 enabled = 0 (0)
    00:00:00.688540 RNG2 - Random Number Generator 2 = 0 (0)
    00:00:00.688540 RNG2-E - RNG2 enabled = 0 (0)
    00:00:00.688541 24 - Reserved = 0 (0)
    00:00:00.688541 PHE2 - Padlock Hash Engine 2 = 0 (0)
    00:00:00.688542 PHE2-E - PHE2 enabled = 0 (0)
    00:00:00.688543 Bit 27 = 1 (0)
    00:00:00.688543 Bit 29 = 1 (0)
    00:00:00.688544
    00:00:00.688545
    00:00:00.688545 ******************** End of CPUID dump **********************
    00:00:00.691182 VM: Halt method global1 (5)
    00:00:00.691223 HaltedGlobal1 config: cNsSpinBlockThresholdCfg=2000
    00:00:00.691254 Changing the VM state from 'CREATING' to 'CREATED'.
    00:00:00.691563 SharedFolders host service: adding host mapping
    00:00:00.691574 Host path '/srv/files', map name 'files', writable, automount=true, create_symlinks=false, missing=false
    00:00:00.691846 Changing the VM state from 'CREATED' to 'POWERING_ON'.
    00:00:00.691911 AIOMgr: Endpoints without assigned bandwidth groups:
    00:00:00.691916 AIOMgr: /home/matt/VirtualBox VMs/cole/cole-disk1_1.vmdk
    00:00:00.691975 Changing the VM state from 'POWERING_ON' to 'RUNNING'.
    00:00:00.697524 Guest Log: BIOS: VirtualBox 4.3.2
    00:00:00.698118 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
    00:00:00.702905 ERROR [COM]: aRC=VBOX_E_IPRT_ERROR (0x80bb0005) aIID={480b372c-c0b5-4c23-9bd7-dcbb85b1594c} aComponent={Display} aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, preserve=false
    00:00:00.711696 PIIX3 ATA: Ctl#1: RESET, DevSel=0 AIOIf=0 CmdIf0=0x00 (-1 usec ago) CmdIf1=0x00 (-1 usec ago)
    00:00:00.711739 PIIX3 ATA: Ctl#1: finished processing RESET
    00:00:00.712274 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
    00:00:00.719318 AHCI#0: Reset the HBA
    00:00:00.719376 AHCI#0: Port 0 reset
    00:00:00.719772 Guest Log: BIOS: AHCI 0-P#0: PCHS=16383/16/63 LCHS=1024/255/63 629145600 sectors
    00:00:00.719812 PIT: mode=2 count=0x48d3 (18643) - 64.00 Hz (ch=0)
    00:00:00.732459 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=640 h=480 bpp=32 cbLine=0xA00, flags=0x1
    00:00:00.987813 2D video acceleration is disabled.
    00:00:03.195036 PIT: mode=2 count=0x10000 (65536) - 18.20 Hz (ch=0)
    00:00:03.195309 Guest Log: BIOS: Boot : bseqnr=1, bootseq=0231
    00:00:03.195533 Guest Log: BIOS: Boot from Floppy 0 failed
    00:00:03.195756 Guest Log: BIOS: Boot : bseqnr=2, bootseq=0023
    00:00:03.196170 Guest Log: BIOS: CDROM boot failure code : 0003
    00:00:03.196342 Guest Log: BIOS: Boot from CD-ROM failed
    00:00:03.196554 Guest Log: BIOS: Boot : bseqnr=3, bootseq=0002
    00:00:03.196802 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=0000000000000000 w=720 h=400 bpp=0 cbLine=0x0, flags=0x1
    00:00:03.197435 Guest Log: BIOS: Booting from Hard Disk...
    00:00:03.802887 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1024 h=768 bpp=24 cbLine=0xC00, flags=0x1
    00:00:34.848503 RTC: period=0x200 (512) 64 Hz
    00:00:38.218843 AHCI#0: Reset the HBA
    00:00:38.291762 Guest Additions information report: Version 4.2.6 r82870 '4.2.6'
    00:00:38.292184 Guest Additions information report: Interface = 0x00010004 osType = 0x00037100
    00:00:38.292307 Guest Additions capability report: (0x0 -> 0x0) seamless: no, hostWindowMapping: no, graphics: no
    00:00:38.293642 Guest reported fixed hypervisor window at 00008000000 (size = 0x3400000, rc = VINF_SUCCESS)
    00:00:41.586563 Guest Log: VBoxMP::VBoxDrvFindAdapter: using HGSMI
    00:00:41.872000 OHCI: Software reset
    00:00:41.872200 OHCI: USB Reset
    00:00:41.942715 OHCI: USB Operational
    00:00:42.250934 IEM: rdmsr(0x40000081) -> GP(0)
    00:00:42.252200 IEM: rdmsr(0x40000081) -> GP(0)
    00:00:42.252943 IEM: rdmsr(0x40000081) -> GP(0)
    00:00:42.254204 IEM: rdmsr(0x40000081) -> GP(0)
    00:00:43.902183 Guest Log: VBoxDisp[0]: VBVA enabled
    00:00:43.902224 VBVA_INFO_SCREEN: [0] @0,0 1440x2560, line 0x1680, BPP 32, flags 0x1
    00:00:43.902241 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2560 bpp=32 cbLine=0x1680, flags=0x1
    00:00:43.906850 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2560 bpp=32 cbLine=0x1680, flags=0x1
    00:00:46.006007 RTC: period=0x20 (32) 1024 Hz
    00:00:46.106422 RTC: period=0x100 (256) 128 Hz
    00:00:46.662178 RTC: period=0x20 (32) 1024 Hz
    00:00:46.692265 RTC: period=0x100 (256) 128 Hz
    00:00:50.196235 RTC: period=0x20 (32) 1024 Hz
    00:01:19.886524 Starting host clipboard service
    00:01:19.886561 Initializing X11 clipboard backend
    00:01:19.888113 Guest Additions capability report: (0x0 -> 0x4) seamless: no, hostWindowMapping: no, graphics: yes
    00:01:19.888276 Shared clipboard: starting shared clipboard thread
    00:01:19.888553 VMMDev::SetVideoModeHint: got a video mode hint (1440x2461x0)@(0x0),(1;0) at 0
    00:01:19.903028 Guest Additions capability report: (0x4 -> 0x5) seamless: yes, hostWindowMapping: no, graphics: yes
    00:01:21.032482 Guest Log: VBoxDisp[0]: VBVA enabled
    00:01:21.032514 VBVA_INFO_SCREEN: [0] @0,0 1440x2461, line 0x1680, BPP 32, flags 0x1
    00:01:21.032521 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2461 bpp=32 cbLine=0x1680, flags=0x1
    00:01:21.038856 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2461 bpp=32 cbLine=0x1680, flags=0x1
    00:01:25.106348 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2461 bpp=32 cbLine=0x1680, flags=0x1
    00:01:25.106585 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2461 bpp=32 cbLine=0x1680, flags=0x1
    00:01:25.218051 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2461 bpp=32 cbLine=0x1680, flags=0x1
    00:01:25.360556 VMMDev::SetVideoModeHint: got a video mode hint (1440x2532x0)@(0x0),(1;0) at 0
    00:01:25.369438 Guest Log: VBoxDisp[0]: VBVA enabled
    00:01:25.369462 VBVA_INFO_SCREEN: [0] @0,0 1440x2532, line 0x1680, BPP 32, flags 0x1
    00:01:25.369473 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2532 bpp=32 cbLine=0x1680, flags=0x1
    00:01:25.369480 Display::handleDisplayResize(): Warning: resize postponed.
    00:01:25.378688 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2532 bpp=32 cbLine=0x1680, flags=0x1
    00:01:25.398875 Display::handleDisplayResize(): uScreenId = 0, pvVRAM=00007f4358000000 w=1440 h=2532 bpp=32 cbLine=0x1680, flags=0x1
    VBoxSVC.log:
    VirtualBox XPCOM Server 4.3.2_OSE r90405 linux.amd64 (Nov 2 2013 00:37:14) release log
    00:00:00.001347 main Log opened 2013-11-04T08:49:51.549755000Z
    00:00:00.001351 main Build Type: release
    00:00:00.001355 main OS Product: Linux
    00:00:00.001356 main OS Release: 3.11.6-1-ck
    00:00:00.001357 main OS Version: #1 SMP PREEMPT Fri Oct 18 16:25:57 EDT 2013
    00:00:00.001385 main DMI Product Name: 2436CTO
    00:00:00.001395 main DMI Product Version: ThinkPad W530
    00:00:00.001454 main Host RAM: 15649MB total, 12865MB available
    00:00:00.001459 main Executable: /usr/lib/virtualbox/VBoxSVC
    00:00:00.001460 main Process ID: 7507
    00:00:00.001461 main Package type: LINUX_64BITS_GENERIC (OSE)
    00:00:00.109579 nspr-2 Loading settings file "/home/matt/.VirtualBox/VirtualBox.xml" with version "1.12-linux"
    00:00:00.116532 nspr-2 Successfully initialised host USB using sysfs
    00:00:00.120707 nspr-2 NetIfAdpCtlOut: VBoxNetAdpCtl: Error while retrieving link speed for wlp3s0: VBoxNetAdpCtl: ioctl failed: Operation not supported
    00:00:00.121136 nspr-2 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
    00:00:00.121772 nspr-2 VDInit finished
    00:00:00.122352 nspr-2 ERROR [COM]: aRC=NS_ERROR_FA

    This page mentions that the permissions of /dev/vboxdrvu should be 0666, but that they may erroneously be set to 0600:
    Linux installers: Move the udev rule execution order from 10 to 60. The reason for having it at 10 was to allow other rules to overwrite these rules, mainly permissions of the USB devices. This is not longer necessary (we are using /dev/vboxusb for a long time now) and we need to take care that certain systems like EL6 don't reset the permissions of /dev/vboxdrvu -- the unrestricted device -- back to 0600 (we want 0666 here).
    And sure enough:
    matt@localhost ~ $ ls -Al /dev | grep vbox
    crw------- 1 root root 10, 59 Nov 8 11:46 vboxdrv
    crw------- 1 root root 10, 58 Nov 8 11:46 vboxdrvu
    drwxr-x--- 3 root vboxusers 60 Nov 8 11:46 vboxusb/
    I've changed the permissions on /dev/vboxdrvu to 0666, and the VirtuaBox log is not longer getting filled with the
    Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE
    error message.  I'll check back in here once I've had enough time to assess my Windows 7 guest's stability.

  • Erros na instalação de sistema dentro do Virtualbox

    Pessoal,
    Alguém poderia me ajudar a descobrir o que está de errado com meu computador?
    Tinha um software que tem drives que só funciona até o win 7 (32bits) e minha máquina tem o win8 64bits.
    Primeiro tentei instalar em modo de compatibilidade mas não funcionou. Primeiro deu aquele erro de driver não assinado do Win8...
    Consegui informações de como desabilitar mas mesmo assim a instalação falhou.
    Então tentei usar o Virtualbox 4.3.16 fiz tudo como manda o manual e também vários tutoriais no Youtube... mesmo assim cai na armadilha do Virtualbox não reconhecer sistemas 64bits. Desinstalei e reinstalei tudo de novo achando que tinha ocorrido um erro na primeira instalação.  Achei um tutorial que mostrava que devia habilitar na Bios a virtual machine.
    Bom, agora com tudo funcionando, já tentei diversas vezes instalar o Win7 sem sucesso. já fiz download de 09 ISO diferentes e, sempre que tento instalar, cada um deles acaba dando um erro diferente...
    Em alguns nada acontece, apenas fica uma tela preta ... em outras alerta que falta BOOTMGR, em outras começa a instalação e trava a 93%  e assim por diante.
    Como acho impossível que todas essas 9 versões que baixei da internet (alguma originais da Microsoft) tenham problema, acredito que seja algum problema relacionado com configuração da minha máquina, seja na BIOS, seja nos aplicativos ou recursos do Windows 8 que estão configurados ou habilitados de alguma forma que o Virtualbox  não consegue instalar nada.
    Fiz vários screenshot mostrando que dependendo da imagem ISO utilizada, um novo erro aparecia... deixei parte do programa aparecendo a configuração no momento. Vocês podem verificar que tentei várias configurações e ISOS.
    Por favor eço que me ajudem a descobrir o que pode estar acontecendo que impede de eu usar o Virtualbox.

    Nesse caso o ideal seria você criar uma maquina como servidor dai todas as maquinas usariam os programas instalados na maquina servidor,assim você configura e instala uma só vez o sistema

  • After upgrade to CF9, CFIMAGE "Unable to create temporary file" error

    We recently upgraded from CF8 to CF9 Enterprise.  I'm getting an "Unable to create temporary file" error on
    my CFIMAGE resize calls.  We use sandbox security.  I assume I need to grant write access to whatever folder CF uses for temp files, but which folder is it?   The same code (and sandbox settings) ran fine in CF8....
    Note, if I attempt to add C:\JRun4\servers\cfusion\SERVER-INF\temp to the sandbox for this particular app, CF crashes on all requests across all apps on the server with a:
    Security: The requested template has been denied access to C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc1510154633.c lass.
    The following is the internal exception message: access denied (java.io.FilePermission C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfclasses\cfapp2ecfc1510154633.c lass read)
    ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem.
    I need to restart CF to get everything working again.

    Another update.   Had a problem with a sandboxed CF9 site doing a simple CFIMAGE READ to a memory variable.  Got an "Unable to create temporary file" error.
    Inserted the following code in the file upload page:
    <cfscript>
    writeoutput("Temp Dir : " & createobject("java","java.lang.System").getProperty("java.io.tmpdir") );
    </cfscript>
    ... and it reveals the temp directory as C:\WINDOWS\TEMP.  Added that to the sandbox, and the CFIMAGE READ is working properly now.
    Note this seems inconsistent with CFIMAGE RESIZE behavior which appears to use the CF GetTempDirectory() value, which in my case is C:\JRun4\servers\cfusion\SERVER-INF\temp\cfusion-war-tmp\
    For reference, see the section "Sandbox Considerations" at this link:
    http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fc8 .html#WSc3ff6d0ea77859461172e0811cbf364104-7fcc

  • CF9 installation on Windows Server 2008 R2 64 bit

    Our company is looking purchase CF9 standard edition and install it on a Windows Server 2008 Std. Edition R2 64bit.
    Does anyone forsee any problems as far as compatibility is concerned?

    Not in the slightest - I installed five just the other week
    All our virtual machines, running 2008 R2 x64. We went for Enterprise Edition, but I believe in CF9 they're both 64-bit anyway. These are the from the build notes I built up:
      Install extra roles:
        Application Server
        Web Server (IIS)
          Application Development
          IIS6 METABASE Compatibility
      Install extra Features:
        SMTP Service
    Other than that nothing else needs doing. It's worth noting (as a slight but irritating aside) that in 2008 R2 the SMTP service is set to Manual not Automatic, so you'll want to change that unless you want your emails to stop every time you reboot the box.
    But the actual install itself was far simpler than CF8 on 2008.
    O.

  • Problem on installation Solaris 10 on virtualbox 3.0.8

    I want to install solaris 10 as a guest system on virtualbox in Windows XP sp3.
    I downloaded the solaris.10.for.x86.dvd disc already.
    The installing progress hold on "Skipped interface e1000go" for a long time.
    After that, it went into the step of "Select a Language"...
    But either the keyboard or mouse does work at all.
    The installation dead on showing "Please ....... help: _"
    The cursor stopped flicking, showing on the screen all the time.
    No matter which key I hitted, there isn't any response at all...
    I waited it for more than 8 hours, nothing happened...
    Who could tell me why? Thanks for all...
    Host system: WinXP SP3
    Guest system: Solaris 10
    Virtualbox: ver 3.0.8
    The guest system used the default configurations.

    You can try the newly released Solaris 10 10/09 VDI image from:
    https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=virtualbox-s10U8-x86-G-F@CDS-CDS_SMI
    This is a complete ready-to-run image that won't require installing. It might help debug issues such as keyboard and mouse, separating it from install issues.
    -- Alan

  • VirtualBox from hard disk, nvidia glx conflict

    Howdy folks, I recently started getting into arch linux and set it up for dual booting. Being a graphics engine developer for multiple platforms I began to work on adding support for linux.
    What I was trying to set up was so that I can use VirtualBox to load my arch install from hard disk, which I have gotten running, so that I can use virtual box to test if things work when developing simultaneously for windows, and boot over to arch for performance optimization type stuff.
    The problem I am having however is that in VirtualBox I can not get the glx extensions to load, looking at the log file it's definitely trying to load the nvidia glx extensions. My PC has an Nvidia Geforce 9600GT, so for proper support in arch I of course installed the drivers for it.
    As per suggested in the wiki I removed the xorg.conf (actually just renamed it), along with a few other files in /etc/X11/xorg.conf.d that were causing problems in virtual box (mainly the 20-nvidia.conf file). I have verified it does boot into arch with full 3D support as it did when the xorg.conf was in place. But still having the problems getting the glx extension to load when inside VirtualBox.
    I would greatly appreciate any help ya'll can provide, being able to load my arch install from virtual box would make developing this graphics engine of mine so much easier. But I still want to be able to boot into arch. Having to use a VirtualBox instance booting from a virtual hard disk is a real pain since it add to the places I need to sync up source code.

    I think you misunderstood ngoonee. Just trying to get open gl working from within virtual box, I know it's only serving as a layer over the graphics stuff.
    The problem however is that to allow gpu acceleration when I boot into it, the nvidia driver will need to remain there. But it appears the glx in the nvidia driver will not play nice with what virtual box needs.
    Idea is to use the same arch install for both virtual box and the dual boot.
    Last edited by chronosifter (2010-07-21 04:28:54)

  • Installation of Arch (64) in VirtualBox, issues with Xorg

    Hi friends,
    I want to install Arch (64) in VirtualBox, recent versions both.
    I did the main installation procedure.
    But now I want to install X.
    I did "pacman -S xorg", and "Xorg -configure", and copied the newly created xorg-file to /etc/X11. It correctly recognizes "vboxvideo" as the video driver.
    Now the problem is this: the first time I do "xinit", it works, but after exiting, and commanding "xinit" again, I get a blank screen and a freeze.
    After exiting X the first time, it tells me about problems with DRI and DRM.
    (Sorry I can't insert the files here at the moment, because I don't have the Guest Additions installed yet.)
    Hope to hear from you,
    Daniel

    Can you please post the error messages it gives you?

  • [SOLVED] Can't get Steam to work, VirtualBox installation

    Hello!
    I'm having problems with getting Steam to work on my Arch Linux installation. I'm new to Linux so I'll just give you a prehistory & console output. I installed the distro on a virtual machine created in VirtualBox, installed xorg & KDE, I didn't install any video drivers because this is what wiki says:
    https://wiki.archlinux.org/index.php/VirtualBox#Installation_steps_for_Arch_Linux_guests wrote:Note: You do not need to also install a specific video driver in the guest system. Install the Guest Additions instead.
    So I installed "virtualbox-guest-utils" package, created a file /etc/modules-load.d/virtualbox.conf with the following contents:
    vboxguest
    vboxsf
    vboxvideo
    Then I executed
    sudo systemctl enable vboxservice
    and rebooted the system. After the reboot I got the shared clipboard feature working => VBox Guest Additions seemed to work. Then I installed "steam" package, launched it via the terminal and waited for it to download it's updated. After Steam downloaded everything, I tried to launch it once again via terminal and got this:
    Running Steam on arch  64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Xlib:  extension "GLX" missing on display ":0".
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Xlib:  extension "GLX" missing on display ":0".
    OpenGL GLX extension not supported by displayAssert( Assertion Failed: Fatal Error: OpenGL GLX extension not supported by display ):/home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/steamUI/Main.cpp:285
    Installing breakpad exception handler for appid(steam)/version(1405013548_client)
    Uploading dump (out-of-process) [proxy '']
    /tmp/dumps/assert_20140712040049_6.dmp
    Finished uploading minidump (out-of-process): success = yes
    response: CrashID=bp-e2313069-9637-4ef3-aeee-fe3b92140711
    and a GUI window saying "OpenGL GLX extension not supported by display". I tried to find a solution on the internet but they all mentioned installing Nvidia drivers. And VirtualBox GPU != Nvidia GPU.
    Is there any way to solve this? Steam is working on my Fedora-VBox (this is the distro our lecturer uses as an example to teach us about Linux) installation out of the box.
    EDIT: forgot to mention that system is x86_64, multilib in enabled, 3D acceleration in VM settings is enabled.
    Last edited by Nathel (2014-07-12 22:10:16)

    Fixed the issue by replacing nvidia-libgl with mesa-libgl & lib32-mesa-libgl.

  • No Sound in VLC and Virtualbox

    I have a workstation with two sound outputs - my ESI Juli@ and the HDMI out on my FirePro V5800.  I have an issue where some applications cannot produce sound.  That said, alsamixer and the OS itself do see the card, and it works just fine for sound from Firefox.
    Originally, my issue was ALSA defaulting to the HDMI out and not giving me any audio.  I first solved this by blacklisting the module for snd-hda-intel (the HDMI out).  This "hack" allowed the OS to automatically choose the Juli@ as the default sound card and got sound working in the OS itself and Firefox.  But then, I realized VLC and Virtualbox weren't working with the card and figured I should find a more proper solution.  I got the following message from VLC:
    "VLC failed to initialize your sound output device (if any).
    Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher to try to fix this issue."
    Looking at the ALSA page on the Arch wiki, I decided that manually reordering the modules was necessary.  The documentation there was poor, though, and I couldn't figure it out.  Eventually, I found a forum post about the above error message and someone put things in more simple language.  As such, I've modified my modprobe.conf to look like this:
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    options snd-ice1724 index=0
    options snd-hda-intel index=1
    I must've done something right, because the OS and Firefox get sound just fine with the Juli@ as the default sound card without me blacklisting the HDMI out's module.  However, my issue in VLC and Virtualbox remains with the same errror message, so I figure I'm missing something.
    Here is the output of aplay -l:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Juli [ESI Juli@], device 0: ICE1724 [ICE1724]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Juli [ESI Juli@], device 1: ICE1724 IEC958 [ICE1724 IEC958]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: ATI HDMI [ATI HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    The relevant entries from lspci -v:
    01:01.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
            Subsystem: Device 3031:4553
            Flags: bus master, medium devsel, latency 64, IRQ 23
            I/O ports at a000 [size=32]
            I/O ports at 9800 [size=128]
            Capabilities: <access denied>
            Kernel driver in use: ICE1724
            Kernel modules: snd-ice1724
    06:00.1 Audio device: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series]
            Subsystem: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series]
            Flags: bus master, fast devsel, latency 0, IRQ 51
            Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
            Capabilities: <access denied>
            Kernel driver in use: HDA Intel
            Kernel modules: snd-hda-intel
    And the output given by VLC when run from command line and given a file to play:
    VLC media player 1.1.6 The Luggage (revision exported)
    Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
    Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
    Blocked: call to setlocale(6, "")
    Blocked: call to sigaction(17, 0x7f2a8f203ab0, 0x7f2a8f203b50)
    Warning: call to signal(13, 0x1)
    Warning: call to signal(13, 0x1)
    Warning: call to srand(1296590680)
    Warning: call to rand()
    Blocked: call to setlocale(6, "")
    (process:5985): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
    Warning: call to signal(13, 0x1)
    Blocked: call to sigaction(11, 0x7f2a8f203370, (nil))
    Blocked: call to sigaction(6, 0x7f2a8f203370, (nil))
    Blocked: call to sigaction(5, 0x7f2a8f203370, (nil))
    Blocked: call to sigaction(8, 0x7f2a8f203370, (nil))
    Blocked: call to setlocale(1, "C")
    Blocked: call to setlocale(1, "en_US.utf8")
    Blocked: call to setlocale(1, "C")
    ALSA lib pcm_direct.c:980:(snd1_pcm_direct_initialize_slave) unable to install hw params
    ALSA lib pcm_dmix.c:1030:(snd_pcm_dmix_open) unable to initialize slave
    [0x26a0d60] oss audio output error: cannot reset OSS audio device
    [0x26a0d60] jack audio output error: failed to connect to JACK server
    ALSA lib pcm_direct.c:980:(snd1_pcm_direct_initialize_slave) unable to install hw params
    ALSA lib pcm_dmix.c:1030:(snd_pcm_dmix_open) unable to initialize slave
    Warning: call to sigaction(14, 0x7f2a85830850, (nil))
    SNDCTL_DSP_GETFMTS: Device or resource busy
    Warning: call to rand()
    Warning: call to rand()
    Warning: call to rand()
    Warning: call to rand()
    I'm thinking the system seeing the Juli@ as two devices means I need to add another line to modprobe.conf, but I'm not really sure at this point.  It'd be awesome if someone a little more expert regarding ALSA and maybe this audio chipset could please give a guy some help.

    BUMP for this one.
    I've updated packages since then, as well as manually selecting ALSA as playback for these two programs with no luck.  I've tried using the instructions here:
    http://www.alsa-project.org/main/index. … le-ice1724
    But it seems like most of it isn't relevant...  My Arch install has soundcore.ko.gz, snd-cmipci.ko.gz, and snd-ice1724.ko.gz just by proxy.  The part about /etc/conf.modules is deprecated in Arch as well.
    I'm dying to have sound in VLC and my VMs on my desktop.  Please help!

  • Having an issue with CF9 installation

    Hello,
    I'm trying to install CF9 on my computer but I'm having a problem once the installation has completed and it gets to the Administrator and Migration part (the part where it opens a browser). I enter in the admin password and click ok and then it goes on to the page that says the server is being configured. There's a note that says this may take a few minutes but after waiting 10-15, I get a timeout error that says the request is exceeding the allowable time limit. I'm not sure what to do at this point. I've tried re-installing and changing installation options but nothing works.
    On a separate note, after the installation completes I get a Jrun4 process in the Windows Task Manager and it completely hogs my computers memory. After a few minutes it will be using around 500mb of memory and the computer is unusable because of how long it takes to respond to every click.
    Please help!
    Here are my computer's stats:
    (All system requirements filled)
    Windows Vista Home Premium
    AMD Athlon(tm) 64 X2 Dual-Core Processor TK-57 1.9 GHz
    959 MB RAM
    32 - bit operation system
    My default browser is Google Chrome and that's what it uses when it goes through this problem. I've tried manually running the Administrator link with IE and firefox and I get the same problems.
    My computer is a HP Compaq Presario F700 Notebook PC and its about 2 years old although running well, maybe its just not up to running CF9?
    Thanks for any help,
    Alex

    Ok, I edited the config file so that line now reads:
    java.args=-server -Xmx240m ......
    and that worked so now Jrun is manageable for my computer. Thanks!
    Once I got the CF server started, I ran the Administrator page and once I entered my password it just stayed on that page until it timed out. It never went to the next page where it says please wait while the server is configured. Here is the time out error:
    and the command window shows:
    Did I limit the heap size too much?
    I also noticed one other thing that I thought might be important when I first ran cfstart.bat. It says "warning Unable to open ......". I have no idea if this means anything but just in case, I'm posting a screenshot of it. Its the 3rd line in the command window:
    Any more ideas?

  • Can't find connect to network in virtualbox.

    I recently installed arch onto virtualbox to test it out.  The live install .iso could connect fine, but after installation i couldn't connect. Please help i am new to arch.

    And what have you tried?

  • How to configure multiple instances in CF9

    I'm having a few issues with a couple of our staging servers that are running multiple instances of CF9, and I'm not sure if they're set up correctly. I have CF9 Enterprise multiserver installed and I created 4 additional instances using the Instance Manager. I also created a specific jvm for each one to use and reregistered each service to use the custom jvm. In Apache I added the following to each vhost (changing the serverstore and port):
    <IfModule mod_jrun22.c>
        JRunConfig Serverstore "C:/JRun4/lib/wsconfig/muffin/jrunserver.store"
        JRunConfig Bootstrap 127.0.0.1:51000
    </IfModule>
    However, when the service is stopped for one of the sites, instead of getting the JRun 500 error it will instead return a CF error or the site will still come up. But if I stop the main CF server service it will kill all the sites.
    So it seems that all the instances are still tied to the main service. Is there something I'm missing here or something that wasn't configured correctly?
    I used this guide when setting it all up. http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fc4 .html
    Thanks for any help.

    Thanks again for the help, I think we're getting closer
    So I added all the instances to the wsconfig.properties file and they all show up when I run the wsconfig.exe.
    #JRun/ColdFusion MX Web Server Configuration File
    #Mon Mar 01 13:30:00 PST 2010
    1=Apache,C:/Apache2.2/conf,"",C:\\Apache2.2\\bin\\httpd.exe,"",false
    1.srv=cfusion,"cfusion"
    1.cfmx=true,<null>
    2=Apache,C:/Apache2.2/conf,"",C:\\Apache2.2\\bin\\httpd.exe,"",false
    2.srv=cf2,"cf2"
    2.cfmx=true,<null>
    3=Apache,C:/Apache2.2/conf,"",C:\\Apache2.2\\bin\\httpd.exe,"",false
    3.srv=cf3,"cf3"
    3.cfmx=true,<null>
    4=Apache,C:/Apache2.2/conf,"",C:\\Apache2.2\\bin\\httpd.exe,"",false
    4.srv=cf4,"cf4"
    4.cfmx=true,<null>
    5=Apache,C:/Apache2.2/conf,"",C:\\Apache2.2\\bin\\httpd.exe,"",false
    5.srv=cf5,"cf5"
    5.cfmx=true,<null>
    I also did this for each instance....since they were set to true.
    Open the jrun_root/servers/servername/SERVER-INF/jrun.xml file for each server instance and locate the ProxyService service. Ensure that the deactivated element is set to false
    But lets say I kill the service for cf2 and/or stop it in CF Admin from the Instance Manager, the site still stays up...
    Here's a sample of my Apache configs.
    httpd.conf
    # JRun Settings
    LoadModule jrun_module "C:/JRun4/lib/wsconfig/1/mod_jrun22.so"
    <IfModule mod_jrun22.c>
        JRunConfig Verbose false
        JRunConfig Apialloc false
        JRunConfig Ignoresuffixmap false
        JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
        JRunConfig Bootstrap 127.0.0.1:51020
        #JRunConfig Errorurl url <optionally redirect to this URL on errors>
        #JRunConfig ProxyRetryInterval 600 <number of seconds to wait before trying to reconnect to unreachable clustered server>
        #JRunConfig ConnectTimeout 15 <number of seconds to wait on a socket connect to a jrun server>
        #JRunConfig RecvTimeout 300 <number of seconds to wait on a socket receive to a jrun server>
        #JRunConfig SendTimeout 15 <number of seconds to wait on a socket send to a jrun server>
        AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
    </IfModule>
    httpd-vhosts.conf
    <VirtualHost x.x.x.x:80>
        DocumentRoot "C:/domains/cf2"
    <IfModule mod_jrun22.c>
        JRunConfig Verbose true
        JRunConfig Serverstore "C:/JRun4/lib/wsconfig/2/jrunserver.store"
        JRunConfig Bootstrap 127.0.0.1:51000
    </IfModule>
    </VirtualHost>
    <VirtualHost x.x.x.x:80>
        DocumentRoot "C:/domains/cf3"
    <IfModule mod_jrun22.c>
        JRunConfig Verbose true
        JRunConfig Serverstore "C:/JRun4/lib/wsconfig/3/jrunserver.store"
        JRunConfig Bootstrap 127.0.0.1:51002
    </IfModule>
    </VirtualHost>
    I also noticed that in each jrunserver.store for every instance, all that's in there is "proxyservers=" Should there be anything else?

Maybe you are looking for

  • Can't upgrade my ipad2 to ios5 .. itunes says ipad update server not found

    I have my main desktop I use for setting up my new iPad2.  Syncs fine, but when I tried to update to ios5, keep getting message that ipad update server is not available, check internet connection.  Itunes sees the internet, because it allows me to co

  • How to change color of a JTable's row

    Hi, I have written this code to change the color of the first column and 3rd row of my JTalble but although column painting is OK, row background color applies for all cells. What is wrong with my code?      public Component prepareRenderer(TableCell

  • SAP FS-CD logic for cancellation of policies

    Hi, I am new to SAP FS-CD.  Hence I am finding it difficult to get the logic for many funtionalities.  Here is one requirement we have. We need to know all the policies that are flagged for cancellation and rescission.  Which table and fields I can u

  • Removing the title bar

    Hello, I saw in an earlier post that it is much easier to remove the title bar in 2.0 and that how to do it is in the documentation. Where would this be documented? All I've figured out how to do so far is make the title bar, title text, and banner b

  • How do I uninstall Firefox 28.0?

    I keep receiving the msg box Firefox w/ a circled red X "Couldn't load XPCOM". Then I searched and it said it would be best to uninstall FF then reinstall a fresh version. Then I try to uninstall FF28.0 and I can't get it to uninstall. It doesn't res