Displaying 18 results from an estimated 18 matches for "revol".
2009 Dec 03
1
only the first ResetCDR works after upgrade to 1.6
..., and has served me well and been
very stable as my company's 24x7 payment IVR for nearly four years. This
single issue is holding up my upgrade from v1.2 to v1.6, and I anticipate
many more solid years on 1.6 once this is resolved. Thanks again.
--
Andrew Witt
Sr. Software Systems Engineer
revol wireless
216-525-1195 phone
216-240-1991 wireless
216-525-1112 fax
andrew.witt at revol.com
www.revol.com
THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL, AND EXEMPT FROM DISCLOSURE UNDER AP...
2020 May 01
4
[PATCH] [v2] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 211 ++++++++++++++++++++
filters/ddrescue/nbdkit-ddrescue-filter.pod | 74 +++++++
4 files changed, 362 inser...
2020 May 01
1
[PATCH] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 218 ++++++++++++++++++++
filters/ddrescue/nbdkit-ddrescue-filter.pod | 76 +++++++
4 files changed, 371 inser...
2020 May 01
0
Re: [PATCH] [v2] WIP: ddrescue mapfile filter
On 5/1/20 2:16 PM, Fran?ois Revol wrote:
> This allows to overlay bad sectors according to the mapfile generated by
> ddrescue, to then see where sectors are used using fsck and trying to
> copy files around.
>
> Signed-off-by: Fran?ois Revol <revol at free.fr>
> ---
Focusing on just the docs:
> +++ b/...
2020 May 22
0
[PATCH] [v3] ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Should now be mature enough to be useful to someone else.
And we have a proper test also.
Signed-off-by: François Revol <revol@free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 212 ++++++++++++++++++++
filters/ddrescue/nbdkit-ddrescue-filter.pod | 74 +++++++
tests/Makefile.am...
2020 May 22
0
Re: [PATCH] [v2] WIP: ddrescue mapfile filter
On Fri, May 22, 2020 at 02:13:22AM +0200, François Revol wrote:
> Le 01/05/2020 à 23:16, Richard W.M. Jones a écrit :
> > On Fri, May 01, 2020 at 09:16:14PM +0200, François Revol wrote:
> >> +nbdkit_ddrescue_filter_la_LDFLAGS = \
> >> + -module -avoid-version -shared \
> >> + -Wl,--version-script=$(top_srcdir)/filters/...
2018 Nov 13
1
Re: Further nbdkit patches for Haiku
On Tue, Nov 13, 2018 at 02:18:34PM +0000, Richard W.M. Jones wrote:
> On Tue, Nov 13, 2018 at 03:09:16PM +0100, François Revol wrote:
> > Possibly use something like this?
> >
> > qemuioargs="-f raw"
> > qemu-io -h | grep -- -f > /dev/null 2>&1 || qemuioargs=""
> >
> > qemu-io $qemuioargs ...
> >
> > Seems to work here.
>
> Yes we could...
2020 Aug 27
0
ANNOUNCE: nbdkit 1.22 - high performance NBD server
...1.17.8. All existing uses can be replaced with
nbdkit-ext2-filter(1).
The "-" character is now permitted within plugin and filter names (Eric
Blake).
Filters
New nbdkit-ddrescue-filter(1) lets you test disk images recovered by
ddrescue(1) (François Revol).
New nbdkit-gzip-filter(1) can decompress a plugin that contains gzip-
compressed data. It replaces nbdkit-gzip-plugin(1) which is deprecated
and will be removed in nbdkit 1.26.
New nbdkit-pause-filter(1) can temporarily stop and later resume NBD
requests. Th...
2018 Nov 13
2
Re: Further nbdkit patches for Haiku
Le 13/11/2018 à 14:40, Richard W.M. Jones a écrit :
> On Tue, Nov 06, 2018 at 09:02:17AM +0000, Richard W.M. Jones wrote:
>> Finally about the list of failing tests:
>>
>> https://pastebin.com/1PFG85DS
>>
>> Mostly these are because of the old qemu-io binary. The qemu-io -f
>> option was added 4 years ago :-/ so it could be time to upgrade.
>
> FWIW
2018 Nov 06
5
Further nbdkit patches for Haiku
...for iconv
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
It's used by one plugin.
There is a proper iconv.m4 available but it makes autoconf fail
if we don't bring in more of gettext, which wants to add 50 files around.
Original Author: François Revol <revol@free.fr>
RWMJ: I modified this to make the iconv dependency optional.
If unavailable, the floppy plugin is disabled.
---
README | 5 +++++
configure.ac | 24 ++++++++++++++++++++++++
plugins/floppy/Makefile.am | 7 ++++++-
3 files changed, 35 inser...
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
On Fri, Nov 09, 2018 at 01:44:38AM +0100, François Revol wrote:
> Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit :
> I made a patch here:
>
> https://github.com/mmuman/nbdkit/commits/tmpfix
>
> Also added one for the loader lib search path environment, which is
> different for us.
For the tmpdir patch, I changed plugins/example...
2018 Nov 13
0
[PATCH] tests: Fix shebang tests on FreeBSD.
...e cannot go through the shell script (./nbdkit). Instead
replace the path with a direct link to both the nbdkit binary and
locally compiled plugin.
Note this does not go through valgrinding when you run
‘make check-valgrind’ so that needs to be fixed at some point in the
future.
Thanks: François Revol and Eric Blake.
See also:
https://www.redhat.com/archives/libguestfs/2018-November/msg00126.html
---
tests/shebang.pl | 2 +-
tests/shebang.py | 2 +-
tests/shebang.rb | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/shebang.pl b/tests/shebang.pl
index 17c7821..e6f1630...
2018 Nov 13
0
Re: Further nbdkit patches for Haiku
On Tue, Nov 13, 2018 at 03:09:16PM +0100, François Revol wrote:
> Le 13/11/2018 à 14:40, Richard W.M. Jones a écrit :
> > On Tue, Nov 06, 2018 at 09:02:17AM +0000, Richard W.M. Jones wrote:
> >> Finally about the list of failing tests:
> >>
> >> https://pastebin.com/1PFG85DS
> >>
> >> Mostly these a...
2018 Nov 12
0
ANNOUNCE: nbdkit 1.8 - an NBD server toolkit with stable plugin API and permissive license
...ta: Use ‘<file’ to inline a file.
- vddk: Use ‘-D vddk.diskinfo=1’ to enable extra debug information.
- tests: Use a helper function to refactor and simplify most tests.
- partition filter: Can handle > 128 GPT partitions.
- nbdkit can be compiled on the Haiku operating system
(François Revol).
- New nbdkit_parse_bool API for parsing boolean parameters (Eric Blake).
- log: Add logappend=[true|false] (Eric Blake).
- ocaml: New set_error and debug calls.
- Analyze code under AddressSanitizer and ThreadSanitizer and fix bugs
(Eric Blake).
- Analyze code under Coverity and fix bugs....
2018 Nov 06
1
Plan for nbdkit 1.8
...e <file to inline a file.
- vddk: Use '-D vddk.diskinfo=1' to enable extra debug information.
- tests: Use a helper function to refactor and simplify most tests.
- partition filter: Can handle > 128 GPT partitions.
- nbdkit can be compiled on the Haiku operating system
(François Revol).
----
Anyhow, if there's something you'd like to get into nbdkit 1.8 and/or
you strongly object to any of the above, please follow up.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordp...
2008 Apr 26
0
[fdo] Haiku - FreeDesktop.org cooperation proposal
...ers can possibly be written, for example we don't have DBUS but
our
BeOS-compatible scripting interface can certainly be exposed to it.
In that spirit a port of the xdg-utils has been started[3].
It is our hope both project can benefit from each other.
On behalf of the Haiku team,
Fran?ois Revol.
----
[1] on the kernel side we can cite: preemptive tickless kernel, module
hierarchy, intelligent hierarchical devfs...
on the gui level: UTF-8, mime-based file managment, indexing of file
meta-data...
[2] BeOS itself used the X11 /etc/rgb.txt for its native browser,
NetPositive, to map col...
2003 Feb 22
1
rsync ported to BeOS-bone
...part --------------
POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh
============================================================
./runtests.sh running in /boot/home/devel/rsync-2.5.6
rsync_bin=/boot/home/devel/rsync-2.5.6/rsync
srcdir=.
testuser=revol
os=BeOS patrick 5.0.4 1000009 BePC unknown
preserve_scratch=no
scratchbase=/boot/home/devel/rsync-2.5.6/testtmp
PASS 00-hello
PASS chgrp
PASS chown
PASS daemon-gzip-download
PASS daemon-gzip-upload
PASS daemon
SKIP devices (Can't create char device node unless r...
2018 Nov 09
0
Re: Further nbdkit patches for Haiku
Hi,
Le 06/11/2018 à 10:02, Richard W.M. Jones a écrit :
> François, thanks for the patches so far.
>
> This morning I pushed:
>
> https://github.com/libguestfs/nbdkit/commit/e26fb6cea3fdba13b5472daf6767e76abacd8d03
> build: add missing #include "byte-swapping.h"
>
> https://github.com/libguestfs/nbdkit/commit/b962272a561bfed087316d24b7d510e4ab29a985
>