Displaying 13 results from an estimated 13 matches for "msg00051".
Did you mean:
msg00057
2014 Sep 08
3
Re: [RFC PATCH] resize: add support for MBR logical partitions some question
...rt-resize: error: libguestfs error: copy_device_to_device:
copy_device_to_device_stub: /dev/sdb5: No such file or directory
For debugging with lsof, I would need to actually see the trace output
and the lsof output. See what I wrote here:
https://www.redhat.com/archives/libguestfs/2014-July/msg00051.html
> + p_part_num: int; (* partition number *)
I think you should split out this change into a separate patch. It's
uncontroversial to keep p_part_num in the structure, and will simplify
review of the patch.
> + mutable p_partitions : partition list; (* MBR logical p...
2004 Jun 23
0
IPP2P: Simular project l7-filter.
...sourceforge.net/projects/l7-filter/
Providse and posibly replaces your project. Thay use regex(in kernel
space) to filter packets in much the same way you do. How ever regex is
not going into the kernel!
Here is a mail that describes the situation.
http://lists.debian.org/debian-firewall/2004/02/msg00051.html
Hopefully the l7 ppl will FINALY get a copy, now that I know thay didn''t.
I would hope that you would provide the l7 ppl with any paterns you may
have and that you-all can work together to create the next generation of
layer7 and/or p2p filtering software.
___________________...
2018 Nov 02
3
Plan for 1.40
...t two items:
* virt-v2v documentation refactoring
Preliminary patch posted here:
https://www.redhat.com/archives/libguestfs/2018-November/msg00001.html
But I now have a final series which I'm about to post.
* libxml2 macro refactoring:
https://www.redhat.com/archives/libguestfs/2018-October/msg00051.html
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages. http://libguestfs.org
2019 Dec 12
8
[PATCH v2 0/6] Various small build fixes
*** BLURB HERE? ***
Pino Toscano (6):
build: stop shipping files generated by configure
docs: fix out-of-source documentation build
generator: do not generate mlv2v files when not needed
perl: fix path to Build.PL
rust: fix path to lib.rs
rust: fix list of generator-built files
daemon/Makefile.am | 8 ++++++--
docs/Makefile.am | 4 ++--
generator/main.ml | 11
2014 Apr 26
2
[supermin] Be smarter about finding suitable kernel images
---
src/kernel.ml | 43 ++++++++++++++++++++++++++++---------------
1 file changed, 28 insertions(+), 15 deletions(-)
diff --git a/src/kernel.ml b/src/kernel.ml
index ed5aea3..436b1b0 100644
--- a/src/kernel.ml
+++ b/src/kernel.ml
@@ -23,6 +23,19 @@ open Utils
open Ext2fs
open Fnmatch
+let patt_of_cpu host_cpu =
+ let models =
+ match host_cpu with
+ | "mips" |
2004 Jul 09
1
RED/GRED implementation for InBound Traffic Control (from ISP)
...ally control it. And he was saying that the
only way to actually efficiently control inbound traffic control is to
use TCP windowshaping which there is not an oss implementation of it.
Can anyone please shed light on this?
FWIW, this discussion was in
http://my-opensource.org/lists/myoss/2004-07/msg00051.html
http://my-opensource.org/lists/myoss/2004-06/msg00167.html
http://www.redhat.com/archives/fedora-list/2004-July/msg01492.html
Thanks
--
Ow Mun Heng
Fedora GNU/Linux Core 2 (Tettnang) on D600 1.4Ghz CPU kernel
2.6.7-2.jul1-interactive
Neuromancer 12:06:38 up 3:13, 3 users, load average: 1.8...
2017 Apr 06
12
[PATCH v4 0/9] v2v: Add drivers for virtio-rng, balloon, pvpanic.
v1: https://www.redhat.com/archives/libguestfs/2017-April/msg00031.html
v2: https://www.redhat.com/archives/libguestfs/2017-April/msg00040.html
v3: https://www.redhat.com/archives/libguestfs/2017-April/msg00051.html
v3 -> v4:
- Properly fix Xen PV-only kernel detection, and test it.
Rich.
2008 Jun 20
5
Solaris N90 on RedHat RHEL5
Hi
There is a problem when creating a domU. I intend to install Solaris N90 on
RedHat RHEL5 in paravirtualized(I''ve tried fully virtualized method, that''s
no problem).
#xm info
release : 2.6.18-53.el5xen
machine : i686
xen_caps : xen-3.0-x86_32p
My steps are as follow(install via NFS):
1 mkdir disk and mkdir Solaris
2 mount /dev/cdrom /disk/Solaris, it tell me that disk
2018 Nov 02
7
[PATCH v3 0/4] common/utils: Move libxml2 writer macros to a common header file.
v1 was here:
https://www.redhat.com/archives/libguestfs/2018-October/msg00047.html
v2 was here:
https://www.redhat.com/archives/libguestfs/2018-October/msg00051.html
v3:
- Back to using string/string_format and attribute/attribute_format.
- Add both single_element and single_element_format.
- Rebased and retested.
Rich.
2018 Nov 21
2
Integration with muCommander
...at hand) without going through the disk?
[1] http://www.mucommander.com
[2] https://youtu.be/_ykVRSuKFwc
[3]
https://github.com/ahadas/mucommander/tree/osgi/mucommander-libguestfs/src/main/java/com/mucommander/commons/file/archive/libguestfs
[4] https://www.redhat.com/archives/libguestfs/2016-June/msg00051.html
2017 May 06
5
[Bug 1406906] [PATCH 0/3] Fix segmentation fault in Python bindings
This series addresses the issue where non UTF8 file names in a guest image lead to libguestfs segfault with Python 3 APIs.
The core issue is the APIs are not checking the return value when constructing a new PyObject. Therefore NULL pointers are added to Python collections (lists and dictionaries) crashing the application.
Few notes regarding the comments on the previous patch.
- Added a
2014 Jul 16
2
Re: virt-resize: support to MBR logical partitions and some question
On Tue, Jul 15, 2014 at 09:01:47AM +0100, Richard W.M. Jones wrote:
> The answer is I don't know. But there are a few things you can try:
>
> (1) Most importantly, enable tracing (export LIBGUESTFS_TRACE=1) and
> get a list of operations that are performed in the order they are
> performed. This is vital for debugging this.
>
> (2) When the error happens, run
2014 Aug 16
7
[hivex] [PATCH 0/6] Python fixes for node_set_value
...Python 3.1.2 does not pass
the tests (syntax error) unless you remove the use of Unicode literals:
`sed 's/u"/"/' -i python/t/*.py`
Support for Unicode literals was removed in 3.0 and restored in 3.3 (PEP-414)
[1]: https://www.redhat.com/archives/libguestfs/2014-August/msg00051.html
Peter Wu (6):
python: use errors more specific than RuntimeError
python: use PyErr_NoMemory
python: check some types for get_value
python: fix crash by validating key and value
python: add heavier tests for setvalue
generator: Fix mixed tabs/spaces
configure.ac...