X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=BUGS;h=f3d1f52558050f94a09f2242cd4bea3501324590;hp=1251a64bf3853a47c5ea4b97720dc00b41c29af2;hb=ece3b30e4957b2d1d02377a82afb132e8061804d;hpb=8902b33c0e2458dbaf939a1859a56c963a117939 diff --git a/BUGS b/BUGS index 1251a64..f3d1f52 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs". -Last updated: 2010-09-09 23:24:36 +Last updated: 2010-11-03 21:09:22 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -32,6 +32,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 627833 NEW https://bugzilla.redhat.com/show_bug.cgi?id=627833 get-e2uuid should use blkid instead of "tune2fs -l" to get filesystem UUID +633174 NEW https://bugzilla.redhat.com/show_bug.cgi?id=633174 + some guestfish sub commands can not handle special files properly + +643991 NEW https://bugzilla.redhat.com/show_bug.cgi?id=643991 + CVE-2010-3851 libguestfs: missing disk format specifier when adding a disk [fedora-all] + 501884 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501884 virt-inspector still configured, even if there are missing deps @@ -71,15 +77,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 598772 NEW https://bugzilla.redhat.com/show_bug.cgi?id=598772 guestfish 'help' command should indicate error in exit status with an unknown command -599503 NEW https://bugzilla.redhat.com/show_bug.cgi?id=599503 - document that mkmountpoint and umount-all cannot be mixed - 600144 NEW https://bugzilla.redhat.com/show_bug.cgi?id=600144 document that mkmountpoint and umount-all cannot be mixed -602599 NEW https://bugzilla.redhat.com/show_bug.cgi?id=602599 - [RFE] A new API for custom cleanup prior to close in perl bindings - 602997 NEW https://bugzilla.redhat.com/show_bug.cgi?id=602997 part-get-bootable gives wrong result with an unordered part layout @@ -107,9 +107,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 619345 NEW https://bugzilla.redhat.com/show_bug.cgi?id=619345 RFE: Enable coredump capture in the appliance -623183 NEW https://bugzilla.redhat.com/show_bug.cgi?id=623183 - "libguestfs: warning: unexpected connection from UID 0 to port ..." - 624035 NEW https://bugzilla.redhat.com/show_bug.cgi?id=624035 guestfish "upload /file foo" command hangs or gives a protocol error @@ -128,9 +125,36 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 627832 NEW https://bugzilla.redhat.com/show_bug.cgi?id=627832 [RFE] guestfish should print outputs in a suitable base (eg. octal for modes) +634649 NEW https://bugzilla.redhat.com/show_bug.cgi?id=634649 + [RFE] Align a NTFS partition within qcow2 over LVM to start at offset which is a multiple of 8 + +635971 NEW https://bugzilla.redhat.com/show_bug.cgi?id=635971 + glob mkfs ext2 /dev/vd[b-t]1 does not expand + +637244 NEW https://bugzilla.redhat.com/show_bug.cgi?id=637244 + virt-inspector has noisy start when inspecting 64-bit disk image from 32-bit host + +637251 NEW https://bugzilla.redhat.com/show_bug.cgi?id=637251 + virt-inspector fails to recognize data-only NTFS disk image + +637252 NEW https://bugzilla.redhat.com/show_bug.cgi?id=637252 + virt-resize has no 32-bit support + +642821 NEW https://bugzilla.redhat.com/show_bug.cgi?id=642821 + virt-resize falls over on a disk image with a logical swap partition + +646036 NEW https://bugzilla.redhat.com/show_bug.cgi?id=646036 + libguestfs fails to launch + +646361 NEW https://bugzilla.redhat.com/show_bug.cgi?id=646361 + Fix appliance building Fedora-on-Debian (on systems with default library search paths differing from the appliance's) + 501882 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=501882 /tmp/libguestfs temporary directory is not cleaned up +576879 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=576879 + libguestfs protocol loses synchronization if you 'upload' before mounting disks + 583974 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=583974 mount hangs there when you lack proper permission to guest image @@ -149,6 +173,12 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 541618 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=541618 guestfish not able to mount freebsd ufs2 partitions automatically +639601 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=639601 + "virt-ls" command failed to parse domain name "#" + +639602 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=639602 + ""virt-list-filesystems" fails to parse the command line argument if the domain name is "#". + -------------------------------------------------- Bugs in MODIFIED, POST or ON_QA state are fixed. You can help by testing the fixes. @@ -156,9 +186,6 @@ You can help by testing the fixes. 507810 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=507810 guestfish -i / virt-inspector cannot handle spaces in filenames -576879 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=576879 - libguestfs protocol loses synchronization if you 'upload' before mounting disks - 585221 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=585221 resize2fs should support shrinking filesystems @@ -210,15 +237,72 @@ You can help by testing the fixes. 599464 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=599464 mkfs-b does not support vfat/ntfs +599503 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=599503 + document that mkmountpoint and umount-all cannot be mixed + 602592 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=602592 [RFE] expose guestfs_close in perl bindings -610880 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=610880 - libguestfs should set broader read perms on tmpdir, so works in some situations when executed with umask 077 - 619334 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=619334 RFE: Enable coredump capture in the appliance +633096 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=633096 + virt-resize calculates block device size incorrectly, doesn't work with qcow2 target + +633766 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=633766 + virt-resize --shrink fails + +634246 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=634246 + guestfs_part_get_parttype returns "loop" when run against a partition, LV or filesystem + +635969 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=635969 + glob echo mkfs ext2 /dev/vd[b-t]1 prints garbage + +638899 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=638899 + /dev/mapper paths should not be returned from C inspection APIs + +638901 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=638901 + Appliance filename should not contain repository name + +639405 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=639405 + Interrupted cached appliance creation leaves libguestfs unusable + +639986 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=639986 + virt-df --csv does not properly quote " in libvirt domain names + +640961 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=640961 + Document that grub-install might be needed for old Linux guests after virt-resize + +642826 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=642826 + virt-resize converts any other image format to raw without notifying user, instructions do not account for this + +642929 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=642929 + C inspection code should ignore /dev/fd* in /etc/fstab + +642930 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=642930 + virt-inspector (Sys::Guestfs::Lib) should use C inspection APIs + +642932 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=642932 + guestmount options should match guestfish options + +642933 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=642933 + guestfs_list_filesystems should be used in all possible places + +642934 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=642934 + No way to specify disk format when adding a disk to libguestfs + +643624 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=643624 + libguestfs tools documentation should describe how to quote guest domain names from shell + +646432 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=646432 + /dev/mapper paths should not be returned from guestfs_mountpoints + +646821 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=646821 + virt-df should have --uuid option + +646822 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=646822 + libguestfs trace mode should not print long binary strings + -------------------------------------------------- These bugs are in the VERIFIED state. @@ -258,4 +342,7 @@ These bugs are in the VERIFIED state. 619826 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=619826 [RFE] Need a way to determine if a particular block device is a logical volume +636454 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=636454 + [RFE] Need a way to determine if a particular block device is a logical volume + End of BUGS file.