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 =
2008 May 13
1
getting multiple network interfaces to work in 3.2
I have a couple of Xen 3.1 servers running on Ubuntu 7.10 AMD64 Server machines.
I decided to to upgrade these machines up to the latest release of
Ubuntu (8.04 LTS)
which upgrades Xen to version 3.2.
I upgraded the first machine, installed the xen component.
these machines all have two network interfaces one connected to the
WAN and the other
to the local LAN network.  In a tutorial i read a
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
2004 Dec 05
1
Hardware PSTN Gateways?
I am thinking about setting up an asterisk PBX system for my
company.   But since I can't be at all the locations all the time I am
setting up an automatic backup system where if the backup detects that
the primay is down it takes over the IP so calls  can be made once
more.  For this reason I want to setup a seperate HARDWARE  PSTN
Gateway.
  Are there any equiptment that can be plugged into
2007 Nov 13
2
lvm over nbd?
I have a system with a large LVM VG partition.
I was wondering if there is a way i could share the partition
using nbd and have the nbd-client have access the LVM
as if it was local.
SYSTEM A: /dev/sda3 is a LVM partition and is assigned to
VG volgroup1.  I want to share /dev/sda3 via nbd-server
SYSTEM B: receives A''s /dev/sda3 as /dev/nbd0.  I want to
access it as VG volgroup1.
I am
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'',
2007 Aug 17
1
swap partition and live migration.
when performing a live migration i know the contents of the ram
is copied over two the new xen server, but how about the contents
of the swap partition.
currently I have the swap partition in a seperate loopback file
from the root partition.  if i want to do a live migration, do i have to
give the new server access to the swap partition file along
with the root partition file?  of can i just
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):
2011 Sep 29
0
I can't figure out how to redirect a call to a trunk.
OK, i am hoping that someone will be able to help me out.
I am using FreePBX 2.8.1.4
I have two asterisk servers connected with a iax trunk.
The trunk is working fine when used via the outbound route setting.
meaning an extension on one server can call a specific extension on
the other server.
now what i want to do is set it up so that an incoming call (from a
third server)
is redirected to the
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