Search Criteria
Package Details: nbdkit 1.42.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nbdkit.git (read-only, click to copy) |
---|---|
Package Base: | nbdkit |
Description: | NBD server toolkit |
Upstream URL: | https://gitlab.com/nbdkit/nbdkit/ |
Licenses: | BSD-3-Clause |
Submitter: | t-8ch |
Maintainer: | t-8ch (rwmjones) |
Last Packager: | t-8ch |
Votes: | 5 |
Popularity: | 0.000088 |
First Submitted: | 2019-02-22 14:36 (UTC) |
Last Updated: | 2025-03-04 21:55 (UTC) |
Dependencies (16)
- qemu (qemu-gitAUR, qemu-headless-gitAUR, qemu-base, qemu-desktop, qemu-full) (check)
- boost (boost-gitAUR) (optional) – for libtorrent support
- curl (curl-gitAUR, curl-c-aresAUR) (optional)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (optional)
- libguestfs (libguestfs-gitAUR) (optional)
- libnbd (libnbd-ocaml-gitAUR) (optional)
- libselinuxAUR (optional)
- libssh (libssh-gitAUR) (optional)
- libtorrent-rasterbar (libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR, libtorrent-rasterbar-gitAUR) (optional) – for libtorrent support
- libvirt (libvirt-gitAUR, libvirt-xenAUR) (optional)
- lua (optional)
- ocaml (optional)
- perl (perl-gitAUR) (optional)
- python (python37AUR, python311AUR, python310AUR) (optional)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (optional)
- tcl (tcl-fossilAUR, tcl84AUR) (optional)
Required by (5)
- libguestfs-git (optional)
- s3backer-git (optional)
- s3backer-nbd-git
- virt-p2v
- virt-v2v
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13
rwmjones commented on 2020-03-05 08:20 (UTC)
I should also say that 1.18 was released last week, and we worked on test stability in this release. http://download.libguestfs.org/nbdkit/1.18-stable/ http://libguestfs.org/nbdkit-release-notes-1.18.1.html
rwmjones commented on 2020-03-05 08:18 (UTC)
See if anything is written to tests/test-parallel-nbd.sh.log Also what version of qemu is this? We have generally only tested things using recent qemu (4.0 and above).
t-8ch commented on 2020-03-05 07:23 (UTC)
It seems the nbdkit process is a zombie. Can you check the test logfiles and dmesg?
svenne_k commented on 2020-03-05 06:39 (UTC) (edited on 2020-03-05 06:40 (UTC) by svenne_k)
This unit dies during the tests..
After a loong time (10+ minutes), it has the following as last line of output
PASS: test-cache-max-size.sh
By hitting enter it displays
SKIP: test-ssh.sh
From there it seems stuck, it does not seem to use any cpu.
The process tree looks like
_ make check _ make check-TESTS _ /bin/sh -c set +e; bases='test-help.sh.log test-version.sh.log test-dump-config.s> _ make test-suite.log TEST_LOGS=test-help.sh.log test-version.sh.log test-dump-> _ /bin/sh -c p='test-parallel-nbd.sh'; \ b='test-parallel-nbd.sh'; \ case $> _ /bin/sh ../test-driver --test-name test-parallel-nbd.sh --log-file te> _ bash ./test-parallel-nbd.sh _ /home/sk/.cache/yay/nbdkit/src/nbdkit-1.16.2/server/nbdkit -v> | _ [nbdkit] <defunct> | _ qemu-io -f raw -c aio_write -P 2 512 512 -c aio_read -P 1> _ tee test-parallel-nbd.out
« First ‹ Previous 1 .. 8 9 10 11 12 13