search for: libguestfsexcept

Displaying 20 results from an estimated 72 matches for "libguestfsexcept".

2016 Feb 05
7
[PATCH 0/7] lib: Stop exporting the safe_malloc, etc. functions.
The safe_malloc (etc) functions call g->abort_fn on failure. That's not appropriate for language bindings, and we never intended that these internal functions be used from language bindings, that was just a historical accident. This patch series removes any external use of the safe_* functions. Rich.
2015 Feb 10
3
[PATCH 1/3] generator: add a simple HTML escaping function
--- generator/utils.ml | 8 +++++++- generator/utils.mli | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/generator/utils.ml b/generator/utils.ml index b24ba8c..3a62084 100644 --- a/generator/utils.ml +++ b/generator/utils.ml @@ -360,4 +360,10 @@ let args_of_optargs optargs = | OInt64 n -> Int64 n | OString n -> String n | OStringList n ->
2018 Nov 21
2
Integration with muCommander
...s I read in [4] that it allows inspecting the metadata without mounting the disk partition(s). Unfortunately, I didn't manage to try that function due to the following error I get when trying to use it (tried on Fedora 28 & 29): Exception in thread "main" com.redhat.et.libguestfs.LibGuestFSException: internal_filesystem_walk: feature 'libtsk' is not available in this build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for how to check for the availability of features. at com.redhat.et.libguestfs.GuestFS._filesystem_walk(Native Method) at com.redhat.e...
2018 Nov 22
0
Re: Integration with muCommander
...in [4] that it allows inspecting the metadata without mounting the disk partition(s). Unfortunately, I didn't manage to try that function due to the following error I get when trying to use it (tried on Fedora 28 & 29): > > Exception in thread "main" com.redhat.et.libguestfs.LibGuestFSException: internal_filesystem_walk: feature 'libtsk' is not available in this > build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for > how to check for the availability of features. > at com.redhat.et.libguestfs.GuestFS._filesystem_walk(Native Method) >...
2013 Feb 04
1
[PATCH] generator: Add visibility to action struct
...let doc = String.concat "\n * " doc in pr " /**\n"; - pr " * %s\n" shortdesc; + pr " * %s\n" f.shortdesc; pr " * <p>\n"; pr " * %s\n" doc; pr " * @throws LibGuestFSException\n"; pr " */\n"; ); pr " "; - generate_java_prototype ~public:true ~semicolon:false name style; + generate_java_prototype ~public:true ~semicolon:false f.name f.style; pr "\n"; pr " {\n"; pr &qu...
2012 Aug 27
3
libguestfs! help!
On Sun, Aug 26, 2012 at 09:52:23PM -0400, tao zhou wrote: > hello everyone! > > first i use libguestfs API to upload a file into my linux VM , and > then i want to execute some command(for example : tar xzvf XXX? > chkconfig --add XXX) to config my application by java libguestfs > API?what should i do? could you show me an example in java? > Thanks! Attached is a simple
2018 Nov 22
2
Re: Integration with muCommander
...s inspecting the metadata without mounting the disk > partition(s). Unfortunately, I didn't manage to try that function due to > the following error I get when trying to use it (tried on Fedora 28 & 29): > > > > Exception in thread "main" com.redhat.et.libguestfs.LibGuestFSException: > internal_filesystem_walk: feature 'libtsk' is not available in this > > build of libguestfs. Read 'AVAILABILITY' in the guestfs(3) man page for > > how to check for the availability of features. > > at com.redhat.et.libguestfs.GuestFS._filesystem_walk...
2009 Aug 03
1
[PATCH 1/2] Convert all TABs-as-indentation to spaces.
...| 54 +- fish/rc.c | 80 +- fish/tilde.c | 6 +- fish/time.c | 4 +- inspector/virt-inspector.pl | 246 +- .../redhat/et/libguestfs/LibGuestFSException.java | 2 +- java/t/GuestFS005Load.java | 16 +- java/t/GuestFS010Launch.java | 32 +- java/t/GuestFS050LVCreate.java | 60 +- m4/ocaml.m4 | 48 +- make-recipes.sh...
2017 Mar 03
2
[PATCH] generator: Allow actions to be deprecated with no replacement.
...-> () + | { deprecated_by = Replaced_by alt } -> pr " * @deprecated In new code, use {@link #%s} instead\n" alt + | { deprecated_by = Deprecated_no_replacement } -> + pr " * @deprecated\n" ); pr " * @throws LibGuestFSException If there is a libguestfs error.\n"; pr " */\n"; @@ -307,8 +309,9 @@ public class GuestFS { pr " "; let deprecated = match f with - | { deprecated_by = None } -> false - | { deprecated_by = Some _ } -> true in +...
2012 Oct 30
5
[PATCH v3 0/5] Add symbol versioning.
This is a simpler patch series to add symbol versioning. I have pushed patches 1-3 upstream. Rich.
2012 Oct 30
7
[PATCH v2 0/7] Add symbol versioning (now working).
This rather more complex patch series adds symbol versioning (7/7 shows it in action). This works for me, tested by running old and new virt-inspector binaries against the new library. Rich.
2011 Jan 04
0
builder-debian libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2010 Dec 10
0
builder-debian libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2011 Jan 04
0
builder-ubuntu libguestfs success 7ce627fce02eae8c7db36b4090fa0ce1bf69bf44
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2010 Dec 31
0
builder-debian libguestfs success 5c9e8a65fe89e5e6baca8651000885d8467356ff
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2010 Dec 21
0
builder-debian libguestfs success 49b2ae2e69e1a273b4d4a8746a872ec00b91c86f
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2011 Jan 11
0
builder-debian libguestfs success e5220b26f51d5912371424ab6dfbdb46ce6aa170
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...
2010 Dec 31
0
builder-ubuntu libguestfs success 5c9e8a65fe89e5e6baca8651000885d8467356ff
...estfs//Application.html... Generating api/com/redhat/et/libguestfs//Dirent.html... Generating api/com/redhat/et/libguestfs//GuestFS.html... Generating api/com/redhat/et/libguestfs//INotifyEvent.html... Generating api/com/redhat/et/libguestfs//IntBool.html... Generating api/com/redhat/et/libguestfs//LibGuestFSException.html... Generating api/com/redhat/et/libguestfs//LV.html... Generating api/com/redhat/et/libguestfs//Partition.html... Generating api/com/redhat/et/libguestfs//PV.html... Generating api/com/redhat/et/libguestfs//Stat.html... Generating api/com/redhat/et/libguestfs//StatVFS.html... Generating api...