-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zfs-0.6.0-rc8.tar.gz fails tests on Debian 6.0.5 with 3.2.0 kernel #748
Comments
This can occur when you attempt to run the tests on top of a file system which does not support creating loop back devices. Is /tmp/ a normal file system or something like tmpfs? |
On 05/18/2012 10:05 AM, Brian Behlendorf wrote:
Thanks for the response. :-) I'm not sure if /tmp/ is unusual. Does this help? 2012-05-18 19:06:27 root@i72600s ~ mount/dev/mapper/vg_system-lv_root on / type ext4 (rw,errors=remount-ro) I there a way I can get more information from zconfig.sh, or whatever it David |
If you run zconfig.sh as following you'll get a full trace of the script. However, I wouldn't be too worried about this failure since it has more to do with your environment than zfs itself. sudo bash -x /usr/libexec/zfs/zconfig.sh -c -v |
On 05/21/2012 09:54 AM, Brian Behlendorf wrote:
See output, below. So, if I'm not supposed to be worried about this failure, will David 2012-05-22 22:25:58 root@i72600s ~ bash -x /usr/libexec/zfs/zconfig.sh -c -v++ dirname /usr/libexec/zfs/zconfig.sh
|
Yes, it should work fine. |
Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zfsonlinux:
I have a fresh Debian 6.0.5 amd64 (Squeeze) machine with a 3.2.0 kernel (linux-image-3.2.0-0.bpo.2-amd64 from debian-backports, needed for CPU/motherboard Intel HD 2000 graphics).
spl-0.6.0-rc8.tar.gz builds, installs, and tests okay.
zfs-0.6.0-rc8.tar.gz builds and installs okay, but fails testing (see console session below).
It looks like the ioctl interface has changed between the stock kernel (2.6.32?) and what I have (?).
Please advise.
TIA,
David
2012-05-16 20:52:13 dpchrist@i72600s ~/build/zfs-0.6.0-rc8
$ sudo /usr/libexec/zfs/zconfig.sh -c -v
Destroying
1 persistent zpool.cache ioctl: LOOP_SET_FD: Function not implemented
zpool-create.sh: Error 1 creating /tmp/zpool-vdev0 -> /dev/loop-control loopback
Fail (2)
2012-05-16 21:04:05 dpchrist@i72600s ~/build/zfs-0.6.0-rc8
$ cat /etc/debian_version
6.0.5
2012-05-16 21:04:26 dpchrist@i72600s ~/build/zfs-0.6.0-rc8
$ uname -a
Linux i72600s 3.2.0-0.bpo.2-amd64 #1 SMP Mon Apr 23 08:38:01 UTC 2012 x86_64 GNU/Linux
2012-05-16 21:05:05 dpchrist@i72600s ~/build/zfs-0.6.0-rc8
$ dpkg --get-selections | egrep "(spl|zfs)"
spl install
spl-modules install
spl-modules-devel install
zfs install
zfs-devel install
zfs-dracut install
zfs-modules install
zfs-modules-devel install
zfs-test install
The text was updated successfully, but these errors were encountered: