Displaying 20 results from an estimated 157 matches for "hilluzin".
2011 Nov 15
3
[PATCH 1/3] out of tree build: erlang
From: Hilko Bengen <bengen at hilluzination.de>
---
erlang/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/erlang/Makefile.am b/erlang/Makefile.am
index f336375..2c9e359 100644
--- a/erlang/Makefile.am
+++ b/erlang/Makefile.am
@@ -32,7 +32,7 @@ erlang_bindir = $(libdir)/erlang/lib/$(PACKAGE_NAM...
2011 May 11
3
[PATCH 1/3] hivex: Use OCaml bytecode compiler for caml_raise_with_args check
From: Hilko Bengen <bengen at hilluzination.de>
On installations where no native OCaml compiler is available, the
test program can't be compiled and so we get this message:
,----
| checking for function caml_raise_with_args... not found
`----
This breaks building of the OCaml bindings.
,----
| gcc -std=gnu99 -I.. -I/usr/lib/o...
2014 Mar 07
2
[PATCH] Disable gnulib tests by default
From: Hilko Bengen <bengen@debian.org>
RWMJ:
- Patch taken from Debian downstream package.
- The default in the original patch was to disable the tests. I have
changed this to default to enable them instead.
- Removed AC_SUBST as the variable was not being used.
Cc: Hilko Bengen <bengen@debian.org>
---
Makefile.am | 5 ++++-
configure.ac | 8 ++++++++
2 files changed, 12
2012 Jan 03
1
[PATCH] AUTHORS: add the email address for each authors
...berrange at redhat.com>
+Daniel Cabrera <logan at fedoraproject.org>
+Douglas Schilling Landgraf <dougsland at redhat.com>
+Erik Nolte <erik_nolte at acm.org>
+Geert Warrink <geert.warrink at onsnet.nu>
+Guido G?nther <agx at sigxcpu.org>
+Hilko Bengen <bengen at hilluzination.de>
+Jaswinder Singh <jsingh at redhat.com>
+Jim Meyering <meyering at redhat.com>
+Karel Kl?? <kklic at redhat.com>
+Matthew Booth <mbooth at redhat.com>
+Maxim Koltsov <kolmax94 at gmail.com>
+Michael Scherer <misc at zarb.org>
+Nikita A Menkovich <m...
2013 Jun 03
2
Python fix
This is the same fix I posted a few days ago for hivex
(<1369351909-23821-3-git-send-email-bengen@hilluzination.de>).
Cheers,
-Hilko
2011 Dec 22
0
[PATCH] Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-4127, RHBZ#757071)
...f libguestfs (will/have) this patch applied.
libguestfs >= 1.15.13
libguestfs >= 1.14.8
libguestfs >= 1.12.11
libguestfs >= 1.10.12
libguestfs >= 1.8.16
Earlier versions may be vulnerable unless a downstream packager has
applied this patch.
Cc: Hilko Bengen <bengen at hilluzination.de>
---
src/launch.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/launch.c b/src/launch.c
index 7b3372c..9add092 100644
--- a/src/launch.c
+++ b/src/launch.c
@@ -564,6 +564,16 @@ launch_appliance (guestfs_h *g)
alloc_cmdline (g);
g->cm...
2012 Nov 27
1
[PATCH] Add the .mailmap and change the method to generate AUTHORS
...Gao <gaowanlong at cn.fujitsu.com> <wanlong.gao at gmail.com>
diff --git a/AUTHORS b/AUTHORS
index 6588c61..eb1e296 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,7 +10,7 @@ Geert Warrink <geert.warrink at onsnet.nu>
Guido G?nther <agx at sigxcpu.org>
Hilko Bengen <bengen at hilluzination.de>
Jaswinder Singh <jsingh at redhat.com>
-Jim Meyering <jim at meyering.net>
+Jim Meyering <meyering at redhat.com>
Jiri Popelka <jpopelka at redhat.com>
John Eckersberg <jeckersb at redhat.com>
Karel Kl?? <kklic at redhat.com>
@@ -25,7 +25,7 @@ Ola...
2013 Nov 26
3
Re: Problem Connecting to RBD images using Sys::Guestfs Perl Module
...f the pool with a "/".
I'm open to suggestions, I do most of my work in Perl with the expectation
my code will run on other platforms, so I'm not married to Ubuntu/debian.
Thanks for your feedback.
Best Regards,
Jon A
On Nov 26, 2013 3:33 AM, "Hilko Bengen" <bengen@hilluzination.de> wrote:
> * Jon:
>
> > I'm having trouble connecting to rbd images. It seems like somewhere
> > the name is getting chewed up. I wonder if this is related to my
> > previous troubles [1] [2] with rbd images.
>
> The "W: kvm binary is deprecated, p...
2013 Nov 25
4
Problem Connecting to RBD images using Sys::Guestfs Perl Module
Hello,
I'm having trouble connecting to rbd images. It seems like somewhere the
name is getting chewed up. I wonder if this is related to my previous
troubles [1] [2] with rbd images.
I'm trying to add an rbd image, but when I launch the guestfs object I get
an error:
>> libguestfs: trace: launch = -1 (error)
I'm adding a single RBD
>> libguestfs: trace: add_drive
2014 Aug 04
6
[hivex] Segfault for an integer value to node_set_value
Hi,
When an integer argument is passed as value, node_set_value
segfaults. Reproducer is at the end of this message
The backtrace points at hivex-py.c, function get_value. While obj
is non-NULL, `bytes = PyUnicode_AsUTF8String (obj);` returns NULL.
Kind regards,
Peter
https://lekensteyn.nl
#!/usr/bin/env python3
import hivex, sys
h = hivex.Hivex(sys.argv[1])
print(h)
val = {
2016 Nov 11
0
[PATCH] configure: Look for dpkg* only in /usr/bin, /bin
dpkg used to ship with a symlink /usr/sbin/dpkg-divert ->
../bin/dpkg-divert that recently got removed nd caused
breakage (libguestfs build failures) because configure had chosen the
wrong binary.
---
configure.ac | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3a0d25d..72ffb92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,10
2016 Nov 11
1
[PATCH] Add hppa, hppa64, ppc64el architectures
---
src/kernel.ml | 2 ++
src/utils.ml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/src/kernel.ml b/src/kernel.ml
index 356ac4b..9b0e8a2 100644
--- a/src/kernel.ml
+++ b/src/kernel.ml
@@ -30,6 +30,8 @@ let patt_of_cpu host_cpu =
| "ppc" | "powerpc" | "powerpc64" -> ["ppc"; "powerpc"; "powerpc64"]
|
2017 Jul 11
0
[PATCH] hivexml: Add -u flag for HIVEX_OPEN_UNSAFE
---
xml/hivexml.c | 5 ++++-
xml/hivexml.pod | 7 +++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/xml/hivexml.c b/xml/hivexml.c
index b496bb6..8ba6594 100644
--- a/xml/hivexml.c
+++ b/xml/hivexml.c
@@ -95,7 +95,7 @@ main (int argc, char *argv[])
int open_flags = 0;
int visit_flags = 0;
- while ((c = getopt (argc, argv, "dk")) != EOF) {
+ while ((c =
2017 Jul 11
1
[PATCH] hivexsh: Add missing documentation for -u switch
---
sh/hivexsh.pod | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sh/hivexsh.pod b/sh/hivexsh.pod
index 7d7fc0a..8b10a6a 100644
--- a/sh/hivexsh.pod
+++ b/sh/hivexsh.pod
@@ -61,6 +61,13 @@ script, use:
#!/usr/bin/hivexsh -f
+=item B<-u>
+
+Use heuristics to tolerate certain levels of corruption within hives.
+
+This is unsafe but may allow to export/merge valid keys/values
2017 Sep 05
2
[PATCH] run.in: Quote contents of @VAR@ substitutions
---
run.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/run.in b/run.in
index 0d10983..0f23a7c 100755
--- a/run.in
+++ b/run.in
@@ -62,7 +62,7 @@ export PERL_VALGRIND=1
export PERL_DESTRUCT_LEVEL=2
# For Python.
-export PYTHON=@PYTHON@
+export PYTHON="@PYTHON@"
if [ -z "$PYTHONPATH" ]; then
2017 Sep 06
1
Re: [PATCH] run.in: Quote contents of @VAR@ substitutions
* Richard W.M. Jones:
> I believe this has already been applied upstream
> (commit eecb1d81777219113f7e5434829aca6f93a92b9a) so it's not necessary.
Sorry, I should have indicated that this patch was for hivex. The quotes
are still missing there.
Cheers,
-Hilko
2017 Sep 25
1
[PATCH] Fix determining release date for builddir != srcdir
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 188bed76f..1ab54500d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,7 @@ dnl Find the release date for this version. This is used in
dnl the website 'index.html' file. We have to do this after
dnl testing for awk in guestfs_progs.m4 above.
2017 Sep 26
2
building virt-builder still seems to fail.
Hi,
it seems that even after
commit df5bd5741b37da9cf97d7a76ac2805557aa630db
Author: Richard W.M. Jones <rjones@redhat.com>
Date: Tue Apr 29 15:43:20 2014 +0100
builder: Fix parallel builds of index-parse.o.
there is a small chance that a build may go wrong with the described
symtom, missing "do_parse" symbol.
It just happened to me on Debian's ppc64el buildd[1] and
2017 Sep 26
0
Re: building virt-builder still seems to fail.
* Hilko Bengen:
> commit df5bd5741b37da9cf97d7a76ac2805557aa630db
> Author: Richard W.M. Jones <rjones@redhat.com>
> Date: Tue Apr 29 15:43:20 2014 +0100
>
> builder: Fix parallel builds of index-parse.o.
>
> there is a small chance that a build may go wrong with the described
> symtom, missing "do_parse" symbol.
The affected tree is one that had
2018 May 06
0
Re: [PATCH] java: support OpenJDK 10+
* Pino Toscano:
> @@ -163,6 +161,7 @@ if test "x$with_java" != "xno"; then
> AC_SUBST(JAR_INSTALL_DIR)
> AC_SUBST(JNI_INSTALL_DIR)
> AC_SUBST(JNI_VERSION_INFO)
> + AM_CONDITIONAL([HAVE_JAVAH],[test -n "$JAVAH"])
> fi
>
> AM_CONDITIONAL([HAVE_JAVA],[test "x$with_java" != "xno" && test -n