Bug 1477665
| Summary: | Running file on /dev/agpgart raises an error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Virtualization Tools | Reporter: | mathieu.tarral | ||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | unspecified | CC: | mathieu.tarral, ptoscano, rbalakri | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-08-03 07: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: | |||||||
| Attachments: |
|
||||||
|
Description
mathieu.tarral
2017-08-02 15:11:53 UTC
What does
g.ll ('/dev/agpgart')
return?
Forget that. The reproducer is:
$ virt-builder fedora-26
$ guestfish -a fedora-26.img -i
><fs> mknod-c 0777 10 175 /dev/agpgart
><fs> file /dev/agpgart
libguestfs: error: file: file_stub: /dev/agpgart: No such file or directory
This is reproducible with libguestfs from git.
Hi,
thanks for checking it.
If you still wanted the output:
In [1]: g.ll('/dev/agpgart')
Out[1]: 'crw-rw---- 1 0 44 10, 175 Jul 21 14:35 /sysroot/dev/agpgart\n'
Thanks :)
*** This bug has been marked as a duplicate of bug 1477623 *** |