search for: remote_protocol

Displaying 13 results from an estimated 13 matches for "remote_protocol".

2012 Feb 05
4
qcow2 performance
Greets, I have to research performance-issues of a W2003-VM within KVM. Right now it's a qcow2-image-file w/ default settings within libvirt (configured by vmm ...) My question: what caching to use? writeback/writethrough/etc ... what to use for data integrity while not getting ultraslow performance? Found https://www.linuxfoundation.jp/jp_uploads/JLS2009/jls09_hellwig.pdf Is there
2014 Aug 09
3
Error when compiling libvirt 1.2.7 on CentOS 6.4
Hi, I was trying to follow this guide (http://libvirt.org/compiling.html) to compile libvirt1.2.7 on CentOS6.4. There is an error on executing "make". Below is the steps to reproduce and the error messages. Any help is appreciated. Thanks. $ sudo yum install gcc make gnutls-devel device-mapper-devel \ python-devel libnl-devel yajl-devel \ libxml2-devel libpciaccess-devel $ wget
2014 Aug 13
1
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
...ec2-user/libvirt-1.2.7/src' >> GEN libvirt_access.xml >> /bin/sh: -w: command not found > > Here is the accident, why sh executes '-w' command. > That should be: > /usr/bin/perl -w ./rpc/gendispatch.pl --mode=aclapi \ > remote REMOTE ./remote/remote_protocol.x > libvirt_access.xml > > have you installed perl? Hmm, we should make ./configure do a hard fail if ${PERL} is not found, rather than delaying the error until make time. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
2013 Sep 10
2
Help needed in simulating libvirt
...ver in Java. I believe the simulated libvirt can be written as java RPC which should capable to receive the client RPC request calls and by dispatcher we can dispatch to the simulated java functions. I searched for .x file to be used for generating server stubs but unfortunately .x files like "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and "lxc_monitor_protocol.x" are not containing any procedure for libvirt API's that exposed. Please let me know which files will have these exposed procedures and how can I use it in java, Also I'm not s...
2006 Jan 24
1
propagate atimes with rsync-2.6.6 (fwd)
...------ diff -uNr rsync-2.6.6/flist.c rsync-2.6.6_patch/flist.c --- rsync-2.6.6/flist.c 2005-07-07 21:49:14.000000000 +0200 +++ rsync-2.6.6_patch/flist.c 2006-01-07 14:04:38.000000000 +0100 @@ -54,6 +54,7 @@ extern int implied_dirs; extern int copy_links; extern int copy_unsafe_links; +extern int remote_protocol; extern int protocol_version; extern int sanitize_paths; extern int orig_umask; @@ -314,6 +315,7 @@ { unsigned short flags; static time_t modtime; + static time_t acctime; static mode_t mode; static int64 dev; static dev_t rdev; @@ -329,7 +331,7 @@ if (!file) { write_byte(f, 0)...
2013 Mar 05
1
Getting Started with Xapian Socket codebase
Hi everyone, This is Ankit; currently final-year Computer Science undergrad at Panjab University, India. I am well versed in C++ and have a pretty decent understanding of sockets. I successfully completed GSoC last year for IDI, project titled - Google App Module for ATutor. Quite recently, I have been working on the project idea - Replacing Xapian socket code with ZeroMQ. This is to inquire
2014 Aug 13
0
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
...e[2]: Entering directory `/home/ec2-user/libvirt-1.2.7/src' > GEN libvirt_access.xml > /bin/sh: -w: command not found Here is the accident, why sh executes '-w' command. That should be: /usr/bin/perl -w ./rpc/gendispatch.pl --mode=aclapi \ remote REMOTE ./remote/remote_protocol.x > libvirt_access.xml have you installed perl? You could check it in config.log. > make[2]: *** [libvirt_access.xml] Error 127 > make[2]: Leaving directory `/home/ec2-user/libvirt-1.2.7/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/ec2-user/l...
2013 Sep 10
0
Re: Help needed in simulating libvirt
...ve the simulated libvirt can be written as java RPC which should > capable to receive the client RPC request calls and by dispatcher we can > dispatch to the simulated java functions. I searched for .x file to be used > for generating server stubs but unfortunately .x files like > "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and > "lxc_monitor_protocol.x" are not containing any procedure for libvirt API's > that exposed. Please let me know which files will have these exposed > procedures and how can I use it in java, Rather than...
2010 Jul 05
0
Release of libvirt-0.8.2
...ering) - maint: remove unwanted newline at end of diagnostic (Jim Meyering) - build: distribute missing file (Eric Blake) - esx: Make esxVI_*_CastFromAnyType dynamically dispatched (Matthias Bolte) - esx: Allow esxVI_X_DynamicCast to be called successfully on X objects (Matthias Bolte) - tests: the remote_protocol check also accommodates older pdwtags (Jim Meyering) - maint: enforce no-markup policy wrt VIR_WARN-like macros (Jim Meyering) - Add support for SSE4.1 and SSE4.2 CPU features (Jiri Denemark) - maint: add more free-like functions to the list and deal with fallout (Jim Meyering) - maint: add virCgro...
2004 Jul 12
2
[PATCH] Batch-mode rewrite
...write_batch = 0; /* don't write RSYNCD protocol to file */ if (argc == 0 && !am_sender) list_only = 1; *************** *** 200,205 **** --- 212,221 ---- io_start_multiplex_in(f_in); } + if (write_batch_temp) /* fudge the protocol version */ + write_int(batch_fd, remote_protocol); + + write_batch = write_batch_temp; /* restore incoming mode */ return 0; } Index: compat.c =================================================================== RCS file: /cvsroot/rsync/compat.c,v retrieving revision 1.22 diff -c -b -d -r1.22 compat.c *** compat.c 11 May 2004 17:25:01 -...
2013 Sep 11
2
Re: Help needed in simulating libvirt
...can be written as java RPC which should > > capable to receive the client RPC request calls and by dispatcher we can > > dispatch to the simulated java functions. I searched for .x file to be > used > > for generating server stubs but unfortunately .x files like > > "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and > > "lxc_monitor_protocol.x" are not containing any procedure for libvirt > API's > > that exposed. Please let me know which files will have these exposed > > procedures and how can I use it in...
2011 Apr 04
0
Release of libvirt-0.9.0
...ructure domain struct interface "driver" data for easier expansion (Laine Stump) - build: Fix VPATH build (Jiri Denemark) - storage: Allow to delete device mapper disk partition (Osier Yang) Cleanups: - The next release is 0.9.0 not 0.8.9 (Daniel Veillard) - maint: use space, not tab, in remote_protocol-structs (Eric Blake) - Remove the Open Nebula driver (Daniel P. Berrange) - domain_conf: drop unused ref-count in snapshot object (Eric Blake) - Update the set of maintainers for the project (Daniel Veillard) - Make virDomainObjParseNode() static (Hu Tao) - maint: make spacing in .sh files easier (...
2007 Sep 22
0
rsync build on IA64 using icc
...xternal declaration in primary source file extern int sanitize_paths; ^ clientserver.c(37): remark #1419: external declaration in primary source file extern int filesfrom_fd; ^ clientserver.c(38): remark #1419: external declaration in primary source file extern int remote_protocol; ^ clientserver.c(39): remark #1419: external declaration in primary source file extern int protocol_version; ^ clientserver.c(40): remark #1419: external declaration in primary source file extern int io_timeout; ^ clientserver.c(41): remark #1419: exte...