Experiencing the problem with Feisty Fawn i386 as well. Kernel package
version 2.6.20-16.31.
modprobe -v cloop file="/mnt/fakecd/KNOPPIX/KNOPPIX"
insmod /lib/modules/2.6.20-16-generic/kernel/ubuntu/misc/cloop.ko
file=/mnt/fakecd/KNOPPIX/KNOPPIX
FATAL: Error inserting cloop
(/lib/modules/2.6.20-
Public bug reported:
Binary package hint: gallery2
Feisty system.
Gallery2 2.1.2-2 dependencies include:
mysql-client | postgresql-client-7.4 | postgresql-client-8.1
php4-mysql | php5-mysql | php4-pgsql | php5-pgsql
Packages mysql-client 5.0.38-0ubuntu1 and php5-mysql 5.2.1-0ubuntu1.4
are insta
Public bug reported:
Binary package hint: parted
Behavior observed in Ubuntu 6.10 with parted 1.7.1-2.1ubuntu3.
RAID volume created on a 3Ware 9650SE card, partitioned, and OS installed.
RAID volume then resized.
Rebooted after resizing and ran parted to grow a partition into the newly
availa
Additionally, found this Debian bug report:
http://lists.alioth.debian.org/pipermail/parted-
maintainers/2006-December/000961.html
--
parted crashes on reading a resized RAID volume
https://bugs.launchpad.net/bugs/105615
You received this bug notification because you are a member of Ubuntu
Bugs,
Public bug reported:
In previous versions, /usr/bin/kvm was a standalone binary that enabled
hardware-accelerated virtualization by default. In 9.10, /usr/bin/kvm
links to /usr/bin/qemu-system-x86_64 which requres the -enable-kvm flag
to use hardware virtualization acceleration. libvirt does not
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/36786327/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/36786328/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/36786329/ProcStatus.txt
--
libvir
This may be a non-issue...it does appear that qemu-system-x86_64 is utilizing
the kvm kernel modules without the -enable-kvm flag.
Prior to starting the VM:
lsmod |grep kvm
kvm_intel 43816 0
kvm 162688 1 kvm_intel
After starting the VM:
lsmod |grep kvm
kvm_intel 43816 3
kvm 162688 1 kvm_intel
--
Public bug reported:
rtl_power and rtl_fm segfault immediately on execution if no step size is
specified in the scanning range. Example of proper syntax: "rtl_power -f
50M:100M:10k -" Improper syntax: "rtl_power -f 50M:100M -" Rather than
displaying an error about the missing step size optio