Package: bms-network-setup Version: 1.9-1+4.2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 43 Depends: python3 Filename: amd64/bms-network-setup_1.9-1+4.2_amd64.deb Size: 10360 MD5sum: 1cf4f3e8eda3c02885fecc87f988f60a SHA1: 62963afe22bec2990d03438c3b0f7319132ea7d7 SHA256: e3574d8f8d0dbd53ba82ffd4aa695cb937aaf9dae5b18fa675308d63940970b8 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-0.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 275 Depends: libc6 (>= 2.38) Filename: amd64/ddrescue_1.99-0.3.0-0.22.1_amd64.deb Size: 117624 MD5sum: d6b1b11e28d316f058941c38fc9332ef SHA1: ed841a385634e54a2ffc7e4039660ee4ec037592 SHA256: 0089a41a37e80203f7f71af05328e086b1d7692d829e93c660b6dfdd634c94db 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-0.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 205 Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0) Recommends: ddrescue (= 1.99-0.3.0-0.22.1) Filename: amd64/ddrescue-crypt_1.99-0.3.0-0.22.1_amd64.deb Size: 71856 MD5sum: 81cddbcec0418208c88067e5fd8ddf56 SHA1: c6d5578cbf0106147e25db6b66129765f7626bb2 SHA256: d85d9ec5e3926ef6f79beaf9dd1caa378fbf7596a292723681d684da8a7dee78 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-lzma Source: ddrescue Version: 1.99-0.3.0-0.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 37 Depends: libc6 (>= 2.38), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.22.1) Filename: amd64/ddrescue-lzma_1.99-0.3.0-0.22.1_amd64.deb Size: 15388 MD5sum: d171e7ea6ca720ac77475c90fbb1727a SHA1: a152a96622eb432d7f754bf20cb0c6e791eca577 SHA256: e03941aa624bcc9052722b0b644d90d886949fe3c8d8f66aaa3cfbd8b45df8ef Section: SystemUtilities Priority: optional Description: The ddr_lzma plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzma uses the lzma algorithm which is used by xz. LZMA is slow on compression, but achieved very high compression ratios. Decompression is fast. The plugin is new and may not work well with corrupt or malicious data. Package: ddrescue-lzo Source: ddrescue Version: 1.99-0.3.0-0.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 61 Depends: libc6 (>= 2.38), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.22.1) Filename: amd64/ddrescue-lzo_1.99-0.3.0-0.22.1_amd64.deb Size: 25244 MD5sum: 8c7a4fd77f0ffa7fb64d848ed9c5a552 SHA1: 6bcd8c11d42df1c99d13d0ac96def24db6bba34d SHA256: 2de8d86af06bbb1db7c34e95a7744d889e3d002dd158c520bc24ce3feb760f75 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: 4256 MD5sum: d26ea85db48a2765445db6f15b9974f3 SHA1: ffa42b055a00a679598a3d03c5fc49844f752b74 SHA256: 52a7458d303275bb3eb09ad8becf2db1a60625bd3bd2123cb7c290a003ee70a5 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: 31 Depends: libc6 (>= 2.33) Filename: amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7304 MD5sum: 7fc54bc5edfa9e1f83669efe6a07e362 SHA1: 4042dc1004690db0eb701fad88fe9321051a0a6c SHA256: f8e7f5c5376220e860833decefde701098b846e39e94bbb6140a4892a011ca0e 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: libfallocate0-dbgsym Source: libfallocate Version: 0.1.1-2 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 20 Depends: libfallocate0 (= 0.1.1-2) Filename: amd64/libfallocate0-dbgsym_0.1.1-2_amd64.deb Size: 6780 MD5sum: b3af500a0d369e06a0c71edad09d568f SHA1: 165bd3f51551f3a2a611ff3fe827e94892ad8af7 SHA256: de68e72a5b1ebc6dfe87529b5fed753aa6f4877f25e0148a0321a981e64daff3 Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: f98a2b50366a4305b744ff568b8bd1f3bb07dc6c Package: otc-tools Version: 0.8.34-3+7.2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 316 Depends: jq Recommends: libs3-4 Filename: amd64/otc-tools_0.8.34-3+7.2_amd64.deb Size: 64172 MD5sum: 80e2fe2b77197b208939cedfabd3d046 SHA1: 9062e4cca1b26832b3f56f0dfd20bc7fd5c8b0c9 SHA256: c92eb7312df48c35c25818f878cf008f6a167163c4c946d54ade8d99065f4c86 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