X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=BUGS;h=14ac6c792bcd6404373f062142e290a199e8012b;hp=e1ce2de87335bdf5b0adcfb579aaa81b13f0607b;hb=ef5f1325888493cfd4f35b5a178188b7740f6765;hpb=bb98bbb91c74cca47b5e1f79fd54f4024572fd22 diff --git a/BUGS b/BUGS index e1ce2de..14ac6c7 100644 --- a/BUGS +++ b/BUGS @@ -1,43 +1,138 @@ -[guestfish] Built-in commands like 'alloc' and 'help' don't auto-complete. - -[libguestfs] /tmp/libguestfs temporary directory is not cleaned up -sometimes. This appears to happen (only?) if the main program -segfaults. - -[libguestfs] qemu process not cleaned up occasionally. This appears -to happen only if the main program or library segfaults, in which case -the atexit handler which would normally perform cleanup is not run. -sometimes. This appears to happen (only?) if the main program -segfaults. -[testing a hacky fix to this] - -[kernel?] Kernel boot times are significantly slower for Fedora 11/12 -than for Fedora 10, like 2-3 times slower. This greatly affects the -time it takes to launch the subprocess (although it does still work). -[fixed - was a KVM bug] - -[java] Java bindings documentation messed up. See: -http://java.sun.com/j2se/javadoc/writingdoccomments/ - -[libguestfs] If qemu process is a shell script, then it is not cleaned -up correctly, even on "good" exit. This is because we need to set up -a new process group (see commented code for doing setpgid). -[fixed? - added documentation in the manual page that you have to -do 'exec qemu' in the wrapper. However I still notice that the -recovery process kills qemu, instead of it being killed by the -parent process, or at least that's what I think is happening] - -[libguestfs] Some occasional data corruption, certainly on tgz-out. -Try using tgz-out on a very large directory. -[we think this is fixed by 64a6a828bd318622420cf3018899392fd80c14e7] - -[libguestfs] futimens (do_touch) not available in glibc 2.5 -(reported by Charles Duffy) -[fixed] - -[ocaml] Does not compile with OCaml 3.09.3 from RHEL 5 -(reported by Charles Duffy) -[fixed] - -[inspector] If there are missing Perl module deps, it still -configures the inspector. (eg. if perl-Sys-Virt is missing). +NOTE: This file is automatically generated from build-aux/update-bugs. +Last updated: 2010-05-15 20:39:52 + +This contains a local list of the bugs that are open against +libguestfs. Bugs are tracked in the Red Hat Bugzilla database +at https://bugzilla.redhat.com/ and to report a new bug you +should follow this link: + +https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools + +When reporting a new bug, please check: + + - That the bug has not been reported already. + - That you are testing a recent version. + - Describe the bug accurately, and give a way to reproduce it. + - Include the version of libguestfs, distro version and any other + relevant information. + - Attach the complete output of "libguestfs-test-tool". + +-------------------------------------------------- +Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. + +563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450 + list-devices returns devices of different types out of order + +582993 NEW https://bugzilla.redhat.com/show_bug.cgi?id=582993 + guestfish eats words when tab completing case (in)sensitive paths + +584228 NEW https://bugzilla.redhat.com/show_bug.cgi?id=584228 + tgz-in/tar-in command hang when run with a vfat img + +585221 NEW https://bugzilla.redhat.com/show_bug.cgi?id=585221 + resize2fs should support shrinking filesystems + +585222 NEW https://bugzilla.redhat.com/show_bug.cgi?id=585222 + pvresize should support shrinking PVs + +585223 NEW https://bugzilla.redhat.com/show_bug.cgi?id=585223 + ntfsresize should support shrinking filesystems + +501889 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501889 + write-file does not support strings containing ASCII NUL + +547488 NEW https://bugzilla.redhat.com/show_bug.cgi?id=547488 + guestfish cannot tab complete filenames that contain spaces + +501884 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501884 + virt-inspector still configured, even if there are missing deps + +501886 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501886 + exec: chroot not found + +501893 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501893 + String parameters should be checked for != NULL + +501894 NEW https://bugzilla.redhat.com/show_bug.cgi?id=501894 + Some String parameters should be OptString + +507278 NEW https://bugzilla.redhat.com/show_bug.cgi?id=507278 + libguestfs fails to build on Fedora sparc64 + +547479 NEW https://bugzilla.redhat.com/show_bug.cgi?id=547479 + NTFS partitions sometimes fail to mount if mounted read/write + +554829 NEW https://bugzilla.redhat.com/show_bug.cgi?id=554829 + SELinux handling could be done better. + +555803 NEW https://bugzilla.redhat.com/show_bug.cgi?id=555803 + virt-tar error: tgz_out error in chunked encoding + +572337 NEW https://bugzilla.redhat.com/show_bug.cgi?id=572337 + libguestfs should support gptsync + +578103 NEW https://bugzilla.redhat.com/show_bug.cgi?id=578103 + [RFE] Tool to Compare Windows Registry Entries + +583921 NEW https://bugzilla.redhat.com/show_bug.cgi?id=583921 + virt-inspector dies without user-friendly message + +592052 NEW https://bugzilla.redhat.com/show_bug.cgi?id=592052 + Need to backport upstream patch to allow optional parts of the libguestfs appliance into RHEL + +501882 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=501882 + /tmp/libguestfs temporary directory is not cleaned up + +583974 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=583974 + mount hangs there when you lack proper permission to guest image + +502074 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=502074 + running commands segfault randomly, with 32 bit host and guest, when host is a Xen or VMWare guest + +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 + +582484 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=582484 + some guestfish sub commands can not handle special files properly + +503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134 + guestfish's list splitting does not recognize internal quoting + +541618 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=541618 + guestfish not able to mount freebsd ufs2 partitions automatically + +-------------------------------------------------- +Bugs in MODIFIED, POST or ON_QA state are fixed. +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 + +559963 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=559963 + libguestfs Perl programs do set locale, but still localization doesn't work + +576879 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=576879 + libguestfs protocol loses synchronization if you 'upload' before mounting disks + +591142 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=591142 + virt-inspector should give an error for unrecognized disk images + +591155 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=591155 + virt-tar prints "tar_in: tar subcommand failed on directory" if a disk image is not writable + +591250 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=591250 + virt-tar prints "tar_in: tar subcommand failed on directory" if the archive is compressed or not in the right format + +588651 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=588651 + guestfish 'strings-e' cmd does not give proper error message or hint + +521674 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=521674 + Perl modules are unversioned, but should carry version numbers + +579664 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=579664 + guestfish doesn't report error when there is not enough space for image allocation + +582144 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=582144 + $g->aug_set doesn't allow a NULL value + +End of BUGS file.