[Bug 336915] Re: wireless-crda breaks capability to connect hidden wlan
Also confirmed: editing /lib/udev/rules.d/85-regulatory.rules as shown by syscon-hh fixed this issue for me too. Problem was caused during a jaunty update I performed on March 4 (prev update was a few days before). Hardware was iwl3945, network was hidden. -- wireless-crda breaks capability to connect hidden wlan https://bugs.launchpad.net/bugs/336915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575672] Re: parted shows "custom logging function", --script not working
The weird "logging function" messages have just gone away; can't replicate now. Don't know why. The "--script not working" comment was not well phrased; the problem is actually that parted doesn't accept commands to execute from stdin. I could swear this worked before, ie echo "mklabel msdos" | parted -s somedevice This certainly doesn't work now, but in the end it isn't so important as parted -s somedevice mklabel msdos does work. ** Changed in: parted (Ubuntu) Status: New => Invalid -- parted shows "custom logging function", --script not working https://bugs.launchpad.net/bugs/575672 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575666] [NEW] cannot boot custom kernel with no initrd
Public bug reported: Binary package hint: mountall Trying to boot a custom kernel without an initrd (hence using root=/dev/sda5) causes the "waiting for /" message to be displayed, and then no progress is made. Booting the standard Ubuntu kernel with root=/dev/sda5 works. And doing "sudo mount" shows that "/" is indeed mounted on /dev/sda5. This custom kernel setup worked about 2 weeks ago. Now booting that same kernel with an updated Ubuntu fails. Perhaps related: 503212 $ lsb_release -rd Description:Ubuntu 10.04 LTS Release:10.04 By the way, a couple of minor unrelated bugs I ran into while testing this: when "waiting" screen is up: * pressing ESC --> "plymount main process killed by SEGV" * pressing S --> "init: libvirt-bin respawning too fast" ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: mountall 2.14 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 Architecture: i386 Date: Wed May 5 21:08:07 2010 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1) ProcEnviron: PATH=(custom, user) LANG=en_NZ.utf8 SHELL=/bin/bash SourcePackage: mountall ** Affects: mountall (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- cannot boot custom kernel with no initrd https://bugs.launchpad.net/bugs/575666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575666] Re: cannot boot custom kernel with no initrd
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47856418/Dependencies.txt -- cannot boot custom kernel with no initrd https://bugs.launchpad.net/bugs/575666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575672] [NEW] parted shows "custom logging function", --script not working
Public bug reported: Binary package hint: parted I've been using parted regularly with lucid lynx betas without problems. But just recently I have started seeing two problems: (1) the "--script" option doesn't appear to work any more. (2) When I run parted commands (other than "p") manually, I get this output: custom logging function 0xb9237008 registered selinux=0 calling: settle custom logging function 0xb8d04008 registered selinux=0 calling: settle I am using parted because I am experimenting with testing grub2 under qemu. The commands I am running are: qemu-img create raw.img 4G sudo mknod disk b 7 200 sudo chown $USER disk sudo losetup disk raw.img cat partcmds.txt | parted --script disk File partcmds.txt contains: mklabel msdos mkpart primary ext2 65536s 100% A variant of this was working a while ago, but no longer works; the parted script now just appears to be ignored. And as mentioned above, when I test things interactively (ie I run "parted disk" and enter the commands in partcmds.txt manually) they *work*, but the odd output appears. $ lsb_release -rd Description:Ubuntu 10.04 LTS Release:10.04 ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: parted 2.2-5ubuntu5 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 Architecture: i386 Date: Wed May 5 21:33:15 2010 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1) ProcEnviron: PATH=(custom, user) LANG=en_NZ.utf8 SHELL=/bin/bash SourcePackage: parted ** Affects: parted (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- parted shows "custom logging function", --script not working https://bugs.launchpad.net/bugs/575672 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575672] Re: parted shows "custom logging function", --script not working
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/47859484/Dependencies.txt -- parted shows "custom logging function", --script not working https://bugs.launchpad.net/bugs/575672 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575666] Re: cannot boot custom kernel with no initrd
I should point out that labelling this as related to the "mountall" package is only a guess. The problem could be devtmpfs or udev or something else in that area. I have noted that if I press "M" (maintenance shell), then type "mount" it shows that "/dev/sda5" *is* mounted as the rootfs. And I can see the expected files (including my modifications to files in /etc). However doing "ls /dev/sd*" shows no disk device nodes. So it would appear that device enumeration is working correctly, and that in do_mounts.c, the code successfully iterates over the detected devices and matches the right device structure for "root=/dev/sda5", resulting in a successfully-mounted root. However whatever is responsible for actually creating the /dev/sda5 device node is not functioning, and this is confusing things later. -- cannot boot custom kernel with no initrd https://bugs.launchpad.net/bugs/575666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538344] Re: severe graphics flicker for radeon
2.6.32-21 fixes this issue for me (without any "raden.new_pll=0"). -- severe graphics flicker for radeon https://bugs.launchpad.net/bugs/538344 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538344] Re: severe graphics flicker for radeon
I've done further testing, and can say: 2.6.33 --> flicker 2.6.34 pre rc1 (commit 3474cbd11df8cdd6413781ea95bd51dd469098ff) is good, no flicker. So at least the problem appears to have been fixed in HEAD. Hopefully the patch will find its way into the 2.6.32 series soon.. And booting with "nomodeset" also seems to prevent flicker, even on 2.6.32-16 or 2.6.33. Of course there are disadvantages to that.. -- severe graphics flicker for radeon https://bugs.launchpad.net/bugs/538344 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538344] Re: severe graphics flicker for radeon
Tried 2.6.32-18 : flicker still there; this kernel therefore unusable for me. -- severe graphics flicker for radeon https://bugs.launchpad.net/bugs/538344 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538344] [NEW] severe graphics flicker for radeon
Public bug reported: When booting Lucid with linux-image-2.6.32-14, graphics works fine. But booting with 2.6.32-16 triggers nasty flickering. Weirdly, the flickering does not happen immediately. If I boot the bad kernel from a "cold" system then the login screen displays fine. Without doing anything (no login, etc), after about 30 seconds mild flickering starts, and gets progressively worse. After about 2 minutes system is unusable. Same happens if I log in. If I shutdown and immediately restart, the flickering is there immediately. But if I shutdown, wait 10 mins or so, then restart then the flickering does not begin for 30 seconds or so. So it is perhaps something related to power-management in the ATI Radeon driver? System details: HP Compaq nc8430 laptop, Core Duo t2...@2ghz ATI Radeon Mobility M56P X1600, running at 1680x1050, 60hz More detail about flickering: the screen appears to lose "vertical sync", redisplaying at various vertical offsets for a few frames. Initially, it displays the screen mostly correct with just a few "displaced" frames per second. Then it progresses to where just about every frame is displaced at some random vertical offset from where it should be, effectively "flickering" madly up and down. There is nothing odd in dmesg. I'm happy to test patches, try reconfiguration etc. Just let me know what.. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- severe graphics flicker for radeon https://bugs.launchpad.net/bugs/538344 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575666] Re: cannot boot custom kernel with no initrd
Ok, found the issue: a kernel will only boot in Lucid if devtmpfs is compiled in. Just setting the following in my .config results in a successful boot: CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y Just to repeat: this is a change that occurred late in the lucid development cycle; before then, devtmpfs was not necessary. I don't know if making devtmpfs mandatory was a deliberate move or just accidental, so I'll leave it up to someone else to decide whether to close this as INVALID or not. Personally, I've got no objection to enabling devtmpfs so I'm happy now. -- cannot boot custom kernel with no initrd https://bugs.launchpad.net/bugs/575666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 575666] Re: cannot boot custom kernel with no initrd
Some more testing results: * lucid alpha-3 boots fine with exactly the same kernel that fails to boot under current (released) lucid. So this *is* something that got broken recently. * lucid's current kernel (2.6.32-22) + initrd boots fine with root=/dev/sda5 So previousy, /dev/sd* nodes were being created even in the absence of an initrd, and now they are not. -- cannot boot custom kernel with no initrd https://bugs.launchpad.net/bugs/575666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 542378] Re: Not reached assertion failed in boredom_timeout
The bug related to eternal "waiting for / [SM]" appears to be a real problem then. The message "mountall.c:2726: Not reached assertion failed" is unfortunately not helpful though. I've looked at mountall.c, and that message is simply because we both pressed , when the valid choices were "[SM]", ie S (skip) or M (maintenance shell). There appears to be a buglet here: either plymouth_prompt should not be allowing , or mountall.c should be handling it. But the message is unfortunately not telling us anything about why "/" is not available. >From mountall.c: message = NIH_MUST (nih_sprintf (NULL, _("Waiting for %s [SM]"), MOUNT_NAME (mnt))); answer = plymouth_prompt (NULL, message, "SsMm"); if (answer is null or is S or is M) // real code removed for brevity.. .. else nih_assert_not_reached (); // <== the failure message seen above -- Not reached assertion failed in boredom_timeout https://bugs.launchpad.net/bugs/542378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 542378] Re: Not reached assertion failed in boredom_timeout
No, I have no ntfs partition. The one I can't mount is '/', of type ext4 (see grub.cfg entry above). What I have noticed is that if I get the 'waiting for / [SM]' message, and select M then ctrl-d, booting continues correctly. This suggests to me that the filesystem ('/' in my case) did in fact mount correctly, and it is just that mountall or plymouth never noticed. This makes sense; both mountall and plymouth are new. This bug is also intermittent for me, which suggests a race condition. Mounting drives is old and established code, so a race condition is unlikely. The new code for *detecting* that the mount has happened, however, could well be racy. (warning: pure speculation) -- Not reached assertion failed in boredom_timeout https://bugs.launchpad.net/bugs/542378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 542378] [NEW] Not reached assertion failed in boredom_timeout
Public bug reported: Binary package hint: mountall Booting the normal lucid kernel works fine. Booting a custom 2.6.34-rc1 kernel *intermittently* causes the following: mountall:mountall.c:2726: Not reached assertion failed in boredom_timeout General error mounting filesystems and a maintenance shell is started. The grub2 config entry is: menuentry "custom" --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,1)' search --no-floppy --fs-uuid --set 94c74d05-ecc5-4749-b39b-072193707516 linux /bzImage-custom root=/dev/sda5 rootfstype=ext4 ro crashkernel=384M-2G:64M,2G-:128M quiet splash } mountall is version 2.8 ProblemType: Bug Architecture: i386 Date: Sat Mar 20 15:57:29 2010 DistroRelease: Ubuntu 10.04 InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100224.1) Package: mountall 2.8 ProcEnviron: PATH=(custom, user) LANG=en_NZ.utf8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.32-14.20-generic SourcePackage: mountall Uname: Linux 2.6.32-14-generic i686 ** Affects: mountall (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- Not reached assertion failed in boredom_timeout https://bugs.launchpad.net/bugs/542378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 542378] Re: Not reached assertion failed in boredom_timeout
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/41358442/Dependencies.txt -- Not reached assertion failed in boredom_timeout https://bugs.launchpad.net/bugs/542378 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 336915] Re: wireless-crda breaks capability to connect hidden wlan
I can confirm that it originally failed for me ("/sbin"), and by updating manually to "/sbin/crda" resolved the issue. I have tried manually changing it to "/sbin//crda" and this also works fine for me. So the first fix probably did resolve the issue, despite the odd-looking extra slash. If you can tell me how to force v1.7 to be installed on top of my local change, I am happy to test that. Sorry, "apt-get upgrade" is about the limit of my apt/dpkg knowledge. -- wireless-crda breaks capability to connect hidden wlan https://bugs.launchpad.net/bugs/336915 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] [NEW] kernel BUG in btrfs during kubuntu install
Public bug reported: After booting kubuntu-alpha3 from USB, and running the installer the kernel reports kernel BUG at /build/builddd/linux-3.0.0/fs/btrfs/super.c:984 Invalid opcode: [#1] SMP EIP is at btrfs_calc_avail_data_space + 0x375/0x380 call trace: ? kmem_cache_alloc +0x11d/0x140 ? __btrfs_get_ro_block_group_free_space +0xb0/0xe0 ? btrfs_account_ro_block_groups_free_space btrfs_statfs statfs_by_dentry ... syscall I do have some btrfs partitions on the hard disk (created using Ubuntu 11.04) but none were mounted at the time the installer was run. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Re: kernel BUG in btrfs during kubuntu install
apport information ** Tags added: apport-collected natty ** Description changed: After booting kubuntu-alpha3 from USB, and running the installer the kernel reports kernel BUG at /build/builddd/linux-3.0.0/fs/btrfs/super.c:984 Invalid opcode: [#1] SMP EIP is at btrfs_calc_avail_data_space + 0x375/0x380 call trace: ? kmem_cache_alloc +0x11d/0x140 ? __btrfs_get_ro_block_group_free_space +0xb0/0xe0 ? btrfs_account_ro_block_groups_free_space btrfs_statfs statfs_by_dentry ... syscall - I do have some btrfs partitions on the hard disk (created using Ubuntu - 11.04) but none were mounted at the time the installer was run. + I do have some btrfs partitions on the hard disk (created using Ubuntu 11.04) but none were mounted at the time the installer was run. + --- + AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23. + Architecture: i386 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: simon 1444 F pulseaudio + CRDA: Error: [Errno 2] No such file or directory + Card0.Amixer.info: + Card hw:0 'Intel'/'HDA Intel at 0xf470 irq 47' +Mixer name : 'Analog Devices AD1981' +Components : 'HDA:11d41981,103c30a3,00100200 HDA:11c13026,103c30a3,00100700' +Controls : 13 +Simple ctrls : 11 + DistroRelease: Ubuntu 11.04 + HibernationDevice: RESUME=UUID=962a8820-7ed4-46b6-a258-feb18c03eb71 + InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) + MachineType: Hewlett-Packard HP Compaq nc8430 (RD741PA#ABG) + Package: linux (not installed) + PccardctlIdent: + Socket 0: +no product info available + PccardctlStatus: + Socket 0: +no card + ProcEnviron: + LANGUAGE=en_NZ:en + PATH=(custom, user) + LANG=en_NZ.UTF-8 + SHELL=/bin/bash + ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic root=UUID=c5389a1c-1ff1-4240-9957-5b1ce54b2f99 ro quiet splash vt.handoff=7 + ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 + RelatedPackageVersions: + linux-restricted-modules-2.6.38-8-generic N/A + linux-backports-modules-2.6.38-8-generic N/A + linux-firmware1.52 + Tags: natty + Uname: Linux 2.6.38-8-generic i686 + UpgradeStatus: No upgrade log present (probably fresh install) + UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare + dmi.bios.date: 04/17/2007 + dmi.bios.vendor: Hewlett-Packard + dmi.bios.version: 68YVD Ver. F.10 + dmi.board.name: 30A3 + dmi.board.vendor: Hewlett-Packard + dmi.board.version: KBC Version 40.17 + dmi.chassis.asset.tag: CNU6220LRZ + dmi.chassis.type: 10 + dmi.chassis.vendor: Hewlett-Packard + dmi.modalias: dmi:bvnHewlett-Packard:bvr68YVDVer.F.10:bd04/17/2007:svnHewlett-Packard:pnHPCompaqnc8430(RD741PA#ABG):pvrF.10:rvnHewlett-Packard:rn30A3:rvrKBCVersion40.17:cvnHewlett-Packard:ct10:cvr: + dmi.product.name: HP Compaq nc8430 (RD741PA#ABG) + dmi.product.version: F.10 + dmi.sys.vendor: Hewlett-Packard ** Attachment added: "AcpiTables.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351351/+files/AcpiTables.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] AlsaDevices.txt
apport information ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351352/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] AplayDevices.txt
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351353/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] ArecordDevices.txt
apport information ** Attachment added: "ArecordDevices.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351354/+files/ArecordDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351355/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Card0.Amixer.values.txt
apport information ** Attachment added: "Card0.Amixer.values.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351356/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Card0.Codecs.codec.0.txt
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351357/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Card0.Codecs.codec.1.txt
apport information ** Attachment added: "Card0.Codecs.codec.1.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351358/+files/Card0.Codecs.codec.1.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351359/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] IwConfig.txt
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351360/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351361/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351362/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351364/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] ProcCpuinfo_.txt
apport information ** Attachment added: "ProcCpuinfo_.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351365/+files/ProcCpuinfo_.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351366/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351367/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] RfKill.txt
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351368/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351369/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351370/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351371/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/829142/+attachment/2351363/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 829142] Re: kernel BUG in btrfs during kubuntu install
As kubuntu-11.10-alpha3 will not install, I have run apport from an ubuntu-11.04 installation on the same machine. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/829142 Title: kernel BUG in btrfs during kubuntu install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/829142/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs