Displaying 20 results from an estimated 300 matches similar to: "French article about XEN"
2013 Feb 17
0
Terapia para Bebés: Aprenda a ajudá-los
Se não pode visualizar este e-mail corretamente, clique aqui
<http://www.almasoma.pt/newsletter--terapia-para-bebes-aprenda-a-ajuda-los>
.
<http://www.almasoma.pt/>
Formação em Terapia para Bebés
Lisboa, Outono 2013 - Primavera 2016
Workshop: "Baby Clinic", 6 e 7 de Abril de 2013
Conferência de Apresentação, 5 de Abril de 2013
Karlton Terry
Pioneiro da assistência aos
2004 Dec 09
2
Réf. : Re: "Bounties" on XEN to Windows2000 support
>> We are ready to spend more than 10.000 euros to help Xen to support
Windows
>> 2000
>I asked a Microsoft sales guy about ports of Windows and got this quote
>forwarded from the Microsoft Research guys in Cambridge
>"The XenoXP work is not currently under active development. Whilst
>there is no *technical* reason that it can''t be done (and it would
Ok
2006 Feb 16
1
Virtual Machines Linux examples...
Hi,
The french community of Xen: http://xenfr.org/
provides differents VM available here:
http://ftp.ooofr.org/~anivard/VMhosts/
[ ] CentOS4.tar.bz2 04-Apr-2005 05:22 334M
[ ] DebianWoody.img.bz2 04-Apr-2005 04:38 98.7M
[ ] DebianWoody.tar.bz2 04-Apr-2005 05:24 74.0M
[ ] FC4.disk.bz2 12-Feb-2006 20:45 310M
[ ] FedoraCore3.img.bz2
2001 Oct 18
1
Sgeostat module
Dear Users,
I use Sgeostat to calculate co variogram (function est.variogram with two
variables).
If i inverse the 2 variables in the functions, the co variogram change!
Normaly it is symmetric, isn't it?
Someone could me explain why, or give me an idea to calculate co variogram
in a easy way...
Thanks in advance
Laurent
ps : sorry for my english
Laurent William Dubroca
Centre de
2010 Apr 13
1
People Centric recherche plusieurs développeurs Ruby on Rails
Un bon job de Developpeur Expérimenté Ruby on Rails, sur logiciel
marketing digital, équipe pro, Paris 2, Sté Cotée, Paris Rou
SiliconValley.
Veuillez consulter le lien suivant pour plusieurs détails:
http://www.people-centric.fr/2010/01/27/type/6368-job-developpeur-ruby.html/fr/
Cordialement,
Roxana Stefan Malene
Chargée de recrutement en IT
Mail:
2005 Dec 16
0
Problème avec les accents...
Bonjour,
J?ai un serveur Linux RedHat 9 sur lequel je fais un montage Samba d?un
r?pertoire partag? d?un client Windows par :
# smbmount //sf-etudes/partage /mnt/sf-etudes/ -o
workgroup=Info,password=xxxx,iocharset=iso8859-1,codepage=850
J?acc?de correctement aux fichiers Windows, mais les fichiers ayant des
noms accentu?s (ex : L?on.txt) s?affichent avec un caract?re ? ? ? et je
ne peux pas
2010 Apr 13
1
R documentation
Dear all,
I was used to see an htlm documentation when writing the command lines
?plot
help.search("plot")
The configuration was changed on my computer and help appears now as a R
console window, without link with internet.
Where can I change the configuration to connect with the html help?
Thanks,
Sophie Bouchet
--
Sophie Bouchet
Post-doc
INRA
UMR de Génétique Végétale
équipe
2007 Jun 13
1
installing GRASS-R packages
Hi,
I tried to install R packages required for the GRASS-R interface by
using the following command (copied from
http://www.geog.uni-hannover.de/grass/statsgrass/grass6_r_install.html):
/install.packages (c("sp", "spgrass6","rgdal","maptools"), dependencies
=TRUE)/
rgdal package was installed successfully;
There were problems to find 'sp' and
2004 Aug 06
2
developpement flac avec Icecast
Bonjour,
Actuellement en 4ème année en ecole d'ingénieur, nous avons a developper une
application de streaming capable de gérer le format Flac. Pour cela, nous
avons repris les sources de Icecast et du streamer Ices. Mais devant la
difficulté de la manipulation de la librairie Flac en tant que tel, nous
avons choisi d'utiliser la technologie Ogg pour transporter le flux audio
flac.
2005 Jan 13
1
FreeBSD Xen documentation ?
Hello there,
I am looking around for days where I can dig some information on how to
build Xen on FreeBSD...
Does anybody here have any good doc / pointer on how to find it...
BTW on xen-unstable there no FreeBSD tree... ? ;( where is it then ?
Many thanks
/Xavier
--
Xavier Beaudouin - Unix System Administrator & Projects Leader.
President of Kazar Organization : http://www.kazar.net/
2005 Jan 12
0
Exporting filesystem using nfs from xen0 kernel not working.
Hi ,
I am trying to export home directorie from a FC3 system,
running kernel 2.6.10-xen0 from xen-2.0-testing.bk.
When i try to mount the /home dit from a other host i get the following
error.
client: mount: xen:/home/xen/tmp failed, reason given by server:
Permission denied
server: xen rpc.mountd: authenticated mount request from
client230.office.netland.nl:666 for /home/xen/tmp
2005 Jan 14
1
mkswap in guests
kaffe:/home/doogie# mkswap /dev/hda
mkswap: Will not try to make swapdevice on ''%s''
Is this supposed to work? See my previous email as for the mapping.
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It''s fun and FREE -- well,
2005 Jan 18
0
Should we move mailing list server (was LXR-type source code browsing)
Ian Pratt wrote:
> I sometimes think about moving the list onto our own majordomo setup,
> but it would be quite an upheaval for subscribers, particularly those
> that have mail filters set up. What do people think? Happy with
> sourceforge, or time to move?
I''m all for moving - the lag is frustrating. As to the filters, mine is
set on having the [xen-devel] tag in the
2005 Jan 17
0
[PATCH] Xen bk snapshot: netfront.c should use module_init()
__initcall is for things which are always built into the kernel.
Kconfig says netfront is tristate (although without a module_exit, the
module won''t be unloadable).
Trivial fix,
Rusty.
--- linux-2.6.10-xen-sparse/drivers/xen/netfront/netfront.c.~1~ 2005-01-11 15:35:59.000000000 +1100
+++ linux-2.6.10-xen-sparse/drivers/xen/netfront/netfront.c 2005-01-17 15:41:21.000000000 +1100
@@
2005 Jan 13
0
Re: potentially nasty oops on startup
Hello,
>On Sun, 5 Dec 2004, Rik van Riel wrote:
>
> > I"m getting the following oops on startup, and I"m not quite
> > sure why. It looks nasty though, with an invalid page being
> > mapped into a process, and a strange looking EIP ...
> >
> > do_wp_page: bogus page at address 00000449
> > VM: killing process kmodule
> > Unable
2005 Jan 09
2
Coral with Xen
Hi!
Coral isn''t working from Xen. If you can please try it, maybe i''m just
doing something wrong. However it works from outside Xen with the same
setup.
Can Xen cause this kind of DNS errors?
Try something like: http://www.scs.cs.nyu.edu.nyud.net:8090/coral/
or http://www.google.com.nyud.net:8090/
--
/Varga Péter/
-------------------------------------------------------
The
2005 Jan 04
0
Creating initrd for Dom-0 on LVM
Hi,
I have a XEN machine booting nicely on regular partitions and using LVM
for the guest domains. As
Now I am looking to convert another machine (Debian) to XEN, on which
all but a /boot partitions are on LVM. The Debian mkinitrd tool is
geared toward Debian kernels and is not useful in this case. I have also
tried http://www.poochiereds.net/svn/lvm2/lvm2create_initrd, but I am
unsure as to
2005 Jan 06
0
Questions regarding Interndomain communication
Hi All,
I recently started exploring the Xen and was successfull in installing and
running Xen along with ttylinux (test guest OS) on it.
I had few questions regarding the same and I would appreciate if somebody could
help me understand these.
1. The documentation describes inter-domain communication.
My understanding is that Xen maintain two domains: dom0 for the control domain
and dom1 for the
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
Some tidbits to make Xen (-unstable) compile with the latest
2.6 snapshot. No need for you to duplicate the work I already
did.
Signed-off-by: Rik van Riel <riel@redhat.com>
--- linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c.bk7 2005-01-06 17:30:48.000000000 -0500
+++ linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c 2005-01-06 20:54:39.000000000 -0500
@@ -61,7 +61,6 @@
/* platform
2004 Dec 30
0
Minor tail-related build error
During build of xen testing, there''s a minor warning that could get
corrected:
-- begin --
make[2]: Entering directory `/usr/local/src/xen/xen-2.0-testing.bk/xen''
tail: `-1'' option is obsolete; use `-n 1'' since this will be removed in the future
-- end --
My xen/Makefile has:
-- begin --
@LANG=C echo \#define XEN_COMPILER \"`$(CC) $(CFLAGS) -v