Displaying 11 results from an estimated 11 matches for "acm_security".
2008 Jul 18
6
Xen-3.2.1 Build Error
This is the error I get while building Xen-3.2.1 when I do a make
===============================================
make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check''
LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008
Checking check_crypto_lib: OK
Checking check_curl: unused, OK
Checking check_openssl_devel:
*** Check for openssl headers FAILED
Checking check_python: OK
Checking check_python_devel:
*** Check for python development environment FAILED
C...
2008 Sep 03
0
Xen 3.3 and ACM Security Errors
...#39;' not found." I
tried to find some documentation on what this is but I coming up with
nothing.
I checked Config.mk file and the following options that seem relevant
are set:
# Enable XSM security module. Enabling XSM requires selection of an
# XSM security module (FLASK_ENABLE or ACM_SECURITY).
XSM_ENABLE ?= n
FLASK_ENABLE ?= n
ACM_SECURITY ?= n
After the install completed, there was not a /etc/xen/acm-security
directory or xensec programs.
I tried creating the /etc/xen/acm-security/policies directory and copied
the client_v1-security-policy.xml from the
source/tools/security/polici...
2009 Aug 06
0
Error: ''ACM policy not supported.''
Hi all,
I want to build sHype into Xen on ubuntu 8.04,
In Config.mk I changed
XSM_ENABLE ?= n to XSM_ENABLE ?= y
ACM_SECURITY ?= n to ACM_SECURITY ?= y;
then
#make xen tools
#make install-xen install-tools
without any error;
but when I reboot and type "xm resetpolicy", I got an error "ACM policy type not supported",
could anyone help me?
Than...
2011 Oct 26
2
Bug#646660: xen: FTBFS: Checking check_python: ./check_python: 10: ./check_python: python2.6: not found
...11022 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[5]: Entering directory `/build/xen-njlTaX/xen-4.1.1/debian/build/build-utils_amd64/tools/check'
> PYTHON=python2.6 LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
> Xen CHECK-BUILD Sat Oct 22 16:36:52 CEST 2011
> Checking check_crypto_lib: OK
> Checking check_curl: unused, OK
> Checking check_openssl_devel: OK
> Checking check_python: ./check_python: 10: ./check_python: python2.6: not found
>
> *** check_python FAILED: n...
2007 Dec 03
8
xm create - Xend has probably crashed! Invalid or missing HTTP status code.
Hi,
I have compiled xen-unstable (using hg clone
http://xenbits.xensource.com/xen-unstable.hg).
I have successfully booted into the dom0 kernel.
output of xm list:
Name ID Mem VCPUs State
Time(s)
Domain-0 0 932 1 r----- 591.2
But whenever I xm create, I get:
# xm create /etc/xen/domu1
Using config file
2008 Jan 26
0
Can`t compile Xen3.2 with ACM
Hello Folks, I tryed to compile Xen3.2 sources with ACM.
To include ACM in the build I set ACM_SECURITY ?= y in Config.mk.
When I start the build process by calling "make all" compiling failes:
acm_core.c: In Funktion »acm_init«:
acm_core.c:283: Fehler: »policy_buffer« nicht deklariert (erste
Benutzung in dieser Funktion)
acm_core.c:283: Fehler: (Jeder nicht deklarierte Bezeichner wird nu...
2008 Jul 03
1
Bug#489106: xen-unstable: FTBFS: *** check_openssl_devel FAILED: missing openssl headers
...During a rebuild of all packages in sid, your package failed to build on
i386.
Relevant part:
> make[5]: Entering directory `/build/user-xen-unstable_3.3-unstable+hg17879-1-amd64-o8MlvK/xen-unstable-3.3-unstable+hg17879-1/debian/build/build-utils_i386/tools/check'
> LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build
> Xen CHECK-BUILD Wed Jul 2 23:11:53 CEST 2008
> Checking check_crypto_lib: OK
> Checking check_curl: unused, OK
> Checking check_openssl_devel:
> *** check_openssl_devel FAILED: missing openssl headers
> Checking check_python: OK
> Checking check_python_devel:...
2007 Sep 25
4
[XSM:ACM] When cw is used, dom0 reboots.
Hi ,
When cw is used, dom0 reboots.
Though I set quest memory size.
I want to study into the cause.
Please teach how to examine it.
#xm create vm1.conf <-- OK
#xm create vm4.conf <-- NO
................... <-- system boot
#last
root pts/1 myPC Tue Sep 25 11:25 - crash (09:01)
reboot system boot 2.6.18-xen Tue Sep 25 20:06 (-8:-16)
~~~~~~~~~~~
2006 May 09
0
[PATCH] build: make linux download more flexible
...$(DOWNLOAD_PATH_DEFAULT)
+endif
+DOWNLOAD_DIR := $(firstword $(subst :, ,$(DOWNLOAD_PATH)))
+LINUX_REPO ?= $(LINUX_REPO_DEFAULT)
+# LINUX_REPO_KERNEL_PATH Set in buildconfigs/Rules.mk, if not in environment
+# LINUX_REPO_PATCH_PATH Set in buildconfigs/Rules.mk, if not in environment
# If ACM_SECURITY = y, then the access control module is compiled
# into Xen and the policy type can be set by the boot policy file
--- x/Makefile
+++ x/Makefile
@@ -172,6 +172,20 @@ help:
@echo '' install into prefix/lib/python<VERSION>''
@echo ''...
2009 Apr 12
0
acm_init: Loading default policy but not policy is installed.
Hi all,
I''ve successfully installed xen3.3.0 on Linux ubuntu 2.6.27.5 #1 SMP i686 GNU/Linux. I
built xen with the requisite XSM_ENABLE=y, ACM_SECURITY=y and believe I have the correct
config parameters in the 2.6.27.5 kernel.
Boot goes smoothly, set to automatically create 2 domUs. All appears okay with XSM/ACM...
root@ubuntu:~# xm dmesg | grep -i xsm
(XEN) XSM Framework v1.0.0 initialized
(XEN) ACM-XSM: Initializing.
root@ubuntu:~# xm dmesg...
2007 Oct 24
16
PATCH 0/10: Merge PV framebuffer & console into QEMU
The following series of 10 patches is a merge of the xenfb and xenconsoled
functionality into the qemu-dm code. The general approach taken is to have
qemu-dm provide two machine types - one for xen paravirt, the other for
fullyvirt. For compatability the later is the default. The goals overall
are to kill LibVNCServer, remove alot of code duplication and/or parallel
impls of the same concepts, and