Bug 9531
Summary: | LOOP_SET_STATUS invalid argument | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | David Lawrence <dkl> |
Component: | kernel | Assignee: | Alexander Viro <aviro> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.2 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | alpha | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2001-06-04 15:34:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Derek Tattersall
2000-02-17 20:09:17 UTC
Seems to be broken in all archs and current kernels [root@dhcpd156 /root]# lsmod Module Size Used by loop 14016 0 (autoclean) [root@dhcpd156 /root]# losetup -e des /dev/loop0 /file Password: Init (up to 16 hex digits): ioctl: LOOP_SET_STATUS: Invalid argument [root@dhcpd156 /root]# -e des requires the crypto patch to the kernel, which we don't ship for historical reasons. We might, if someone cares enough to put it on the $nextversion featurelist. |