Activity log for bug #903897

Date Who What changed Old value New value Message
2011-12-13 19:51:54 Scott Moser bug added bug
2011-12-13 20:00:10 Brad Figg linux (Ubuntu): status New Confirmed
2011-12-13 20:07:47 Scott Moser description missing modules ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-4-virtual 3.2.0-4.10 ProcVersionSignature: User Name 3.2.0-4.10-virtual 3.2.0-rc5 Uname: Linux 3.2.0-4-virtual x86_64 AlsaDevices: total 0 crw-rw---T 1 root audio 116, 1 Dec 13 19:41 seq crw-rw---T 1 root audio 116, 33 Dec 13 19:41 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 1.90-0ubuntu1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CRDA: Error: [Errno 2] No such file or directory CurrentDmesg: [ 44.876681] init: plymouth-upstart-bridge main process (716) killed by TERM signal Date: Tue Dec 13 19:49:54 2011 Ec2AMI: ami-00000102 Ec2AMIManifest: FIXME Ec2AvailabilityZone: nova Ec2InstanceType: m1.small Ec2Kernel: unavailable Ec2Ramdisk: unavailable IwConfig: lo no wireless extensions. eth0 no wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Bochs Bochs PciMultimedia: ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 RelatedPackageVersions: linux-restricted-modules-3.2.0-4-virtual N/A linux-backports-modules-3.2.0-4-virtual N/A linux-firmware 1.62 RfKill: Error: [Errno 2] No such file or directory SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/01/2007 dmi.bios.vendor: Bochs dmi.bios.version: Bochs dmi.chassis.type: 1 dmi.chassis.vendor: Bochs dmi.modalias: dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr: dmi.product.name: Bochs dmi.sys.vendor: Bochs The -virtual kernel is missing several modules that were present in the -virtual kernel in oneric. $ find /lib/modules/3.2.0-4-virtual | sed '/.ko$/!d; s,.*/,,' | sort > 3.2.0-4-virtual.list $ find /lib/modules/3.0.0-13-virtual | sed '/.ko$/!d; s,.*/,,' | sort > 3.0.0-13-virtual.list ## here is the list of modules that were present in oneiric but ## are not in precise $ cat 3.2.0-4-virtual.list 3.2.0-4-virtual.list 3.0.0-13-virtual.list | sort | uniq -u ahci.ko aufs.ko blowfish.ko ghes.ko hed.ko veth.ko xen-platform-pci.ko ## here is the list of modules that are *new* in the precise package $ cat 3.0.0-13-virtual.list 3.0.0-13-virtual.list 3.2.0-4-virtual.list | sort | uniq -u 6lowpan.ko blowfish_common.ko blowfish_generic.ko blowfish-x86_64.ko can-gw.ko cordic.ko crc8.ko crypto_user.ko de2104x.ko de4x5.ko dm-bufio.ko dmfe.ko dm-persistent-data.ko dm-thin-pool.ko igbvf.ko ip_set_hash_netiface.ko ixgbevf.ko pptp.ko sha1-ssse3.ko twofish-x86_64-3way.ko uli526x.ko winbond-840.ko xen-kbdfront.ko xen-netback.ko xen-pciback.ko xircom_cb.ko Now, 1 by 1 of the ones we lost: * ahci.ko (CONFIG_SATA_AHCI went from 'm' to 'y'), I'll assume this was by design * aufs.ko (CONFIG_AUFS_FS), this seems to have just gotten lost, it is built as module in both kernels. * blowfish.ko: seems that this is handled by the added blowfish_common * ghes.ko: I'm assuming this was by design and defer to kernel team * hed.ko: i'll defer to kernel team * veth.ko: i need this * xen-platform-pci.ko: seems this is handled by xen-pciback and such. Simple instructions: * include aufs.ko * include overlayfs.ko (just noticed that we'd like to have this) * include veth.ko ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-4-virtual 3.2.0-4.10 ProcVersionSignature: User Name 3.2.0-4.10-virtual 3.2.0-rc5 Uname: Linux 3.2.0-4-virtual x86_64 AlsaDevices:  total 0  crw-rw---T 1 root audio 116, 1 Dec 13 19:41 seq  crw-rw---T 1 root audio 116, 33 Dec 13 19:41 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 1.90-0ubuntu1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CRDA: Error: [Errno 2] No such file or directory CurrentDmesg: [ 44.876681] init: plymouth-upstart-bridge main process (716) killed by TERM signal Date: Tue Dec 13 19:49:54 2011 Ec2AMI: ami-00000102 Ec2AMIManifest: FIXME Ec2AvailabilityZone: nova Ec2InstanceType: m1.small Ec2Kernel: unavailable Ec2Ramdisk: unavailable IwConfig:  lo no wireless extensions.  eth0 no wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Bochs Bochs PciMultimedia: ProcEnviron:  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 RelatedPackageVersions:  linux-restricted-modules-3.2.0-4-virtual N/A  linux-backports-modules-3.2.0-4-virtual N/A  linux-firmware 1.62 RfKill: Error: [Errno 2] No such file or directory SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/01/2007 dmi.bios.vendor: Bochs dmi.bios.version: Bochs dmi.chassis.type: 1 dmi.chassis.vendor: Bochs dmi.modalias: dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr: dmi.product.name: Bochs dmi.sys.vendor: Bochs
2011-12-13 20:12:35 Scott Moser description The -virtual kernel is missing several modules that were present in the -virtual kernel in oneric. $ find /lib/modules/3.2.0-4-virtual | sed '/.ko$/!d; s,.*/,,' | sort > 3.2.0-4-virtual.list $ find /lib/modules/3.0.0-13-virtual | sed '/.ko$/!d; s,.*/,,' | sort > 3.0.0-13-virtual.list ## here is the list of modules that were present in oneiric but ## are not in precise $ cat 3.2.0-4-virtual.list 3.2.0-4-virtual.list 3.0.0-13-virtual.list | sort | uniq -u ahci.ko aufs.ko blowfish.ko ghes.ko hed.ko veth.ko xen-platform-pci.ko ## here is the list of modules that are *new* in the precise package $ cat 3.0.0-13-virtual.list 3.0.0-13-virtual.list 3.2.0-4-virtual.list | sort | uniq -u 6lowpan.ko blowfish_common.ko blowfish_generic.ko blowfish-x86_64.ko can-gw.ko cordic.ko crc8.ko crypto_user.ko de2104x.ko de4x5.ko dm-bufio.ko dmfe.ko dm-persistent-data.ko dm-thin-pool.ko igbvf.ko ip_set_hash_netiface.ko ixgbevf.ko pptp.ko sha1-ssse3.ko twofish-x86_64-3way.ko uli526x.ko winbond-840.ko xen-kbdfront.ko xen-netback.ko xen-pciback.ko xircom_cb.ko Now, 1 by 1 of the ones we lost: * ahci.ko (CONFIG_SATA_AHCI went from 'm' to 'y'), I'll assume this was by design * aufs.ko (CONFIG_AUFS_FS), this seems to have just gotten lost, it is built as module in both kernels. * blowfish.ko: seems that this is handled by the added blowfish_common * ghes.ko: I'm assuming this was by design and defer to kernel team * hed.ko: i'll defer to kernel team * veth.ko: i need this * xen-platform-pci.ko: seems this is handled by xen-pciback and such. Simple instructions: * include aufs.ko * include overlayfs.ko (just noticed that we'd like to have this) * include veth.ko ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-4-virtual 3.2.0-4.10 ProcVersionSignature: User Name 3.2.0-4.10-virtual 3.2.0-rc5 Uname: Linux 3.2.0-4-virtual x86_64 AlsaDevices:  total 0  crw-rw---T 1 root audio 116, 1 Dec 13 19:41 seq  crw-rw---T 1 root audio 116, 33 Dec 13 19:41 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 1.90-0ubuntu1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CRDA: Error: [Errno 2] No such file or directory CurrentDmesg: [ 44.876681] init: plymouth-upstart-bridge main process (716) killed by TERM signal Date: Tue Dec 13 19:49:54 2011 Ec2AMI: ami-00000102 Ec2AMIManifest: FIXME Ec2AvailabilityZone: nova Ec2InstanceType: m1.small Ec2Kernel: unavailable Ec2Ramdisk: unavailable IwConfig:  lo no wireless extensions.  eth0 no wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Bochs Bochs PciMultimedia: ProcEnviron:  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 RelatedPackageVersions:  linux-restricted-modules-3.2.0-4-virtual N/A  linux-backports-modules-3.2.0-4-virtual N/A  linux-firmware 1.62 RfKill: Error: [Errno 2] No such file or directory SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/01/2007 dmi.bios.vendor: Bochs dmi.bios.version: Bochs dmi.chassis.type: 1 dmi.chassis.vendor: Bochs dmi.modalias: dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr: dmi.product.name: Bochs dmi.sys.vendor: Bochs The -virtual kernel is missing several modules that were present in the -virtual kernel in oneric. Simple instructions: * include aufs.ko * include overlayfs.ko (just noticed that we'd like to have this) * include veth.ko * veth.ko (CONFIG_VETH): i need this Read on for more information $ find /lib/modules/3.2.0-4-virtual |   sed '/.ko$/!d; s,.*/,,' | sort > 3.2.0-4-virtual.list $ find /lib/modules/3.0.0-13-virtual |   sed '/.ko$/!d; s,.*/,,' | sort > 3.0.0-13-virtual.list ## here is the list of modules that were present in oneiric but ## are not in precise $ cat 3.2.0-4-virtual.list 3.2.0-4-virtual.list 3.0.0-13-virtual.list |   sort | uniq -u ahci.ko aufs.ko blowfish.ko ghes.ko hed.ko veth.ko xen-platform-pci.ko ## here is the list of modules that are *new* in the precise package $ cat 3.0.0-13-virtual.list 3.0.0-13-virtual.list 3.2.0-4-virtual.list |   sort | uniq -u 6lowpan.ko blowfish_common.ko blowfish_generic.ko blowfish-x86_64.ko can-gw.ko cordic.ko crc8.ko crypto_user.ko de2104x.ko de4x5.ko dm-bufio.ko dmfe.ko dm-persistent-data.ko dm-thin-pool.ko igbvf.ko ip_set_hash_netiface.ko ixgbevf.ko pptp.ko sha1-ssse3.ko twofish-x86_64-3way.ko uli526x.ko winbond-840.ko xen-kbdfront.ko xen-netback.ko xen-pciback.ko xircom_cb.ko Now, 1 by 1 of the ones we lost:  * ahci.ko (CONFIG_SATA_AHCI went from 'm' to 'y'), I'll assume this was by    design  * aufs.ko (CONFIG_AUFS_FS), this seems to have just gotten lost, it is built    as module in both kernels.  * blowfish.ko (CONFIG_CRYPTO_BLOWFISH): seems that this is handled by the added blowfish_common  * ghes.ko (CONFIG_ACPI_APEI_GHES): went from module to builtin  * hed.ko (CONFIG_ACPI_HED): went from module to builtin  * veth.ko (CONFIG_VETH): i need this  * xen-platform-pci.ko: seems this is handled by xen-pciback and such. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.2.0-4-virtual 3.2.0-4.10 ProcVersionSignature: User Name 3.2.0-4.10-virtual 3.2.0-rc5 Uname: Linux 3.2.0-4-virtual x86_64 AlsaDevices:  total 0  crw-rw---T 1 root audio 116, 1 Dec 13 19:41 seq  crw-rw---T 1 root audio 116, 33 Dec 13 19:41 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 1.90-0ubuntu1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CRDA: Error: [Errno 2] No such file or directory CurrentDmesg: [ 44.876681] init: plymouth-upstart-bridge main process (716) killed by TERM signal Date: Tue Dec 13 19:49:54 2011 Ec2AMI: ami-00000102 Ec2AMIManifest: FIXME Ec2AvailabilityZone: nova Ec2InstanceType: m1.small Ec2Kernel: unavailable Ec2Ramdisk: unavailable IwConfig:  lo no wireless extensions.  eth0 no wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: Bochs Bochs PciMultimedia: ProcEnviron:  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-virtual root=LABEL=cloudimg-rootfs ro console=ttyS0 RelatedPackageVersions:  linux-restricted-modules-3.2.0-4-virtual N/A  linux-backports-modules-3.2.0-4-virtual N/A  linux-firmware 1.62 RfKill: Error: [Errno 2] No such file or directory SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/01/2007 dmi.bios.vendor: Bochs dmi.bios.version: Bochs dmi.chassis.type: 1 dmi.chassis.vendor: Bochs dmi.modalias: dmi:bvnBochs:bvrBochs:bd01/01/2007:svnBochs:pnBochs:pvr:cvnBochs:ct1:cvr: dmi.product.name: Bochs dmi.sys.vendor: Bochs related bugs: * bug 903878: libvirt-bin broken for lxc in precise
2011-12-13 20:17:43 Joseph Salisbury linux (Ubuntu): importance Undecided High
2011-12-13 20:18:06 Joseph Salisbury tags amd64 apport-bug ec2-images precise amd64 apport-bug ec2-images precise regression-release
2011-12-13 20:19:25 Joseph Salisbury tags amd64 apport-bug ec2-images precise regression-release amd64 apport-bug ec2-images kernel-da-key precise regression-release
2011-12-13 20:58:04 Leann Ogasawara linux (Ubuntu): status Confirmed In Progress
2011-12-13 20:58:04 Leann Ogasawara linux (Ubuntu): assignee Leann Ogasawara (leannogasawara)
2011-12-13 23:31:50 Leann Ogasawara linux (Ubuntu): status In Progress Fix Committed
2011-12-15 19:00:12 Launchpad Janitor linux (Ubuntu): status Fix Committed Fix Released
2012-01-19 14:52:09 Launchpad Janitor branch linked lp:ubuntu/linux-ti-omap4