-
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
Kernel hang: unable to handle kernel paging request at abcddcba when trying to modprobe zfs.ko #859
Comments
ZFSOnLinux will build on i686 hardware, but unfortunately, it does not work very well on them. The only ZFS implementation known to work well on i686 is in FreeBSD. |
I actually have Debian kFreeBSD running on another similar box (32-bit as well), and to be honest I don't think that implementation is production level quality either. I've seen it kernel panic several times because of out-of-memory when it should be able to organize its own use of memory when it is the only thing running on the machine (it's a file server). I guess I should try it on a 64-bit capable machine to see how it behaves there. |
Indeed. Please stick to the 64-bit implementation, I should really add a larger warning to the zfs website and perhaps a warning message at build time as well. |
Due to I/O buffering the helper may return successfully before the proc handler has a chance to execute. To catch this case wait up to 1 second to verify spl_kallsyms_lookup_name_fn was updated to a non SYMBOL_POISON value. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs/zfs#699 Issue openzfs/zfs#859
Due to I/O buffering the helper may return successfully before the proc handler has a chance to execute. To catch this case wait up to 1 second to verify spl_kallsyms_lookup_name_fn was updated to a non SYMBOL_POISON value. Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs/zfs#699 Closes openzfs/zfs#859
I was able to reproduce the issue under Lucid, it's fixed by commit openzfs/spl@034f1b3 which was just merged in to master. |
Oh and it was NOT a 32-bit issue after all. |
Is this fix included in the current stable PPA release for Lucid? If not, when it is expected to be included? |
No.
The daily PPA will probably get it Friday evening. The stable PPA will get it after the next release candidate is tagged. |
…#859) Bumps [rust-ini](https://github.com/zonyitoo/rust-ini) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](zonyitoo/rust-ini@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Using Ubuntu 10.04 LTS on 32-bit hardware. 3.5GB RAM. ZFS installed from PPA. I was trying to figure out if this was a duplicate to some of the other kernel hang bug reports, but I couldn't see any similar traces. Machine has been running stable for quite some time, so hardware error is somewhat unlikely. This bug hangs the bootup process, and only way to fix the problem is to boot with init=/bin/bash and remove all the dkms-installed kernel modules and rebuild the initrd.
The text was updated successfully, but these errors were encountered: