Bug 582484
| Summary: | some guestfish sub commands can not handle special files properly | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | Pengzhen Cao <pcao> | ||||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | unspecified | CC: | mbooth, virt-maint | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 633174 (view as bug list) | Environment: | |||||||
| Last Closed: | 2011-07-14 19:10:10 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: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 633174 | ||||||||
| Attachments: |
|
||||||||
|
Description
Pengzhen Cao
2010-04-15 06:38:26 UTC
Created attachment 406688 [details]
log for file command
Created attachment 406689 [details]
log for touch command
I'll have a look at this when I get back from holiday. Patches posted upstream to fix the issues with the touch and file commands. https://www.redhat.com/archives/libguestfs/2010-June/msg00050.html This commit: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=4df593496e116dfb635731c058b7627e81fc179c breaks OS detection, since /dev/VG/LV is a symbolic link to ../dm-NN. Reopening this bug. Second patch posted: https://www.redhat.com/archives/libguestfs/2010-June/msg00068.html |