Package: ddrescue Version: 1.99-0.3.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 271 Depends: libc6 (>= 2.10) Filename: ./amd64/ddrescue_1.99-0.3.0-1_amd64.deb Size: 112908 MD5sum: f9b69ce6fa47c6d08a886954dcb0af67 SHA1: 1aa965119d4a4e1728b6b3bae26c5c786a9dee37 SHA256: ec2b23e117dd2fb2f446b12d458926aa06f18d834090196265eebdb1208da9a0 Section: SystemUtilities Priority: optional Description: dd_rescue is a data recovery and protection tool. When your disk has crashed and you try to copy it over to another one, standard Unix tools like cp, cat, and dd will abort on every I/O error, dd_rescue does not. It optimizes copying by using large blocks as long as no errors occur and falls back to smaller blocks. It supports reverse direction copying (to approach a bad spot from the top), sparse copying, preallocating space, splice zerocopy, and bypassing the kernel pagecache with O_DIRECT. dd_rescue provides safe deletion of data by overwriting files (or better partitions/disks) multiple times with fast random numbers. With the ddr_hash plugin, it supports calculating a hash value (such as a sha256sum) or an HMAC during copying. Package: ddrescue-crypt Source: ddrescue Version: 1.99-0.3.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 222 Depends: libc6 (>= 2.3), libssl1.0.0 (>= 1.0.1) Recommends: ddrescue (= 1.99-0.3.0-1) Filename: ./amd64/ddrescue-crypt_1.99-0.3.0-1_amd64.deb Size: 75760 MD5sum: f8e0a840c700645e230924ac848d9118 SHA1: 510bc2a3d36c7f9f1a55e5d63052bfb200b21a52 SHA256: 2720773ee77e2716c65b73da4a6c4fbb907a1d402a7572c4d092850fad428562 Section: SystemUtilities Priority: optional Description: The ddr_crypt plugin enables dd_rescue to de/encrypt data on the fly while it's copied with dd_rescue. ddr_crypt uses the AES family of algorithms for this purpose. AES is considered safe by most cryptographers. It's fairly efficient to implement and some modern CPUs have hardware support for it. The x86 AES support is used by the plugin, ARMv8 is planned for the future. There are various numbers of bits and enhance number of rounds supported as well as various ways to handle and generate keys. Package: ddrescue-lzo Source: ddrescue Version: 1.99-0.3.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 85 Depends: libc6 (>= 2.4), liblzo2-2 Recommends: ddrescue (= 1.99-0.3.0-1) Filename: ./amd64/ddrescue-lzo_1.99-0.3.0-1_amd64.deb Size: 25048 MD5sum: 6c02d3789ca287c95a537efa3b10faef SHA1: 21f01d26571fecffa4b5cbc0c30b40c9d89d1786 SHA256: 911f7eedc749678907776b5e920cd1cddc4f14cd891995e509214d7223bf22f3 Section: SystemUtilities Priority: optional Description: The ddr_lzo plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzo uses the lzo family of algorithms for this purpose. LZO is remarkably fast for decompression and still very fast when compressing at moderate compression levels. On the flipside, it does not compress as well as zlib. With the lzo1x family, ddr_lzo is compatible with lzop. The plugin has a number of features to support data recovery in case .lzo files have been corrupted. Package: libfallocate-dev Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 43 Recommends: libfallocate0 (= 0.1.1-2) Filename: ./amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4424 MD5sum: e584f5ee6cc7fa481050e40b2bc3dfdd SHA1: 17f0f136a543189959cfbd852741268efdc086e2 SHA256: 70a74222722b119180e7e106f39fed6cff5123328a8e9bc2124270760a23550c Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. This package contains the header files needed for development as well as the static library. Package: libfallocate0 Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 47 Depends: libc6 (>= 2.2.5) Filename: ./amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7646 MD5sum: aba8878568da27407f0b6572b996720c SHA1: 821db7f71b29e713de52bb58af22837e1e040701 SHA256: c1308ca7e51ca39bb1e0fdf08e957bedaca94bafbf3d192f0c192d8a51b5b15e Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed. It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done). Package: libs3-2 Source: libs3 Version: 2.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 161 Depends: libc6 (>= 2.3), libcurl3 (>= 7.16.2), libxml2 (>= 2.7.4) Filename: ./amd64/libs3-2_2.0-1_amd64.deb Size: 66374 MD5sum: d5af236881a781fbfa9210aab00529f1 SHA1: e446fa4690d62bc48ad5086e5124a84cf0c238ac SHA256: dcd5000fcfe5ca269447e47a1924f64450834ac2399d1596634842e501edfeef Section: SystemUtilities Priority: extra Homepage: http://sourceforge.net/projects/reallibs3 Description: This package includes the libs3 shared object library, needed to run applications compiled against libs3, and additionally contains the s3 utility for accessing Amazon S3. Package: libs3-dev Source: libs3 Version: 2.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 223 Recommends: libs3-2 (= 2.0-1) Filename: ./amd64/libs3-dev_2.0-1_amd64.deb Size: 56236 MD5sum: 73551322956fa3426988f0640b3ba665 SHA1: 2ec7d08c7745d08e908d72e3b62572f20f0a7f5f SHA256: 675bfa1d4c59e285f3428b68c939a624efc8d9d8735ccef3e390a47779d465f8 Section: SystemUtilities Priority: extra Homepage: http://sourceforge.net/projects/reallibs3 Description: This library provides an API for using Amazon's S3 service (see http://s3.amazonaws.com). Its design goals are: - To provide a simple and straightforward API for accessing all of S3's functionality - To not require the developer using libs3 to need to know anything about: - HTTP - XML - SSL In other words, this API is meant to stand on its own, without requiring any implicit knowledge of how S3 services are accessed using HTTP protocols. - To be usable from multithreaded code - To be usable by code which wants to process multiple S3 requests simultaneously from a single thread - To be usable in the simple, straightforward way using sequentialized blocking requests Package: libxenstore-uvp-3 Source: xenstore-uvp Version: 3.0.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 77 Depends: libc6 (>= 2.7) Filename: ./amd64/libxenstore-uvp-3_3.0.0-1_amd64.deb Size: 19696 MD5sum: 17e5f6cda154a2d9b9ce78d7718e7218 SHA1: 0318ec2a5b95da178267d797d342777c79cbf361 SHA256: b293613bc54ded650bafc4b38d4c945e77c5e4860e93ec23d864ff56ff378487 Section: SystemUtilities Priority: extra Description: This package includes the libxenstore_uvp shared object library, needed to support uvp-monitor that uses the XS_WEAK_WRITE operation to xenstore which this patched version of libxenstore supports. Package: libxenstore-uvp-dev Source: xenstore-uvp Version: 3.0.0-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 289 Depends: libxenstore-uvp-3 (= 3.0.0-1) Filename: ./amd64/libxenstore-uvp-dev_3.0.0-1_amd64.deb Size: 64042 MD5sum: f99b293f1c975bfeec733543459c769f SHA1: 55ef3e680e18f51c195913db5c4356164db65b2a SHA256: e774c8f425fdeda6787dda9ed07577fb33e81e4629dd29b7c1707faf47413d41 Section: SystemUtilities Priority: extra Description: The header and devel library files for the UVP patched version of libxenstore. Package: otc-tools Version: 0.6.38-1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 124 Depends: jq Recommends: libs3-2 Filename: ./amd64/otc-tools_0.6.38-1_amd64.deb Size: 29080 MD5sum: f935d26b2f85e1839b7220ed634e5c40 SHA1: 12dce07a7e9a441e7e3cd0b507b446be9bebc27c SHA256: 59f5a4c26a3d31daede6be1069315964332eec22262a0bf122cdfddb7c32e4e0 Section: SystemUtilities Priority: optional Description: This is a shell script that uses curl and jq to talk to the Open Telekom Cloud APIs (OpenStack and OTC specific APIs). It's a nice demonstrator to see how the API works and allows for simple automation and testing. Authors: Zsolt Nagy and Kurt Garloff Package: uvp-monitor Version: 2.2.0.302-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 271 Depends: procps, libc6 (>= 2.7), libxenstore-uvp-3 Filename: ./amd64/uvp-monitor_2.2.0.302-2_amd64.deb Size: 84150 MD5sum: 9c26fe2eee047412e2dbc585b325dd46 SHA1: bfa5663519cc6fca7ad4ebd66a99c4ea1b5efb7e SHA256: e2795391063c2a73789d1999ab67aa99a40cb9f1f524f044393d091eb8926f33 Section: SystemUtilities Priority: optional Description: UVP monitor enhances user experience in a few ways for VMs running on UVP/Xen: - Synchronizing the guest time from the host - Collecting monitoring data - Indicate safety for certain operations (like removing block devs)