similar to: Xen & SELINUX: how disable in guest?

Displaying 20 results from an estimated 700 matches similar to: "Xen & SELINUX: how disable in guest?"

2008 May 12
4
PV Drivers: XenSource ones VS GPL''ed
Hi all, I''m testing a windows 2003r2 installation on Centos 5 so i''im wondering about the reliability of Windows PV drivers on a domU running on the GPL "flavor" of XEN. - which are the most stable PV drivers GPL''ed ones or XenSource ones? - is safe running the XenSource ones on a GPL XEN machine or vice-versa? thanks, -- Ruggero Tonelli
2008 Mar 21
0
bug Dual Xeon Quad Core E5310 Kernel Panic (hangs on boot)
Hi all, that''s the situation: machine: IBM x3400 (MT7976) with 2 Xeon E5310 and 4GB of RAM xen version: 4.01 Enterprise problem: Installation CD doesn''t boot, it locks on this error: --------------------------------------------------------------------------- Xen call trace shows codes about: vmx_ini_vmcs_config start_vmx identify_cpu smp_store_cpu_info smp_callin
2005 Apr 19
14
allow ssh access from net to fw?
Hi, I''m trying to enable ssh (when that works, want to add:pop3s,smtp,web) from the internet to the firewall but it does not work. I managed to DNAT ftp to a host in the loc network (192.168.0.50) successful but I don''t know why SSH: Does not work for me: ACCEPT net fw tcp 22 Works from the loc network: ACCEPT loc fw tcp 22 I have tried also with (no success): AllowSSH
2019 Nov 26
2
multiple softphone clients and same/different account credentials
(I'm new to Asterisk, after having started VOIP with vat on the mbone in the 90s.) I am setting up my first Asterisk system, and trying to read docs/guidance and follow best practices. I have read the 5th Edition of "Asterisk: The Definitive Guide" and like the 3rd Edition on the web it recommends that hardphones and softphones both have a unique name distinct from any concept of
2009 Jan 19
1
[LLVMdev] Trying to install gcc front end...
Hello all, I'm trying to install LLVM with the gcc front end. (Using gcc release 4.2 with LLVM 2.4) I tried installing it using the bash code here: http://aur.archlinux.org/packages/llvm-gcc/llvm-gcc/PKGBUILD Unfortunately after it built and compiled everything, I ran into a problem. Apparently some gcc-libs 4.3.2 libraries conflict with the gcc 4.2 front end. I got this log in this error:
2015 Jun 24
2
Re: [PATCH 3/7] daemon: Add --cmdline option for testing.
In data martedì 23 giugno 2015 23:49:51, Richard W.M. Jones ha scritto: > This allows the Linux kernel command line to be specified on the > program command line. What if, instead, we remove the direct /proc/cmdline reading from the daemon, making the init read the options from it passing them as options to the daemon? After all, the options read from it so far are: (a) guestfs_verbose (b)
2011 Aug 02
3
[LLVMdev] Multiple successors, single dynamic successor
Nella citazione martedì 2 agosto 2011 20:02:08, Michael Ilseman ha scritto: > I'm assuming that you're talking about a situation where this can't be > determined statically in the existing LLVM IR, but you know it's true > and want to put it in (e.g. you're the one generating LLVM IR). Correct. Or, more precisely, I'd like to investigate macro compression, i.e.
2016 Jun 10
2
Re: [PATCH 2/2] ruby: tests: Give each test class and method a unique name.
In data martedì 7 giugno 2016 22:35:33, Richard W.M. Jones ha scritto: > 'tc_410_close_event.rb' was not being run. You could prove this by > simply inserting "exit 1" into that test. > > The reason is unclear, but by renaming every class and method in the > tests to be unique, this ensures the tests are run. > --- ruby/t/tc_410_close_event.rb: def
2012 May 21
1
Failed build with lucene plugin
Hi, I've tryed build dovecot with the lucene plugin but I have this is output: /bin/sh ../../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib-mail -I../../../src/lib-index -I../../../src/lib-storage -I../../../src/plugins/fts -I../../../src/doveadm -I/usr/local/include -I/usr/local/lib -O2 -pipe -fno-strict-aliasing
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI. Something wrong in the way Rails is trying to process paths from the WEBrick server. If I try to send in http://localhost:3000/recipes/new, WEBrick is interpreting /new as my controller, instead of my action.
2009 Oct 08
0
Suggestions for low level RTP stream generator?
Hi, I need to build a simple, command-line method to generate a legal and "perfect" RTP stream across a network link, and analyse it on the other side and measure network performance. Want to do this for a number of links and over long periods. I'm trying to characterise performance of various available Internet links locally as input into a design project. Asterisk isn't
2004 Aug 06
0
Step by Step
timf <Tim> writes: > What would be really helpfull is if someone could give me a step by > step guide to getting a Multicast Stream up and running. One of the tools you have to use is non open-source (gasp) and available from www.live.com. If anyone knows any real open source tools, please let me know. =) If you can hold out a bit, I am getting Yet Another DVMRP tunnel "any day
2004 Aug 06
1
UDP Vs. TCP
>That and the lack of Multicast deployement on most backbones/regional networks. > >The other issue is that UDP tends to be a dumb protocol, especially when >dealing with network congestion. It doesn't deal, where TCP has some back-off >mechanisms. Of course, where you are streaming something, that may be more >detrimental depending on the b/w of the stream. > >-Steve
1999 May 11
0
Bad NICs (was Collision Lights go Crazy)
NICs with Linux. > > I think I have tracked down the problem though. even > though it may not > > look like it, I think that the 3com NIC is bad. I put a 10 > baseT only > > Realtek card in a cliant, and it works fine.. Is there any > known problems > > with 3COM 905b's running at 10 Mbits and SAMBA. anyway, I > think I will > > buy Intel NICs
2015 Jun 30
13
[PATCH v4 0/7] uuid: add btrfs uuid change support and set_uuid_random
- Btrfs-progs v4.1 introduced new feature of changing uuid of btrfs partition. This patch add support of this. - Introduce set_uuid_random - uuids.c did a lot of deplicated work for changing uuid of fs. Use existing functions. v4: introduce get_random_uuid improve testcases squash internal API patches v3.1: fix typos v3: set errno if feature is not available. Chen Hanxiao (7):
2015 Jun 23
2
[PATCH] daemon: Rewrite prog_exists so it uses the actual PATH, not hard-coded list.
--- daemon/guestfsd.c | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c index 21b3600..c9cc8c5 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -243,9 +243,6 @@ main (int argc, char *argv[]) /* Set up a basic environment. After we are called by /init the * environment is essentially
2015 Jan 07
1
Re: [PATCH 3/5] New API: btrfs_filesystem_get_label
In data martedì 6 gennaio 2015 09:30:19, Hu Tao ha scritto: > > > diff --git a/generator/actions.ml b/generator/actions.ml > > > index c328319..5223eb8 100644 > > > --- a/generator/actions.ml > > > +++ b/generator/actions.ml > > > @@ -12281,6 +12281,21 @@ corrupt data." }; > > > longdesc = "\ > > > Check or repair a
2015 Jun 30
1
Re: [PATCH v4 1/7] uuid: add support to change uuid of btrfs partition
In data martedì 30 giugno 2015 19:23:08, Chen Hanxiao ha scritto: > btrfs-progs v4.1 add support to change uuid of btrfs fs. > > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> > --- > [...] > +# Setting btrfs UUID > +eval { > + $g->set_uuid ("/dev/sda1", "12345678-1234-1234-1234-123456789012"); > +}; > + > +my $err =
2004 Jun 01
2
R: Hyperthreading?
That's the problem we had with Asterisk and HT on a 2.4 Kernel: whenever Asterisk was staying in the RTP stream, and HT was enabled (on a Dell Dual Xeon system), we had choppy audio. After disabling HT, everything was fine again. Nothing measurable, indeed, but you could definitely hear it. So there *must* be something. -Manuel -----Messaggio originale----- Da: Peter Corlett
2011 Aug 02
0
[LLVMdev] Multiple successors, single dynamic successor
Nella citazione martedì 2 agosto 2011 22:01:13, Carlo Alberto Ferraris ha scritto: > My question is: > what is the best way to > express such relationships in LLVM IR ("best" in the sense of allowing > other optimizations to run effectively)? Bear in mind that in this > example N=2, but it may be way bigger than that. Just to clarify: I already figured out two ways to