similar to: [PATCH nbdkit] cc: Handle missing callbacks.

Displaying 20 results from an estimated 220 matches similar to: "[PATCH nbdkit] cc: Handle missing callbacks."

2020 Sep 21
0
[nbdkit PATCH v3 06/14] api: Add .export_description
I'm about to add an 'exportname' filter, and in the process, I noticed a few shortcomings in our API. Having .default_export makes it easy to answer NBD_INFO_NAME in response to a client request during NBD_OPT_GO, but answering NBD_INFO_DESCRIPTION is awkward - there's no guarantee the export name was given with a description in .list_exports. Note, however, that while we map
2020 Aug 27
10
[nbdkit PATCH v2 0/8] exportname filter
This is a revision of my .default_export work, plus new work on .export_descriptions and a new exportname filter. I think it is now ready to check in. Things I'd still like in 1.22: - the file plugin should implement .list_exports (patch already posted, but it needs rebasing on this series) - the ext2 filter should override .list_exports when in exportname mode - the nbd plugin should be
2020 Sep 21
18
[nbdkit PATCH v3 00/14] exportname filter
It's been several weeks since I posted v2 (I got distracted by improving libnbd to better test things, which in turn surfaced some major memory leak problems in nbdsh that are now fixed). Many of the patches are minor rebases from v2, with the biggest changes being fallout from: - patch 2: rename nbdkit_add_default_export to nbdkit_use_default_export - overall: this missed 1.22, so update
2008 Mar 06
0
[ANNOUNCE] compiz-0.7.2
A new compiz release 0.7.2 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.2.tar.gz.sha1 da3dbe8c5be19aa03529e8d3c7e32365c82a973b compiz-0.7.2.tar.gz
2008 May 20
3
IRC bot for cc.rb?
Hi all, Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb notifications? Will.
1998 Feb 10
0
gcc, not cc!
A non-text attachment was scrubbed... Name: not available Type: text Size: 2371 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/19980209/7519d6a7/attachment.bat
2006 Oct 02
1
Omindex.cc BSD bug
Hi guys: I was trying to index a large set of PDF documents using omindex and the system started to run out of forks (sh: fork temporarily unavailable) making the system unusable and probably skipping documents. I'm using MAC Osx Server 10.4.3 (Darwin/BSD) and GCC 4.0. The problem: On function stdout_to_string a popen is called, but is not closed properly (according the popen
2010 May 11
1
iax calls via checkbox.cc
Is anybody using checkbox.cc to make iax2 calls? They have recently did some changes and my calls no no longer go through. They don't have a best service either, not replying to emails.. -- Joseph
2008 Sep 19
0
metric_fu for use in cc.rb
Hi all, I looked on the mailing list for metric_fu, but didn''t find it -- so at the risk of being redundant, it looks really useful. "Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro <http://saikuro.rubyforge.org/>, Flog<http://ruby.sadi.st/Flog.html>, Rcov <http://eigenclass.org/hiki.rb?rcov>,
2002 Jan 10
1
Configuring libogg/libvorbis with CC under Irix 6.3
Hi folks,. I'm working on a project on Irix 6.3 using CC (not GCC) and the .o32 object format (not n32) and would like to incorperate ogg-vorbis. Is there any way to configure the libogg/libvorbis makefiles to work with CC? (Or does anyone know how to arm-twist GCC under Irix 6.3 into producing o32 object files?) Thanks super-much for any help, Mike <p>--- >8 ---- List
2007 Nov 10
0
Git Plugin for CC.rb
Hi all, I saw a mention of a 3rd party git plugin in a previous post, but have been unable to locate it anywhere. Anybody know where I can find it? TIA, Christian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20071110/48fda7ab/attachment.html
2002 Mar 09
0
[Bug 152] Build failure on Sparc/Solaris 2.8 with Sun cc or gcc
http://bugzilla.mindrot.org/show_bug.cgi?id=152 carson at taltos.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From carson at taltos.org 2002-03-10
2003 Nov 12
0
Problem with sound/Diablo II LOD *PS* Please CC replies to me...
I get this error everytime I try and play Diablo 2: LOD (installed as per http://www.latte.ca/D2LOD/ ). I installed the backport of wine for Debian from here: http://apt.bxlug.be/backport-from-sid-to-woody/ The version is 20030618 The error is: err:wave:OSS_WaveOutInit /dev/mixer: not found err:wave:OSS_WaveInInit /dev/mixer: not found So I get no sound :/ I know that xmms uses /dev/dsp when I
2007 Mar 20
0
CC.rb and CCTray
I was using CCTray beautifully! with CC.rb 0.5.0. Since upgrading to 0.1.0, I get a lot of strange behavior. For starters, it seems as though a failure is indicated when the build first starts. Also, I can?t click on the project in the CCTray list anymore. It barfs with a ?System.InvalidOperationException Cannot start process because a file has not been provided.? Anybody have any ideas?
2007 Jun 03
0
How to check code coverage with rcov running under CC.rb
http://nullcreations.net/entry/enforcing-spec-coverage-with-cruisecontrol-rcov-and-rspec
2008 Jul 29
1
xapian-omega runfilter.cc patch
Hi, The following patch for runfilter.cc is needed for building xapian-omega on FreeBSD: --- runfilter.cc.orig 2008-07-03 21:16:54.000000000 +0200 +++ runfilter.cc 2008-07-03 21:18:48.000000000 +0200 @@ -25,6 +25,7 @@ #include "safeerrno.h" #include <sys/types.h> #include <stdio.h> +#include <signal.h> #include "safefcntl.h" #ifdef HAVE_SYS_TIME_H
2018 Jan 10
1
[cfe-dev] [Proposal] Automatically Cc: cfe-commits@ on Clang reviews
On 10 January 2018 at 21:06, Petr Hosek via llvm-dev <llvm-dev at lists.llvm.org> wrote: > It seems like this has already been set up for all the projects except for > libunwind. Can we create a Differential repository for it as well? I'll be > happy to update its .arcconfig once that's done. Additionally, it might be worth considering if this change means the guidance
2007 May 02
0
CCTray access of remote CC.rb server
Hi: So I modified the instructions in the manual which say to enter http://:3333 using th CruiseControl.NET Dashboard to http://hostname:3333 which doesn''t work. CCTray reports an error. On the mongrel side I can see CC.rb can''t route /XmlServerReport.aspx. I see in the controller there is a cctray format to respond. I''m using ruby 1.8.5, rails 1.2.3 and the
2009 Dec 17
0
[PATCH-cc-fixed] vhost: add missing architectures
vhost is completely portable, but Kconfig include was missing for all architectures besides x86, so it did not appear in the menu. Add the relevant Kconfig includes to all architectures that support virtualization. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Some IBM addresses seem to be bouncing. Reposting with these removed, please send replies to this shorter list to
2009 Dec 17
0
[PATCH-cc-fixed] vhost: add missing architectures
vhost is completely portable, but Kconfig include was missing for all architectures besides x86, so it did not appear in the menu. Add the relevant Kconfig includes to all architectures that support virtualization. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Some IBM addresses seem to be bouncing. Reposting with these removed, please send replies to this shorter list to