Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

Re: [Xen-users] Test - Xen 2.0 compilation - ACL support

To: Mark Williamson <mark.williamson@xxxxxxxxxxxx>, Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Test - Xen 2.0 compilation - ACL support
From: Jean-Michel Caricand <jean-michel.caricand@xxxxxxxxxxx>
Date: Fri, 27 May 2005 08:48:03 +0200
Delivery-date: Fri, 27 May 2005 07:34:24 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200505270023.15662.mark.williamson@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <429641B6.2000909@xxxxxxxxxxx> <200505270023.15662.mark.williamson@xxxxxxxxxxxx>
Reply-to: jean-michel.caricand@xxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050331)
Mark Williamson a écrit :

[off list]

*ping!*

Are you sure the kernel you're using has ACL support compiled in?

Did you format in dom0?  Is dom0 ACL aware?

Cheers,
Mark

On Thursday 26 May 2005 22:37, Jean-Michel Caricand wrote:
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

I use binary tarball xen-2.0.6-install.tgz and vmlinuz-2.6.11.10-xenU for my virtual machine.
mount with acl option in fstab work fine.

# mount
...
/dev/sdb3 on / type ext3 (rw,acl)
...

# setfacl -m u:ludo:rwx /home/
setfacl: /home: Opération non supportée


Other problem.  I want to  build my kernel to  ACL  support  myself :


amande:/home/jm/xen-2.0# make world

... lines ...

make[3]: Leaving directory `/home/jm/xen-2.0/tools/python'
make[3]: Entering directory `/home/jm/xen-2.0/tools/xfrd'
gcc -m32 -march=i686 -Wall -Werror -O3 -fno-strict-aliasing -I ../../tools/libxc -I ../../tools/libxutil -Wp,-MD,.xfrd.o.d -I/usr/include -c -o xfrd.o xfrd.c gcc -m32 -march=i686 -Wall -Werror -O3 -fno-strict-aliasing -I ../../tools/libxc -I ../../tools/libxutil -Wp,-MD,.xen_domain.o.d -I/usr/include -c -o xen_domain.o xen_domain.c
xen_domain.c:179: error: erreur d'analyse syntaxique before "curl_infotype"
xen_domain.c: Dans la fonction « curldebug »:
xen_domain.c:181: error: `data' undeclared (first use in this function)
xen_domain.c:181: error: (Each undeclared identifier is reported only once
xen_domain.c:181: error: for each function it appears in.)
xen_domain.c:181: error: `buf_n' undeclared (first use in this function)
xen_domain.c: Dans la fonction « xen_domain_configure »:
xen_domain.c:317: error: `CURLFORMcode' undeclared (first use in this function)
xen_domain.c:317: error: erreur d'analyse syntaxique before "formcode"
xen_domain.c:327: error: `formcode' undeclared (first use in this function)
xen_domain.c:329: error: `CURLFORM_BUFFER' undeclared (first use in this function) xen_domain.c:330: error: `CURLFORM_BUFFERPTR' undeclared (first use in this function) xen_domain.c:331: error: `CURLFORM_BUFFERLENGTH' undeclared (first use in this function) xen_domain.c:333: attention : passage de l'argument n°1 de « curl_formadd » d'un type pointeur incompatible xen_domain.c:333: attention : passage de l'argument n°2 de « curl_formadd » d'un type pointeur incompatible xen_domain.c:342: attention : passage de l'argument n°1 de « curl_formadd » d'un type pointeur incompatible xen_domain.c:342: attention : passage de l'argument n°2 de « curl_formadd » d'un type pointeur incompatible xen_domain.c:353: attention : passage de l'argument n°1 de « curl_formfree » d'un type pointeur incompatible
xen_domain.c: Dans la fonction « xen_domain_unpause »:
xen_domain.c:370: error: `CURLFORMcode' undeclared (first use in this function)
xen_domain.c:370: error: erreur d'analyse syntaxique before "formcode"
xen_domain.c:378: error: `formcode' undeclared (first use in this function)
xen_domain.c:381: attention : passage de l'argument n°1 de « curl_formadd » d'un type pointeur incompatible xen_domain.c:381: attention : passage de l'argument n°2 de « curl_formadd » d'un type pointeur incompatible xen_domain.c:392: attention : passage de l'argument n°1 de « curl_formfree » d'un type pointeur incompatible
make[3]: *** [xen_domain.o] Erreur 1
make[3]: Leaving directory `/home/jm/xen-2.0/tools/xfrd'
make[2]: *** [install] Erreur 2
make[2]: Leaving directory `/home/jm/xen-2.0/tools'
make[1]: *** [tools] Erreur 2
make[1]: Leaving directory `/home/jm/xen-2.0'
make: *** [world] Erreur 2
amande:/home/jm/xen-2.0# I'm under Debian sarge. Any idea ?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>