similar to: Windows Multi-Processor under XEN??

Displaying 20 results from an estimated 5000 matches similar to: "Windows Multi-Processor under XEN??"

2006 Mar 01
5
vmx problem - no booting from cd
Hi. I am trying get use xen vmx, it shows only black window. I attach my config and logs. config: import os, re arch = os.uname()[4] if re.search(''64'', arch): else: kernel = "/usr/lib/xen/boot/vmxloader" builder=''vmx'' memory = 128 name = "bluszcz" vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [
2006 Sep 01
2
unmodified guests (VMX?) access PCI devices
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello folks I played a lot with Xen last days, isnt it possible to access PCI devices which are hidden from dom0? I didnt get it - at least my windows domain didnt get it. Another question: Im using hvmloader but many pages also talk about the vmxloader, was it prior the hvmloader coz it doesnt exist anymore? cheers - -- Georg
2004 Jul 19
1
Windows 2003 AD/Kerberos Ticket error
I'm attempting to configure Samba 3.0.4 to work with Windows 2003 Active Directory, mapping users' home directories automatically. Currently we use this method in production with Windows 2000 but wish to migrate to 2003. The problem seems to be Kerberos related. I was able to join the Linux box (RedHat 9) to the AD. I can do a "kinit <username>" successfully. Klist shows a
2004 Jul 30
1
Failed to verify incoming ticket
Hi, I'm trying to get Samba 3.0.2 working against a Windows 2003 Active Directory. I can join the Linux box (RedHat Advanced Server) to the domain using "net ads join" and it appears in the Windows machine's Users and Computers snap in but when trying to map a drive from Windows you just get a continuous password dialog bog and on the Linux box Samba produces the following error
2004 Sep 16
3
Rsync param parsing using --rsh broken? (was: no subject)
Reposting this with a subject line :-) Hi, I'm trying to get rsync over OpenSSH/Cygwin working. I started with a command like this (which fails): $ rsync -v -v -v --recursive --rsh="ssh -i /home/ul081b/mpdm-keys/rsa-mpdm01mpdm@mpdm-w2k3" MPDM-W2K3::MPDM . opening connection using ssh -i /home/ul081b/mpdm-keys/rsa-mpdm01 mpdm@mpdm-w2k3 MPDM-W2K3 rsync --server --daemon . bash:
2006 Apr 26
1
Is there a multi-processor version of Xentop ?
Hi, Can someone please tell me if there is a multiprocessor version of xentop available or in the making ? I notice that the current xentop does not give any information per physical cpu on a multiprocessor machine. Thanks and regards Arjun _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 May 02
1
Samba3 PDC and W2K3 server
I can't join a SAMBA3 domain from a W2K3 server. - Error message on the W2K3 server : "The parameter is incorrect" - Error message in the samba logs : rpc_parse/parse_samr.c:samr_io_userinfo_ctr(6479) samr_io_userinfo_ctr: unknown switch level 0x1a rpc_server/srv_samr.c:api_samr_set_userinfo(786) api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO. - Samba version
2008 Jan 31
5
How-To create Windows HVM?
Hi, i''m a little bit stuck here with creating a HVM-Windows (w2k3) Guest under Xen 3.1. I''m using ubuntu 7,10 with a 2.6.22.16-xen-patched kernel which seems to be stable for single cpu-linux guests. Cpu is a Q6600 and XD,VT and VT-d is enabled in the bios. When i create the windows guest with ''xm create w2k3 -c" (conf below) I get: "Started domain
2005 May 02
3
W2K3 SP1 - PERSISTENT CONNECTION(S) BUG?
After testing my W2K3 SP1 terminal server against a SAMBA server *AND* a W2K server, I have noticed the following *odd* behavior. LOGIN: Map drive letters LOGOUT: Connections are still connected. on BOTH W2K and SAMBA file servers. LOGIN: Map drive letters LOGOUT: Now you have TWO sets of connections still connected for the one user. REPEAT: For each time you repeat the above procedure, you
2006 Sep 12
3
RE: Help: Xen HVM Domain can ONLY support four hard drivesat most???
>-----Original Message----- >From: xen-users-bounces@lists.xensource.com >[mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Liang Yang >Sent: 2006年9月12日 8:57 >To: xen-users@lists.xensource.com >Subject: [Xen-users] Help: Xen HVM Domain can ONLY support four hard >drivesat most??? > >Hi, > >I have 5 SATA hard drives and I want to expose all these five
2007 Nov 08
7
Best practice for users/groups on solaris
Hi all, I''m a new puppet user and I''m running into some weirdness around creating users on solaris. (puppet version 0.23.2) The virt_all_users way of managing users seems pretty reasonable, but I don''t see how to deal with user specific groups with that. I have: class virt_all_users { @user { "seph": ensure => "present",
2006 Apr 20
1
Unmodified 2003/2000/FC5 on XEN 3.0.2
I can see that Windows Loads in VM and when I run in safe mode it reaches until loading multi(0)\disk(0)\rdisk(0)\partition(1)\Windows\system32\drivers\Mup.sys After this it hangs.Attached is the qemulog. Note : These VM''s are running out of a complete disk (/dev/sdb), which has working installation of Windows on it! I am running FC5 along with Xen 3.0.2 (tried unstable too) on
2014 Apr 02
1
Samba4 DC with 2003 domain in w2k foresta level
hi all, i've added a samba4 additional dc to my domain. all provision was ok with samba-tool domain join xx.mydomain.com DC -Uadministrator --realm=xx.mydomain.com command and i can replicate correctly from winpdc to sambadc. i have a couple of questions: 1) with adsedit i see objectversion 47 for my winpdc.mydom.com (is w2k3) which means 2008R2 (correct?) 2) on the samba4 side if i test
2009 Apr 21
1
realizing virtual ssh_authorized_key
I''m trying to use ssh_authorized_key to manage my user''s ssh keys. I basically have this (across a couple of files): class user::virtual { @user { "seph": ensure => "present", uid => "2001", comment => "seph", home => "/home/seph", shell =>
2006 Dec 15
12
Numbering of releases
Am I right in thinking that the numbering of the versions are in synch with the gcc version that one is recommened to build with? In other words "use gcc version 3.foo". -- John Maclean - 07739 171 531 MSc (DIC) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Jan 21
2
snapshot troubles
Dear all, I created some snapshots, a long time ago, using the xml description option, so the snapshots have a name with a space in it... Really a bad choice apparently, since it seems impossible to delete them now: I cannot find how to enter the snapshot name properly due to the space. Quotes don't seem to help; escaping the space doesn't help either. Anybody knows how to solve this?
2004 Apr 29
1
User problem (samba, w2k3)
Hi there Could you also join your krb5.conf and your pam.d/login files ? I also have the same kind of problem, and I just would like to see differences between our configurations ... Thanks for reading ! Bertram >From: Markus Klimke <m.klimke@tu-harburg.de> >To: samba@lists.samba.org >Subject: [Samba] User problem (samba, w2k3) >Date: Thu, 29 Apr 2004 13:00:53 +0200 >
2004 Jan 04
1
Samba 3 and W2K3 AD intergration problems
All, Have already got Samba 3 and W2K Ad intergrating working in production without any problems. I have set up a test domain to test W2K3 and Samba3 on a Red Hat 8 server. I did the following: * Have set up the NTP Daemon to synchronize time with the W2K3 domain controller. * installed the latest Kerberos packages for Red Hat 8, maid sure that krb5-workstation is installed. * installed the
2006 Mar 01
2
where I can find "/usr/lib/xen/boot/vmxloader" ?
Hi. I am just trying to run unmodyfied guest OS on my Pentium D920. I found first problem - in my xen distribution (3.0.1) I cannot find vmxloader file. -- Rafał つた Zawadzki Release/Deploy Manager _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Nov 23
1
Bug?
root@graff:~# xm usb-list-assignable-devices 1-6 : ID 14dd:0002 Peppercon AG Multidevice 2-2 : ID 051d:0002 American Power Conversion Smart-UPS 3000 RM XL FW:691.16.I USB FW:7.3 root@graff:~# xm usb-hc-create bosch-w2k3-pv 1 1 root@graff:~# xm usb-list bosch-w2k3-pv Idx BE state usb-ver BE-path 0 0 1 USB1.1 /local/domain/0/backend/vusb/55/0