summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS58
1 files changed, 41 insertions, 17 deletions
diff --git a/BUGS b/BUGS
index 2a6a5f9b..09876bc5 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2012-02-13
+Last updated: 2012-03-05
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -80,21 +80,24 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
786604 NEW https://bugzilla.redhat.com/show_bug.cgi?id=786604
guestfish on CentOS 5.7 x86 and augeas-libs-0.10.0-2.el5 crashes with message "guestfsd: error while loading shared libraries: libxml2.so.2: cannot open shared object file"
-789180 NEW https://bugzilla.redhat.com/show_bug.cgi?id=789180
- repoclosure failure on 17-Alpha.TC2 DVDs (libguestfs-1.17.4-7.fc17)
-
789504 NEW https://bugzilla.redhat.com/show_bug.cgi?id=789504
virt-df (other tools?) should not give up if a guest disk is missing
+790837 NEW https://bugzilla.redhat.com/show_bug.cgi?id=790837
+ Use of atexit to clean up handles is wrong in multithreaded programs
+
+798979 NEW https://bugzilla.redhat.com/show_bug.cgi?id=798979
+ Ubuntu install CDs from oneiric onwards are not recognized: "multi-boot operating systems are not supported"
+
+799695 NEW https://bugzilla.redhat.com/show_bug.cgi?id=799695
+ guestfs.h failes to compile with c++ compiler
+
563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450
list-devices returns devices of different types out of order
696445 NEW https://bugzilla.redhat.com/show_bug.cgi?id=696445
Backport virt-inspector for virt-v2v
-789960 NEW https://bugzilla.redhat.com/show_bug.cgi?id=789960
- guestfsd crash when try to mount non-exist disk
-
547488 NEW https://bugzilla.redhat.com/show_bug.cgi?id=547488
guestfish cannot tab complete filenames that contain spaces
@@ -173,8 +176,8 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
539746 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=539746
launch fails when run inside a Xen guest, when no non-PV kernels are installed
-679737 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=679737
- libguestfs: improve error message when zerofree is not available in the appliance
+796520 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=796520
+ [RFE] Prevent user from running some appliance configure commands after appliance boot up
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -195,15 +198,9 @@ You can help by testing the fixes.
750889 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=750889
Python code incompatible with Python v3.
-769359 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=769359
- virt-resize on RHEL 6 kernel fails to re-read the partition table
-
784647 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=784647
Libguestfs uses deprecated net-tools
-788642 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=788642
- virt-edit doesn't preserve file permissions
-
657499 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=657499
checksum: wrong check sum type causes umount to fail
@@ -219,12 +216,30 @@ You can help by testing the fixes.
760221 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=760221
RFE: Support inspection of cciss devices
-785305 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=785305
- ocaml (bytecode) bindings segfault in 'add_drive_opts'
+769359 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=769359
+ virt-resize on RHEL 6 kernel fails to re-read the partition table
+
+788642 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=788642
+ virt-edit doesn't preserve file permissions
+
+790958 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=790958
+ multiprovider build error: RuntimeError: link: /tmp/.guestfs-0/kernel /tmp/.guestfs-0/kernel.10139: File exists
+
+797760 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=797760
+ virt-resize on Windows XP in sysprep state causes "UNMOUNTABLE_BOOT_VOLUME" BSOD
+
+798197 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=798197
+ virt-resize confuses format and output_format variables; using --output-format sets the input format
+
+798980 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=798980
+ Libguestfs live support should be disabled in RHEL 6 packages
647174 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=647174
RHEL6: virt-clone should remove old udev rules when changing MAC address
+795322 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=795322
+ add_ro should return error if not running in a config state
+
741183 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=741183
[RFE] Write a tool to align the partition(s) in a Windows XP image to a multiple of 8 sectors
@@ -234,6 +249,15 @@ These bugs are in the VERIFIED state.
731742 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=731742
libguestfs should escape special/non-printing characters in debug output
+785305 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=785305
+ ocaml (bytecode) bindings segfault in 'add_drive_opts'
+
+789960 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=789960
+ guestfsd crash when try to mount non-exist disk
+
+679737 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=679737
+ libguestfs: improve error message when zerofree is not available in the appliance
+
785668 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=785668
aug-defnode: daemon crash