search for: testwin

Displaying 5 results from an estimated 5 matches for "testwin".

2007 Oct 29
2
Windows 2003 Server Installation Problem in Centos 5 Xen 3.0.3-25.0.4.
..., I am trying to install Windows 2003 server as a guest OS in Centos 5 Xen and installation is freeze , i am attaching screen shot, here is xend log file details [2007-10-29 17:04:11 xend.XendDomainInfo 3413] DEBUG (XendDomainInfo:190) XendDomainInfo.create(['vm', ['name', 'testwin'], ['memory', '1024'], ['maxmem', '1024'], ['vcpus', '2'], ['uuid', '12d4c97e-4cec-5e5d-e94c-d9fc5496a2c5'], ['on_poweroff', 'destroy'], ['on_reboot', 'destroy'], ['on_crash', 'destroy...
2011 Aug 20
1
Detaching LVM volume from Windows guest
Hello, I have some difficulties regarding to above title. Windows as guest OS is running on KVM(Ubuntu natty). After attaching LVM volume to guest OS and did "safely remove device" in guest windows, detaching volume was failed. > root at localhost:/opt/win# virsh detach-disk testwin vdc > error: Failed to detach disk > errpr: operation failed: detaching virtio-disk2 device failed: Device 'virtio-disk2' not found But kvm(qemu?) seems like detaching device successfully. > root at localhost:/opt/win# virsh qemu-monitor-command testwin 'info block' > d...
2003 Mar 08
1
win2k, roaming profiles and samba
Hi, i have this samba 2.2.7a configured as a PDC. I have been trying hard to make samba pick up the roaming profiles but its not able to. It's says the permission is denied on the server for the client to access its profile. Please help!!! Below is my smb.conf # Global parameters [global] workgroup = SAMBAPDC netbios name = PCSERVER server string = Primary Domain Server running
2008 Jan 28
4
GridTableBase
Hello all, i''m using wxruby 1.9.4 with Grid and the model class: "GridTableBase" like in the code below. But the method set_table of the grid does''nt work. Can anyone help me? require ''wx'' include Wx class MyGridTableBase < GridTableBase def get_attr row, col, attr_kind ## end def get_number_rows 0
2009 Apr 10
6
ActiveX error when running an application(VB 6 based)
I am trying to run a home made Visual Basic 6 application on SUSE Linux Desktop 10, using "wine-1.1.18-2.1" Installation of VB 6 Application went smooth, and creates the directory under "/root/.wine/drive_c/Program\ Files/PrjPatientInfo". I then did the following # cd /root/.wine/drive_c/Program\ Files # cd PrjPatientInfo # wine cmd C:\Program Files\PrjPatientInfo>