Wenzel / oswatcher

A framework to track the evolution of Operating Systems over time
GNU General Public License v3.0
58 stars 7 forks source link

libguestfs failures #61

Open Wenzel opened 4 years ago

Wenzel commented 4 years ago

While listing the entries on a directory on a Windows XP image, libguestfs mysteriously failed: We need to report this bug upstream.

Workaround: https://github.com/Wenzel/oswatcher/blob/f95e14aa20f1e3bdb4301a1e929c9554f2faf2b3/hooks/filesystem.py#L141

Wenzel commented 4 years ago

Happened again, on Windows 1703:

2020-02-05 21:42:25,167 WARNING:hooks.filesystem.FilesystemHook:libguestfs failed to list entries of /System Volume Information directory: file receive cancelled by daemon
2020-02-05 21:42:25,234 WARNING:hooks.filesystem.FilesystemHook:libguestfs failed to list entries of /Users/Default/Documents directory: file receive cancelled by daemon
2020-02-05 21:42:25,252 WARNING:hooks.filesystem.FilesystemHook:libguestfs failed to list entries of /Users/Public/Documents directory: file receive cancelled by daemon
2020-02-05 21:42:25,263 WARNING:hooks.filesystem.FilesystemHook:libguestfs failed to list entries of /Users/defaultuser0 directory: file receive cancelled by daemon
2020-02-05 21:42:36,884 WARNING:hooks.filesystem.FilesystemHook:libguestfs lstat failed on /Windows/SoftwareDistribution: is_dir: lstat: /Windows/SoftwareDistribution: Input/output error
2020-02-05 21:42:46,736 WARNING:hooks.filesystem.FilesystemHook:libguestfs failed to list entries of /Windows/System32/Tasks/Microsoft/Windows directory: file receive cancelled by daemon
2020-02-05 21:43:44,664 WARNING:hooks.filesystem.FilesystemHook:libguestfs lstat failed on /Windows/WindowsUpdate.log: is_dir: lstat: /Windows/WindowsUpdate.log: Input/output error

workaround #63

Wenzel commented 4 years ago

Bugs have been reported on RedHat Bugzilla: