Package: bms-network-setup Version: 1.7 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 44 Depends: python3 Filename: amd64/bms-network-setup_1.7_amd64.deb Size: 11504 MD5sum: c73a307b525e5dea934ac9959a0593e5 SHA1: 33ac52d494e7c49d1ddca4d058ed8d5240296367 SHA256: b4e0f2cdea6641d99123888781d59664de57c24d8bb422d53494f4c114eb7b80 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: 290 Depends: libc6 (>= 2.25) Filename: amd64/ddrescue_1.99-0.3.0-13.0_amd64.deb Size: 108568 MD5sum: 5b136474c4c623094fa5584294fd0d07 SHA1: 19fbf70268e9b20fe12abc17c6c099dae77c664d SHA256: d19e2aa9abf67238a9d29c0eb3a9079b6c3ca632f9f12929c70181cf88f8bcca 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: 225 Depends: libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Recommends: ddrescue (= 1.99-0.3.0-13.0) Filename: amd64/ddrescue-crypt_1.99-0.3.0-13.0_amd64.deb Size: 71184 MD5sum: 482a744444ad3ba64e90d4348bda2253 SHA1: cb134a3551a7e84c9e4b572b2d55163dadafd8e0 SHA256: d35136a3cf4a7d370c26aadcd1a78b4e8524d6c293084d1b9a30b4bf44aa4351 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: 68 Depends: libc6 (>= 2.14), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-13.0) Filename: amd64/ddrescue-lzo_1.99-0.3.0-13.0_amd64.deb Size: 24628 MD5sum: a4ef5e58fc29150911cfb20b51169c8a SHA1: 5b9e0e79cd545ed44f0f070b6da7f5306fe7f607 SHA256: 9fc982515cfbb9f33d5b5c6915a007074c8fde7169ff634095ced616b7df5231 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: 22 Recommends: libfallocate0 (= 0.1.1-2) Filename: amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4288 MD5sum: c243e5dcd553be3d649436780257a342 SHA1: d5ba6db795f86573bab020d66493558ead81e961 SHA256: 5fb124eedd1cd6c3775b0de54203510a17c0f430ce982b1694189f1c82ca1a91 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: 32 Depends: libc6 (>= 2.4) Filename: amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7364 MD5sum: ac0ddba7f42d73aed9d53eb2270d77c5 SHA1: 81aa364e89632a14a0759054237e52e396e3fa2a SHA256: 6b2570c1eb702412e497e194cb8ab3378d0b0abf2e558c769920acd0b232d166 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-5 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 188 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), libssl1.1 (>= 1.1.0), libxml2 (>= 2.7.4) Filename: amd64/libs3-4_4.1-5_amd64.deb Size: 59868 MD5sum: 9aa80da7987283e86105559d86b59ca4 SHA1: 37b09aa4aa26d678120ac6337c2002e425fc580a SHA256: 47dbc35e07a8e41d3927a9406033be01f3a10ca7e239244204446ed08f845774 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-5 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 278 Recommends: libs3-4 (= 4.1-5) Filename: amd64/libs3-dev_4.1-5_amd64.deb Size: 55948 MD5sum: eeb098d71d400de7730631f82d3c7a25 SHA1: 1dc94c94ee8d72bcc847920785e95dff7ad8ebe0 SHA256: f74b6b35cdc2ce338b4e62f8877517a68f854a40992729e849a0912c7f774994 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: 81 Depends: libc6 (>= 2.14) Filename: amd64/libxenstore-uvp-3_3.0.0-1_amd64.deb Size: 17180 MD5sum: 41b341b5f6e95bd0b584444252b946e7 SHA1: 1810f8dd41e5502031a08f18fbfa6321a8cca741 SHA256: 8603c8dfe3106a69285e2cf09a5bf914a7fa2c520302299ffa8c135e1f9c4caf 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: 53992 MD5sum: 57a81fada9faf109a8571e4975037832 SHA1: 6717645fd112d80e9962d3b403da4aa20f5aa1a5 SHA256: b5908c52998503723afd4303483baf61e038b82e2252adb00229bd4521c67ab6 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: 73924 MD5sum: c5c868e3944c9945dea2184ebbf07eb1 SHA1: d66ecfe6b9b02d0c3d7dfcd2bc9c26634fdecde3 SHA256: d557a41d13b55efaeccb6efe93491276e55560e81fa3611afcb9d8b76456fca9 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