Package: bms-network-setup Version: 1.9-1+3.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 45 Depends: python3 Filename: ./amd64/bms-network-setup_1.9-1+3.1_amd64.deb Size: 12012 MD5sum: 56b7d08eec19e66558af99bb9aaedadf SHA1: 8fc9ae4d755068b3ca007435cc072d443bf3ad51 SHA256: de26e2eb65b0a5c985e123109bd9cc97c81ddda36caed6cac9058c712b931cde Section: SystemUtilities Priority: optional Description: Simple creation of network interface config from ConfigDrive DataSource This is a much simpler version of Huawei's bms-network-config, which can do a lot more. This script is simple and does nothing more than writing out ifcfg-* files from the network_data.json configuration. It is designed to coexist with cloud-init. Package: ddrescue Version: 1.99-0.3.0-13.0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 283 Depends: libc6 (>= 2.14) Filename: ./amd64/ddrescue_1.99-0.3.0-13.0_amd64.deb Size: 109344 MD5sum: 4297bafc9cdd93d477c06986a5d9beea SHA1: e68e8958b2eaeafa831528b90a8d549e3a441c5b SHA256: ac4ccc73d9db92e7bb48db23275fc9fa4b6f9030e93922ebe415fa399619266c 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-13.0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 221 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1) Recommends: ddrescue (= 1.99-0.3.0-13.0) Filename: ./amd64/ddrescue-crypt_1.99-0.3.0-13.0_amd64.deb Size: 70130 MD5sum: 3f28e5a794662b77a7320c4b7613bb7f SHA1: 24a7b5de76fdef8b94a0ffb8451bdbcb17a62a1f SHA256: 47ca0a285a66d10477fd47c374ba74285c95fdf70e31889a9ec8317dc2b1f886 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-13.0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 60 Depends: libc6 (>= 2.14), liblzo2-2 Recommends: ddrescue (= 1.99-0.3.0-13.0) Filename: ./amd64/ddrescue-lzo_1.99-0.3.0-13.0_amd64.deb Size: 24472 MD5sum: 4283bfd32493b22c5bbdcfea46ee8631 SHA1: 45a623f48853b16f33fcb2456ab81035547d6e01 SHA256: 29301d14c7814ac20a41f23b477105299b6d36a7ade15a7e16a2362589b505e6 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: 21 Recommends: libfallocate0 (= 0.1.1-2) Filename: ./amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4198 MD5sum: 9be2b876c98a4b9db7107c1b47a61828 SHA1: f79995255845f320929c76ef351f7981844688d7 SHA256: 8264ac5de360224ca04f893f70694f093a4baef85f77c7cdcde42e9061362589 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: 27 Depends: libc6 (>= 2.4) Filename: ./amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7290 MD5sum: 85e3d1e657ccf639b856c6aa1381003b SHA1: a81fd0ae9018a04aa9ee669e108fd3cbc63544e2 SHA256: fd4b495a29897ae5130ce3e8fb3a70c9d1a8f2475a42ede5e2d6227eac00168d 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-4 Source: libs3 Version: 4.1-3 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 172 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), libssl1.0.0 (>= 1.0.0), libxml2 (>= 2.7.4) Filename: ./amd64/libs3-4_4.1-3_amd64.deb Size: 57540 MD5sum: 5e1394e370271600ebb2c57435ea725d SHA1: 5055dacc04d2e3bd26c39d186f394796a059225f SHA256: 47c5ff92737ce2fa8fa4dee02f03f27c1ff67e2d5c7275bce1537c655ab8ed6a 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: 4.1-3 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 258 Recommends: libs3-4 (= 4.1-3) Filename: ./amd64/libs3-dev_4.1-3_amd64.deb Size: 52454 MD5sum: 5373e8dfe059ec8231ca3ed99703ef70 SHA1: ba038dc1487adbef4a954bb0609f9837bd1d288c SHA256: 05b75371c639e637cfe350749f11861b0b151c4b0156a314500d63c59aad6983 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: 65 Depends: libc6 (>= 2.14) Filename: ./amd64/libxenstore-uvp-3_3.0.0-1_amd64.deb Size: 16854 MD5sum: b2be9fe281ff2413c9656f0bd1509ccf SHA1: ae30f64b929b2516a6be7b0bcfd48b51ca32e53f SHA256: 433a852c23ad75de7392f9638612d8c01aa50ecf95305d5c876556406271a7ae 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: 278 Depends: libxenstore-uvp-3 (= 3.0.0-1) Filename: ./amd64/libxenstore-uvp-dev_3.0.0-1_amd64.deb Size: 53942 MD5sum: 1b58bd849c69a8ad754ab5039c809531 SHA1: 8674b66dcc78769474809e310d4b72077f8b5831 SHA256: 9f8460ec5271fe78ce0107e8c019dce7ef50f0008f7ed5d72a56b661e3a8c4cc Section: SystemUtilities Priority: extra Description: The header and devel library files for the UVP patched version of libxenstore. Package: otc-tools Version: 0.8.34-3+6.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 326 Depends: jq Recommends: libs3-4 Filename: ./amd64/otc-tools_0.8.34-3+6.1_amd64.deb Size: 73662 MD5sum: ea95e01ed421b3edd4ddc5f43692d37a SHA1: e5630f7af4974059ed14fa30e2e7ae6263a7eb05 SHA256: 4f842970609ab8ac4ab4f6302be4049e47c9e9d219c7644c6141f256edc96d6d 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. For production use, we recommend the native python-openstackclient, amended with -otcextensions. Authors: Zsolt Nagy and Kurt Garloff Package: uvp-monitor Version: 2.2.0.316-4+13.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 255 Depends: procps, libc6 (>= 2.15), libxenstore-uvp-3 Filename: ./amd64/uvp-monitor_2.2.0.316-4+13.1_amd64.deb Size: 72430 MD5sum: 5e09e154d7850b75d96216ed89d96d84 SHA1: 9c6e16f100346c38d6f9e9678b20113fc8fa457c SHA256: 982e68f93a1fdb06112b0152056191f2d33703f6cbf515a93114c920e7942fe5 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)