similar to: is it possible to build two privileged domain at boot time?

Displaying 20 results from an estimated 800 matches similar to: "is it possible to build two privileged domain at boot time?"

2013 May 02
5
[PATCH] x86: allow Dom0 read-only access to IO-APICs
There are BIOSes that want to map the IO-APIC MMIO region from some ACPI method(s), and there is at least one BIOS flavor that wants to use this mapping to clear an RTE''s mask bit. While we can''t allow the latter, we can permit reads and simply drop write attempts, leveraging the already existing infrastructure introduced for dealing with AMD IOMMUs'' representation as
2009 May 07
2
How to call time series functions from C ?
Hi everyone, I meet the problem to call R from C. Can someone tell me is it possible to call time series functions(such as ar and arima)from C program on linux platform, and then compile the C program to a standalone executable file? I know we can call some function defined in Rmath.h , but I have not found the entry point for time series function. I would very much appreciate
2007 Jul 27
2
how to use xentrace and xentrace_format
2023 Jun 13
1
[BUG] ocfs2/dlm: possible data races in dlm_drop_lockres_ref_done() and dlm_get_lock_resource()
Hello, Our static analysis tool finds some possible data races in the OCFS2 file system in Linux 6.4.0-rc6. In most calling contexts, the variables such as res->lockname.name and res->owner are accessed with holding the lock res->spinlock. Here is an example: lockres_seq_start() --> Line 539 in dlmdebug.c spin_lock(&res->spinlock); --> Line 574 in dlmdebug.c (Lock
2018 May 23
2
Got "I have no name!" error after deleting a samba user whose username is identical to the AD user
Hi, I am running Samba 4.3.11-Ubuntu on a cluster of Ubuntu 16.04 and Samba is configured as an AD Server. I got "I have no name!" error after deleting a samba user whose username is identical to my Linux username (An AD user). Here is how this happens: The AD user is zhangyy (uid 12369). 1. We used `smbpasswd -a zhangyy` to created a new smb user. 2. We used `smbpasswd -x zhangyy`
2023 Jun 16
1
[BUG] ocfs2/dlm: possible data races in dlm_drop_lockres_ref_done() and dlm_get_lock_resource()
Hi, On 6/13/23 4:23 PM, Tuo Li wrote: > Hello, > > Our static analysis tool finds some possible data races in the OCFS2 file > system in Linux 6.4.0-rc6. > > In most calling contexts, the variables such as res->lockname.name and > res->owner are accessed with holding the lock res->spinlock. Here is an > example: > > lockres_seq_start() --> Line 539
2010 May 26
2
Interdomain trust with different WINS servers
Hi I am trying to stablish a relation between two different Samba domains. Each domain has two PDCs, all they are WINS servers, and the two domains are in different subnets. They are configured to use LDAP as the user/group/machine database. First, I will create the relation, being DOM1.CORP the trusted domain, and DOM2.CORP the trusting domain, so in a server of DOM1.CORP, I create a user this
2008 May 30
2
relationship of the auto_translated_physmap feature and the shadow_mode_translate mode of domain
2004 Sep 14
4
question about network setting for domain1
Hi,all, I cannot get my network in domain1 work. Here is my configuration: in dom0: I have two network cards, the ip addrs are 141.213.10.110 and 192.168.0.4, respectively. 141.213.10.110 is an external IP and can access internet directly. The gateway should be 141.213.10.1. /etc/xen/vfp: the domain1 configuration file, I created domain1 using ''xm create vmid=1 -f
2012 Mar 15
3
[PATCH] arm: allocate top level p2m page for all non-idle VCPUs
Not just dom0. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- xen/arch/arm/domain.c | 3 +++ xen/arch/arm/domain_build.c | 3 --- xen/arch/arm/p2m.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c index 5702399..4b38790 100644 --- a/xen/arch/arm/domain.c +++ b/xen/arch/arm/domain.c @@
2004 Aug 04
1
Samba with Mac files (continued)
Here are some more messages that pop in the server logs when I try to read folders on a Win2K file server - the folders/files were saved from a Macintosh on the network: smb_proc_readdir_long: name=\Font Library\B\Bernhard BoldCond. et al?\*, result=-2, rcls=1, err=123 smb_proc_readdir_long: name=\Font Library\K\Kino, et al?\*, result=-2, rcls=1, err=123 smb_proc_readdir_long: name=\Font
2010 Nov 05
2
How to install an Ubuntu DomU on Ubuntu 10.04 Dom0
Hi, I''m a newbie in VM/Xen. As a first step to do some study/experiment on VM, I want to install Ubutnu (10.04) as DomU on top of Ubutu (10.04) Dom0. I need some direction to stat with: - how to install the DomU image - how to configure the network address I''d be greatly thankful to you for providing some useful link to this end. Thank you in advance. Regards, -shopno
2006 Aug 11
7
How Xen handles Dom1 interrupts?
Good morning, I am new to Xen, and trying to understand how Xen works. I have some questions about virtualization of interrupts on Xen. Thanks in advance for all helps. 1) From papers about Xen architecture found at Xen homepage, Xen seemingly intercepts interrupts of Dom1 (paravirtualization). So interrupts occur in Dom1''s context are sent to Xen, and Xen handles them. Is that correct?
2009 May 19
2
About " Error: C stack usage is too close to the limit"
Hi everyone! I meet one problem when embedding R in C code, when I run the the R code in one child thread , it always print error info: Error: C stack usage is too close to the limit I also try to set R_CStackLimit = (uintptr_t)-1 to disable the C stack check as the R-exts doc say, but it still does not work, the error info still exist. Besides it is interesting that if i
2007 Nov 21
9
How to virtualize Xen itself?
Hello, Is it possible to run a Xen server inside of a kqemu/kvm/virtualbox VM? I am new to Xen, and Linux in general. (Just installed Ubuntu 7.10 on my main laptop) The idea would be to try and learn about Xen before attempting to deploy on real HW. -- Thanks P.S. I do have an Intel VT capable CPU, if that matters. --------------------------------- Never miss a thing. Make Yahoo
2007 Nov 21
9
How to virtualize Xen itself?
Hello, Is it possible to run a Xen server inside of a kqemu/kvm/virtualbox VM? I am new to Xen, and Linux in general. (Just installed Ubuntu 7.10 on my main laptop) The idea would be to try and learn about Xen before attempting to deploy on real HW. -- Thanks P.S. I do have an Intel VT capable CPU, if that matters. --------------------------------- Never miss a thing. Make Yahoo
2015 Jun 01
2
Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads
Il 20/05/2015 10:44, David Gessel ha scritto: > Is there a way to completely disable caching on dovecot? Yes: mail_location = maildir:~/Maildir:INDEX=MEMORY -- Alessio Cecchi http://www.linkedin.com/in/alessice
2009 Jul 02
14
debian lenny domU installation
Hi all, a newbie question. I''m trying to install lenny guest image (in an img file) on my lenny Dom0 by following the http://wiki.debian.org/Xen: xm create -c xm-debian.cfg install=true install-mirror=ftp://ftp.XX.debian.org/debian i created the xen-lenny-image.img using dd, format is ext3. disk is defined as (cfg file): disk =
2006 Feb 03
5
trouble with winbind
Hi, I'm running samba, V3.0.20b-3.4-SUSE, on suse el9. I've successfully bound one machine to active directory, I can login to the local box using domain credentials. However, I can't get a second machine to the domain, using the exact same procedures. The machine claims to be bound, wbinfo -t returns "checking the trust secret via RPC calls succeeded" But, when I
2010 May 14
2
ethernet outages C5.4
Hello All, I don't have any reason to believe CENTOS (5.4) is underlying my difficulties but it's what I've got to work with so here's the setup: I have a 2P motherboard with 2 Opteron 2376s and two ethernet ports. The setup is fully virtualized, with Dom0, dom4 and Dom1 up and running. dom4 is attached to a dhcp service on eth0 and has no problems. I've recently