[Bug 251923] Re: Ubuntu 8.04: /sbin/mount.nfs no longer understands certain (standard?) mount options
Is there anyway to modify the mount script globally? With my far from complete understanding of the changes to 8.04 nfs, the underlying version is now 4 (supporting all sorts of better security etc). My investigations into mount issues indicated a places to look was the manner of exports, being changed significantly. Older versions are still supported but the native export arrangement is now different - check man pages for -t nfs4. The other idea, is to specify the bg option although it appears it would have been an easy fix to remove the mountvers if the mount options could be changed in your setup. I have found the bg option still errors but then spawns a retry process in background that eventually sorts it out - I use this where an fstab mount executes before networking starts. May not solve the mountvers issue for you though. I concur with your backwards compatibility comments. Sorry I couldn't be more helpful. -- Ubuntu 8.04: /sbin/mount.nfs no longer understands certain (standard?) mount options https://bugs.launchpad.net/bugs/251923 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 801840] Re: MCE Kernel Panic on kernel 2.6.38
@Tomasz thanks for your comments. re each of your points: 1. So we are unlikley to get a bisect between 2.6.35 and 2.6.36 to compile. prior to doing git bisects I tested mainline kernels and determined the error to have entered somewhere between 2.6.35-14 and 2.6.36-rc1. So these have been focus of git bisect. Since rc1 is the first .36 we're sort of doing what you suggest. Either my git skills arent good enough or it doesnt exist - can you / how do you determine if there was a -dev version prior to -rc1? 2. As above. 3. Thanks for suggestions - not sure if my skills are up to that level of diagnosis - happy to give it a go but will need help. 4. Sounds plausible - will be great if its something simple. @Daniel - are you still on the journey with this one? I've been busy over Easter and after so just getting time again to keep working on this. Many thanks Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Yes please Daniel. I think I'm at the limit of my experience But still keen to solve the problem and learn what I can on the way. There is at least one crash photo attached already. I've got a couple more from recent tests which I'll attach if the existing one is insufficient. Let me know. As per previous posts I can only get a couple of steps into the bisect before it fails to compile. All help appreciated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
thanks Daniel. and thanks for your email reply too. Glad to see that you ended up in the second best country in the world :) Ive tried your suggestion. Still failing to compile. I think the git issue was simply from local files I had hanging aroung after doing things out of order. so git stash simply put the local changes apart from the current checkout. The lcoal files are just the copy from the ubuntu tree I suspect. Before raising the white flag, I'm going to try it on a version of natty (installing now), The compile fail doesnt give me much to go on - it could be the ubuntu package from 3.0.0 thats the problem. Will let you know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Woo hoo. progress being made. Compile worked fine on the natty install. Working version on natty: linux-stable: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git kernel-package: 12.036+nmu1 Broken version on 3.0.0 linux: git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git kernel-package: 12.036+nmu1 Both have been using good=v2.6.35 and bad=v2.6.36-rc1 So perhaps some dependencies in the compile environment. Or it could be a problem with the config grabbed from the 3.0.0 version. First kernel under test now. Will let you know how it goes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Dead end again grrr. Starting to second guess myself that it must be something stupid I am doing with git. @Daniel Would be great if you could give it a try. The first bisect is good. I cant compile the second. It gets up to here: CC [M] drivers/net/wireless/rt2x00/rt2500pci.o CC [M] drivers/net/wireless/ath/ath9k/eeprom_4k.o CC [M] drivers/net/wireless/ath/ath9k/eeprom_9287.o CC [M] drivers/net/wireless/rt2x00/rt61pci.o CC [M] drivers/net/wireless/wl12xx/wl1251_spi.o LD [M] drivers/net/wireless/zd1211rw/zd1211rw.o CC [M] drivers/net/wireless/rt2x00/rt2800pci.o CC [M] drivers/net/wireless/rt2x00/rt2500usb.o CC [M] drivers/net/wireless/rt2x00/rt73usb.o CC [M] drivers/net/wireless/ath/ath9k/ani.o CC [M] drivers/net/wireless/rt2x00/rt2800usb.o CC [M] drivers/net/wireless/ath/ath9k/btcoex.o CC [M] drivers/net/wireless/wl12xx/wl1251_sdio.o LD [M] drivers/net/wireless/iwlwifi/iwlcore.o LD [M] drivers/net/wireless/iwlwifi/iwlagn.o LD [M] drivers/net/wireless/iwlwifi/iwl3945.o CC [M] drivers/net/wireless/ath/ath9k/mac.o LD [M] drivers/net/wireless/wl12xx/wl1251.o CC [M] drivers/net/wireless/ath/ath9k/ar9002_mac.o LD [M] drivers/net/wireless/rt2x00/rt2x00lib.o CC [M] drivers/net/wireless/ath/ath9k/ar9003_mac.o CC [M] drivers/net/wireless/ath/ath9k/ar9003_eeprom.o CC [M] drivers/net/wireless/ath/ath9k/ar9003_paprd.o LD [M] drivers/net/wireless/ath/ath9k/ath9k.o LD [M] drivers/net/wireless/ath/ath9k/ath9k_hw.o LD [M] drivers/net/wireless/ath/ath9k/ath9k_common.o LD [M] drivers/net/wireless/ath/ath9k/ath9k_htc.o make[1]: *** [drivers] Error 2 make[1]: Leaving directory `/home/setup/linux-src/linux-stable' make: *** [debian/stamp/build/kernel] Error 2 setup@ubwud-9:~/linux-src$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
@Daniel Manrique and anyone esle interested. Bug update: I've tried booting from USB with 11.10. Idea was to log a new bug report. However, the system won't run long enough to be able to do much of anything. 2.6.35-28-server: Stable 2.6.38-8,10,11-server,generic: All Crash. 2.6.38-02063808-generic: Crash Its been a while since I tried that mainline kernel, so I'll need reminding where to source them and how to install. Let me know if you need any other info, and many many thanks for your help. Cheers Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
@Tomasz you are a legend! Hopefully I'll get a chance to try it myself in a couple of hours.. Was just looking at that big bit of tin yesterday thinking I might have to install Windoze or bsd on it.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] [NEW] MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
Public bug reported: Logged against PID 1 - Apologies unable to pin it to specific application. Hopefully someone can recategorise for me appropriately. System crashes with catatrophic MCE Kernel Panic on all versions of Ubuntu and mainline kernels since 2.6.38. 2.6.35-xx works fine. Bisects would not compile after second round. Related bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840 shows history. Thanks to Tomasz Kusmierz who accidently found that disabling 1394 in BIOS stops the crashes. Also thanks to Daniel Manrique for his extensive assitance on the bug. (https://launchpad.net/~roadmr) Regards Brendan ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: upstart 1.5-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Fri Jun 22 23:32:46 2012 ExecutablePath: /sbin/init ProcEnviron: TERM=linux PATH=(custom, no user) SourcePackage: upstart UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
** Package changed: ubuntu => linux (Ubuntu) ** Tags added: mce panic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Success Tomasz! Many thanks - now happily running on 12.04. I have logged it also as a new bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556 under the 12.04 / 3.x kernel. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
apport information ** Tags added: apport-collected ** Description changed: Logged against PID 1 - Apologies unable to pin it to specific application. Hopefully someone can recategorise for me appropriately. System crashes with catatrophic MCE Kernel Panic on all versions of Ubuntu and mainline kernels since 2.6.38. 2.6.35-xx works fine. Bisects would not compile after second round. Related bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840 shows history. Thanks to Tomasz Kusmierz who accidently found that disabling 1394 in BIOS stops the crashes. Also thanks to Daniel Manrique for his extensive assitance on the bug. (https://launchpad.net/~roadmr) Regards Brendan ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: upstart 1.5-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Fri Jun 22 23:32:46 2012 ExecutablePath: /sbin/init ProcEnviron: TERM=linux PATH=(custom, no user) SourcePackage: upstart UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) + --- + AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. + ApportVersion: 2.0.1-0ubuntu8 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: brendan3423 F pulseaudio + CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. + Card0.Amixer.info: + Card hw:0 'Intel'/'HDA Intel at 0xf9bf4000 irq 93' +Mixer name : 'Realtek ALC888' +Components : 'HDA:10ec0888,104382cb,0011' +Controls : 43 +Simple ctrls : 20 + DistroRelease: Ubuntu 12.04 + HibernationDevice: RESUME=UUID=abdf656c-e2c8-49fd-8cac-3cea7fac4cc8 + IwConfig: + lono wireless extensions. + + eth1 no wireless extensions. + + eth0 no wireless extensions. + MachineType: System manufacturer System Product Name + NonfreeKernelModules: nvidia + Package: linux (not installed) + ProcEnviron: + TERM=xterm + PATH=(custom, no user) + LANG=en_AU.UTF-8 + SHELL=/bin/bash + ProcFB: + + ProcKernelCmdLine: root=UUID=dc5cb730-74c6-4caf-854f-5b5a1ee508af ro + ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 + PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. + RelatedPackageVersions: + linux-restricted-modules-3.2.0-25-generic N/A + linux-backports-modules-3.2.0-25-generic N/A + linux-firmware1.79 + RfKill: + 0: hci0: Bluetooth + Soft blocked: no + Hard blocked: no + SourcePackage: linux + Tags: precise precise + Uname: Linux 3.2.0-25-generic x86_64 + UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) + UserGroups: + + WpaSupplicantLog: + + dmi.bios.date: 07/22/2008 + dmi.bios.vendor: American Megatrends Inc. + dmi.bios.version: 0401 + dmi.board.asset.tag: To Be Filled By O.E.M. + dmi.board.name: Z7S WS + dmi.board.vendor: ASUSTeK Computer INC. + dmi.board.version: Rev 1.xx + dmi.chassis.asset.tag: Asset-1234567890 + dmi.chassis.type: 3 + dmi.chassis.vendor: Chassis Manufacture + dmi.chassis.version: Chassis Version + dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0401:bd07/22/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnZ7SWS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: + dmi.product.name: System Product Name + dmi.product.version: System Version + dmi.sys.vendor: System manufacturer ** Attachment added: "AcpiTables.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201171/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] AlsaDevices.txt
apport information ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201172/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] AplayDevices.txt
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201173/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ArecordDevices.txt
apport information ** Attachment added: "ArecordDevices.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201174/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201175/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Card0.Amixer.values.txt
apport information ** Attachment added: "Card0.Amixer.values.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201176/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Card0.Codecs.codec.0.txt
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201177/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201178/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201179/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201180/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201181/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201182/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201183/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201184/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201185/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201187/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201186/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
** Package changed: linux (Ubuntu) => linux-meta (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
** Description changed: - Logged against PID 1 - Apologies unable to pin it to specific - application. Hopefully someone can recategorise for me appropriately. - System crashes with catatrophic MCE Kernel Panic on all versions of Ubuntu and mainline kernels since 2.6.38. 2.6.35-xx works fine. Bisects would not compile after second round. Related bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840 shows history. Thanks to Tomasz Kusmierz who accidently found that disabling 1394 in BIOS stops the crashes. Also thanks to Daniel Manrique for his extensive assitance on the bug. (https://launchpad.net/~roadmr) Regards Brendan ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: upstart 1.5-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Fri Jun 22 23:32:46 2012 ExecutablePath: /sbin/init ProcEnviron: - TERM=linux - PATH=(custom, no user) + TERM=linux + PATH=(custom, no user) SourcePackage: upstart UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) - --- + --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 AudioDevicesInUse: - USERPID ACCESS COMMAND - /dev/snd/controlC0: brendan3423 F pulseaudio + USERPID ACCESS COMMAND + /dev/snd/controlC0: brendan3423 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Card0.Amixer.info: - Card hw:0 'Intel'/'HDA Intel at 0xf9bf4000 irq 93' -Mixer name : 'Realtek ALC888' -Components : 'HDA:10ec0888,104382cb,0011' -Controls : 43 -Simple ctrls : 20 + Card hw:0 'Intel'/'HDA Intel at 0xf9bf4000 irq 93' + Mixer name : 'Realtek ALC888' + Components : 'HDA:10ec0888,104382cb,0011' + Controls : 43 + Simple ctrls : 20 DistroRelease: Ubuntu 12.04 HibernationDevice: RESUME=UUID=abdf656c-e2c8-49fd-8cac-3cea7fac4cc8 IwConfig: - lono wireless extensions. - - eth1 no wireless extensions. - - eth0 no wireless extensions. + lono wireless extensions. + + eth1 no wireless extensions. + + eth0 no wireless extensions. MachineType: System manufacturer System Product Name NonfreeKernelModules: nvidia Package: linux (not installed) ProcEnviron: - TERM=xterm - PATH=(custom, no user) - LANG=en_AU.UTF-8 - SHELL=/bin/bash + TERM=xterm + PATH=(custom, no user) + LANG=en_AU.UTF-8 + SHELL=/bin/bash ProcFB: - + ProcKernelCmdLine: root=UUID=dc5cb730-74c6-4caf-854f-5b5a1ee508af ro ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: - linux-restricted-modules-3.2.0-25-generic N/A - linux-backports-modules-3.2.0-25-generic N/A - linux-firmware1.79 + linux-restricted-modules-3.2.0-25-generic N/A + linux-backports-modules-3.2.0-25-generic N/A + linux-firmware1.79 RfKill: - 0: hci0: Bluetooth - Soft blocked: no - Hard blocked: no + 0: hci0: Bluetooth + Soft blocked: no + Hard blocked: no SourcePackage: linux Tags: precise precise Uname: Linux 3.2.0-25-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) UserGroups: - + WpaSupplicantLog: - + dmi.bios.date: 07/22/2008 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0401 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: Z7S WS dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0401:bd07/22/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnZ7SWS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Package changed: linux-meta (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
apport information ** Description changed: System crashes with catatrophic MCE Kernel Panic on all versions of Ubuntu and mainline kernels since 2.6.38. 2.6.35-xx works fine. Bisects would not compile after second round. Related bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840 shows history. Thanks to Tomasz Kusmierz who accidently found that disabling 1394 in BIOS stops the crashes. Also thanks to Daniel Manrique for his extensive assitance on the bug. (https://launchpad.net/~roadmr) Regards Brendan ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: upstart 1.5-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Fri Jun 22 23:32:46 2012 ExecutablePath: /sbin/init ProcEnviron: TERM=linux PATH=(custom, no user) SourcePackage: upstart UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) --- AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: brendan3423 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf9bf4000 irq 93' Mixer name : 'Realtek ALC888' Components : 'HDA:10ec0888,104382cb,0011' Controls : 43 Simple ctrls : 20 DistroRelease: Ubuntu 12.04 HibernationDevice: RESUME=UUID=abdf656c-e2c8-49fd-8cac-3cea7fac4cc8 IwConfig: lono wireless extensions. eth1 no wireless extensions. eth0 no wireless extensions. MachineType: System manufacturer System Product Name NonfreeKernelModules: nvidia Package: linux (not installed) ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_AU.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: root=UUID=dc5cb730-74c6-4caf-854f-5b5a1ee508af ro ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.2.0-25-generic N/A linux-backports-modules-3.2.0-25-generic N/A linux-firmware1.79 RfKill: 0: hci0: Bluetooth Soft blocked: no Hard blocked: no SourcePackage: linux Tags: precise precise Uname: Linux 3.2.0-25-generic x86_64 UpgradeStatus: Upgraded to precise on 2012-06-19 (3 days ago) UserGroups: WpaSupplicantLog: dmi.bios.date: 07/22/2008 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0401 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: Z7S WS dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0401:bd07/22/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnZ7SWS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer + --- + AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. + ApportVersion: 2.0.1-0ubuntu8 + Architecture: amd64 + AudioDevicesInUse: + USERPID ACCESS COMMAND + /dev/snd/controlC0: brendan3423 F pulseaudio + CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. + Card0.Amixer.info: + Card hw:0 'Intel'/'HDA Intel at 0xf9bf4000 irq 93' +Mixer name : 'Realtek ALC888' +Components : 'HDA:10ec0888,104382cb,0011' +Controls : 43 +Simple ctrls : 20 + DistroRelease: Ubuntu 12.04 + HibernationDevice: RESUME=UUID=abdf656c-e2c8-49fd-8cac-3cea7fac4cc8 + IwConfig: + lono wireless extensions. + + eth1 no wireless extensions. + + eth0 no wireless extensions. + MachineType: System manufacturer System Product Name + NonfreeKernelModules: nvidia + Package: linux 3.2.0.25.27 + PackageArchitecture: amd64 + ProcEnviron: + SHELL=/bin/bash + TERM=xterm + PATH=(custom, no user) + LANG=en_AU.UTF-8 + ProcFB: + + ProcKernelCmdLine: root=UUID=dc5cb730-74c6-4caf-854f-5b5a1ee508af ro + ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 + PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. + RelatedPackageVersions: + linux-restricted-modules-3.2.0-25-generic N/A + linux-backports-modules-3.2.0-25-generic N/A + linux-firmware1.79 + RfKill: + 0: hci0: Bluetooth + Soft blocked: no + Hard blocked: no + Tags: pre
[Bug 1016556] AlsaDevices.txt
apport information ** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201208/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] AplayDevices.txt
apport information ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201209/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ArecordDevices.txt
apport information ** Attachment added: "ArecordDevices.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201210/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] BootDmesg.txt
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201211/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Card0.Amixer.values.txt
apport information ** Attachment added: "Card0.Amixer.values.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201212/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Card0.Codecs.codec.0.txt
apport information ** Attachment added: "Card0.Codecs.codec.0.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201213/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] CurrentDmesg.txt
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201214/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Dependencies.txt
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201215/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Lspci.txt
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201216/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Lsusb.txt
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201217/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] PciMultimedia.txt
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201218/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ProcCpuinfo.txt
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201219/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ProcInterrupts.txt
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201220/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] ProcModules.txt
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201221/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] UdevDb.txt
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201222/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] UdevLog.txt
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201223/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] WifiSyslog.txt
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1016556/+attachment/3201224/+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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
** Attachment added: "Panic Screen Shot" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+attachment/3201229/+files/3.2.0-25-generic%20panic.JPG ** 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/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1016556] Re: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB
@joseph I have tested the 3.5 release candidte and can confirm that the same problem exists. the problem definitiely started between 2.6.35 and 2.6.38 and has been present in all Ubuntu and mainline kerels since. The occurence of the panic is random, however always within the first minute or so of linux boot. Sometimes I get a panic screen, at other times its a reset with no panic, and I also get straight system freezes. I imagine it depends what code is running at the time as to whether the exception handler can acutally run and report the panic. In the case of the 3.5 kernel, I am yet to receive a panic message - it alwyas simply freezes. This is currently occuring just after initialising USB drivers aqnd may be simply coincident on the fact that the USB initialisation takes an extended time before giving up on talking to my apple keyboard or logitech bluetooth mouse. I imagine installation of the rest of the architecture driver files would resolve this. If 1394 is diabled in BIOS then 3.5 boots sucessfully through to the gnome login screen and seems happy (although no mouse, keyboard or network functional so I havent been able to test further). I woud tend to just write the problem off and not use 1394, except however for the fact that it was totally rock solid up until 2.6.38 and having pursued this bug now for some time, I have a gut feel that there is some MB/kernel timing issue interacting with the problem. If that is indeed the case and it can be identified and fixed would be a good thing to have sorted out for the Ubuntu and linux projects generally. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1016556 Title: MCE Kernel Panic with 1394 Firewire Enabled on Z7S MB To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1016556/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
** 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/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
@ Frank, really sorry to hear that beastie is on the scene :) I also tried the black list recently and it failed to solve the problem. However I've had very little time recently to do anything. I recall from ages ago when trying to blacklist other drivers that for some reason, sometimes its not sufficient to just add them to the blacklist - cant recall details anymore. My work around was to move the driver files off (eg /root). I then got errors at boot complaining bust at least I knew for sure it wasnt loading. If you havent alredy reformatted I was wondering if you could try that as a last ditch attempt. I'd be tempted to move all IR drivers out that can be found. Perhaps the Z7S loads a different one albeit for the same purpose and including the same issues. You should be able to find the drivers somewhere under /lib Alsa I'll be heading the same direction as you as well over xmas if this doesnt work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Update: dont bother. I tried and failed too. I've posted my results back to the Daniel / Jakub thread. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 784484] Re: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted.
Hi Daniel I have now tried your suggested workaround unfortunatley to no avail. The system still crashes. I cant confirm the test that the system is loading the driver as it doesnt stay stable long enough to check. However, just to doubly make sure I went to the exent of removing the /lib/modules/server38-11//rc directory entirely (which contains the ene_ir driver and others) then booted with the 38-11 kernel. I receieved no boot errors which indicates that the module wasnt trying to load anyway (prob from the blacklist entry), however I didnt event get to login before it crashed and rebooted. This is on the ASUS Z7S board which is a dual quad xeon - and a damn shame that its usefulness is diminishing. I note that a fellow owner on my associated bug also failed the fix. Any other suggestions? I'm happy to spend some proper time testing under your instruction over the xmas period. many thanbks Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784484 Title: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/784484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
In all cases (2.6.38-8 2.6.38-10 2.6.38-11) this is a mce_panic MCE (machine check exception). ** Summary changed: - Kernel Panic 2.6.38-xx + MCE Kernel Panic on kernel 2.6.38 ** Tags added: 2.6.38 mce panic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
** Tags removed: needs-upstream-testing ** Tags added: testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
OK have tested with mainline kernel 3.3.0-999-generic today. Looks like the same problem. I didnt see the first panic (but know it did becuase it restarted). In the next test I booted into single user mode without any kernel options and it locked up without even reporting a panic, however it did first print on the console the usual prelude message "Disabling lock debugging due to kernel taint". In the final test I have booted with clock_source=acpi_pm into gnome and it has also died, again with the same taint message. This time it managed to reboot, though I didnt get a panic message on the console for some reason. Thanks for your help. Where to next? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Thanks Daniel and Christopher. Underway. I expect the first one to take a while since I expect it to be stable. I'll come back to it in a few hours. I understand the approach and will continue bisecting. Is there any value to keeping to the release versions rather than the release candidates? I'm tracking as follows. * v2.6.35-maverick/ 02-Aug-2010 11:23 - Bisect 1: Testing Now Expect: PassActual: v2.6.35-rc1-lucid/ 01-Jun-2010 19:47 - v2.6.35-rc2-maverick/ 10-Jun-2010 11:37 - v2.6.35-rc3-maverick/ 12-Jun-2010 11:38 - v2.6.35-rc4-maverick/ 05-Jul-2010 11:23 - v2.6.35-rc5-maverick/ 13-Jul-2010 12:24 - v2.6.35-rc6-maverick/ 23-Jul-2010 12:34 - v2.6.35.1-maverick/ 16-Aug-2010 11:29 - v2.6.35.2-maverick/ 16-Aug-2010 13:46 - v2.6.35.3-maverick/ 21-Aug-2010 15:35 - v2.6.35.4-maverick/ 27-Aug-2010 21:30 - v2.6.35.5-maverick/ 21-Sep-2010 13:27 - v2.6.35.6-maverick/ 27-Sep-2010 13:17 - v2.6.35.7-maverick/ 29-Sep-2010 11:26 - v2.6.35.8-maverick/ 29-Oct-2010 13:28 - v2.6.35.9-maverick/ 23-Nov-2010 13:29 - v2.6.35.10-maverick/ 24-Nov-2011 01:49 - v2.6.35.11-maverick/ 24-Nov-2011 02:04 - v2.6.35.12-maverick/ 24-Nov-2011 02:18 - v2.6.35.13-maverick/ 24-Nov-2011 02:32 - v2.6.35.13-original-maverick/ 26-Jul-2011 13:17 - v2.6.35.14-maverick/ 24-Nov-2011 02:42 - v2.6.36-maverick/ 21-Oct-2010 11:26 - Bisect 1: Test Final Expect: Unknown Actual: v2.6.36-rc1-maverick/ 17-Aug-2010 15:23 - v2.6.36-rc2-maverick/ 23-Aug-2010 11:26 - v2.6.36-rc3-maverick/ 30-Aug-2010 11:19 - v2.6.36-rc4-maverick/ 13-Sep-2010 11:19 - v2.6.36-rc5-maverick/ 21-Sep-2010 15:48 - v2.6.36-rc6-maverick/ 29-Sep-2010 13:47 - v2.6.36-rc7-maverick/ 07-Oct-2010 11:28 - v2.6.36-rc8-maverick/ 15-Oct-2010 11:18 - v2.6.36.1-natty/ 23-Nov-2010 15:56 - v2.6.36.2-natty/ 10-Dec-2010 13:42 - v2.6.36.3-natty/ 08-Jan-2011 14:29 - v2.6.36.4-natty/ 18-Feb-2011 11:34 - v2.6.37-natty/ 05-Jan-2011 11:23 - v2.6.37-rc1-maverick/ 02-Nov-2010 11:21 - v2.6.37-rc2-maverick/ 16-Nov-2010 11:23 - v2.6.37-rc3-natty/ 22-Nov-2010 11:31 - v2.6.37-rc4-natty/ 30-Nov-2010 10:54 - v2.6.37-rc5-natty/ 07-Dec-2010 11:31 - v2.6.37-rc6-natty/ 16-Dec-2010 11:32 - v2.6.37-rc7-natty/ 22-Dec-2010 16:05 - v2.6.37-rc8-natty/ 29-Dec-2010 11:21 - v2.6.37.1-natty/ 18-Feb-2011 13:54 - v2.6.37.2-natty/ 25-Feb-2011 11:58 - v2.6.37.3-natty/ 08-Mar-2011 11:51 - v2.6.37.4-natty/ 15-Mar-2011 13:02 - v2.6.37.5-natty/ 24-Mar-2011 12:43 - v2.6.37.6-natty/ 28-Mar-2011 12:46 - v2.6.38-natty/ 15-Mar-2011 16:03 -Bisect 1: Test Next Expect: FailActual: Cheers Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
OK, have been madly testing mainline kernels. My log below. Questions: 1. Is the order I have sequenced correct? 2. v2.6.35-12,12,13 was confusing. Not sure of history, but the ".13-original-maverick" has a date much earlier than the ".13-maverick", yet the later athough in a .13 folder acutally has a filename 02063512 to confuse matters... have I got this correct? 3. There are clearly concurrent branches with similar kernel versions. I've confined my testing to the maverick and natty versions, which appeared in the folder listing between your two bracketing suggetions. 4. My conclusion: The problem is with somethng changed or new between 2.6.35 and 2.6.36. Interestingly the bisect is indicating that all 2.6.35 work, and all 2.6.36 fail. So it must be something fundamental to that version change. Where to from here? I'm happy to go down to code level with you, if you have the patience. Last time I compiled a kernel was mid 90's using FreeBSD! So I'll need some hand holding once byond basic cli work, though I wouldnt mind learning more, and thus becoming more able to contribute to the ubuntu communty. Many thanks Brendan , , , Seq., Seq., Bicect, Status, K OPTS, Expect, Actual, Notes v2.6.35-maverick, 2-Aug-10, 11:23, , , 1.1, Done, , Pass, Pass, Uptime 7hrs:25 v2.6.35.1-maverick, 16-Aug-10, 11:29, , , , , , , , v2.6.35.2-maverick, 16-Aug-10, 13:46, , , , , , , , v2.6.35.3-maverick, 21-Aug-10, 15:35, , , , , , , , v2.6.35.4-maverick, 27-Aug-10, 21:30, , , , , , , , v2.6.35.5-maverick, 21-Sep-10, 13:27, , , , , , , , v2.6.35.6-maverick, 27-Sep-10, 13:17, , , , , , , , v2.6.35.7-maverick, 29-Sep-10, 11:26, , , , , , , , v2.6.35.8-maverick, 29-Oct-10, 13:28, , , , , , , , v2.6.35.9-maverick, 23-Nov-10, 13:29, 02 06 35 09, 2010 11 23 1112, 2, Done, Check, Unknow, Pass, Uptime 3hrs:14 , , , , , , , , , , v2.6.35.13-original-maverick, 26-Jul-11, 13:17, 02 06 35 13, 2011 07 26 1012, 5, Done, Check, Pass, Pass, , , , , , , , , , , v2.6.35.10-maverick, 24-Nov-11, 1:49, 02 06 35 10, 2011 11 23 2035, , , , , , v2.6.35.11-maverick, 24-Nov-11, 2:04, , , , , , , , v2.6.35.12-maverick, 24-Nov-11, 2:18, 02 06 35 12, 2011 11 23 2104, , , , , , v2.6.35.13-maverick, 24-Nov-11, 2:32, 02 06 35 12, 2011 11 23 2118, 3, Done, Check, Unknown, Pass, Uptime 38mins v2.6.35.14-maverick, 24-Nov-11, 2:42, , , -1, NA - Headers Only. Try .9 to rule out up to point of ".13-original" confusion. , , , , , , , , , , v2.6.35-28-server-ubuntu, , , , , 0, NA, NA, NA, NA, Ubuntu Version Order Assumed. ".13-original-maverick" confusing check .14 mainline. , , , , , , , , , , v2.6.36-rc1-maverick, 17-Aug-10, 15:23, 02 06 36 rc1, 2010 08 17 1306, 4, Done, Check, Unkown, Fail, Photo Available v2.6.36-rc2-maverick, 23-Aug-10, 11:26, , , , , , , , v2.6.36-rc3-maverick, 30-Aug-10, 11:19, , , , , , , , v2.6.36-rc4-maverick, 13-Sep-10, 11:19, , , , , , , , v2.6.36-rc5-maverick, 21-Sep-10, 15:48, , , , , , , , v2.6.36-rc6-maverick, 29-Sep-10, 13:47, , , , , , , , v2.6.36-rc7-maverick, 7-Oct-10, 11:28, , , , , , , , v2.6.36-rc8-maverick, 15-Oct-10, 11:18, , , , , , , , v2.6.36-maverick, 21-Oct-10, 11:26, , , 1.3, Done, Check, Unknown, Fail, Photo Available v2.6.36.1-natty, 23-Nov-10, 15:56, , , , , , , , v2.6.36.2-natty, 10-Dec-10, 13:42, , , , , , , , v2.6.36.3-natty, 8-Jan-11, 14:29, , , , , , , , v2.6.36.4-natty, 18-Feb-11, 11:34, , , , , , , , , , , , , , , , , , v2.6.37-rc1-maverick, 2-Nov-10, 11:21, , , , , , , , v2.6.37-rc2-maverick, 16-Nov-10, 11:23, , , , , , , , v2.6.37-rc3-natty, 22-Nov-10, 11:31, , , , , , , , v2.6.37-rc4-natty, 30-Nov-10, 10:54, , , , , , , , v2.6.37-rc5-natty, 7-Dec-10, 11:31, , , , , , , , v2.6.37-rc6-natty, 16-Dec-10, 11:32, , , , , , , , v2.6.37-rc7-natty, 22-Dec-10, 16:05, , , , , , , , v2.6.37-rc8-natty, 29-Dec-10, 11:21, , , , , , , , v2.6.37-natty, 5-Jan-11, 11:23, , , , , , , , v2.6.37.1-natty, 18-Feb-11, 13:54, , , , , , , , v2.6.37.2-natty, 25-Feb-11, 11:58, , , , , , , , v2.6.37.3-natty, 8-Mar-11, 11:51, , , , , , , , v2.6.37.4-natty, 15-Mar-11, 13:02, , , , , , , , v2.6.37.5-natty, 24-Mar-11, 12:43, , , , , , , , v2.6.37.6-natty, 28-Mar-11, 12:46, , , , , , , , , , , , , , , , , , v2.6.38-rc1-natty, 20-Jan-11, 0:53, , , , , , , , v2.6.38-rc2-natty, 22-Jan-11, 11:28, , , , , , , , v2.6.38-rc3-natty, 1-Feb-11, 11:35, , , , , , , , v2.6.38-rc4-natty, 8-Feb-11, 12:38, , , , , , , , v2.6.38-rc5-natty, 16-Feb-11, 11:29, , , , , , , , v2.6.38-rc6-natty, 22-Feb-11, 11:32, , , , , , , , v2.6.38-rc7-natty, 2-Mar-11, 11:57, , , , , , , , v2.6.38-rc8-natty, 8-Mar-11, 14:33, , , , , , , , v2.6.38-natty, 15-Mar-11, 16:03, , , 1.2, Done, Check, Fail, Fail, Panic with some sort of traceback. Photo unfocussed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage not
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
Thanks Daniel. Sounds like fun. I've had a quick read of the wiki. Before I get underway, a few questions: 1. It sounds like the ubuntu versions are going to be easier to work with because there already looks to be a fari bit of guiding material. Is there any problem with using the ubuntu versions rather than mainline? Would it be worthwhile / good practice to confirm the results of the kernel version bisect using the corresponding ubuntu versions before getting underway? 2. Tool dependencies eg gcc, libraries etc - is it worth installing a clean copy of ubuntu in a virtual with specific tools? Particular versions? 3. What version of Ubunutu as a platfrom to actually do the bisect work and complile etc? 4. I have some minimal / rusty experience with eclipse as an IDE. Would it be worthwhile trying for some sort of git plugin? 5. Once compiled is there an easy way to package the result as a .deb for installation on the test machine? Is this involved? I have never looked at deb packaging. Probably heaps of other questions to come as I get underway.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
OK. have been burried in this and staring to get my head around it, but have now hit a problem (apart from my wife starting to call me a git!) I'll try to reassemble my path here in case Ive done something stupid in the earlier steps. 1. new virtual machine version 11.10 upgraded to 3.0.0-17 x86_64 2. grabbed every package via apt-get that seemed relevant 3. basic structure as per your script. git clone from kernel.org under linux. git clone of ubuntu-natty 4. modified your script to grab from ubuntu-natty rather than oneiric 5. tried compiling with your script prior to bisect and all worked, producing me .deb packages for 3.0.0-17 6. reconfigured virtual and threw 8 cores at it (forgot how long it takes to compile a kernel. 7. changed to $HOME/linux-source/linux 8. git checkout mcebisect 9. git bisect start 10. git bisect good v2.6.35 11. git bisect bad v2.6.36-rc1 - complained about modfied files not commited (presuming from previous build) 12. git stash -bisect completed with over 4000 / 12 to go. 13. up one level and ran your modified script. -Compile failed. 14. back into ./linux 15. git bisect bad ##toss a coin - well almost. I saw lots of early comits in the log for acpi and temprature, which I've always suspected re this bug. figured that a bad guess would bisect next with early part included thereby keeping it in the mix - easy to see test fail as the panic happens more quickly than waiting to be sure that it hasnt. - got same error regarding comits. 16. git stash -bisect proceeded and worked. 17. Updated script with revision and comment and re-ran. -Compile Fail again. 18. git clean, git reset, git checkout, git bisect start, git bisect good v2.6.35, git bad 2.6.36-rc1, recompiled again (just to make sure it wasnt something stuid I did in the setup. - Compile failed as expected. 19. This time git bisect good # guess the other way -Compile failed again. Where to from here? A couple of other aside questions: 1. Am I right that the the ubuntu git version is only there to grab the control scripts? 2. Are there any issues / version problems grabbibg the ubuntu-package on my 3.0.0-7 system? Thanks for your continued help. Your modified script: #!/bin/bash #Where the linux directory resides BASE=$HOME/linux-source #REVISION=1step1: START OK 4072, Compile broke. #REVISION=1step2: GUESSED BAD, Compile Broke. Dead End. #REVISION=2step1: START OK 4072, Compile Broke. #REVISION=2step2: GUESSED GOOD, Compile Broke REVISION=2step2 BUG=lp801840 cd $BASE/linux git clean -f -d -x git clean -f -d -X cp /boot/config-`uname -r` .config yes '' | make oldconfig sed -i 's/CONFIG_DEBUG_INFO=y/CONFIG_DEBUG_INFO=n/' .config sed -i 's/CONFIG_SYS_HYPERVISOR=y/CONFIG_SYS_HYPERVISOR=n/' .config sed -i 's/CONFIG_XEN_SYS_HYPERVISOR=y/CONFIG_XEN_SYS_HYPERVISOR=n/' .config sed -i 's/CONFIG_XEN=y/CONFIG_XEN=n/' .config sed -rie 's/echo "\+"/#echo "\+"/' scripts/setlocalversion cd $BASE cp -a /usr/share/kernel-package ubuntu-package #The following should be one line each cp command cp ubuntu-natty/debian/control-scripts/{postinst,postrm,preinst,prerm} ubuntu-package/pkg/image/ cp ubuntu-natty/debian/control-scripts/headers-postinst ubuntu-package/pkg/headers/ #OK, let's compile cd $BASE/linux CONCURRENCY_LEVEL=9 fakeroot make-kpkg --initrd \ --append-to-version=-bmc-$BUG --revision=$REVISION \ --overlay-dir=$BASE/ubuntu-package kernel_image kernel_headers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 784484] Re: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted.
@Daniel many thanks for working this through. Very much appreciated. I havent had a moment to try it yet but will do so by the weekend and will also post my results here. I will also cross reference the other MCE bug that I filed and get those guys to have a look. Cheers Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784484 Title: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/784484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: MCE Kernel Panic on kernel 2.6.38
People we may have a solution. Could be the infrared driver. A workaround has been proposed. This is an associated bug - its a long post, but look right to the bottom where Daniel proposes a solution that may work. Others have reported sucess. I havent had a chance to try it yet myself but will do so by the weekend. In the meantime if you could report your results here and also in the other bug I'm sure everyone will appreciate it. the other bug report is at https://bugs.launchpad.net/ubuntu/oneiric/+source/linux/+bug/784484 Cheers Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: MCE Kernel Panic on kernel 2.6.38 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 784484] Re: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted.
Also experiencing similar here. Asus Z7S dual Quad Xeons. Server kernel 35-28 no problem at all. upgrade to 38-8 with Ubuntu 11.04 and am in disaster zone. >From some time back I had to add clock=acpi_pm to stabalise a previous stability problem. Have tried every variation of this with 11.04 to no avail. Have removed all sensor drivers and chipset modules. Have enabled pre-release repos and installed kernel 38-10 still getting panics. Now back on 35-28, stable. Any help appreciated. Happy to assist any testing. Have been browsing lots of forums and there seems to be a common thread on these panics around ACPI and particualrly ASUS - perhaps some of their erlier implementations had some broken stuff thats not being identified until this newer kernel? Rehardless, this is definitiely a change in this kernel causing grief. And its not fixed in 38-10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784484 Title: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/784484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 784484] Re: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted.
OK will try fedora if I get a chance over the weekend. Sorry I dont have an answer on your wifi side. My machine is a server class running multiple VMs. Connection is via GB LAN and I've overridden all the network autoconfig stuff to force a static IP - its the DHCP server for my internal network too. Completely agree that we need to get this escalated. IMO all the panics we are seeing in related threads could be the same cause. Depending on which kernel version I'm using it either panics during boot or shortly afterwards. I think there is a thermal / ACPI component to the behavior though this is only a gut feel. Have poured over log files and there is nothing deterministric about the panics on my system other than perhaps general CPU load. 38-8 gives me various [Hardware Error] during early kernel load. 38-10 doesnt but still panics. Agree with you that this seems like a kernel error (or at least closely releated eg module). I think many people are chasing their tails based on some sort of threshold load pattern that has theirs panicing at a repeatable point thereby giving a false indication that the driver/code etc at that point is the problem. Whereas it is likley to be some ACPI / timing issue that happens to trigger at that load level. (does this make sense?) If there are some of those dedicated developers reading this: I'm happy to take instruction in providing more information. Cheers Brendan -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784484 Title: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/784484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 695580] Re: Kernerl 2.6.35-XX fails to boot Asus F81 notebook
Be worth trying clocksource=acpi_pm as well. This works on a server class machine I have and if it does on yours you might find you get fan control etc back. Of interest would be if you try an 11.04 live CD/DVD and see what happens with your machine. I am suspecting a kernel problem with the 11.04 distro. No matter what I do with acpi kernel options or bios settings I keep getting random kernel panics - trying to assemble some other anecdotal evedience. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695580 Title: Kernerl 2.6.35-XX fails to boot Asus F81 notebook To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/acpi/+bug/695580/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] [NEW] Kernel Panic 2.6.38-xx
Public bug reported: Repeatable kernel panics after upgrade to 11.04 on kernel 2.6.38-08. Tried pre-release kernel 38.10, same. Reverted to 2.6.35-28 no problems. I usually boot my system with clock=acpi_pm. This resolved some vmware stability some time back. Have tried with and without various acpi options to no avail. Have also enabled and disabled acpi in bios. System is a dual xeon server, 8GB, ASUS Z7S. Absolutely rock solid months on end. Panic does not alway happen at same time. But it always happens within a few minutes (at best) of booting. Thinking acpi and possible thermal issues, have forced all fans to max in bios (setting threshold temps down). No resolution. Bug report package generated while running 2.6.35-28 kernel. System otherwise unchanged. Will attach photo of panic screen. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: linux-image-2.6.38-8-server 2.6.38-8.42 ProcVersionSignature: Ubuntu 2.6.35-28.50-server 2.6.35.11 Uname: Linux 2.6.35-28-server x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23. Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: brendan2746 F pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf9af4000 irq 97' Mixer name : 'Realtek ALC888' Components : 'HDA:10ec0888,104382cb,0011' Controls : 33 Simple ctrls : 19 Date: Sat Jun 25 14:21:12 2011 HibernationDevice: RESUME=UUID=abdf656c-e2c8-49fd-8cac-3cea7fac4cc8 IwConfig: lono wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions. MachineType: System manufacturer System Product Name ProcEnviron: LANGUAGE=en_AU:en LANG=en_AU.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: root=UUID=dc5cb730-74c6-4caf-854f-5b5a1ee508af ro clock=acpi_pm RelatedPackageVersions: linux-restricted-modules-2.6.35-28-server N/A linux-backports-modules-2.6.35-28-server N/A linux-firmware1.52 RfKill: SourcePackage: linux UpgradeStatus: Upgraded to natty on 2011-06-23 (1 days ago) WpaSupplicantLog: dmi.bios.date: 07/22/2008 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 0401 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: Z7S WS dmi.board.vendor: ASUSTeK Computer INC. dmi.board.version: Rev 1.xx dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr0401:bd07/22/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnZ7SWS:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
** Attachment added: "Panic console photo" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+attachment/2180961/+files/Panic.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 784484] Re: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted.
Thanks Daniel. Have done so. Cheers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784484 Title: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/784484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
Hi Brad. Thanks for confirming. Where to from here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
Thanks gabe-b. Will post a note on that question referring back here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
2.6.38-11 panic screen shot. ** Attachment added: "2.6.38-11 Panic.JPG" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+attachment/2259473/+files/2.6.38-11%20Panic.JPG -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
2.6.38-11 Same problem. Screen shot included. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 801840] Re: Kernel Panic 2.6.38-xx
Bump -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801840 Title: Kernel Panic 2.6.38-xx To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/801840/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs