similar to: trying to get a windows2000 moved over to a xen machine.

Displaying 20 results from an estimated 1000 matches similar to: "trying to get a windows2000 moved over to a xen machine."

2007 Oct 24
1
Unexpected error: exceptions.OSError - Setting up Windows XP HVM
Hello everybody, i have a problem setting up a DomU with Windows XP. I get the following error: xen:/etc/xen# xm create windows.hvm Using config file "./windows.hvm". VNC= 1 Unexpected error: exceptions.OSError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-3.1-1/bin/xm", line 7, in ? main.main(sys.argv) File
2009 Dec 02
0
Unexpected error: <type ''exceptions.OSError''>
Hi I`m trying to start win2k3R2 in XEN with this config # grep -v ^# /etc/xen/win2k3.hwm | grep -xv '''' import os, re arch = os.uname()[4] if re.search(''64'', arch):     arch_libdir = ''lib64'' else:     arch_libdir = ''lib'' kernel = "/usr/lib/xen-3.2-1/boot/hvmloader" builder=''hvm'' memory = 1024 name =
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
Hello, I''m using Xen (installed from source - "hg clone http://xenbits.xen.org/xen-4.0-testing.hg") on Debian Lenny. Dom0 kernel is 2.6.32-bpo.5-xen-686. Until now I have successfully ran the Lucid Ubuntu as domU guest, defining disks as (and also as file:): disk = [''tap2:aio:/home/xen/domains/lucid/disk.img,xvda1,w'',
2010 May 22
0
xend.log when pygrub failed to boot
I have uploaded xend.log http://pastebin.com/XyQkEits and daemon.log http://pastebin.com/m0fpnzyR I was creating a DomU which had failed to boot via pygrub. It seems problem lies in Debian itself /var/run/xend/boot/ does not exist on the target system. Here is a snapshot http://farm5.static.flickr.com/4006/4626021351_d1a6f9c014_b.jpg Following was the error Traceback (most recent call last):
2008 Oct 08
6
pci pass-through failure on xen 3.3.0
Hi all, I downloaded the xen 3.3.0 and now testing the pci pass-through with the NIC. Using late binding, the pci slot 0000:08:01.0 is assigned to pciback. But pci related xm commands are not working. For eg: linux-242:/home/xen-3.3.0 # xm pci-list-assignable-devices Unexpected error: <type ''exceptions.OSError''> Please report to
2008 Sep 17
2
[Xen-ia64-devel] [PATCH] xm: Don''t spawn vncviewer twice.
Hi. I found this issue with IA64 box while looking at the c/s of 18204:21dd1fdb73d8, but I believe the things is same with x86 box. I''m not sure whether this patch coexist with the old ioemu which is to be removed soon. So it might be desirable to apply this patch after deleting the internal ioemu tree. thanks, xm: Don''t spawn vncviewer twice. Without this patch, vncviewer
2009 Feb 11
0
Bug#514918: xen-utils-unstable: xend starts with errors
Package: xen-utils-unstable Version: 3.3-unstable+hg17961-1 Severity: important if I try to start or restart xend, I get this errors: /etc/init.d/xend restart Restarting XEN control daemon: xendTraceback (most recent call last): File "/usr/lib/xen-unstable/bin/xend", line 146, in <module> sys.exit(main()) File "/usr/lib/xen-unstable/bin/xend", line 123, in main
2008 Oct 07
0
xend accesses wrong pci slot while enabling pci pass-through on xen3.3.0
Hi all, I am trying the pci-passthrough on xen 3.3.0. I binded the pci slot to pciback using late binding. But xend fails to allocate this slot to domU. linux-242:/home/xen-3.3.0 # xm create -c pci=08:01.0 /etc/xen/xen3.3_guest1 Using config file "/etc/xen/xen3.3_guest1". Error: [Errno 2] No such file or directory: ''/sys/bus/pci/devices/0000:06:00.0/config''
2004 Apr 14
2
Problem creating new domain in unstable
Hi, I just had a try using the xeno-unstable. When I used the xc_dom_create.py to create a new domain I got the followings: ============================================== Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 332, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 238, in make_domain
2004 May 20
1
xc_dom_create.py cpu flag
I pulled unstable yesterday and noticed xc_dom_create.py does not have a default value for cpu, so python complains Traceback (most recent call last): File "/usr/bin/xc_dom_create.py", line 408, in ? (current_id, current_port) = make_domain() File "/usr/bin/xc_dom_create.py", line 234, in make_domain id = xc.domain_create( mem_kb=mem_size*1024,
2010 May 17
0
strace log
strace output to my problem posted here on same list is http://xen.markmail.org/thread/ltl2faagvqdl4coh execve("/usr/sbin/xm", ["xm", "create", "centos5.cfg"], [/* 17 vars */]) = 0 brk(0) = 0x6c8000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4868b02000
2008 Aug 04
0
[PATCH] stubdom: rename the ioemu-dm domain config file to domainname-dm
stubdom: rename the ioemu-dm domain config file to domainname-dm, which is shorter, makes more sense, and sorts better. diff -r c9b516a77927 stubdom/README --- a/stubdom/README Mon Aug 04 11:29:45 2008 +0100 +++ b/stubdom/README Mon Aug 04 12:51:31 2008 +0100 @@ -10,6 +10,9 @@ of video memory for the HVM domain, you of video memory for the HVM domain, you need to avoid the need for ballooning,
2002 Jun 07
2
problem about windows2000
I want to use samba to access shared files on remote windows2000, the 'guest' account on windows2000 is disabled, I know the password of administrator on windows2000. This doesn't work: smbmount //remote-host/share /mnt/remote -o username=administrator password=**** Please tell me how to access shared files on remote windows 2000 professional. Thank you. -------------- next part
2002 Jun 16
1
Can NOT start R in windows2000 (PR#1678)
Full_Name: Xin Tian Version: 1.5.0 or 1.4.0 OS: windows 2000 Submission from: (NULL) (165.230.240.114) I tried to install R 1.5.0 or R 1.4.0 to my PC with windows2000. After installation, whenever I clicked R icon, it returned to me an error message: "Rgui.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created."
2002 Oct 22
0
How to generate bootable medium under Windows2000 ???
Hello syslinux We are using a compact-flash as bootmedium for SysLinux and Linux 2.4.x. We use an IDE to ComPact-flash 'converter' in the target. So far, we have generated the boot-medium on Linux-host, via a USB-compact-flash reader/writer, and this works fine. Our customer would like to generate new boot-flashes from Windows2000 via SysLinux.com. Now the problem starts, as
2000 Mar 02
1
Windows2000 and browsing
Hi, I installed Windows2000 and now i'm wondering how to browse my samba server. In the network environment i see the server, but when i double clickt on it it says "The remote procedure call failed and did not execute". With net view \\server i get the same answere + System error 1727. I can make connections and every thing else works ok. The Windows 98 workstations in the network
2001 Jul 10
1
Windows2000 questions
I am about to configure Wine on RH7.1 and have it work with windows2000 and OfficeXP with 2 partitions in NTFS / FAT32....any considerations or general opinions? I just downloaded the unstripped and want to get going...... I have not seen any postings dealing with this. TIA ~PJ
1999 Jun 24
0
SAMBA question on Windows2000.
Hello all, I have just installed samba on my linux machine, but failed to browse Linux resources from a Windows2000 machine. But if i changed the 'security = user' to 'security = share', i can browse linux from Windows2000 box, i don't think i have problems with the connections. I guess there must be something wrong with the password authentication methods. I read the
2002 Apr 11
1
libao: IRIX patch
Here's a patch for the current CVS version of libao which makes the IRIX plug-in compile and work properly. Michael --- ./src/plugins/irix/ao_irix.c Fri Aug 3 19:56:17 2001 +++ ../libao-0.8.2/./src/plugins/irix/ao_irix.c Thu Apr 11 20:16:41 2002 @@ -36,12 +36,13 @@ #include <ao/ao.h> +#define AO_IRIX_BUFFER_SIZE 32768 typedef struct ao_irix_internal { - static ALport alport =
2002 May 28
0
Print drivers and Windows2000 clients...
Greetings, We are running Samba 2.2.0a on Slackware 8.0 w/2.2.19 kernel with a mix of Windows 98SE and Windows2000 Pro clients (about 60 98SE clients and 10 Win2k Pro clients). We aspire for this box to be a fax server using Hylafax 4.1.2 and smbfax 1.4. Everything works fine for the Win98SE clients using the HP IIP PS Cartridge printer driver from the 'Add Printer' wizard from Windows.