search for: fdv

Displaying 8 results from an estimated 8 matches for "fdv".

Did you mean: fd
2019 Mar 22
0
[PATCH 3/4] common/mltools: allow fd for machine readable output
...gt; @@ -37,6 +40,7 @@ extern value guestfs_int_mllib_inspect_decrypt (value gv, value gpv, value keysv); extern value guestfs_int_mllib_set_echo_keys (value unitv); extern value guestfs_int_mllib_set_keys_from_stdin (value unitv); +extern value guestfs_int_mllib_open_out_channel_from_fd (value fdv); /* Interface with the guestfish inspection and decryption code. */ int echo_keys = 0; @@ -103,3 +107,16 @@ guestfs_int_mllib_set_keys_from_stdin (value unitv) keys_from_stdin = 1; return Val_unit; } + +value +guestfs_int_mllib_open_out_channel_from_fd (value fdv) +{ + CAMLparam1 (fdv)...
2019 Mar 22
8
[PATCH 0/4] OCaml tools: output messages as JSON machine
Enhance the output in machine parseable mode, by outputting all the messages of OCaml tools as JSON to the machine parseable stream. Related, although not strictly needed for this (and thus can be split if requested), is the addition of the fd format for the machine readable stream. Pino Toscano (4): common/mltools: move the code for machine readable up common/mltools: make sure machine
2006 Mar 03
3
Using DTrace to locate memory leak
Howdy, I am attempting to isolate the location of a memory leak in a 4GL program, and have hit a bit of a snag. When I LD_PRELOAD libumem and run the application server, "::findleaks -fdv" reports numerous leaks: CACHE LEAKED BUFCTL CALLER 0000000100b49068 15 0000000100ef2d50 fdcon+0x6c4 0000000100b50028 1 0000000100b72ac0 fdcon+0x6c4 0000000100b49068 2 0000000100cdfb30 fdcon+0x6c4 0000000100b44368 93 0000000100c98ee0 rnrq+0x204 0000...
2009 Jan 25
0
Typo 5.2 for Rails 2.2 released
...ny more you can read about on the official release note: http://blog.typosphere.org/2009/01/25/typo-5-2-helmut-newton-for-rails-2-2-released You can download Typo 5.2 on Rubyforge: http://rubyforge.org/frs/?group_id=555 or using the good old gem Install Typo from sources: http://wiki.github.com/fdv/typo/install-typo-from-sources Install with Typo installer: http://wiki.github.com/fdv/typo/install-typo-with-typo-installer Once again, thank you to every contributor who made it possible. Hope you''ll enjoy. Frédéric and Cyril -- Frédéric de Villamil frederic-uV7UWT2Tqr1Z+3ve0T2cjA@pub...
2019 Mar 22
0
[PATCH 4/4] OCaml tools: output messages into JSON for machine readable
...il.h> @@ -41,6 +43,7 @@ extern value guestfs_int_mllib_inspect_decrypt (value gv, value gpv, value keysv extern value guestfs_int_mllib_set_echo_keys (value unitv); extern value guestfs_int_mllib_set_keys_from_stdin (value unitv); extern value guestfs_int_mllib_open_out_channel_from_fd (value fdv); +extern value guestfs_int_mllib_rfc3999_date_time_string (value unitv); /* Interface with the guestfish inspection and decryption code. */ int echo_keys = 0; @@ -120,3 +123,51 @@ guestfs_int_mllib_open_out_channel_from_fd (value fdv) CAMLreturn (caml_alloc_channel (chan)); } + +value +g...
2010 Jul 26
0
Typo 5.5 for Rails 2.3.8
...setup, Typo 5.5 runs on Rails 2.3.8. Being around since March 2005, Typo is (probably) the oldest blogging platform in Rails. It has a full set of feature you would expect from such an engine, powerful SEO capabilities and full themes and plugin extension. It is available at http://wiki.github.com/fdv/typo/ as a gem or source tarball. Highlights: We have extended our plugin API to provide plugin management within your blog administration. This is a first step on the way to a full plugin API. Typo now comes with a new cache system, way simpler than the database based cache we used to do. Files...
2017 Apr 27
4
[PATCH 0/4] common: Add a simple mini-library for handling qemu command and config files.
Currently we have an OCaml library for generating the qemu command line (used only by ‘virt-v2v -o qemu’). However we also generate a qemu command line in ‘lib/launch-direct.c’, and we might in future need to generate a ‘-readconfig’-compatible configuration file if we want to go beyond 10,000 drives for scalability testing. Therefore this patch series reimplements the qemu command line code as
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking