Bug 905322
Summary: | "hivex-commit" should fail with a relative path | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | bfan | |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 7.1 | CC: | leiwang, lkong, wshi | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | libguestfs-1.22.2-1.el7 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 905341 980372 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-13 10:55:20 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 981683 | |||
Bug Blocks: |
Description
bfan
2013-01-29 07:26:08 UTC
Fixed upstream in: https://github.com/libguestfs/libguestfs/commit/be4a3d77c42148731a977b68aab8b454372518d7 Can verified with libguestfs-1.20.1-4.el7 Steps to verify: 1. Install libguestfs-1.20.1-4.el7 & libguestfs-winsupport-7.0-2.el7 2. #guestfish -a Win2008r2-64-hvm.raw ><fs> run 100% [#################################################################################] 00:00 ><fs> mount /dev/sda1 / ><fs> hivex-open /Windows/System32/config/SOFTWARE write:true ><fs> hivex-commit /Windows/System32/config/SOFTWARE libguestfs: error: hivex_commit: failed: No such file or directory ><fs> hivex-commit /sysroot/Windows/System32/config/SOFTWARE Can not commit with a relative path. -------------------------------------- Verified with libguestfs-1.22.6-15.el7 Steps to verify: 1. Install libguestfs-1.22.6-15.el7 & libguestfs-winsupport-7.0-2.el7 #guestfish -a Win2008r2-64-hvm.raw ><fs> run ><fs> mount /dev/sda1 / ><fs> hivex-open /Windows/System32/config/SOFTWARE write:true ><fs> hivex-commit /Windows/System32/config/SOFTWARE Can commit with a relative path. Additional information: ><fs> hivex-open /sysroot//Windows/System32/config/SOFTWARE write:true libguestfs: error: hivex_open: hivex failed to open /sysroot//Windows/System32/config/SOFTWARE: No such file or directory ><fs> hivex-open /sysroot/Windows/System32/config/SOFTWARE write:true libguestfs: error: hivex_open: hivex failed to open /sysroot/Windows/System32/config/SOFTWARE: No such file or directory This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |