Hey all, I''m trying to get VT working on an Intel Pentium D 930 CPU.. when doing an ''xm dmesg'', I get: (XEN) VMXON is done ..so I''m assuming that VMX is working properly. However, when I start up a Xen domain with the following config file: import os, re arch = os.uname()[4] if re.search(''64'', arch): arch_libdir = ''lib64'' else: arch_libdir = ''lib'' kernel = "/usr/lib/xen/boot/hvmloader" builder=''hvm'' memory = 384 name = "WindowsTest" vif = [ ''type=ioemu, bridge=xenbr0'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''destroy'' device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm.debug'' boot=''d'' sdl=0 vnc=1 vncviewer=0 stdvga=0 serial=''pty'' ne2000=0 ..things appear to be starting, but if I do a ''ps'', I get: root 5730 0.5 0.0 0 0 ? Z 23:45 0:00 [qemu-dm] <defunct> ..any ideas on how to debug this? ------------------------------------------------------------------------ | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com | | depriving some poor village of its idiot since 1981 | ------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Sun, 21 May 2006, Nate Carlson wrote:> ..so I''m assuming that VMX is working properly. However, when I start up a > Xen domain with the following config file:<..>> ..things appear to be starting, but if I do a ''ps'', I get: > > root 5730 0.5 0.0 0 0 ? Z 23:45 0:00 [qemu-dm] <defunct> > > ..any ideas on how to debug this?OK, if I use SDL, then I can do a Windows install until the reboot.. at the reboot point, I change boot="d" to boot="c", but never get anything but a black screen, although the CPU usage counters do continue to increment. I am doing a remote X display - could that be causing issues? If I try to use vnc=1, I get the following in /var/log/qemu-dm.X.log: xen:/etc/xen# cat /var/log/qemu-dm.8434.log domid: 16 qemu: the number of cpus is 1 Connected to host network interface: tun0 shared page at pfn:18401, mfn: 10eeaa Warning: could not read keymap - falling back native keycodes! Could not initialize keyboard xen:/etc/xen# ..this happens both when compiled with LibVNCserver 0.7 and 0.9-pre (CVS). Any ideas? ------------------------------------------------------------------------ | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com | | depriving some poor village of its idiot since 1981 | ------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, 22 May 2006, Nate Carlson wrote:> OK, if I use SDL, then I can do a Windows install until the reboot.. at > the reboot point, I change boot="d" to boot="c", but never get anything > but a black screen, although the CPU usage counters do continue to > increment. I am doing a remote X display - could that be causing issues?For some odd reason, this is now working - I just started from scratch and did the same thing, but now I get the full windows installer - yay!> If I try to use vnc=1, I get the following in /var/log/qemu-dm.X.log: > > xen:/etc/xen# cat /var/log/qemu-dm.8434.log > domid: 16 > qemu: the number of cpus is 1 > Connected to host network interface: tun0 > shared page at pfn:18401, mfn: 10eeaa > Warning: could not read keymap - falling back native keycodes! > Could not initialize keyboard > xen:/etc/xen# > > ..this happens both when compiled with LibVNCserver 0.7 and 0.9-pre (CVS). > > Any ideas?I''d still appreciate any comments on how to get VNC working.. I''d much prefer to have VNC support, since I could have a detached console that way. ------------------------------------------------------------------------ | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com | | depriving some poor village of its idiot since 1981 | ------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, 22 May 2006, Nate Carlson wrote:> I''d still appreciate any comments on how to get VNC working.. I''d much > prefer to have VNC support, since I could have a detached console that > way.(if someone has a working qemu-dm binary from Xen 3.0.2+ on amd64, and could send it to me, I''d much appreciate it!) ------------------------------------------------------------------------ | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com | | depriving some poor village of its idiot since 1981 | ------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, 22 May 2006, Nate Carlson wrote:> OK, if I use SDL, then I can do a Windows install until the reboot.. at > the reboot point, I change boot="d" to boot="c", but never get anything > but a black screen, although the CPU usage counters do continue to > increment. I am doing a remote X display - could that be causing issues? > > If I try to use vnc=1, I get the following in /var/log/qemu-dm.X.log: > > xen:/etc/xen# cat /var/log/qemu-dm.8434.log > domid: 16 > qemu: the number of cpus is 1 > Connected to host network interface: tun0 > shared page at pfn:18401, mfn: 10eeaa > Warning: could not read keymap - falling back native keycodes! > Could not initialize keyboard > xen:/etc/xen# > > ..this happens both when compiled with LibVNCserver 0.7 and 0.9-pre (CVS).I got this working. I was building Debian packages myself, and missed /usr/share/xen/qemu/*. D''oh! Added those, and VNC works.. however, the mouse movement is *way* off. :) ------------------------------------------------------------------------ | nate carlson | natecars@natecarlson.com | http://www.natecarlson.com | | depriving some poor village of its idiot since 1981 | ------------------------------------------------------------------------ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users