[Kernel-packages] [Bug 1270215] Re: kernel 3.13.0-4.19~precise1-generic: no internet via ethernet or WiFi
3.13.0-8.27~precise1: dell e6500 under 12.04: bug appears to be fixed -> wifi is working! What was blocked by Apparmor!? volker -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1270215 Title: kernel 3.13.0-4.19~precise1-generic: no internet via ethernet or WiFi Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Precise: Confirmed Bug description: After booting no connection to the internet can be established, via cable or wifi. No such problem is found with 3.13.0-031300rc8-generic (mainline) nor with 3.11.0-16-generic (in both cases connection is established both via cable and wifi). WORKAROUND: WiFi works replacing "quiet splash" by "apparmor=0" in /etc/default/grub . --- AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.13.0-4-generic. ApportVersion: 2.0.1-0ubuntu17.6 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: 92HD71B7X Analog [92HD71B7X Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: volker 2256 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 47' Mixer name : 'Intel Cantiga HDMI' Components : 'HDA:111d76b2,1028024f,00100302 HDA:80862802,80860101,0010' Controls : 32 Simple ctrls : 11 DistroRelease: Ubuntu 12.04 HibernationDevice: RESUME=UUID=89ca8c74-bcd6-475f-830d-2fba53d448bb InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) MachineType: Dell Inc. Latitude E6500 MarkForUpload: True Package: linux (not installed) PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcEnviron: LANGUAGE=de:en TERM=xterm PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-4-generic root=UUID=0724f90e-b0e4-48bf-a64d-c048acbfee33 ro apparmor=0 ProcVersionSignature: Ubuntu 3.13.0-4.19~precise1-generic 3.13.0-rc8 RelatedPackageVersions: linux-restricted-modules-3.13.0-4-generic N/A linux-backports-modules-3.13.0-4-generic N/A linux-firmware1.79.9 StagingDrivers: zram Tags: precise running-unity staging precise running-unity staging Uname: Linux 3.13.0-4-generic i686 UnreportableReason: Dies ist kein offizielles Ubuntu-Paket. Bitte entfernen Sie alle Pakete von Drittanbietern und wiederholen Sie den Vorgang. UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm admin cdrom dialout fuse lp lpadmin plugdev sambashare usb vboxusers video dmi.bios.date: 12/18/2008 dmi.bios.vendor: Dell Inc. dmi.bios.version: A11 dmi.board.name: 0NY667 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA11:bd12/18/2008:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn0NY667:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6500 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1270215/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1008600] Re: segfault in namehint API (valgrind aplay -L prints scary warnings)
This bug was fixed in the package alsa-lib - 1.0.27.2-3ubuntu2 --- alsa-lib (1.0.27.2-3ubuntu2) trusty; urgency=low * Fix-access-of-freed-memory-in-namehints.patch: Some applications using the namehints API might occasionally crash (LP: #1008600) -- David HenningssonFri, 07 Feb 2014 08:33:55 +0100 ** Changed in: alsa-lib (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to alsa-lib in Ubuntu. https://bugs.launchpad.net/bugs/1008600 Title: segfault in namehint API (valgrind aplay -L prints scary warnings) Status in “alsa-lib” package in Ubuntu: Fix Released Bug description: valgrind reports a lot of scary errors when run on aplay -L , it looks like the alsa snd_device_name_hint function is doing some dangerous stuff: ==30818== Memcheck, a memory error detector ==30818== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==30818== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==30818== Command: aplay -L ==30818== ==30818== Invalid read of size 8 ==30818==at 0x50653F0: snd_config_iterator_next (conf.c:3885) ==30818==by 0x5070732: snd_device_name_hint (namehint.c:506) ==30818==by 0x403DE8: ??? (in /usr/bin/aplay) ==30818==by 0x4094A8: ??? (in /usr/bin/aplay) ==30818==by 0x556576C: (below main) (libc-start.c:226) ==30818== Address 0x5e0c8f8 is 40 bytes inside a block of size 72 free'd ==30818==at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==30818==by 0x5065E94: snd_config_delete (conf.c:1850) ==30818==by 0x5066425: parse_defs (conf.c:1200) ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661) ==30818==by 0x5066A0C: config_file_open (conf.c:3403) ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528) ==30818==by 0x64C8ACC: ??? ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326) ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127) ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164) ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194) ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782) ==30818== ==30818== Invalid read of size 8 ==30818==at 0x506470E: snd_config_get_id (conf.c:1578) ==30818==by 0x50706F7: snd_device_name_hint (namehint.c:508) ==30818==by 0x403DE8: ??? (in /usr/bin/aplay) ==30818==by 0x4094A8: ??? (in /usr/bin/aplay) ==30818==by 0x556576C: (below main) (libc-start.c:226) ==30818== Address 0x5e0c8d0 is 0 bytes inside a block of size 72 free'd ==30818==at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==30818==by 0x5065E94: snd_config_delete (conf.c:1850) ==30818==by 0x5066425: parse_defs (conf.c:1200) ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661) ==30818==by 0x5066A0C: config_file_open (conf.c:3403) ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528) ==30818==by 0x64C8ACC: ??? ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326) ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127) ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164) ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194) ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782) ==30818== ==30818== Invalid read of size 1 ==30818==at 0x558DDBA: vfprintf (vfprintf.c:1624) ==30818==by 0x564B403: __vsprintf_chk (vsprintf_chk.c:86) ==30818==by 0x564B34C: __sprintf_chk (sprintf_chk.c:33) ==30818==by 0x506F50F: try_config (stdio2.h:34) ==30818==by 0x5070722: snd_device_name_hint (namehint.c:512) ==30818==by 0x403DE8: ??? (in /usr/bin/aplay) ==30818==by 0x4094A8: ??? (in /usr/bin/aplay) ==30818==by 0x556576C: (below main) (libc-start.c:226) ==30818== Address 0x5e0c820 is 0 bytes inside a block of size 8 free'd ==30818==at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==30818==by 0x5065E8C: snd_config_delete (conf.c:1849) ==30818==by 0x5066425: parse_defs (conf.c:1200) ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661) ==30818==by 0x5066A0C: config_file_open (conf.c:3403) ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528) ==30818==by 0x64C8ACC: ??? ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326) ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127) ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164) ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194) ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782) ==30818== ==30818== Invalid read of size 1 ==30818==at 0x55BFB98: _IO_default_xsputn (genops.c:480) ==3081
[Kernel-packages] [Bug 1169143] Re: Headset support on some Dell machines
Hello David, I found one sub-system [1028:060a] that is not included in the patch [0] It's a Dell XPS 13 9333 (201309-14237 ) Hardware information: 00:03.0 Audio device [0403]: Intel Corporation Device [8086:0a0c] (rev 09) Subsystem: Dell Device [1028:060a] Flags: bus master, fast devsel, latency 0, IRQ 58 Memory at f051 (64-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: snd_hda_intel Kernel modules: snd-hda-intel 00:1b.0 Audio device [0403]: Intel Corporation Lynx Point-LP HD Audio Controller [8086:9c20] (rev 04) Subsystem: Dell Device [1028:060a] Flags: bus master, fast devsel, latency 0, IRQ 62 Memory at f0514000 (64-bit, non-prefetchable) [size=16K] Capabilities: Kernel driver in use: snd_hda_intel Kernel modules: snd-hda-intel [0] https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/hda/patch_realtek.c -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1169143 Title: Headset support on some Dell machines Status in HWE Next Project: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux-lts-raring” package in Ubuntu: Won't Fix Status in “pulseaudio” package in Ubuntu: Fix Released Status in “pulseaudio” source package in Precise: Fix Released Status in “pulseaudio” source package in Raring: Won't Fix Bug description: [SRU Justification] Several new hardware has either headset jacks or headphone-or-mic jacks, where the system cannot detect what has been plugged in. E g, for such a headset jack you can either plug in a headphone or a headset, but since the system cannot tell which one it is, you have to manually tell the system whether you want to use the internal or external mic. In the case of a headphone-or-mic jack, you can have the jack functioning as either a headphone or a mic, but not as a headset. Without this patch, PulseAudio would not detect the jack correctly, and not making all options available to the user. [Regression Potential] is very low: this only affects machines with the specific name "Headphone Mic Jack" or "Headset Mic Jack", which started to appear for a few machines in the 3.5 kernel. People who are running 12.04.0 or 12.04.1 will be unaffected. More machines are coming in the 3.10 kernel, so this is also a preparation for making certification easier later on. [Test case] On an affected machine, plug in something into the jack. Then go to "Sound Settings" and note what options there are: e g, for a headset jack, you should be able to select both external and internal mic manually. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1169143/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1269404] Re: BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546]
No, I didn't see any "soft lockup" messages. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1269404 Title: BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546] Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Trusty: Confirmed Bug description: I'm using Ubuntu 14.04 Trusty Tahr 64 bit and my laptop (Dell XPS L702x using Nvidia Optimus) can't boot starting with kernel 3.13 (I've tried all three updates: 3.13.0-1-generic, 3.13.0-2-generic and 3.13.0-3-generic). When booting, I get this error: "BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546]" Booting the old 3.12 (3.12.0-8-generic) kernel works. Here's the relevant part from syslog: Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136613] BUG: soft lockup - CPU#2 stuck for 22s! [systemd-udevd:546] Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136638] Modules linked in: parport_pc ppdev rfcomm bnep uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core btusb videodev bluetooth snd_hda_codec_hdmi snd_hda_codec_realtek binfmt_misc joydev ip6t_REJECT xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 ipt_REJECT xt_LOG xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 nvidia(POF) xt_conntrack ip6table_filter dell_wmi sparse_keymap ip6_tables nf_conntrack_netbios_ns arc4 nf_conntrack_broadcast snd_hda_intel nf_nat_ftp nf_nat snd_hda_codec nf_conntrack_ftp nf_conntrack intel_rapl iwldvm iptable_filter snd_hwdep x86_pkg_temp_thermal dell_laptop ip_tables intel_powerclamp dcdbas snd_pcm mac80211 x_tables kvm_intel snd_page_alloc kvm snd_seq_midi snd_seq_midi_event snd_rawmidi i915 snd_seq crct10dif_pclmul crc32_pclmul iwlwifi ghash_clmulni_intel snd_seq_device aesni_intel snd_timer aes_x86_64 lrw gf128mul cfg80211 glue_helper ablk_helper drm_kms_helper snd cryptd mei_me drm mei i2c_algo_bit psmouse soundcore wmi lpc_ich serio_raw mac_hid video coretemp lp parport hid_generic usbhid hid microcode ahci r8169 libahci mii Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136678] CPU: 2 PID: 546 Comm: systemd-udevd Tainted: PF W O 3.13.0-3-generic #18-Ubuntu Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136679] Hardware name: Dell Inc. Dell System XPS L702X/0XN71K, BIOS A18 06/18/2012 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136681] task: 880423d5e000 ti: 880036b4a000 task.ti: 880036b4a000 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136682] RIP: 0010:[] [] smp_call_function_many+0x268/0x2d0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136687] RSP: 0018:880036b4bb78 EFLAGS: 0202 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136688] RAX: 0006 RBX: 880036b4bb28 RCX: 88043e5981d0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136689] RDX: 0006 RSI: 0100 RDI: Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136690] RBP: 880036b4bbc8 R08: 88043e495348 R09: 0004 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136691] R10: 88043e495348 R11: 29312e312e312820 R12: 81362dd4 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136692] R13: 880036b4bb40 R14: 81ec810d R15: 81a5ef2d Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136693] FS: 7f192e8ca880() GS:88043e48() knlGS: Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136694] CS: 0010 DS: ES: CR0: 80050033 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136695] CR2: 00f76068 CR3: 36935000 CR4: 000407e0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136697] Stack: Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136697] 88043e495368 00015300 81059da0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136700] 0101 011b 81059da0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136702] 88043e5d08a8 88043e5d0808 880036b4bbf0 810d9a8d Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136704] Call Trace: Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136708] [] ? flush_tlb_func+0xc0/0xc0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136710] [] ? flush_tlb_func+0xc0/0xc0 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136712] [] on_each_cpu+0x2d/0x60 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136715] [] flush_tlb_kernel_range+0x4a/0x70 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136719] [] __purge_vmap_area_lazy+0x335/0x430 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136722] [] vm_unmap_aliases+0x162/0x180 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136724] [] change_page_attr_set_clr+0xb7/0x470 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.136726] [] ? notifier_call_chain+0x4c/0x70 Jan 15 14:27:05 ubuntu-desktop kernel: [ 36.
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
https://bugzilla.kernel.org/show_bug.cgi?id=65871 ** Bug watch added: Linux Kernel Bug Tracker #65871 http://bugzilla.kernel.org/show_bug.cgi?id=65871 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
In this change they say something about CPU lockups, so perhaps they have found the solution ** Attachment added: "commit1.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+attachment/3972172/+files/commit1.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1209179] Re: [Dell inspiron 5323] Atheros AR9485 Wireless Network Adapter [168c:0032] is not enabled for 12.04.2, 12.04.3, 12.04.4
** Summary changed: - [Dell inspiron 5323] Atheros AR9485 Wireless Network Adapter [168c:0032] is not enabled for 12.04.2 + [Dell inspiron 5323] Atheros AR9485 Wireless Network Adapter [168c:0032] is not enabled for 12.04.2, 12.04.3, 12.04.4 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1209179 Title: [Dell inspiron 5323] Atheros AR9485 Wireless Network Adapter [168c:0032] is not enabled for 12.04.2, 12.04.3, 12.04.4 Status in “linux” package in Ubuntu: Incomplete Bug description: CID: 201208-11455 Description: Atheros AR9485 Wireless Network Adapter [168c:0032] is not enabled for 12.04.2 on Dell inspiron 5323 System Info: Collected by "ubuntu-bug linux" Steps to reproduce the bug: 1. install stock 12.04.2 on Dell inspiron 5323 2. installation is done. check wireless[1]. wireless is not enabled. 3. upgrade system by "sudo apt-get dist-upgrade" 4. check wireless, still not enabled. [1]: "wireless is not enabled" means here when: a. "rfkill list" shows "Hard blocked:yes" b. "sudo showkey -k" keycode 240 press/release c. check the LED indicator of wireless. No light. d. up-right desktop indicator shows the "Enable Wireless" is dim e. lspci shows there is such device Expected result: There should be wireless enabled. Actual result: No wireless is enabled ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.5.0-36-generic 3.5.0-36.57~precise1 ProcVersionSignature: Ubuntu 3.5.0-36.57~precise1-generic 3.5.7.14 Uname: Linux 3.5.0-36-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25. ApportVersion: 2.0.1-0ubuntu17.3 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ubuntu 1573 F pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf7f1 irq 46' Mixer name : 'Intel PantherPoint HDMI' Components : 'HDA:111d76e0,1028057e,00100102 HDA:80862806,80860101,0010' Controls : 23 Simple ctrls : 10 Date: Wed Aug 7 18:36:47 2013 HibernationDevice: RESUME=UUID=3a3eb018-bf38-4bb5-b2a4-adb450f575c2 InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 (20130213) MachineType: Dell Inc. Inspiron 5423 MarkForUpload: True ProcEnviron: LANGUAGE=en_US: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb 1 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-36-generic root=UUID=02c41084-3697-47e6-876f-46f6343a36a1 ro quiet splash initcall_debug vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.5.0-36-generic N/A linux-backports-modules-3.5.0-36-generic N/A linux-firmware1.79.4 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: yes SourcePackage: linux StagingDrivers: rts5139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/26/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.vendor: Dell Inc. dmi.board.version: A08 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: Not Specified dmi.modalias: dmi:bvnDellInc.:bvrA08:bd11/26/2012:svnDellInc.:pnInspiron5423:pvrNotSpecified:rvnDellInc.:rn:rvrA08:cvnDellInc.:ct8:cvrNotSpecified: dmi.product.name: Inspiron 5423 dmi.product.version: Not Specified dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1209179/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1004313] Re: watchdog detected hard lockup on cpu 1
We are having that error with Ubuntu 14.04. bug 1275116 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1004313 Title: watchdog detected hard lockup on cpu 1 Status in “linux” package in Ubuntu: Incomplete Status in openSUSE: Won't Fix Bug description: On the latest kernel (3.1 and up?) waking up from sleep may fail with the message: "watchdog detected hard lockup on cpu 1" Ubuntu 12.04 x64 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1004313/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
bug 1004313 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1169143] Re: Headset support on some Dell machines
alsa-info for 201309-14237 http://www.alsa-project.org/db/?f=8c7dfe857ceff462ca2de133e67023c0f68de9cb Nothing changes with "options snd-hda-intel model=dell-headset-multi " added into /etc/modprobe.d/alsa-base.conf -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1169143 Title: Headset support on some Dell machines Status in HWE Next Project: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux-lts-raring” package in Ubuntu: Won't Fix Status in “pulseaudio” package in Ubuntu: Fix Released Status in “pulseaudio” source package in Precise: Fix Released Status in “pulseaudio” source package in Raring: Won't Fix Bug description: [SRU Justification] Several new hardware has either headset jacks or headphone-or-mic jacks, where the system cannot detect what has been plugged in. E g, for such a headset jack you can either plug in a headphone or a headset, but since the system cannot tell which one it is, you have to manually tell the system whether you want to use the internal or external mic. In the case of a headphone-or-mic jack, you can have the jack functioning as either a headphone or a mic, but not as a headset. Without this patch, PulseAudio would not detect the jack correctly, and not making all options available to the user. [Regression Potential] is very low: this only affects machines with the specific name "Headphone Mic Jack" or "Headset Mic Jack", which started to appear for a few machines in the 3.5 kernel. People who are running 12.04.0 or 12.04.1 will be unaffected. More machines are coming in the 3.10 kernel, so this is also a preparation for making certification easier later on. [Test case] On an affected machine, plug in something into the jack. Then go to "Sound Settings" and note what options there are: e g, for a headset jack, you should be able to select both external and internal mic manually. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1169143/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
They say that using acpì=off, idle=poll or maxcpus=0 the problem is gone. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
I'll try that ASAP -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
idle=poll is working, but I have read that CPU can overheat with that option. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1271519] Re: Restore old recvmsg behavior after CVE-2013-7266 fix is applied
** Changed in: linux-ti-omap4 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-armadaxp in Ubuntu. https://bugs.launchpad.net/bugs/1271519 Title: Restore old recvmsg behavior after CVE-2013-7266 fix is applied Status in “linux” package in Ubuntu: Fix Released Status in “linux-armadaxp” package in Ubuntu: Invalid Status in “linux-ec2” package in Ubuntu: Invalid Status in “linux-lts-quantal” package in Ubuntu: Invalid Status in “linux-lts-raring” package in Ubuntu: Invalid Status in “linux-lts-saucy” package in Ubuntu: Invalid Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux” source package in Lucid: Fix Committed Status in “linux-armadaxp” source package in Lucid: Invalid Status in “linux-ec2” source package in Lucid: New Status in “linux-lts-quantal” source package in Lucid: Invalid Status in “linux-lts-raring” source package in Lucid: Invalid Status in “linux-lts-saucy” source package in Lucid: Invalid Status in “linux-ti-omap4” source package in Lucid: Invalid Status in “linux” source package in Precise: Confirmed Status in “linux-armadaxp” source package in Precise: New Status in “linux-ec2” source package in Precise: Invalid Status in “linux-lts-quantal” source package in Precise: New Status in “linux-lts-raring” source package in Precise: Confirmed Status in “linux-lts-saucy” source package in Precise: New Status in “linux-ti-omap4” source package in Precise: Confirmed Status in “linux” source package in Quantal: Confirmed Status in “linux-armadaxp” source package in Quantal: New Status in “linux-ec2” source package in Quantal: Invalid Status in “linux-lts-quantal” source package in Quantal: Invalid Status in “linux-lts-raring” source package in Quantal: Invalid Status in “linux-lts-saucy” source package in Quantal: Invalid Status in “linux-ti-omap4” source package in Quantal: Confirmed Status in “linux” source package in Raring: Invalid Status in “linux-armadaxp” source package in Raring: Invalid Status in “linux-ec2” source package in Raring: Invalid Status in “linux-lts-quantal” source package in Raring: Invalid Status in “linux-lts-raring” source package in Raring: Invalid Status in “linux-lts-saucy” source package in Raring: Invalid Status in “linux-ti-omap4” source package in Raring: Invalid Status in “linux” source package in Saucy: Fix Committed Status in “linux-armadaxp” source package in Saucy: Invalid Status in “linux-ec2” source package in Saucy: Invalid Status in “linux-lts-quantal” source package in Saucy: Invalid Status in “linux-lts-raring” source package in Saucy: Invalid Status in “linux-lts-saucy” source package in Saucy: Invalid Status in “linux-ti-omap4” source package in Saucy: Confirmed Bug description: After commit f3d3342602f8bcbf37d7c46641cb9bca7618eb1c ("net: rework recvmsg handler msg_name and msg_namelen logic"), which fixes CVE-2013-7266 to CVE-2013-7271, we end up with a bug in the af_rose. Upstream commit f81152e35001e91997ec74a7b4e040e6ab0acccf restores the old behaviour in net/rose/af_rose.c and should get applied to all the series that got these CVEs fixed. break-fix: - f3d3342602f8bcbf37d7c46641cb9bca7618eb1c break-fix: f3d3342602f8bcbf37d7c46641cb9bca7618eb1c f81152e35001e91997ec74a7b4e040e6ab0acccf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1271519/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
idle=poll doesn't work -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1269053] Re: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68
** Also affects: linux (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: linux-lts-quantal (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: linux-lts-raring (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: linux-lts-saucy (Ubuntu Lucid) Importance: Undecided Status: New ** Also affects: linux-ec2 (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-armadaxp (Ubuntu) Importance: Undecided Status: New ** Also affects: linux-ti-omap4 (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-armadaxp (Ubuntu) Status: New => Invalid ** Changed in: linux-lts-saucy (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-ec2 (Ubuntu Trusty) Status: New => Invalid ** Changed in: linux-lts-quantal (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-ti-omap4 (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-lts-raring (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-ec2 (Ubuntu Quantal) Status: New => Invalid ** Changed in: linux-ti-omap4 (Ubuntu Trusty) Status: New => Invalid ** Changed in: linux-armadaxp (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-ec2 (Ubuntu Saucy) Status: New => Invalid ** Changed in: linux-ec2 (Ubuntu Precise) Status: New => Invalid ** Changed in: linux-armadaxp (Ubuntu Saucy) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1269053 Title: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68 Status in “linux” package in Ubuntu: Fix Released Status in “linux-armadaxp” package in Ubuntu: Invalid Status in “linux-ec2” package in Ubuntu: Invalid Status in “linux-lts-quantal” package in Ubuntu: Invalid Status in “linux-lts-raring” package in Ubuntu: Invalid Status in “linux-lts-saucy” package in Ubuntu: Invalid Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux” source package in Lucid: Invalid Status in “linux-armadaxp” source package in Lucid: Invalid Status in “linux-ec2” source package in Lucid: Invalid Status in “linux-lts-quantal” source package in Lucid: Invalid Status in “linux-lts-raring” source package in Lucid: Invalid Status in “linux-lts-saucy” source package in Lucid: Invalid Status in “linux-ti-omap4” source package in Lucid: Invalid Status in “linux” source package in Precise: Fix Committed Status in “linux-armadaxp” source package in Precise: Fix Committed Status in “linux-ec2” source package in Precise: Invalid Status in “linux-lts-quantal” source package in Precise: Confirmed Status in “linux-lts-raring” source package in Precise: Fix Committed Status in “linux-lts-saucy” source package in Precise: Fix Committed Status in “linux-ti-omap4” source package in Precise: Fix Committed Status in “linux” source package in Quantal: Fix Committed Status in “linux-armadaxp” source package in Quantal: Confirmed Status in “linux-ec2” source package in Quantal: Invalid Status in “linux-lts-quantal” source package in Quantal: Invalid Status in “linux-lts-raring” source package in Quantal: Invalid Status in “linux-lts-saucy” source package in Quantal: Invalid Status in “linux-ti-omap4” source package in Quantal: Confirmed Status in “linux” source package in Saucy: Fix Committed Status in “linux-armadaxp” source package in Saucy: Invalid Status in “linux-ec2” source package in Saucy: Invalid Status in “linux-lts-quantal” source package in Saucy: Invalid Status in “linux-lts-raring” source package in Saucy: Invalid Status in “linux-lts-saucy” source package in Saucy: Invalid Status in “linux-ti-omap4” source package in Saucy: Confirmed Status in “linux” source package in Trusty: Fix Released Status in “linux-armadaxp” source package in Trusty: Invalid Status in “linux-ec2” source package in Trusty: Invalid Status in “linux-lts-quantal” source package in Trusty: Invalid Status in “linux-lts-raring” source package in Trusty: Invalid Status in “linux-lts-saucy” source package in Trusty: Invalid Status in “linux-ti-omap4” source package in Trusty: Invalid Bug description: Something has changed in Ubuntu's Kernel 3.5.0-45 32 & 64-bit Intel, has prevented IBM Domino's "/opt/ibm/domino/notes/latest/linux/bindsock" binary that runs as root (setuid) to get ports lower than 1024 for it's LDAP, SMTP, IMAP, POP3, and HTTP processes. The IBM Domino Application Server's parent process "/opt/ibm/domino/notes/latest/linux/server" runs as a Service Account or a normal non-admin user, that launches "bindsock"and others like "http", "ldap" In the Live Domino Console we're seeing the Application Server report: "Listener failure: 'bindsock' is missi
[Kernel-packages] [Bug 1169143] Re: Headset support on some Dell machines
With the correct tweak: options snd-hda-intel model=,dell-headset-multi added into /etc/modprobe.d/alsa-base.conf Input source will change form "Analog input" to "Internal Microphone" And with external headset plugged, two more options "Headset Microphone" and "Microphone" will be available, and the external microphone works with "Headset Microphone" selected -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1169143 Title: Headset support on some Dell machines Status in HWE Next Project: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux-lts-raring” package in Ubuntu: Won't Fix Status in “pulseaudio” package in Ubuntu: Fix Released Status in “pulseaudio” source package in Precise: Fix Released Status in “pulseaudio” source package in Raring: Won't Fix Bug description: [SRU Justification] Several new hardware has either headset jacks or headphone-or-mic jacks, where the system cannot detect what has been plugged in. E g, for such a headset jack you can either plug in a headphone or a headset, but since the system cannot tell which one it is, you have to manually tell the system whether you want to use the internal or external mic. In the case of a headphone-or-mic jack, you can have the jack functioning as either a headphone or a mic, but not as a headset. Without this patch, PulseAudio would not detect the jack correctly, and not making all options available to the user. [Regression Potential] is very low: this only affects machines with the specific name "Headphone Mic Jack" or "Headset Mic Jack", which started to appear for a few machines in the 3.5 kernel. People who are running 12.04.0 or 12.04.1 will be unaffected. More machines are coming in the 3.10 kernel, so this is also a preparation for making certification easier later on. [Test case] On an affected machine, plug in something into the jack. Then go to "Sound Settings" and note what options there are: e g, for a headset jack, you should be able to select both external and internal mic manually. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1169143/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1271519] Re: Restore old recvmsg behavior after CVE-2013-7266 fix is applied
** Changed in: linux-ec2 (Ubuntu Lucid) Status: New => Confirmed ** Changed in: linux-lts-quantal (Ubuntu Precise) Status: New => Confirmed ** Changed in: linux-lts-saucy (Ubuntu Precise) Status: New => Fix Committed ** Changed in: linux-armadaxp (Ubuntu Precise) Status: New => Confirmed ** Changed in: linux-armadaxp (Ubuntu Quantal) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-armadaxp in Ubuntu. https://bugs.launchpad.net/bugs/1271519 Title: Restore old recvmsg behavior after CVE-2013-7266 fix is applied Status in “linux” package in Ubuntu: Fix Released Status in “linux-armadaxp” package in Ubuntu: Invalid Status in “linux-ec2” package in Ubuntu: Invalid Status in “linux-lts-quantal” package in Ubuntu: Invalid Status in “linux-lts-raring” package in Ubuntu: Invalid Status in “linux-lts-saucy” package in Ubuntu: Invalid Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux” source package in Lucid: Fix Committed Status in “linux-armadaxp” source package in Lucid: Invalid Status in “linux-ec2” source package in Lucid: Confirmed Status in “linux-lts-quantal” source package in Lucid: Invalid Status in “linux-lts-raring” source package in Lucid: Invalid Status in “linux-lts-saucy” source package in Lucid: Invalid Status in “linux-ti-omap4” source package in Lucid: Invalid Status in “linux” source package in Precise: Confirmed Status in “linux-armadaxp” source package in Precise: Confirmed Status in “linux-ec2” source package in Precise: Invalid Status in “linux-lts-quantal” source package in Precise: Confirmed Status in “linux-lts-raring” source package in Precise: Confirmed Status in “linux-lts-saucy” source package in Precise: Fix Committed Status in “linux-ti-omap4” source package in Precise: Confirmed Status in “linux” source package in Quantal: Confirmed Status in “linux-armadaxp” source package in Quantal: Confirmed Status in “linux-ec2” source package in Quantal: Invalid Status in “linux-lts-quantal” source package in Quantal: Invalid Status in “linux-lts-raring” source package in Quantal: Invalid Status in “linux-lts-saucy” source package in Quantal: Invalid Status in “linux-ti-omap4” source package in Quantal: Confirmed Status in “linux” source package in Raring: Invalid Status in “linux-armadaxp” source package in Raring: Invalid Status in “linux-ec2” source package in Raring: Invalid Status in “linux-lts-quantal” source package in Raring: Invalid Status in “linux-lts-raring” source package in Raring: Invalid Status in “linux-lts-saucy” source package in Raring: Invalid Status in “linux-ti-omap4” source package in Raring: Invalid Status in “linux” source package in Saucy: Fix Committed Status in “linux-armadaxp” source package in Saucy: Invalid Status in “linux-ec2” source package in Saucy: Invalid Status in “linux-lts-quantal” source package in Saucy: Invalid Status in “linux-lts-raring” source package in Saucy: Invalid Status in “linux-lts-saucy” source package in Saucy: Invalid Status in “linux-ti-omap4” source package in Saucy: Confirmed Bug description: After commit f3d3342602f8bcbf37d7c46641cb9bca7618eb1c ("net: rework recvmsg handler msg_name and msg_namelen logic"), which fixes CVE-2013-7266 to CVE-2013-7271, we end up with a bug in the af_rose. Upstream commit f81152e35001e91997ec74a7b4e040e6ab0acccf restores the old behaviour in net/rose/af_rose.c and should get applied to all the series that got these CVEs fixed. break-fix: - f3d3342602f8bcbf37d7c46641cb9bca7618eb1c break-fix: f3d3342602f8bcbf37d7c46641cb9bca7618eb1c f81152e35001e91997ec74a7b4e040e6ab0acccf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1271519/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1269053] Re: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68
** Changed in: linux (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-ec2 (Ubuntu Lucid) Status: New => Invalid ** Changed in: linux-ti-omap4 (Ubuntu Precise) Status: New => Fix Committed ** Changed in: linux-armadaxp (Ubuntu Precise) Status: New => Fix Committed ** Changed in: linux-ti-omap4 (Ubuntu Quantal) Status: New => Confirmed ** Changed in: linux-ti-omap4 (Ubuntu Saucy) Status: New => Confirmed ** Changed in: linux-armadaxp (Ubuntu Quantal) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-armadaxp in Ubuntu. https://bugs.launchpad.net/bugs/1269053 Title: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68 Status in “linux” package in Ubuntu: Fix Released Status in “linux-armadaxp” package in Ubuntu: Invalid Status in “linux-ec2” package in Ubuntu: Invalid Status in “linux-lts-quantal” package in Ubuntu: Invalid Status in “linux-lts-raring” package in Ubuntu: Invalid Status in “linux-lts-saucy” package in Ubuntu: Invalid Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux” source package in Lucid: Invalid Status in “linux-armadaxp” source package in Lucid: Invalid Status in “linux-ec2” source package in Lucid: Invalid Status in “linux-lts-quantal” source package in Lucid: Invalid Status in “linux-lts-raring” source package in Lucid: Invalid Status in “linux-lts-saucy” source package in Lucid: Invalid Status in “linux-ti-omap4” source package in Lucid: Invalid Status in “linux” source package in Precise: Fix Committed Status in “linux-armadaxp” source package in Precise: Fix Committed Status in “linux-ec2” source package in Precise: Invalid Status in “linux-lts-quantal” source package in Precise: Confirmed Status in “linux-lts-raring” source package in Precise: Fix Committed Status in “linux-lts-saucy” source package in Precise: Fix Committed Status in “linux-ti-omap4” source package in Precise: Fix Committed Status in “linux” source package in Quantal: Fix Committed Status in “linux-armadaxp” source package in Quantal: Confirmed Status in “linux-ec2” source package in Quantal: Invalid Status in “linux-lts-quantal” source package in Quantal: Invalid Status in “linux-lts-raring” source package in Quantal: Invalid Status in “linux-lts-saucy” source package in Quantal: Invalid Status in “linux-ti-omap4” source package in Quantal: Confirmed Status in “linux” source package in Saucy: Fix Committed Status in “linux-armadaxp” source package in Saucy: Invalid Status in “linux-ec2” source package in Saucy: Invalid Status in “linux-lts-quantal” source package in Saucy: Invalid Status in “linux-lts-raring” source package in Saucy: Invalid Status in “linux-lts-saucy” source package in Saucy: Invalid Status in “linux-ti-omap4” source package in Saucy: Confirmed Status in “linux” source package in Trusty: Fix Released Status in “linux-armadaxp” source package in Trusty: Invalid Status in “linux-ec2” source package in Trusty: Invalid Status in “linux-lts-quantal” source package in Trusty: Invalid Status in “linux-lts-raring” source package in Trusty: Invalid Status in “linux-lts-saucy” source package in Trusty: Invalid Status in “linux-ti-omap4” source package in Trusty: Invalid Bug description: Something has changed in Ubuntu's Kernel 3.5.0-45 32 & 64-bit Intel, has prevented IBM Domino's "/opt/ibm/domino/notes/latest/linux/bindsock" binary that runs as root (setuid) to get ports lower than 1024 for it's LDAP, SMTP, IMAP, POP3, and HTTP processes. The IBM Domino Application Server's parent process "/opt/ibm/domino/notes/latest/linux/server" runs as a Service Account or a normal non-admin user, that launches "bindsock"and others like "http", "ldap" In the Live Domino Console we're seeing the Application Server report: "Listener failure: 'bindsock' is missing, not executable, not owned by root, not setuid root or user needs net_privaddr privilege." Another thing in the Live Domino Console, which is unusual is: "Error_CmdToDo_INVAL"... might be an IBM thang. A number of us have to hold back the kernel now and there's lots of scratching going on. http://www-10.lotus.com/ldd/ndseforum.nsf/xpTopicThread.xsp?documentId=485F5F092833BCBE85257C33006AC7A3 It does seem to be limited to IBM Domino's "bindsock" binary and other things are just fine, such as Nginx. I have attached some files within the zip "ibm-domino-bindsock_strace.zip" >>bindsock_binary_strace.txt This is just running strace against the binary that isn't running in any process. >> domino-server-pid1052_strace-f.txt The IBM Domino Application Server ("/opt/ibm/domino/notes/latest/linux/server") is running as PID 1052 so this is what I applied "strace -f" to and towards the end, I told "server" to start the "
[Kernel-packages] [Bug 1266551] Re: linux: 3.2.0-59.90 -proposed tracker
** Changed in: kernel-sru-workflow/regression-testing Status: Confirmed => In Progress ** Changed in: kernel-sru-workflow/regression-testing Assignee: Canonical Platform QA Team (canonical-platform-qa) => Parameswaran Sivatharman (psivaa) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1266551 Title: linux: 3.2.0-59.90 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: Confirmed Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-lbm series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Fix Released Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: In Progress Status in Kernel SRU Workflow security-signoff series: Confirmed Status in Kernel SRU Workflow verification-testing series: In Progress Status in “linux” package in Ubuntu: Invalid Status in “linux” source package in Precise: New Bug description: This bug is for tracking the 3.2.0-59.90 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Monday, 06. January 2014 19:37 UTC kernel-stable-Prepare-package-end:Thursday, 09. January 2014 13:51 UTC kernel-stable-Promote-to-proposed-start:Thursday, 09. January 2014 13:51 UTC kernel-stable-Promote-to-proposed-end:Thursday, 06. February 2014 04:24 UTC kernel-stable-phase:Verification & Testing kernel-stable-phase-changed:Thursday, 06. February 2014 06:01 UTC kernel-stable-Verification-testing-start:Thursday, 06. February 2014 06:01 UTC kernel-stable-Certification-testing-start:Thursday, 06. February 2014 06:01 UTC kernel-stable-Security-signoff-start:Thursday, 06. February 2014 06:01 UTC kernel-stable-Regression-testing-start:Thursday, 06. February 2014 06:01 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1266551/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
acpi=off and maxcpus=0 don't work either. I have filled a bug in bugzilla.kernel.com https://bugzilla.kernel.org/show_bug.cgi?id=70211 ** Bug watch added: Linux Kernel Bug Tracker #70211 http://bugzilla.kernel.org/show_bug.cgi?id=70211 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277448] [NEW] After updating ubuntu there is a Kernel Panic everytime at boot
Public bug reported: I am no longer able to reach the desktop with the latest kernel after update, only with the 3.11.0-15 I am able ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-17-generic 3.11.0-17.31 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: andre 1929 F pulseaudio /dev/snd/controlC0: andre 1929 F pulseaudio /dev/snd/pcmC0D0p: andre 1929 F...m pulseaudio Date: Fri Feb 7 10:47:19 2014 HibernationDevice: RESUME=UUID=d43eaaa6-f080-4fc7-81cb-84d766434554 InstallationDate: Installed on 2013-10-25 (105 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 (20131017) IwConfig: eth0 no wireless extensions. eth1 no wireless extensions. lono wireless extensions. MachineType: System manufacturer System Product Name MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=c4ae3715-66a1-41af-ab5d-b32b7acc1edf ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.2 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/13/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2104 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V DELUXE 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.:bvr2104:bd08/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VDELUXE: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: Confirmed ** Tags: amd64 apport-bug package-from-proposed saucy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277448 Title: After updating ubuntu there is a Kernel Panic everytime at boot Status in “linux” package in Ubuntu: Confirmed Bug description: I am no longer able to reach the desktop with the latest kernel after update, only with the 3.11.0-15 I am able ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-17-generic 3.11.0-17.31 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: andre 1929 F pulseaudio /dev/snd/controlC0: andre 1929 F pulseaudio /dev/snd/pcmC0D0p: andre 1929 F...m pulseaudio Date: Fri Feb 7 10:47:19 2014 HibernationDevice: RESUME=UUID=d43eaaa6-f080-4fc7-81cb-84d766434554 InstallationDate: Installed on 2013-10-25 (105 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 (20131017) IwConfig: eth0 no wireless extensions. eth1 no wireless extensions. lono wireless extensions. MachineType: System manufacturer System Product Name MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=c4ae3715-66a1-41af-ab5d-b32b7acc1edf ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.2 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/13/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2104 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V DELUXE 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.:bvr2104:bd08/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277448/+subscriptions -- Mailing list: https:
[Kernel-packages] [Bug 1277448] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277448 Title: After updating ubuntu there is a Kernel Panic everytime at boot Status in “linux” package in Ubuntu: Confirmed Bug description: I am no longer able to reach the desktop with the latest kernel after update, only with the 3.11.0-15 I am able ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-17-generic 3.11.0-17.31 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: andre 1929 F pulseaudio /dev/snd/controlC0: andre 1929 F pulseaudio /dev/snd/pcmC0D0p: andre 1929 F...m pulseaudio Date: Fri Feb 7 10:47:19 2014 HibernationDevice: RESUME=UUID=d43eaaa6-f080-4fc7-81cb-84d766434554 InstallationDate: Installed on 2013-10-25 (105 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 (20131017) IwConfig: eth0 no wireless extensions. eth1 no wireless extensions. lono wireless extensions. MachineType: System manufacturer System Product Name MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=c4ae3715-66a1-41af-ab5d-b32b7acc1edf ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.2 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/13/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2104 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V DELUXE 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.:bvr2104:bd08/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277448/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1269053] Re: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68
IBM Domino is able to bind to ports lower than 1024. This is fixed in "saucy-proposed" Enabled "saucy-proposed" Installed linux-image-server/saucy-proposed linux-headers-server/saucy- proposed linux-headers-generic/saucy-proposed linux-image-generic/saucy- proposed Rebooted with new kernel: Linux mru64dom64-1 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:52:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Thanks folks !!! MR ** Tags removed: verification-needed-saucy ** Tags added: verification-done-saucy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-armadaxp in Ubuntu. https://bugs.launchpad.net/bugs/1269053 Title: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68 Status in “linux” package in Ubuntu: Fix Released Status in “linux-armadaxp” package in Ubuntu: Invalid Status in “linux-ec2” package in Ubuntu: Invalid Status in “linux-lts-quantal” package in Ubuntu: Invalid Status in “linux-lts-raring” package in Ubuntu: Invalid Status in “linux-lts-saucy” package in Ubuntu: Invalid Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux” source package in Lucid: Invalid Status in “linux-armadaxp” source package in Lucid: Invalid Status in “linux-ec2” source package in Lucid: Invalid Status in “linux-lts-quantal” source package in Lucid: Invalid Status in “linux-lts-raring” source package in Lucid: Invalid Status in “linux-lts-saucy” source package in Lucid: Invalid Status in “linux-ti-omap4” source package in Lucid: Invalid Status in “linux” source package in Precise: Fix Committed Status in “linux-armadaxp” source package in Precise: Fix Committed Status in “linux-ec2” source package in Precise: Invalid Status in “linux-lts-quantal” source package in Precise: Confirmed Status in “linux-lts-raring” source package in Precise: Fix Committed Status in “linux-lts-saucy” source package in Precise: Fix Committed Status in “linux-ti-omap4” source package in Precise: Fix Committed Status in “linux” source package in Quantal: Fix Committed Status in “linux-armadaxp” source package in Quantal: Confirmed Status in “linux-ec2” source package in Quantal: Invalid Status in “linux-lts-quantal” source package in Quantal: Invalid Status in “linux-lts-raring” source package in Quantal: Invalid Status in “linux-lts-saucy” source package in Quantal: Invalid Status in “linux-ti-omap4” source package in Quantal: Confirmed Status in “linux” source package in Saucy: Fix Committed Status in “linux-armadaxp” source package in Saucy: Invalid Status in “linux-ec2” source package in Saucy: Invalid Status in “linux-lts-quantal” source package in Saucy: Invalid Status in “linux-lts-raring” source package in Saucy: Invalid Status in “linux-lts-saucy” source package in Saucy: Invalid Status in “linux-ti-omap4” source package in Saucy: Confirmed Status in “linux” source package in Trusty: Fix Released Status in “linux-armadaxp” source package in Trusty: Invalid Status in “linux-ec2” source package in Trusty: Invalid Status in “linux-lts-quantal” source package in Trusty: Invalid Status in “linux-lts-raring” source package in Trusty: Invalid Status in “linux-lts-saucy” source package in Trusty: Invalid Status in “linux-ti-omap4” source package in Trusty: Invalid Bug description: Something has changed in Ubuntu's Kernel 3.5.0-45 32 & 64-bit Intel, has prevented IBM Domino's "/opt/ibm/domino/notes/latest/linux/bindsock" binary that runs as root (setuid) to get ports lower than 1024 for it's LDAP, SMTP, IMAP, POP3, and HTTP processes. The IBM Domino Application Server's parent process "/opt/ibm/domino/notes/latest/linux/server" runs as a Service Account or a normal non-admin user, that launches "bindsock"and others like "http", "ldap" In the Live Domino Console we're seeing the Application Server report: "Listener failure: 'bindsock' is missing, not executable, not owned by root, not setuid root or user needs net_privaddr privilege." Another thing in the Live Domino Console, which is unusual is: "Error_CmdToDo_INVAL"... might be an IBM thang. A number of us have to hold back the kernel now and there's lots of scratching going on. http://www-10.lotus.com/ldd/ndseforum.nsf/xpTopicThread.xsp?documentId=485F5F092833BCBE85257C33006AC7A3 It does seem to be limited to IBM Domino's "bindsock" binary and other things are just fine, such as Nginx. I have attached some files within the zip "ibm-domino-bindsock_strace.zip" >>bindsock_binary_strace.txt This is just running strace against the binary that isn't running in any process. >> domino-server-pid1052_strace-f.txt The IBM Domino Application Server ("/opt/ibm/domino/notes/latest/linux/server") is running as PID 1052 so this is what I applied "strace -f" to and towards the end, I told "server" to start the "http" process ("l http") which wo
[Kernel-packages] [Bug 1102318] Re: Slow system after resume from suspend
Hello, just to make additional comment on this: later on I switched to pure Debian and I have not experienced this problem neither on stable Wheezy nor on unstable Sid. Best regards, Roman Dinga -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1102318 Title: Slow system after resume from suspend Status in “linux” package in Ubuntu: Expired Bug description: Hello, For quite some time I've been experiencing problems with Ubuntu after resume from suspend. I have an Asus M70SR notebook with ATI Radeon Mobility HD3470 and using the open-source driver for it (from Quantal official repository). Currently I have Ubuntu 12.10 installed, but the same was happening before with 12.04. It doesn't matter if I use Unity, Gnome-Shell or Gnome Classic - the slow down is always there. My /etc/X11/xorg-conf looks like this: Section "Device" Identifier "ATI Radeon 3470HD" Driver "ati" Option "AccelMethod" "EXA" Option "AccelDFS" "true" Option "EnablePageFlip" "true" Option "SwapbuffersWait" "off" Option "ColorTiling" "on" Option "ColorTiling2D" "on" EndSection To give you some picture about it: Glxgears BEFORE suspend: ATTENTION: default value of option vblank_mode overridden by environment. ATTENTION: default value of option vblank_mode overridden by environment. ATTENTION: option value of option vblank_mode ignored. 4007 frames in 5.0 seconds = 801.315 FPS 3867 frames in 5.0 seconds = 773.359 FPS 3918 frames in 5.0 seconds = 782.475 FPS 3879 frames in 5.0 seconds = 774.902 FPS 3859 frames in 5.0 seconds = 771.025 FPS Glxgears AFTER resume from suspend: ATTENTION: default value of option vblank_mode overridden by environment. ATTENTION: default value of option vblank_mode overridden by environment. ATTENTION: option value of option vblank_mode ignored. 519 frames in 5.0 seconds = 103.466 FPS 455 frames in 5.0 seconds = 90.993 FPS 449 frames in 5.0 seconds = 89.738 FPS 553 frames in 5.0 seconds = 110.366 FPS 530 frames in 5.0 seconds = 105.835 FPS As you can see the performance after resume from suspend is about 1/8th of the normal. The workaround is to kill the X server (Ctrl-Alt- Backspace) and login again, the problem is gone then. However, it's quite annoying to have to close all open apps and then reopen them again. As you can see, I use vblank_mode=0 option and in Compiz the Vsync is turned off. The measuring was done from Gnome Classic session, but I can experience the same slowdown in Unity and in Gnome Shell as well. Best regards, Roman Dinga --- ApportVersion: 2.6.1-0ubuntu10 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: diniadeedee 5475 F pulseaudio /dev/snd/controlC0: diniadeedee 5475 F pulseaudio /dev/snd/pcmC0D0p: diniadeedee 5475 F...m pulseaudio DistroRelease: Ubuntu 12.10 HibernationDevice: RESUME=UUID=/etc/initramfs-tools/conf.d/resume InstallationDate: Installed on 2012-04-29 (268 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release i386 (20120423) MachineType: ASUSTeK Computer Inc. M70SR MarkForUpload: True Package: linux (not installed) ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-7-generic root=UUID=f66e8c9c-0fd3-46e3-8484-5306b2f24bcb ro quiet splash radeon.pcie_gen2=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0 RelatedPackageVersions: linux-restricted-modules-3.7.0-7-generic N/A linux-backports-modules-3.7.0-7-generic N/A linux-firmware 1.98 Tags: quantal Uname: Linux 3.7.0-7-generic i686 UnreportableReason: This is not an official Ubuntu package. Please remove any third party package and try again. UpgradeStatus: Upgraded to quantal on 2012-11-05 (78 days ago) UserGroups: adm audio bluetooth cdrom dip kvm libvirtd lpadmin netdev plugdev sambashare sudo vboxusers video dmi.bios.date: 03/21/2008 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 204 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: M70SR dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr204:bd03/21/2008:svnASUSTeKComputerInc.:pnM70SR:pvr1.0:rvnASUSTeKComputerInc.:rnM70SR:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: M70SR dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1102318/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-pac
[Kernel-packages] [Bug 1270215] Re: kernel 3.13.0-4.19~precise1-generic: no internet via ethernet or WiFi
To be clear, the issue here is that the trusty kernel implements mitigation of networking and the profiles in precise do not contain support for this. The patches applied allow the backport to be configured without this functionality. ** Also affects: linux-lts-trusty (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Assignee: (unassigned) => John Johansen (jjohansen) ** Changed in: linux (Ubuntu Precise) Status: Confirmed => Invalid ** Changed in: linux-lts-trusty (Ubuntu) Status: New => Invalid ** Changed in: linux (Ubuntu Precise) Assignee: John Johansen (jjohansen) => (unassigned) ** Changed in: linux-lts-trusty (Ubuntu Precise) Status: New => Fix Released ** Changed in: linux-lts-trusty (Ubuntu Precise) Importance: Undecided => High ** Changed in: linux-lts-trusty (Ubuntu Precise) Assignee: (unassigned) => John Johansen (jjohansen) ** Changed in: linux (Ubuntu Precise) Importance: High => Undecided -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1270215 Title: kernel 3.13.0-4.19~precise1-generic: no internet via ethernet or WiFi Status in “linux” package in Ubuntu: Fix Released Status in “linux-lts-trusty” package in Ubuntu: Invalid Status in “linux” source package in Precise: Invalid Status in “linux-lts-trusty” source package in Precise: Fix Released Bug description: After booting no connection to the internet can be established, via cable or wifi. No such problem is found with 3.13.0-031300rc8-generic (mainline) nor with 3.11.0-16-generic (in both cases connection is established both via cable and wifi). WORKAROUND: WiFi works replacing "quiet splash" by "apparmor=0" in /etc/default/grub . --- AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.13.0-4-generic. ApportVersion: 2.0.1-0ubuntu17.6 Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: 92HD71B7X Analog [92HD71B7X Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: volker 2256 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 47' Mixer name : 'Intel Cantiga HDMI' Components : 'HDA:111d76b2,1028024f,00100302 HDA:80862802,80860101,0010' Controls : 32 Simple ctrls : 11 DistroRelease: Ubuntu 12.04 HibernationDevice: RESUME=UUID=89ca8c74-bcd6-475f-830d-2fba53d448bb InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) MachineType: Dell Inc. Latitude E6500 MarkForUpload: True Package: linux (not installed) PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcEnviron: LANGUAGE=de:en TERM=xterm PATH=(custom, no user) LANG=de_DE.UTF-8 SHELL=/bin/bash ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-4-generic root=UUID=0724f90e-b0e4-48bf-a64d-c048acbfee33 ro apparmor=0 ProcVersionSignature: Ubuntu 3.13.0-4.19~precise1-generic 3.13.0-rc8 RelatedPackageVersions: linux-restricted-modules-3.13.0-4-generic N/A linux-backports-modules-3.13.0-4-generic N/A linux-firmware1.79.9 StagingDrivers: zram Tags: precise running-unity staging precise running-unity staging Uname: Linux 3.13.0-4-generic i686 UnreportableReason: Dies ist kein offizielles Ubuntu-Paket. Bitte entfernen Sie alle Pakete von Drittanbietern und wiederholen Sie den Vorgang. UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm admin cdrom dialout fuse lp lpadmin plugdev sambashare usb vboxusers video dmi.bios.date: 12/18/2008 dmi.bios.vendor: Dell Inc. dmi.bios.version: A11 dmi.board.name: 0NY667 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA11:bd12/18/2008:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn0NY667:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6500 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1270215/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1229591] Re: 8086:0116 [Dell Inspiron 14z (N411z)] Display brightness keys don't generate evdev events after saucy upgrade
I have exactly the same problem and exactly the same laptop. I would be very very happy to see this fixed at least for 14.04. I have 14.04 installed right now on this laptop but I still have the same problem with the function keys. In case you need to do any tests in 14.04 release, please let me know if I can be of assistance. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1229591 Title: 8086:0116 [Dell Inspiron 14z (N411z)] Display brightness keys don't generate evdev events after saucy upgrade Status in “linux” package in Ubuntu: Confirmed Bug description: On raring (and precise) the display brightness keys (fn+f4 and fn+f5) on my Dell Inspiron 14z turned the brightness up and down. After a saucy upgrade this no longer happens (I don't see the popup brightness bubble either). The other, similar keys (volume adjustment, etc) still work fine. Changing the values in /sys/class/backlight/intel_backlight/brightness works (temporarily - it gets reset after the screen lock kicks in) I tried following the instructions in https://wiki.ubuntu.com/Hotkeys/Troubleshooting but this appears to be out of date (it references /usr/share/doc/udev/README.keymap.txt which does not exist) Ubuntu kernel version bisect revealed: First bad Ubuntu kernel: 3.11.0-0.2 last good Ubuntu kernel: 3.10.0-6.17 The results of a commit bisect are pending. --- ApportVersion: 2.12.4-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: chris 2646 F pulseaudio DistroRelease: Ubuntu 13.10 EcryptfsInUse: Yes InstallationDate: Installed on 2011-11-18 (675 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012) MachineType: Dell Inc. Dell System Inspiron N411Z MarkForUpload: True Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-8-generic root=UUID=8bcbab07-7d4f-4c89-b6db-54aeed6ad1c4 ro quiet splash pcie_aspm=force i915.i915_enable_rc6=1 vt.handoff=7 ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1 RelatedPackageVersions: linux-restricted-modules-3.11.0-8-generic N/A linux-backports-modules-3.11.0-8-generic N/A linux-firmware1.114 Tags: saucy Uname: Linux 3.11.0-8-generic x86_64 UpgradeStatus: Upgraded to saucy on 2013-09-21 (2 days ago) UserGroups: adm admin cdrom davfs2 dialout lpadmin plugdev sambashare dmi.bios.date: 09/10/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A06 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 0P01VP dmi.board.vendor: Dell Inc. dmi.board.version: FAB1 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA06:bd09/10/2012:svnDellInc.:pnDellSystemInspironN411Z:pvr:rvnDellInc.:rn0P01VP:rvrFAB1:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Dell System Inspiron N411Z dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1229591/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277486] [NEW] automatically submitted
Public bug reported: just ubuntu-bug linux ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-15-generic 3.11.0-15.25 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: taat 4817 F pulseaudio Date: Fri Feb 7 13:17:55 2014 HibernationDevice: RESUME=UUID=4373d04a-0bef-44c0-aa39-210900456d9b InstallationDate: Installed on 2012-01-30 (739 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011) MachineType: ASUSTeK Computer Inc. K52Jc MarkForUpload: True ProcFB: 0 inteldrmfb 1 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=0186bd45-8e4f-4da5-98e1-612964be404a ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.1 SourcePackage: linux UpgradeStatus: Upgraded to saucy on 2013-10-24 (106 days ago) dmi.bios.date: 03/29/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: K52Jc.206 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: K52Jc dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrK52Jc.206:bd03/29/2010:svnASUSTeKComputerInc.:pnK52Jc:pvr1.0:rvnASUSTeKComputerInc.:rnK52Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: K52Jc dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug saucy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277486 Title: automatically submitted Status in “linux” package in Ubuntu: Confirmed Bug description: just ubuntu-bug linux ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-15-generic 3.11.0-15.25 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: taat 4817 F pulseaudio Date: Fri Feb 7 13:17:55 2014 HibernationDevice: RESUME=UUID=4373d04a-0bef-44c0-aa39-210900456d9b InstallationDate: Installed on 2012-01-30 (739 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011) MachineType: ASUSTeK Computer Inc. K52Jc MarkForUpload: True ProcFB: 0 inteldrmfb 1 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=0186bd45-8e4f-4da5-98e1-612964be404a ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.1 SourcePackage: linux UpgradeStatus: Upgraded to saucy on 2013-10-24 (106 days ago) dmi.bios.date: 03/29/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: K52Jc.206 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: K52Jc dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrK52Jc.206:bd03/29/2010:svnASUSTeKComputerInc.:pnK52Jc:pvr1.0:rvnASUSTeKComputerInc.:rnK52Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: K52Jc dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277486/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277486] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277486 Title: automatically submitted Status in “linux” package in Ubuntu: Confirmed Bug description: just ubuntu-bug linux ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-15-generic 3.11.0-15.25 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: taat 4817 F pulseaudio Date: Fri Feb 7 13:17:55 2014 HibernationDevice: RESUME=UUID=4373d04a-0bef-44c0-aa39-210900456d9b InstallationDate: Installed on 2012-01-30 (739 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011) MachineType: ASUSTeK Computer Inc. K52Jc MarkForUpload: True ProcFB: 0 inteldrmfb 1 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=0186bd45-8e4f-4da5-98e1-612964be404a ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.1 SourcePackage: linux UpgradeStatus: Upgraded to saucy on 2013-10-24 (106 days ago) dmi.bios.date: 03/29/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: K52Jc.206 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: K52Jc dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrK52Jc.206:bd03/29/2010:svnASUSTeKComputerInc.:pnK52Jc:pvr1.0:rvnASUSTeKComputerInc.:rnK52Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: K52Jc dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277486/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
Re: [Kernel-packages] [Bug 1269053] Re: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68
I had to revert to Ubuntu server 13.04 that did not have the bug in order to keep my business running on IBM Domino. Will this kernel fix work on 13.04? If not, I will not be able to test the fix. 73 & Cheers, Ken Behrens IBM Certified Advanced Application Developer Lotus Notes & Domino 7 MicroBlue Software, LLC KB0YLN E-mail: khbehr...@microbluesoftware.com Web site: http://www.MicroBlueSoftware.com From: Brad Figg To: khbehr...@microbluesoftware.com Date: 02/06/2014 11:50 AM Subject:[Bug 1269053] Re: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68 Sent by:boun...@canonical.com This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- saucy' to 'verification-done-saucy'. If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: verification-needed-saucy -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1269053 Title: IBM Domino 'bindsock' cannot bind to ports <1024 since recent kernel 3.5.0-45.68 Status in ?linux? package in Ubuntu: Fix Released Status in ?linux-lts-quantal? package in Ubuntu: Invalid Status in ?linux-lts-raring? package in Ubuntu: Invalid Status in ?linux-lts-saucy? package in Ubuntu: Invalid Status in ?linux? source package in Precise: Fix Committed Status in ?linux-lts-quantal? source package in Precise: Confirmed Status in ?linux-lts-raring? source package in Precise: Fix Committed Status in ?linux-lts-saucy? source package in Precise: Fix Committed Status in ?linux? source package in Quantal: Fix Committed Status in ?linux-lts-quantal? source package in Quantal: Invalid Status in ?linux-lts-raring? source package in Quantal: Invalid Status in ?linux-lts-saucy? source package in Quantal: Invalid Status in ?linux? source package in Saucy: Fix Committed Status in ?linux-lts-quantal? source package in Saucy: Invalid Status in ?linux-lts-raring? source package in Saucy: Invalid Status in ?linux-lts-saucy? source package in Saucy: Invalid Status in ?linux? source package in Trusty: Fix Released Status in ?linux-lts-quantal? source package in Trusty: Invalid Status in ?linux-lts-raring? source package in Trusty: Invalid Status in ?linux-lts-saucy? source package in Trusty: Invalid Bug description: Something has changed in Ubuntu's Kernel 3.5.0-45 32 & 64-bit Intel, has prevented IBM Domino's "/opt/ibm/domino/notes/latest/linux/bindsock" binary that runs as root (setuid) to get ports lower than 1024 for it's LDAP, SMTP, IMAP, POP3, and HTTP processes. The IBM Domino Application Server's parent process "/opt/ibm/domino/notes/latest/linux/server" runs as a Service Account or a normal non-admin user, that launches "bindsock"and others like "http", "ldap" In the Live Domino Console we're seeing the Application Server report: "Listener failure: 'bindsock' is missing, not executable, not owned by root, not setuid root or user needs net_privaddr privilege." Another thing in the Live Domino Console, which is unusual is: "Error_CmdToDo_INVAL"... might be an IBM thang. A number of us have to hold back the kernel now and there's lots of scratching going on. http://www-10.lotus.com/ldd/ndseforum.nsf/xpTopicThread.xsp?documentId=485F5F092833BCBE85257C33006AC7A3 It does seem to be limited to IBM Domino's "bindsock" binary and other things are just fine, such as Nginx. I have attached some files within the zip "ibm-domino-bindsock_strace.zip" >>bindsock_binary_strace.txt This is just running strace against the binary that isn't running in any process. >> domino-server-pid1052_strace-f.txt The IBM Domino Application Server ("/opt/ibm/domino/notes/latest/linux/server") is running as PID 1052 so this is what I applied "strace -f" to and towards the end, I told "server" to start the "http" process ("l http") which would then try launch "bindsock" (I hope). Hopeully this first attempt at strace provides some good info for you kind folks :-) Many thanks MR ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: linux-image-3.5.0-45-generic 3.5.0-45.68~precise1 ProcVersionSignature: Ubuntu 3.5.0-45.68~precise1-generic 3.5.7.26 Uname: Linux 3.5.0-45-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25. AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.0.1-0ubuntu17.6 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: [Errno 2] No such file or directory CRDA: Error: [Errno 2] No
[Kernel-packages] [Bug 1008600] Re: segfault in namehint API (valgrind aplay -L prints scary warnings)
Thank you for the patch and for applying the fix to Trusty! Would anyone consider nominating this bug also for Saucy? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to alsa-lib in Ubuntu. https://bugs.launchpad.net/bugs/1008600 Title: segfault in namehint API (valgrind aplay -L prints scary warnings) Status in “alsa-lib” package in Ubuntu: Fix Released Bug description: valgrind reports a lot of scary errors when run on aplay -L , it looks like the alsa snd_device_name_hint function is doing some dangerous stuff: ==30818== Memcheck, a memory error detector ==30818== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==30818== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==30818== Command: aplay -L ==30818== ==30818== Invalid read of size 8 ==30818==at 0x50653F0: snd_config_iterator_next (conf.c:3885) ==30818==by 0x5070732: snd_device_name_hint (namehint.c:506) ==30818==by 0x403DE8: ??? (in /usr/bin/aplay) ==30818==by 0x4094A8: ??? (in /usr/bin/aplay) ==30818==by 0x556576C: (below main) (libc-start.c:226) ==30818== Address 0x5e0c8f8 is 40 bytes inside a block of size 72 free'd ==30818==at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==30818==by 0x5065E94: snd_config_delete (conf.c:1850) ==30818==by 0x5066425: parse_defs (conf.c:1200) ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661) ==30818==by 0x5066A0C: config_file_open (conf.c:3403) ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528) ==30818==by 0x64C8ACC: ??? ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326) ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127) ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164) ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194) ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782) ==30818== ==30818== Invalid read of size 8 ==30818==at 0x506470E: snd_config_get_id (conf.c:1578) ==30818==by 0x50706F7: snd_device_name_hint (namehint.c:508) ==30818==by 0x403DE8: ??? (in /usr/bin/aplay) ==30818==by 0x4094A8: ??? (in /usr/bin/aplay) ==30818==by 0x556576C: (below main) (libc-start.c:226) ==30818== Address 0x5e0c8d0 is 0 bytes inside a block of size 72 free'd ==30818==at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==30818==by 0x5065E94: snd_config_delete (conf.c:1850) ==30818==by 0x5066425: parse_defs (conf.c:1200) ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661) ==30818==by 0x5066A0C: config_file_open (conf.c:3403) ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528) ==30818==by 0x64C8ACC: ??? ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326) ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127) ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164) ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194) ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782) ==30818== ==30818== Invalid read of size 1 ==30818==at 0x558DDBA: vfprintf (vfprintf.c:1624) ==30818==by 0x564B403: __vsprintf_chk (vsprintf_chk.c:86) ==30818==by 0x564B34C: __sprintf_chk (sprintf_chk.c:33) ==30818==by 0x506F50F: try_config (stdio2.h:34) ==30818==by 0x5070722: snd_device_name_hint (namehint.c:512) ==30818==by 0x403DE8: ??? (in /usr/bin/aplay) ==30818==by 0x4094A8: ??? (in /usr/bin/aplay) ==30818==by 0x556576C: (below main) (libc-start.c:226) ==30818== Address 0x5e0c820 is 0 bytes inside a block of size 8 free'd ==30818==at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==30818==by 0x5065E8C: snd_config_delete (conf.c:1849) ==30818==by 0x5066425: parse_defs (conf.c:1200) ==30818==by 0x50667E5: snd_config_load1 (conf.c:1661) ==30818==by 0x5066A0C: config_file_open (conf.c:3403) ==30818==by 0x506827D: snd_config_hook_load (conf.c:3528) ==30818==by 0x64C8ACC: ??? ==30818==by 0x5068EBC: snd_config_hooks.constprop.26 (conf.c:3326) ==30818==by 0x50694C3: snd_config_searcha_hooks (conf.c:3127) ==30818==by 0x5069599: snd_config_searchva_hooks (conf.c:3164) ==30818==by 0x5069675: snd1_config_search_alias_hooks (conf.c:3194) ==30818==by 0x50687A1: snd_config_search_definition (conf.c:4782) ==30818== ==30818== Invalid read of size 1 ==30818==at 0x55BFB98: _IO_default_xsputn (genops.c:480) ==30818==by 0x558DBED: vfprintf (vfprintf.c:1624) ==30818==by 0x564B403: __vsprintf_chk (vsprintf_chk.c:86) ==30818==by 0x564B34C: __sprintf_chk (sprintf_chk.c:33) ==30818==by 0x506F50F: try_config (stdio2.h:34) ==30818==by 0x5070722: snd_device_name_hint (namehint.c:
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
cat /etc/modprobe.d/blacklist blacklist vboxpci blacklist vboxnetadp blacklist vboxnetflt blacklist vboxdrv ** Attachment added: "vboxdisabled2.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+attachment/3972397/+files/vboxdisabled2.log -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277165] Re: SVF13N1L2ES touchpad detected as pointer instead of touchpad
The patch which was suggested is this one: https://launchpadlibrarian.net/161684034/0001-Input-elantech-fix- for-new-IC-body-versions-v9-and-v.patch Note that as yet this does not appear to be upstream. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277165 Title: SVF13N1L2ES touchpad detected as pointer instead of touchpad Status in “linux” package in Ubuntu: Confirmed Bug description: Touchpad seems to be detected as pointer, which I think is the reason there is no multitouch. avid@david-SVF13N1L2ES:~$ xinput ⎡ Virtual core pointerid=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4[slave pointer (2)] ⎜ ↳ PS/2 Elantech Touchpad id=13 [slave pointer (2)] ⎜ ↳ N-trig DuoSense Pen id=14 [slave pointer (2)] ⎜ ↳ N-trig DuoSense id=15 [slave pointer (2)] ⎣ Virtual core keyboard id=3[master keyboard (2)] ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)] ↳ Power Buttonid=6[slave keyboard (3)] ↳ Video Bus id=7[slave keyboard (3)] ↳ Sony Vaio Keys id=8[slave keyboard (3)] ↳ Power Buttonid=9[slave keyboard (3)] ↳ Front Cameraid=10 [slave keyboard (3)] ↳ Rear Camera id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboardid=12 [slave keyboard (3)] david@david-SVF13N1L2ES:~$ Relevent portion of Xorg.0.log: [ 6.273] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/ input/event6) [ 6.273] (**) PS/2 Elantech Touchpad: Applying InputClass "evdev pointer cat chall" [ 6.273] (II) Using input driver 'evdev' for 'PS/2 Elantech Touchpad' [ 6.273] (**) PS/2 Elantech Touchpad: always reports core events [ 6.273] (**) evdev: PS/2 Elantech Touchpad: Device: "/dev/input/event6" [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Vendor 0x2 Product 0x1 [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Found 3 mouse buttons [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found relative axes [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found x and y relative axes [ 6.274] (II) evdev: PS/2 Elantech Touchpad: Configuring as mouse [ 6.274] (**) evdev: PS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5 [ 6.274] (**) evdev: PS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 6.274] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6" [ 6.274] (II) XINPUT: Adding extended input device "PS/2 Elantech Touchpad" (type: MOUSE, id 13) [ 6.274] (II) evdev: PS/2 Elantech Touchpad: initialized for relative axes. [ 6.274] (**) PS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration profile 0 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 6.274] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/input/mouse1) [ 6.274] (II) No input driver specified, ignoring this device. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: david 1852 F pulseaudio /dev/snd/controlC0: david 1852 F pulseaudio CurrentDesktop: XFCE Date: Thu Feb 6 17:42:42 2014 HibernationDevice: RESUME=UUID=5d19c08d-f44b-4eff-9c12-181ca9b2c57d InstallationDate: Installed on 2014-01-30 (6 days ago) InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140130) MachineType: Sony Corporation SVF13N1L2ES ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic root=UUID=734e051f-fa96-451d-ac17-fd6eee26c2f8 ro quiet splash atkbd.reset vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/25/2013 dmi.bios.vendor: Insyde Corp. dmi.bios.version: R0220VA dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vend
[Kernel-packages] [Bug 1277165] Re: SVF13N1L2ES touchpad detected as pointer instead of touchpad
@drb -- that is because someone added the patch to a bug which was marked fixed. This bug (the one you have duplicated this one against) was used to rollout a preceeding patch to enable the just v7 versions of the h/w. Closed bugs are not particularly visible. A new bug should be used to get that newer patch considered and applied; this one seems reasonable given you have tested a kernel patched with the v7 fix. ** This bug is no longer a duplicate of bug 1166442 Elantech clickpad/touchpad lacks multitouch features. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277165 Title: SVF13N1L2ES touchpad detected as pointer instead of touchpad Status in “linux” package in Ubuntu: Confirmed Bug description: Touchpad seems to be detected as pointer, which I think is the reason there is no multitouch. avid@david-SVF13N1L2ES:~$ xinput ⎡ Virtual core pointerid=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4[slave pointer (2)] ⎜ ↳ PS/2 Elantech Touchpad id=13 [slave pointer (2)] ⎜ ↳ N-trig DuoSense Pen id=14 [slave pointer (2)] ⎜ ↳ N-trig DuoSense id=15 [slave pointer (2)] ⎣ Virtual core keyboard id=3[master keyboard (2)] ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)] ↳ Power Buttonid=6[slave keyboard (3)] ↳ Video Bus id=7[slave keyboard (3)] ↳ Sony Vaio Keys id=8[slave keyboard (3)] ↳ Power Buttonid=9[slave keyboard (3)] ↳ Front Cameraid=10 [slave keyboard (3)] ↳ Rear Camera id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboardid=12 [slave keyboard (3)] david@david-SVF13N1L2ES:~$ Relevent portion of Xorg.0.log: [ 6.273] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/ input/event6) [ 6.273] (**) PS/2 Elantech Touchpad: Applying InputClass "evdev pointer cat chall" [ 6.273] (II) Using input driver 'evdev' for 'PS/2 Elantech Touchpad' [ 6.273] (**) PS/2 Elantech Touchpad: always reports core events [ 6.273] (**) evdev: PS/2 Elantech Touchpad: Device: "/dev/input/event6" [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Vendor 0x2 Product 0x1 [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Found 3 mouse buttons [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found relative axes [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found x and y relative axes [ 6.274] (II) evdev: PS/2 Elantech Touchpad: Configuring as mouse [ 6.274] (**) evdev: PS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5 [ 6.274] (**) evdev: PS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 6.274] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6" [ 6.274] (II) XINPUT: Adding extended input device "PS/2 Elantech Touchpad" (type: MOUSE, id 13) [ 6.274] (II) evdev: PS/2 Elantech Touchpad: initialized for relative axes. [ 6.274] (**) PS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration profile 0 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 6.274] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/input/mouse1) [ 6.274] (II) No input driver specified, ignoring this device. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: david 1852 F pulseaudio /dev/snd/controlC0: david 1852 F pulseaudio CurrentDesktop: XFCE Date: Thu Feb 6 17:42:42 2014 HibernationDevice: RESUME=UUID=5d19c08d-f44b-4eff-9c12-181ca9b2c57d InstallationDate: Installed on 2014-01-30 (6 days ago) InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140130) MachineType: Sony Corporation SVF13N1L2ES ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic root=UUID=734e051f-fa96-451d-ac17-fd6eee26c2f8 ro quiet splash atkbd.reset vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-mod
[Kernel-packages] [Bug 1259570] Re: kexec should get a disabling sysctl
A trivial cherry-pick for trusty. Applied, will be in the next upload. ** Changed in: linux (Ubuntu Trusty) Assignee: Tyler Hicks (tyhicks) => Andy Whitcroft (apw) ** Changed in: linux (Ubuntu Trusty) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1259570 Title: kexec should get a disabling sysctl Status in “linux” package in Ubuntu: Fix Committed Status in “linux” source package in Precise: Confirmed Status in “linux” source package in Quantal: New Status in “linux” source package in Raring: New Status in “linux” source package in Saucy: New Status in “linux” source package in Trusty: Fix Committed Bug description: To enable kexec makes sense for a generic distro kernel. But if your users have root in their virtual machines, and you want to make it hard for them to run code in ring 0, you commonly disable further module loading and you also want to disable kexec[1]. Kees Cook wrote up a patch[2] that we'd like to see applied to the Ubuntu kernel to avoid recompilation of the distro kernel. I'm marking this as a security issue on the ground that it's quite surprising that setting kernel.modules_disabled=1 as a hardening feature can be subverted by using kexec. [1] http://mjg59.dreamwidth.org/28746.html [2] https://lkml.org/lkml/2013/12/9/765 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1259570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277165] Re: SVF13N1L2ES touchpad detected as pointer instead of touchpad
Ok I have applied the v9/v10 patch as proposed in comment #8 to a test kernel. These kernels can be found at the url below. If you could test those on the affected h/w and let us know if that works. Please report any testing back here: http://people.canonical.com/~apw/lp1277165-trusty/ Thanks. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277165 Title: SVF13N1L2ES touchpad detected as pointer instead of touchpad Status in “linux” package in Ubuntu: Confirmed Bug description: Touchpad seems to be detected as pointer, which I think is the reason there is no multitouch. avid@david-SVF13N1L2ES:~$ xinput ⎡ Virtual core pointerid=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4[slave pointer (2)] ⎜ ↳ PS/2 Elantech Touchpad id=13 [slave pointer (2)] ⎜ ↳ N-trig DuoSense Pen id=14 [slave pointer (2)] ⎜ ↳ N-trig DuoSense id=15 [slave pointer (2)] ⎣ Virtual core keyboard id=3[master keyboard (2)] ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)] ↳ Power Buttonid=6[slave keyboard (3)] ↳ Video Bus id=7[slave keyboard (3)] ↳ Sony Vaio Keys id=8[slave keyboard (3)] ↳ Power Buttonid=9[slave keyboard (3)] ↳ Front Cameraid=10 [slave keyboard (3)] ↳ Rear Camera id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboardid=12 [slave keyboard (3)] david@david-SVF13N1L2ES:~$ Relevent portion of Xorg.0.log: [ 6.273] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/ input/event6) [ 6.273] (**) PS/2 Elantech Touchpad: Applying InputClass "evdev pointer cat chall" [ 6.273] (II) Using input driver 'evdev' for 'PS/2 Elantech Touchpad' [ 6.273] (**) PS/2 Elantech Touchpad: always reports core events [ 6.273] (**) evdev: PS/2 Elantech Touchpad: Device: "/dev/input/event6" [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Vendor 0x2 Product 0x1 [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Found 3 mouse buttons [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found relative axes [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found x and y relative axes [ 6.274] (II) evdev: PS/2 Elantech Touchpad: Configuring as mouse [ 6.274] (**) evdev: PS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5 [ 6.274] (**) evdev: PS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 6.274] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6" [ 6.274] (II) XINPUT: Adding extended input device "PS/2 Elantech Touchpad" (type: MOUSE, id 13) [ 6.274] (II) evdev: PS/2 Elantech Touchpad: initialized for relative axes. [ 6.274] (**) PS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration profile 0 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 6.274] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/input/mouse1) [ 6.274] (II) No input driver specified, ignoring this device. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: david 1852 F pulseaudio /dev/snd/controlC0: david 1852 F pulseaudio CurrentDesktop: XFCE Date: Thu Feb 6 17:42:42 2014 HibernationDevice: RESUME=UUID=5d19c08d-f44b-4eff-9c12-181ca9b2c57d InstallationDate: Installed on 2014-01-30 (6 days ago) InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140130) MachineType: Sony Corporation SVF13N1L2ES ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic root=UUID=734e051f-fa96-451d-ac17-fd6eee26c2f8 ro quiet splash atkbd.reset vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/25/2013 dmi.bios.vendor: Insyde Corp.
[Kernel-packages] [Bug 1277528] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277528 Title: Follow up on bug 1260825 Status in “linux” package in Ubuntu: Confirmed Bug description: This test was requested by developers as a followup to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825 The bug was filed by fuujuhi and the user did the upstream kernel test The latest development release test was remaining. I ran Ubuntu Daily build as live USB. And tested the bluetooth problem. Initially bluetooth didn't work. When I ran "rfkill list" I noticed that bluetooth was soft blocked. Then I ran the command "sudo rfkill unblock bluetooth" and everything worked fine. I was able to pair a bluetooth mouse and the connection was persistent (not sporadic). I even tried this; I paired a tablet and streamed audio from tablet to my laptop. So, this bug is fixed in development release of Ubuntu. $ uname -a Linux ubuntu 3.13.0-7-generic #25-Ubuntu SMP Tue Feb 4 10:19:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ cat /proc/version_signature Ubuntu 3.13.0-7.25-generic 3.13.1 $ lsb_release -rd Description: Ubuntu Trusty Tahr (development branch) Release: 14.04 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ubuntu 2609 F pulseaudio /dev/snd/controlC0: ubuntu 2609 F pulseaudio CasperVersion: 1.337 CurrentDesktop: Unity Date: Fri Feb 7 16:12:13 2014 LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140205) MachineType: ASUSTeK COMPUTER INC. N550JV ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/username.seed boot=casper quiet splash -- RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux StagingDrivers: rts5139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/17/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: N550JV.207 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: N550JV dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrN550JV.207:bd09/17/2013:svnASUSTeKCOMPUTERINC.:pnN550JV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: N550JV dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277528/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
but it didn't work:S -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
Re: [Kernel-packages] [Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic
Hi Christopher, I ran the development version of Ubuntu and then tested bluetooth and it works. I filed the bug (#1277528) and I subscribed you to it. I hope I did everything right. Yrd.Doç.Dr. Alper YILMAZ Biyomühendislik Bölümü Kimya-Metalurji Fakültesi Yıldız Teknik Üniversitesi Davutpaşa, 34210, Esenler, İstanbul Tel: 0.212.383-4657 Faks: 0.212.383-4625 ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Assist.Prof.Dr. Alper YILMAZ Department of Bioengineering Faculty of Chemical and Metallurgical Engineering Yildiz Technical University Esenler, Istanbul/TURKEY 34210 Phone: +90.212.383-4657 (office) Fax: +90.212.383-4625 On Thu, Feb 6, 2014 at 12:47 PM, Christopher M. Penalver < christopher.m.penal...@gmail.com> wrote: > alperyilmaz, please do not apport-collect to another person's report. So > your hardware and problem may be tracked, could you please file a new > report with Ubuntu by executing the following in a terminal while booted > into a Ubuntu repository kernel (not a mainline one) via: > ubuntu-bug linux > > For more on this, please read the official Ubuntu documentation: > Ubuntu Bug Control and Ubuntu Bug Squad: > https://wiki.ubuntu.com/Bugs/BestPractices#X.2BAC8-Reporting.Focus_on_One_Issue > Ubuntu Kernel Team: > https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Filing_Kernel_Bug_reports > Ubuntu Community: > https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette > > When opening up the new report, please feel free to subscribe me to it. > > Thank you for your understanding. > > Helpful bug reporting tips: > https://wiki.ubuntu.com/ReportingBugs > > ** Tags removed: staging > > ** Attachment removed: "WifiSyslog.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968841/+files/WifiSyslog.txt > > ** Attachment removed: "UdevLog.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968840/+files/UdevLog.txt > > ** Attachment removed: "UdevDb.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968839/+files/UdevDb.txt > > ** Attachment removed: "RfKill.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968838/+files/RfKill.txt > > ** Attachment removed: "PulseList.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968837/+files/PulseList.txt > > ** Attachment removed: "ProcModules.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968836/+files/ProcModules.txt > > ** Attachment removed: "ProcInterrupts.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968835/+files/ProcInterrupts.txt > > ** Attachment removed: "ProcEnviron.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968834/+files/ProcEnviron.txt > > ** Attachment removed: "ProcCpuinfo.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968833/+files/ProcCpuinfo.txt > > ** Attachment removed: "Lsusb.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968832/+files/Lsusb.txt > > ** Attachment removed: "Lspci.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968831/+files/Lspci.txt > > ** Attachment removed: "IwConfig.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968830/+files/IwConfig.txt > > ** Attachment removed: "CurrentDmesg.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968829/+files/CurrentDmesg.txt > > ** Attachment removed: "CRDA.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968828/+files/CRDA.txt > > ** Attachment removed: "BootDmesg.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968827/+files/BootDmesg.txt > > ** Attachment removed: "AlsaInfo.txt" > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/3968826/+files/AlsaInfo.txt > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1260825 > > Title: > 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic > > Status in "linux" package in Ubuntu: > Incomplete > > Bug description: > This is on an ASUS N550JV. Basically, the Bluetooth is sporadically > available after restart/login. When not available, we get an error msg > in dmesg about a patch that failed to load. > > $ sudo lsusb -v > Bus 003 Device 016: ID 13d3:3402 IMC Networks > Device Descriptor: > bDeviceProtocol 1 Bluetooth > idVendor 0x13d3 IMC Networks > idProduct 0x3402 > bcdDevice0.02 > iManufacturer 1 Atheros Communications > iProduct2 Bluetooth USB Host Controller > iSerial 3 Alaska Day 2006 > > $ sudo lspci > 04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network > Adapter
[Kernel-packages] [Bug 1277528] [NEW] Follow up on bug 1260825
Public bug reported: This test was requested by developers as a followup to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825 The bug was filed by fuujuhi and the user did the upstream kernel test The latest development release test was remaining. I ran Ubuntu Daily build as live USB. And tested the bluetooth problem. Initially bluetooth didn't work. When I ran "rfkill list" I noticed that bluetooth was soft blocked. Then I ran the command "sudo rfkill unblock bluetooth" and everything worked fine. I was able to pair a bluetooth mouse and the connection was persistent (not sporadic). I even tried this; I paired a tablet and streamed audio from tablet to my laptop. So, this bug is fixed in development release of Ubuntu. $ uname -a Linux ubuntu 3.13.0-7-generic #25-Ubuntu SMP Tue Feb 4 10:19:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ cat /proc/version_signature Ubuntu 3.13.0-7.25-generic 3.13.1 $ lsb_release -rd Description:Ubuntu Trusty Tahr (development branch) Release:14.04 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ubuntu 2609 F pulseaudio /dev/snd/controlC0: ubuntu 2609 F pulseaudio CasperVersion: 1.337 CurrentDesktop: Unity Date: Fri Feb 7 16:12:13 2014 LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140205) MachineType: ASUSTeK COMPUTER INC. N550JV ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/username.seed boot=casper quiet splash -- RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux StagingDrivers: rts5139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/17/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: N550JV.207 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: N550JV dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrN550JV.207:bd09/17/2013:svnASUSTeKCOMPUTERINC.:pnN550JV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: N550JV dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug staging trusty -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277528 Title: Follow up on bug 1260825 Status in “linux” package in Ubuntu: Confirmed Bug description: This test was requested by developers as a followup to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825 The bug was filed by fuujuhi and the user did the upstream kernel test The latest development release test was remaining. I ran Ubuntu Daily build as live USB. And tested the bluetooth problem. Initially bluetooth didn't work. When I ran "rfkill list" I noticed that bluetooth was soft blocked. Then I ran the command "sudo rfkill unblock bluetooth" and everything worked fine. I was able to pair a bluetooth mouse and the connection was persistent (not sporadic). I even tried this; I paired a tablet and streamed audio from tablet to my laptop. So, this bug is fixed in development release of Ubuntu. $ uname -a Linux ubuntu 3.13.0-7-generic #25-Ubuntu SMP Tue Feb 4 10:19:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ cat /proc/version_signature Ubuntu 3.13.0-7.25-generic 3.13.1 $ lsb_release -rd Description: Ubuntu Trusty Tahr (development branch) Release: 14.04 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ubuntu 2609 F pulseaudio /dev/snd/controlC0: ubuntu 2609 F pulseaudio CasperVersion: 1.337 CurrentDesktop: Unity Date: Fri Feb 7 16:12:13 2014 LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140205) MachineType: ASUSTeK COMPUTER INC. N550JV ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/username.seed boot=casper quiet splash -- RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware
[Kernel-packages] [Bug 1259570] Re: kexec should get a disabling sysctl
** Changed in: linux (Ubuntu Precise) Assignee: Tyler Hicks (tyhicks) => (unassigned) ** Changed in: linux (Ubuntu Precise) Status: Confirmed => New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1259570 Title: kexec should get a disabling sysctl Status in “linux” package in Ubuntu: Fix Committed Status in “linux” source package in Precise: New Status in “linux” source package in Quantal: New Status in “linux” source package in Raring: New Status in “linux” source package in Saucy: New Status in “linux” source package in Trusty: Fix Committed Bug description: To enable kexec makes sense for a generic distro kernel. But if your users have root in their virtual machines, and you want to make it hard for them to run code in ring 0, you commonly disable further module loading and you also want to disable kexec[1]. Kees Cook wrote up a patch[2] that we'd like to see applied to the Ubuntu kernel to avoid recompilation of the distro kernel. I'm marking this as a security issue on the ground that it's quite surprising that setting kernel.modules_disabled=1 as a hardening feature can be subverted by using kexec. [1] http://mjg59.dreamwidth.org/28746.html [2] https://lkml.org/lkml/2013/12/9/765 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1259570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277250] Re: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels
I would have thought that my TITLE: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels Would have acurately targeted the correct package, even if you had not bothered to read the synopsis in the report. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277250 Title: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels Status in “linux” package in Ubuntu: Incomplete Bug description: ISSUE: Just installed 12.04.4 LTS (#lsb_release -rd Description:Ubuntu 12.04.4 LTS Release: 12.04) to a new Server and brought it onto the existing network with 12.04.2 LTS servers using NIS and LDAP. 1.) Ran into the outstanding issue where imapd.d did not detect the domain and had to manually enter it in /etc/idmapd.conf. 2.) When tryin to mount 3.2.0-* Kernel FileServer Shares, it would still present the "unknown user / group id" numeric "42464587" instead of the user/group id's from LDAP. Went through all the settings in NSSWITCH, NSLCD, NSCD, and LDAP to confirm all the information. ran "getent" against the id's and it would respond with the correct infromation. Temp Solution: Revert Kernel from the 3.8.0-35-generic (current) to the 3.2.0-58-generic Kernel running on the other servers in the environment. NFS / LDAP / NIS works fine on the older Kernel. Final Solution: ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277250/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277250] Re: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels
Due to the nature of the issue, I do not have any log files to attach / provide. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277250 Title: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels Status in “linux” package in Ubuntu: Confirmed Bug description: ISSUE: Just installed 12.04.4 LTS (#lsb_release -rd Description:Ubuntu 12.04.4 LTS Release: 12.04) to a new Server and brought it onto the existing network with 12.04.2 LTS servers using NIS and LDAP. 1.) Ran into the outstanding issue where imapd.d did not detect the domain and had to manually enter it in /etc/idmapd.conf. 2.) When tryin to mount 3.2.0-* Kernel FileServer Shares, it would still present the "unknown user / group id" numeric "42464587" instead of the user/group id's from LDAP. Went through all the settings in NSSWITCH, NSLCD, NSCD, and LDAP to confirm all the information. ran "getent" against the id's and it would respond with the correct infromation. Temp Solution: Revert Kernel from the 3.8.0-35-generic (current) to the 3.2.0-58-generic Kernel running on the other servers in the environment. NFS / LDAP / NIS works fine on the older Kernel. Final Solution: ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277250/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1259570] Re: kexec should get a disabling sysctl
The patch has been accepted upstream and is not in Linus's tree in 3.14-rc1 : https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7984754b99b6c89054edc405e9d9d35810a91d36 Kernel 3.13 is planned for Trusty but I will see if we can bring this patchset into Trusty -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1259570 Title: kexec should get a disabling sysctl Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Precise: Confirmed Status in “linux” source package in Quantal: New Status in “linux” source package in Raring: New Status in “linux” source package in Saucy: New Status in “linux” source package in Trusty: Confirmed Bug description: To enable kexec makes sense for a generic distro kernel. But if your users have root in their virtual machines, and you want to make it hard for them to run code in ring 0, you commonly disable further module loading and you also want to disable kexec[1]. Kees Cook wrote up a patch[2] that we'd like to see applied to the Ubuntu kernel to avoid recompilation of the distro kernel. I'm marking this as a security issue on the ground that it's quite surprising that setting kernel.modules_disabled=1 as a hardening feature can be subverted by using kexec. [1] http://mjg59.dreamwidth.org/28746.html [2] https://lkml.org/lkml/2013/12/9/765 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1259570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1255428] Re: LCD brightness control keys and widget do not work on Intel Graphics on Saucy
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1255428 Title: LCD brightness control keys and widget do not work on Intel Graphics on Saucy Status in “linux” package in Ubuntu: Confirmed Bug description: After upgrading to Saucy, on my Lenovo IdeaPad Z570 with Intel HD Graphics 3000, it is no longer possible to control the LCD brightness using the hardware brightness control keys. Likewise for the KDE power management settings or the battery icon on my Kubuntu Plasma tray. (I don't use GNOME/Unity.) Until Raring I did not have this problem. There is a workaround available from http://askubuntu.com/questions/362894/changing-the-brightness-stopped- working-in-13-10-saucy-salamander i.e. doing the following command on a terminal: echo 150 | sudo tee /sys/class/backlight/intel_backlight/brightness where 150 is on the scale of 0 to whatever is given within /sys/class/backlight/intel_backlight/max_brightness. Based on this I wrote a GUI which however needs to be run using sudo/kdesudo/gksudo. I have attached it. Bug #1241745 also relates to the same problem on Saucy but apparently relates to an NVidia driver and I was asked to track this as a separate bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1241745/comments/17 --- ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 DistroRelease: Ubuntu 13.10 InstallationDate: Installed on 2013-10-19 (38 days ago) InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MarkForUpload: True Package: xserver-xorg-video-intel 2:2.99.904-0ubuntu2 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Tags: saucy Uname: Linux 3.11.0-13-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1255428/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1276987] Re: package linux-firmware 1.116 failed to install/upgrade: cannot copy extracted data for './lib/firmware/libertas/cf8385.bin' to '/lib/firmware/libertas/cf8385.bin.dp
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1276987 Title: package linux-firmware 1.116 failed to install/upgrade: cannot copy extracted data for './lib/firmware/libertas/cf8385.bin' to '/lib/firmware/libertas/cf8385.bin.dpkg-new': unexpected end of file or stream Status in “linux-firmware” package in Ubuntu: Incomplete Bug description: sudo apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: linux-firmware 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/25.8 MB of archives. After this operation, 1,024 B of additional disk space will be used. Do you want to continue [Y/n]? Y (Reading database ... 231464 files and directories currently installed.) Preparing to replace linux-firmware 1.116 (using .../linux-firmware_1.116.1_all.deb) ... Unpacking replacement linux-firmware ... dpkg-deb (subprocess): decompressing archive member: internal gzip read error: ': invalid literal/length code' dpkg-deb: error: subprocess returned error exit status 2 dpkg: error processing /var/cache/apt/archives/linux-firmware_1.116.1_all.deb (--unpack): cannot copy extracted data for './lib/firmware/libertas/cf8385.bin' to '/lib/firmware/libertas/cf8385.bin.dpkg-new': unexpected end of file or stream Errors were encountered while processing: /var/cache/apt/archives/linux-firmware_1.116.1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ProblemType: Package DistroRelease: Ubuntu 13.10 Package: linux-firmware 1.116 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 AptOrdering: linux-firmware: Install linux-firmware: Configure Architecture: amd64 Date: Thu Feb 6 15:16:11 2014 Dependencies: DuplicateSignature: package:linux-firmware:1.116:cannot copy extracted data for './lib/firmware/libertas/cf8385.bin' to '/lib/firmware/libertas/cf8385.bin.dpkg-new': unexpected end of file or stream ErrorMessage: cannot copy extracted data for './lib/firmware/libertas/cf8385.bin' to '/lib/firmware/libertas/cf8385.bin.dpkg-new': unexpected end of file or stream InstallationDate: Installed on 2013-09-15 (143 days ago) InstallationMedia: Xubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1) MarkForUpload: True PackageArchitecture: all SourcePackage: linux-firmware Title: package linux-firmware 1.116 failed to install/upgrade: cannot copy extracted data for './lib/firmware/libertas/cf8385.bin' to '/lib/firmware/libertas/cf8385.bin.dpkg-new': unexpected end of file or stream UpgradeStatus: Upgraded to saucy on 2013-10-18 (110 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1276987/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275241] Re: package linux-image-3.11.0-14-generic 3.11.0-14.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 2
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275241 Title: package linux-image-3.11.0-14-generic 3.11.0-14.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 2 Status in “linux” package in Ubuntu: Incomplete Bug description: this happens every time i boot up. i have no idea what is going on and would love to give you as much information as you need to troubleshoot this. i am an old noob here, so be kind and you will get everything! ProblemType: Package DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-14-generic 3.11.0-14.21 ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3 Uname: Linux 3.11.0-12-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: purplefool 23886 F pulseaudio /dev/snd/controlC0: purplefool 23886 F pulseaudio Date: Sat Feb 1 07:19:24 2014 DuplicateSignature: package:linux-image-3.11.0-14-generic:3.11.0-14.21:run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 2 ErrorMessage: subprocess installed post-installation script returned error exit status 2 HibernationDevice: RESUME=UUID=f6e45e14-a821-456b-bb17-c91014b95158 InstallationDate: Installed on 2013-02-27 (339 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) MachineType: LENOVO 20180 MarkForUpload: True ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic.efi.signed root=UUID=a78cfcde-6e0e-480e-b2d9-01564b6bb199 ro recovery nomodeset PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A SourcePackage: linux StagingDrivers: rts5139 Title: package linux-image-3.11.0-14-generic 3.11.0-14.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 2 UpgradeStatus: Upgraded to saucy on 2013-10-21 (103 days ago) dmi.bios.date: 09/05/2012 dmi.bios.vendor: LENOVO dmi.bios.version: 68CN91WW(V8.02) dmi.board.asset.tag: No Asset Tag dmi.board.name: Lenovo IdeaPad N586 dmi.board.vendor: LENOVO dmi.board.version: 3193WIN8 STD MLT dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo IdeaPad N586 dmi.modalias: dmi:bvnLENOVO:bvr68CN91WW(V8.02):bd09/05/2012:svnLENOVO:pn20180:pvrLenovoIdeaPadN586:rvnLENOVO:rnLenovoIdeaPadN586:rvr3193WIN8STDMLT:cvnLENOVO:ct10:cvrLenovoIdeaPadN586: dmi.product.name: 20180 dmi.product.version: Lenovo IdeaPad N586 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275241/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1267469] Re: linux-ti-omap4: 3.2.0-1443.62 -proposed tracker
No flavour-specific bugs to verify. ** Changed in: kernel-sru-workflow/verification-testing Status: In Progress => Fix Released ** Changed in: linux-ti-omap4 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-ti-omap4 in Ubuntu. https://bugs.launchpad.net/bugs/1267469 Title: linux-ti-omap4: 3.2.0-1443.62 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: Invalid Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Fix Released Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: Confirmed Status in Kernel SRU Workflow security-signoff series: Confirmed Status in Kernel SRU Workflow upload-to-ppa series: Fix Released Status in Kernel SRU Workflow verification-testing series: Fix Released Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux-ti-omap4” source package in Precise: New Bug description: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Thursday, 09. January 2014 13:46 UTC kernel-stable-master-bug:1266551 kernel-stable-Certification-testing-end:Friday, 10. January 2014 21:02 UTC kernel-stable-Promote-to-proposed-end:Thursday, 06. February 2014 04:25 UTC kernel-stable-phase:Verification & Testing kernel-stable-phase-changed:Thursday, 06. February 2014 06:02 UTC kernel-stable-Security-signoff-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-Verification-testing-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-Regression-testing-start:Thursday, 06. February 2014 06:02 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1267469/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1267489] Re: linux-ti-omap4: 3.5.0-238.54 -proposed tracker
No flavour-specific bugs to verify. ** Changed in: kernel-sru-workflow/verification-testing Status: In Progress => Fix Released ** Changed in: linux-ti-omap4 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-ti-omap4 in Ubuntu. https://bugs.launchpad.net/bugs/1267489 Title: linux-ti-omap4: 3.5.0-238.54 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: Invalid Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Fix Released Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: Fix Released Status in Kernel SRU Workflow security-signoff series: In Progress Status in Kernel SRU Workflow upload-to-ppa series: Fix Released Status in Kernel SRU Workflow verification-testing series: Fix Released Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux-ti-omap4” source package in Quantal: New Status in “linux-ti-omap4” source package in Raring: Invalid Status in “linux-ti-omap4” source package in Saucy: New Bug description: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Thursday, 09. January 2014 14:38 UTC kernel-stable-master-bug:1266857 kernel-stable-Certification-testing-end:Friday, 10. January 2014 21:03 UTC kernel-stable-Promote-to-proposed-end:Tuesday, 28. January 2014 10:04 UTC kernel-stable-phase:Verification & Testing kernel-stable-phase-changed:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Security-signoff-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Verification-testing-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Regression-testing-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Regression-testing-end:Tuesday, 04. February 2014 22:02 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1267489/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1276810] Re: linux: 3.13.0-7.26 -proposed tracker
** Changed in: kernel-development-workflow Status: In Progress => Fix Released ** Changed in: kernel-development-workflow/package-testing Status: In Progress => Fix Released ** Changed in: kernel-development-workflow/promote-to-release Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1276810 Title: linux: 3.13.0-7.26 -proposed tracker Status in Kernel Development Workflow: Fix Released Status in Kernel Development Workflow package-testing series: Fix Released Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Invalid Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Trusty: Fix Released Bug description: This bug is for tracking the 3.13.0-7.26 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Wednesday, 05. February 2014 21:06 UTC kernel-Package-testing-start:Thursday, 06. February 2014 04:00 UTC kernel-Prepare-package-end:Thursday, 06. February 2014 04:00 UTC kernel-phase:PPA Testing kernel-phase-changed:Thursday, 06. February 2014 04:18 UTC ppa-package-testing-start:Thursday, 06. February 2014 04:18 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1276810/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 27037] Re: mdadm cannot assemble array as cannot open drive with O_EXCL
This "ubuntu feature" has even earned a special note at linux-raid wiki: https://raid.wiki.kernel.org/index.php/RAID_setup#Saving_your_RAID_configuration -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/27037 Title: mdadm cannot assemble array as cannot open drive with O_EXCL Status in “linux” package in Ubuntu: Fix Released Bug description: Further to discussions (well, monologue!) on the forums here - http://ubuntuforums.org/ showthread.php?p=563255&posted=1 I've had two raid arrays working on my Breezy machine for several months. /dev/md0 is a raid 5 built from /dev/sd[a-d] /dev/md1 is a raid 0 built from /dev/sd[e-h] I rebooted the server so I could change the power leads around and /dev/md1 won't assemble - it says no drives. I have recently done a dist-upgrade and don't recall if I rebooted afterwards. /dev/md0 is working fine. --- Here is what I get if I try manually - sudo mdadm --assemble /dev/md1 /dev/sd[e-h] mdadm: cannot open device /dev/sde: Device or resource busy mdadm: /dev/sde has no superblock - assembly aborted --- But --examine is happy with all the drives that make up the array sudo mdadm --examine /dev/sde /dev/sde: Magic : a92b4efc Version : 00.90.01 UUID : 22522c98:40ff7e71:c16d6be5:d6401d24 Creation Time : Fri May 20 13:56:01 2005 Raid Level : raid0 Device Size : 293036096 (279.46 GiB 300.07 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 1 Update Time : Fri May 20 13:56:01 2005 State : active Active Devices : 4 Working Devices : 4 Failed Devices : 0 Spare Devices : 0 Checksum : 3abea2a9 - correct Events : 0.1 Chunk Size : 64K Number Major Minor RaidDevice State this 3 8 112 3 active sync /dev/sdh 0 0 8 64 0 active sync /dev/sde 1 1 8 80 1 active sync /dev/sdf 2 2 8 96 2 active sync /dev/sdg 3 3 8 112 3 active sync /dev/sdh The array definitely doesn't exist as this shows - cat /proc/mdstat Personalities : [raid5] md0 : active raid5 sda[3] sdb[2] sdd[1] sdc[0] 732595392 blocks level 5, 64k chunk, algorithm 2 [4/4] [] unused devices: --- More info from using strace open("/dev/sde", O_RDONLY|O_EXCL) = -1 EBUSY (Device or resource busy) write(2, "mdadm: cannot open device /dev/s"..., 60mdadm: cannot open device /dev/sde: Device or resource busy ) = 60 write(2, "mdadm: /dev/sde has wrong uuid.\n", 32mdadm: /dev/sde has wrong uuid. ) = 32 It looks like the exclusive open to sde is failing. I tried using lsof to see what else had sde open but can't see anything. All ideas welcome, but I'm really worried that I might do something to get my /dev/md0 array into the same state, and this is required 24x7. Note that this machine has been upgraded from Hoary, and I've also renumbered the mdadm-raid script in /etc/rcS.d as with it in the default place it was running before hotplug. I'm reporting this as a kernel-package bug as I really don't know where else to put it! Thanks Ian To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/27037/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1259570] Re: kexec should get a disabling sysctl
** Changed in: linux (Ubuntu Precise) Status: New => Won't Fix ** Changed in: linux (Ubuntu Quantal) Status: New => Won't Fix ** Changed in: linux (Ubuntu Raring) Status: New => Won't Fix ** Changed in: linux (Ubuntu Saucy) Status: New => In Progress ** Changed in: linux (Ubuntu Saucy) Importance: Undecided => Medium ** Changed in: linux (Ubuntu Saucy) Assignee: (unassigned) => Andy Whitcroft (apw) ** Also affects: linux-lts-saucy (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-lts-saucy (Ubuntu Quantal) Status: New => Invalid ** Changed in: linux-lts-saucy (Ubuntu Trusty) Status: New => Invalid ** Changed in: linux-lts-saucy (Ubuntu Raring) Status: New => Invalid ** Changed in: linux-lts-saucy (Ubuntu Saucy) Status: New => Invalid ** Changed in: linux (Ubuntu Raring) Status: Won't Fix => Invalid ** Changed in: linux-lts-saucy (Ubuntu Precise) Status: New => In Progress -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1259570 Title: kexec should get a disabling sysctl Status in “linux” package in Ubuntu: Fix Committed Status in “linux-lts-saucy” package in Ubuntu: Invalid Status in “linux” source package in Precise: Won't Fix Status in “linux-lts-saucy” source package in Precise: In Progress Status in “linux” source package in Quantal: Won't Fix Status in “linux-lts-saucy” source package in Quantal: Invalid Status in “linux” source package in Raring: Invalid Status in “linux-lts-saucy” source package in Raring: Invalid Status in “linux” source package in Saucy: In Progress Status in “linux-lts-saucy” source package in Saucy: Invalid Status in “linux” source package in Trusty: Fix Committed Status in “linux-lts-saucy” source package in Trusty: Invalid Bug description: To enable kexec makes sense for a generic distro kernel. But if your users have root in their virtual machines, and you want to make it hard for them to run code in ring 0, you commonly disable further module loading and you also want to disable kexec[1]. Kees Cook wrote up a patch[2] that we'd like to see applied to the Ubuntu kernel to avoid recompilation of the distro kernel. I'm marking this as a security issue on the ground that it's quite surprising that setting kernel.modules_disabled=1 as a hardening feature can be subverted by using kexec. [1] http://mjg59.dreamwidth.org/28746.html [2] https://lkml.org/lkml/2013/12/9/765 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1259570/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277309] Re: linux: 3.13.0-8.27 -proposed tracker
** Changed in: kernel-development-workflow/prepare-package Status: In Progress => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277309 Title: linux: 3.13.0-8.27 -proposed tracker Status in Kernel Development Workflow: In Progress Status in Kernel Development Workflow package-testing series: New Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: In Progress Status in Kernel Development Workflow promote-to-release series: New Status in “linux” package in Ubuntu: New Status in “linux” source package in Trusty: New Bug description: This bug is for tracking the 3.13.0-8.27 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Friday, 07. February 2014 01:49 UTC kernel-phase-changed:Friday, 07. February 2014 01:49 UTC kernel-phase:Prepare To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1277309/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277250] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1277250 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Tags added: precise -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277250 Title: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels Status in “linux” package in Ubuntu: Incomplete Bug description: ISSUE: Just installed 12.04.4 LTS (#lsb_release -rd Description:Ubuntu 12.04.4 LTS Release: 12.04) to a new Server and brought it onto the existing network with 12.04.2 LTS servers using NIS and LDAP. 1.) Ran into the outstanding issue where imapd.d did not detect the domain and had to manually enter it in /etc/idmapd.conf. 2.) When tryin to mount 3.2.0-* Kernel FileServer Shares, it would still present the "unknown user / group id" numeric "42464587" instead of the user/group id's from LDAP. Went through all the settings in NSSWITCH, NSLCD, NSCD, and LDAP to confirm all the information. ran "getent" against the id's and it would respond with the correct infromation. Temp Solution: Revert Kernel from the 3.8.0-35-generic (current) to the 3.2.0-58-generic Kernel running on the other servers in the environment. NFS / LDAP / NIS works fine on the older Kernel. Final Solution: ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277250/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1267489] Re: linux-ti-omap4: 3.5.0-238.54 -proposed tracker
** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Thursday, 09. January 2014 14:38 UTC kernel-stable-master-bug:1266857 kernel-stable-Certification-testing-end:Friday, 10. January 2014 21:03 UTC kernel-stable-Promote-to-proposed-end:Tuesday, 28. January 2014 10:04 UTC - kernel-stable-phase:Verification & Testing - kernel-stable-phase-changed:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Security-signoff-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Verification-testing-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Regression-testing-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Regression-testing-end:Tuesday, 04. February 2014 22:02 UTC + kernel-stable-phase:Testing + kernel-stable-phase-changed:Friday, 07. February 2014 17:03 UTC + kernel-stable-Verification-testing-end:Friday, 07. February 2014 17:03 UTC -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-ti-omap4 in Ubuntu. https://bugs.launchpad.net/bugs/1267489 Title: linux-ti-omap4: 3.5.0-238.54 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: Invalid Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Fix Released Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: Fix Released Status in Kernel SRU Workflow security-signoff series: In Progress Status in Kernel SRU Workflow upload-to-ppa series: Fix Released Status in Kernel SRU Workflow verification-testing series: Fix Released Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux-ti-omap4” source package in Quantal: New Status in “linux-ti-omap4” source package in Raring: Invalid Status in “linux-ti-omap4” source package in Saucy: New Bug description: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Thursday, 09. January 2014 14:38 UTC kernel-stable-master-bug:1266857 kernel-stable-Certification-testing-end:Friday, 10. January 2014 21:03 UTC kernel-stable-Promote-to-proposed-end:Tuesday, 28. January 2014 10:04 UTC kernel-stable-Security-signoff-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Verification-testing-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Regression-testing-start:Tuesday, 28. January 2014 12:02 UTC kernel-stable-Regression-testing-end:Tuesday, 04. February 2014 22:02 UTC kernel-stable-phase:Testing kernel-stable-phase-changed:Friday, 07. February 2014 17:03 UTC kernel-stable-Verification-testing-end:Friday, 07. February 2014 17:03 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1267489/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1266024] Re: [Fujitsu M2010] Kernel 3.11 does not boot
Once installed, Debian does not boot anymore this kernel. Thus likely it booted since the installer image does not enable acpi. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1266024 Title: [Fujitsu M2010] Kernel 3.11 does not boot Status in “linux” package in Ubuntu: Confirmed Bug description: Upgrading to saucy, the kernel 3.11 does not boot. I kept using the kernel 3.8 and it works fine. The problem does not change with any of noapic, nolapic, noirqpoll. WORKAROUND: acpi=off --- ApportVersion: 2.12.5-0ubuntu2.2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ops1428 F pulseaudio DistroRelease: Ubuntu 13.10 HibernationDevice: RESUME=UUID=90acddf8-5cc3-4bcd-9185-ab0dcad0dd47 InstallationDate: Installed on 2013-03-16 (293 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha i386 (20130315) MachineType: FUJITSU M2010 MarkForUpload: True Package: linux (not installed) ProcFB: 0 inteldrmfb 1 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-33-generic root=UUID=8b1686df-d55e-47f3-8b8b-6a27240a781a ro crashkernel=384M-2G:64M,2G-:128M quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.8.0-33.48-generic 3.8.13.11 RelatedPackageVersions: linux-restricted-modules-3.8.0-33-generic N/A linux-backports-modules-3.8.0-33-generic N/A linux-firmware1.116 Tags: saucy Uname: Linux 3.8.0-33-generic i686 UpgradeStatus: Upgraded to saucy on 2013-11-11 (53 days ago) UserGroups: adm debian-tor lpadmin sambashare sudo dmi.bios.date: 09/16/2009 dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd. dmi.bios.version: Version 1.15 dmi.board.name: FJNBF08 dmi.board.vendor: FUJITSU dmi.chassis.type: 10 dmi.chassis.vendor: FUJITSU dmi.modalias: dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvrVersion1.15:bd09/16/2009:svnFUJITSU:pnM2010:pvr:rvnFUJITSU:rnFJNBF08:rvr:cvnFUJITSU:ct10:cvr: dmi.product.name: M2010 dmi.sys.vendor: FUJITSU To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1266024/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1267469] Re: linux-ti-omap4: 3.2.0-1443.62 -proposed tracker
** Description changed: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Thursday, 09. January 2014 13:46 UTC kernel-stable-master-bug:1266551 kernel-stable-Certification-testing-end:Friday, 10. January 2014 21:02 UTC kernel-stable-Promote-to-proposed-end:Thursday, 06. February 2014 04:25 UTC - kernel-stable-phase:Verification & Testing - kernel-stable-phase-changed:Thursday, 06. February 2014 06:02 UTC kernel-stable-Security-signoff-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-Verification-testing-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-Regression-testing-start:Thursday, 06. February 2014 06:02 UTC + kernel-stable-phase:Testing + kernel-stable-phase-changed:Friday, 07. February 2014 17:03 UTC + kernel-stable-Verification-testing-end:Friday, 07. February 2014 17:03 UTC -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-ti-omap4 in Ubuntu. https://bugs.launchpad.net/bugs/1267469 Title: linux-ti-omap4: 3.2.0-1443.62 -proposed tracker Status in Kernel SRU Workflow: In Progress Status in Kernel SRU Workflow certification-testing series: Invalid Status in Kernel SRU Workflow prepare-package series: Fix Released Status in Kernel SRU Workflow prepare-package-meta series: Fix Released Status in Kernel SRU Workflow promote-to-proposed series: Fix Released Status in Kernel SRU Workflow promote-to-security series: New Status in Kernel SRU Workflow promote-to-updates series: New Status in Kernel SRU Workflow regression-testing series: Confirmed Status in Kernel SRU Workflow security-signoff series: Confirmed Status in Kernel SRU Workflow upload-to-ppa series: Fix Released Status in Kernel SRU Workflow verification-testing series: Fix Released Status in “linux-ti-omap4” package in Ubuntu: Invalid Status in “linux-ti-omap4” source package in Precise: New Bug description: This bug is for tracking the upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-stable-Prepare-package-start:Thursday, 09. January 2014 13:46 UTC kernel-stable-master-bug:1266551 kernel-stable-Certification-testing-end:Friday, 10. January 2014 21:02 UTC kernel-stable-Promote-to-proposed-end:Thursday, 06. February 2014 04:25 UTC kernel-stable-Security-signoff-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-Verification-testing-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-Regression-testing-start:Thursday, 06. February 2014 06:02 UTC kernel-stable-phase:Testing kernel-stable-phase-changed:Friday, 07. February 2014 17:03 UTC kernel-stable-Verification-testing-end:Friday, 07. February 2014 17:03 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1267469/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1041790] Re: [snb] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround i915.semaphores=0
This is still happening (although very infrequently) on current trusty. I just hit it this morning. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1041790 Title: [snb] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround i915.semaphores=0 Status in X.org xf86-video-intel: Confirmed Status in “linux” package in Ubuntu: Incomplete Status in “sandybridge-meta” package in Ubuntu: Confirmed Status in “xserver-xorg-video-intel” package in Ubuntu: Triaged Bug description: X locks up periodically for a 2 to ten seconds at a time and this crash log gets generated. It's significantly more than several times a day but not quite continuous. If you indeed have this bug, that should stop the lockups from happening. Irrespective, please file a new bug report so your hardware may be tracked. WORKAROUND: Edit your /etc/default/grub from: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.semaphores=0" run the following and reboot: sudo update-grub The side effects of this is rendering throughput is dropped by 10% with SNA, or as much as 3x with UXA. OpenGL performance is likely to be reduced by about 30%. More CPU time is spent waiting for the GPU with rc6 disabled, so increased power consumption. ProblemType: Crash DistroRelease: Ubuntu 12.10 Package: xserver-xorg-video-intel 2:2.20.3-0ubuntu1 Uname: Linux 3.6.0-rc3-git-20120826.1015 x86_64 ApportVersion: 2.5.1-0ubuntu2 Architecture: amd64 Chipset: sandybridge-m-gt2 Date: Sun Aug 26 16:06:32 2012 DistroCodename: quantal DistroVariant: ubuntu DuplicateSignature: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001 Ubuntu 12.10 EcryptfsInUse: Yes ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py GpuHangFrequency: Continuously InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120724.2) InterpreterPath: /usr/bin/python3.2mu MachineType: Dell Inc. Dell System XPS L502X ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py ProcEnviron: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc3-git-20120826.1015 root=UUID=135c8090-427c-460a-909d-eff262cd44b6 ro quiet splash vt.handoff=7 RelatedPackageVersions: xserver-xorg 1:7.7+1ubuntu3 libdrm2 2.4.38-0ubuntu2 xserver-xorg-video-intel 2:2.20.3-0ubuntu1 SourcePackage: xserver-xorg-video-intel Title: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001 UdevDb: Error: [Errno 2] No such file or directory: 'udevadm' UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 05/29/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A11 dmi.board.name: 0NJT03 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnDellInc.:bvrA11:bd05/29/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1: dmi.product.name: Dell System XPS L502X dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/1041790/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277165] Re: SVF13N1L2ES touchpad detected as pointer instead of touchpad
** Tags added: kernel-da-key -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277165 Title: SVF13N1L2ES touchpad detected as pointer instead of touchpad Status in “linux” package in Ubuntu: Confirmed Bug description: Touchpad seems to be detected as pointer, which I think is the reason there is no multitouch. avid@david-SVF13N1L2ES:~$ xinput ⎡ Virtual core pointerid=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4[slave pointer (2)] ⎜ ↳ PS/2 Elantech Touchpad id=13 [slave pointer (2)] ⎜ ↳ N-trig DuoSense Pen id=14 [slave pointer (2)] ⎜ ↳ N-trig DuoSense id=15 [slave pointer (2)] ⎣ Virtual core keyboard id=3[master keyboard (2)] ↳ Virtual core XTEST keyboard id=5[slave keyboard (3)] ↳ Power Buttonid=6[slave keyboard (3)] ↳ Video Bus id=7[slave keyboard (3)] ↳ Sony Vaio Keys id=8[slave keyboard (3)] ↳ Power Buttonid=9[slave keyboard (3)] ↳ Front Cameraid=10 [slave keyboard (3)] ↳ Rear Camera id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboardid=12 [slave keyboard (3)] david@david-SVF13N1L2ES:~$ Relevent portion of Xorg.0.log: [ 6.273] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/ input/event6) [ 6.273] (**) PS/2 Elantech Touchpad: Applying InputClass "evdev pointer cat chall" [ 6.273] (II) Using input driver 'evdev' for 'PS/2 Elantech Touchpad' [ 6.273] (**) PS/2 Elantech Touchpad: always reports core events [ 6.273] (**) evdev: PS/2 Elantech Touchpad: Device: "/dev/input/event6" [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Vendor 0x2 Product 0x1 [ 6.273] (--) evdev: PS/2 Elantech Touchpad: Found 3 mouse buttons [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found relative axes [ 6.274] (--) evdev: PS/2 Elantech Touchpad: Found x and y relative axes [ 6.274] (II) evdev: PS/2 Elantech Touchpad: Configuring as mouse [ 6.274] (**) evdev: PS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5 [ 6.274] (**) evdev: PS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 6.274] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6" [ 6.274] (II) XINPUT: Adding extended input device "PS/2 Elantech Touchpad" (type: MOUSE, id 13) [ 6.274] (II) evdev: PS/2 Elantech Touchpad: initialized for relative axes. [ 6.274] (**) PS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration profile 0 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration factor: 2.000 [ 6.274] (**) PS/2 Elantech Touchpad: (accel) acceleration threshold: 4 [ 6.274] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/input/mouse1) [ 6.274] (II) No input driver specified, ignoring this device. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: david 1852 F pulseaudio /dev/snd/controlC0: david 1852 F pulseaudio CurrentDesktop: XFCE Date: Thu Feb 6 17:42:42 2014 HibernationDevice: RESUME=UUID=5d19c08d-f44b-4eff-9c12-181ca9b2c57d InstallationDate: Installed on 2014-01-30 (6 days ago) InstallationMedia: Xubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140130) MachineType: Sony Corporation SVF13N1L2ES ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic root=UUID=734e051f-fa96-451d-ac17-fd6eee26c2f8 ro quiet splash atkbd.reset vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/25/2013 dmi.bios.vendor: Insyde Corp. dmi.bios.version: R0220VA dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias:
[Kernel-packages] [Bug 1277214] Re: kubuntu spring 2014 locks up
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.13 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix this bug, please add the tag: 'kernel-bug-exists-upstream'. If you are unable to test the mainline kernel, for example it will not boot, please add the tag: 'kernel-unable-to-test-upstream'. Once testing of the upstream kernel is complete, please mark this bug as "Confirmed". Thanks in advance. [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc1-trusty/ ** Changed in: linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277214 Title: kubuntu spring 2014 locks up Status in “linux” package in Ubuntu: Confirmed Bug description: Please advise how i can help futher. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.26 ProcVersionSignature: Ubuntu 3.13.0-7.26-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: blue 2369 F pulseaudio CurrentDesktop: KDE Date: Thu Feb 6 11:47:18 2014 HibernationDevice: RESUME=UUID=b8bb2fa2-5167-4979-915f-f85dbc0cc42d IwConfig: eth0 no wireless extensions. lono wireless extensions. MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic root=UUID=f387348b-2bae-42f8-b224-a76f65ac188e ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/21/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F19e dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z77X-UD3H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF19e:bd11/21/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ77X-UD3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277214/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277486] Re: automatically submitted
** Changed in: linux (Ubuntu) Importance: Undecided => Low ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277486 Title: automatically submitted Status in “linux” package in Ubuntu: Incomplete Bug description: just ubuntu-bug linux ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-15-generic 3.11.0-15.25 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: taat 4817 F pulseaudio Date: Fri Feb 7 13:17:55 2014 HibernationDevice: RESUME=UUID=4373d04a-0bef-44c0-aa39-210900456d9b InstallationDate: Installed on 2012-01-30 (739 days ago) InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111011) MachineType: ASUSTeK Computer Inc. K52Jc MarkForUpload: True ProcFB: 0 inteldrmfb 1 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=0186bd45-8e4f-4da5-98e1-612964be404a ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.1 SourcePackage: linux UpgradeStatus: Upgraded to saucy on 2013-10-24 (106 days ago) dmi.bios.date: 03/29/2010 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: K52Jc.206 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: K52Jc dmi.board.vendor: ASUSTeK Computer Inc. dmi.board.version: 1.0 dmi.chassis.asset.tag: ATN12345678901234567 dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK Computer Inc. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrK52Jc.206:bd03/29/2010:svnASUSTeKComputerInc.:pnK52Jc:pvr1.0:rvnASUSTeKComputerInc.:rnK52Jc:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr1.0: dmi.product.name: K52Jc dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK Computer Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277486/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277528] Re: Follow up on bug 1260825
This bug was opened against Trusty, which is the current development release. If this bug is already fixed, then it should be marked as "Fix Released". ** Changed in: linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277528 Title: Follow up on bug 1260825 Status in “linux” package in Ubuntu: Confirmed Bug description: This test was requested by developers as a followup to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825 The bug was filed by fuujuhi and the user did the upstream kernel test The latest development release test was remaining. I ran Ubuntu Daily build as live USB. And tested the bluetooth problem. Initially bluetooth didn't work. When I ran "rfkill list" I noticed that bluetooth was soft blocked. Then I ran the command "sudo rfkill unblock bluetooth" and everything worked fine. I was able to pair a bluetooth mouse and the connection was persistent (not sporadic). I even tried this; I paired a tablet and streamed audio from tablet to my laptop. So, this bug is fixed in development release of Ubuntu. $ uname -a Linux ubuntu 3.13.0-7-generic #25-Ubuntu SMP Tue Feb 4 10:19:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux $ cat /proc/version_signature Ubuntu 3.13.0-7.25-generic 3.13.1 $ lsb_release -rd Description: Ubuntu Trusty Tahr (development branch) Release: 14.04 ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: ubuntu 2609 F pulseaudio /dev/snd/controlC0: ubuntu 2609 F pulseaudio CasperVersion: 1.337 CurrentDesktop: Unity Date: Fri Feb 7 16:12:13 2014 LiveMediaBuild: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140205) MachineType: ASUSTeK COMPUTER INC. N550JV ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/username.seed boot=casper quiet splash -- RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux StagingDrivers: rts5139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/17/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: N550JV.207 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: N550JV dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrN550JV.207:bd09/17/2013:svnASUSTeKCOMPUTERINC.:pnN550JV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: N550JV dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277528/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277250] Re: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels
** Changed in: linux (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277250 Title: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels Status in “linux” package in Ubuntu: Confirmed Bug description: ISSUE: Just installed 12.04.4 LTS (#lsb_release -rd Description:Ubuntu 12.04.4 LTS Release: 12.04) to a new Server and brought it onto the existing network with 12.04.2 LTS servers using NIS and LDAP. 1.) Ran into the outstanding issue where imapd.d did not detect the domain and had to manually enter it in /etc/idmapd.conf. 2.) When tryin to mount 3.2.0-* Kernel FileServer Shares, it would still present the "unknown user / group id" numeric "42464587" instead of the user/group id's from LDAP. Went through all the settings in NSSWITCH, NSLCD, NSCD, and LDAP to confirm all the information. ran "getent" against the id's and it would respond with the correct infromation. Temp Solution: Revert Kernel from the 3.8.0-35-generic (current) to the 3.2.0-58-generic Kernel running on the other servers in the environment. NFS / LDAP / NIS works fine on the older Kernel. Final Solution: ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277250/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1276705] Re: Kernel 3.13 fail to boot with LSI SAS1068E (Dell SAS 6/iR)
Can you test the following kernels and report back? We are looking for the first kernel version that exhibits this bug: v3.13-rc3: http://kernel.ubuntu.com/~kernel- ppa/mainline/v3.13-rc3-trusty/ If v3.13-rc3 does not exhibit the bug then test v3.13-rc6: v3.13-rc6: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13-rc6-trusty/ If v3.13-rc3 does exhibit the bug then test v3.13-rc2: v3.13-rc2: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.13-rc2-trusty Thanks in advance! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1276705 Title: Kernel 3.13 fail to boot with LSI SAS1068E (Dell SAS 6/iR) Status in “linux” package in Ubuntu: Confirmed Bug description: We have recently upgraded an Dell R300 server to Trusty (was running fine in precise), and after upgrade it fail to boot. It is an issue with the SAS controller during the initilisation. It fail to detect the disk, we have the following error in console log: [ 36.539955] scsi4: error handler thread failed to spawn, error = -12 [ 36.552694] mptsas: ioc0: WARNING - Unable to register controller with SCSI subsystem After this error, initramfs drop to a shell complaining that rootfs is not found. No disk is seen at all (cat /proc/partition only show sr0 - cdrom drive). We have this issue with two different server (both R300, both Dell SAS 6/iR controller and same hardware). We don't have this issue with another Dell server (R310, Dell PERC H200). We also tester with old kernel (generic, 3.2.0-58.88), it is working. Those server need a greater rootdelay (probably #579572), so we have rootdelay=45. If we remove rootdelay=45, then disk are correctly recognized ! (but few second too late, initramfs dropped to a shell. Pressing control-D resume normal boot) So the issue is that with the (mandatory) rootdelay greater that 30 (default value I think), the disk are not detected due to the error shown above. This is a regression since those server worked in precise (and work with precise old kernel). System information * Dell R300 with Dell SAS 6/iR controller * Ubuntu Trusty Tahr (14.04) * Running arch: x86_64 * Kernel version: 3.13.0-7-generic (dpkg version : 3.13.0-7.25) * Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-7-generic root=UUID=174e14b5-46fc-479b-9f94-05cb33c75ac9 ro rootdelay=45 console=tty0 console=ttyS1,57600 quiet * uname -a: Linux frtls-perf01 3.13.0-7-generic #25-Ubuntu SMP Tue Feb 4 10:19:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Attached files: * console output when error occure. * dmesg when system boot (no rootdelay, need to press control-d during initramfs boot) * lspci -vnn Tell me if you need more informations. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276705/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1276958] Re: Discrete Radeon videocard is missing with kernel 3.13
** Changed in: linux (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1276958 Title: Discrete Radeon videocard is missing with kernel 3.13 Status in The Linux Kernel: Confirmed Status in “linux” package in Ubuntu: Triaged Bug description: Discrete videocard is missing linux 3.13. There no /sys/kernel/debug/vgaswitcheroo and xrandr --listproviders shows me only Intel videocard. Videocard also missing in lspci output. There are some traces in dmesg which can be related to this bug. The last working kernel version for me is 3.12.9. My configuration: 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks [Radeon HD 7650A/7670A] ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.25 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: asudak 1964 F pulseaudio CurrentDesktop: GNOME Date: Thu Feb 6 10:48:42 2014 HibernationDevice: RESUME=UUID=af09981e-c60b-4d4e-9bbe-8326111d555f InstallationDate: Installed on 2013-12-27 (40 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 (20131017) MachineType: Dell Inc. Inspiron One 2330 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic.efi.signed root=UUID=13b39ae0-892a-4b5a-ab81-62dba9463c1a ro quiet splash radeon.dpm=1 radeon.runpm=1 vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: Upgraded to trusty on 2014-02-06 (0 days ago) dmi.bios.date: 05/13/2013 dmi.bios.vendor: Dell Inc. dmi.bios.version: A13 dmi.board.name: 09JR1D dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 13 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: 27147636_1 dmi.modalias: dmi:bvnDellInc.:bvrA13:bd05/13/2013:svnDellInc.:pnInspironOne2330:pvr00:rvnDellInc.:rn09JR1D:rvrA00:cvnDellInc.:ct13:cvr27147636_1: dmi.product.name: Inspiron One 2330 dmi.product.version: 00 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1276958/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
The latest mainline 3.14-rc1 kernel is now available. It might be a good test to see if this bug is already fixed in mainline. The 3.14-rc1 kernel can be downloaded from: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.14-rc1-trusty/ -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277309] Re: linux: 3.13.0-8.27 -proposed tracker
** Changed in: kernel-development-workflow/prepare-package-signed Status: In Progress => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277309 Title: linux: 3.13.0-8.27 -proposed tracker Status in Kernel Development Workflow: In Progress Status in Kernel Development Workflow package-testing series: New Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: New Status in “linux” package in Ubuntu: New Status in “linux” source package in Trusty: New Bug description: This bug is for tracking the 3.13.0-8.27 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Friday, 07. February 2014 01:49 UTC kernel-phase-changed:Friday, 07. February 2014 01:49 UTC kernel-phase:Prepare To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1277309/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277313] Re: [Sony Corporation VPCCW1FFX] suspend/resume failure
** Changed in: linux (Ubuntu) Importance: Undecided => Low ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277313 Title: [Sony Corporation VPCCW1FFX] suspend/resume failure Status in “linux” package in Ubuntu: Incomplete Bug description: Crashed on startup. ProblemType: KernelOops DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-generic 3.13.0-6.23 ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic x86_64 Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: alex 1966 F pulseaudio /dev/snd/controlC0: alex 1966 F pulseaudio Date: Thu Feb 6 20:07:00 2014 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=3f1b2717-7ae0-47f6-bf55-e49ac2841224 InstallationDate: Installed on 2013-01-01 (401 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) InterpreterPath: /usr/bin/python3.3 MachineType: Sony Corporation VPCCW1FFX ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=b42f093d-7eba-4e2b-9df4-7e0a29917796 ro quiet splash vt.handoff=7 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.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux Title: [Sony Corporation VPCCW1FFX] suspend/resume failure UpgradeStatus: Upgraded to trusty on 2014-02-01 (5 days ago) UserGroups: dmi.bios.date: 10/28/2009 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: R0210Y5 dmi.board.asset.tag: N/A dmi.board.name: VAIO dmi.board.vendor: Sony Corporation dmi.board.version: N/A dmi.chassis.asset.tag: N/A dmi.chassis.type: 10 dmi.chassis.vendor: Sony Corporation dmi.chassis.version: N/A dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrR0210Y5:bd10/28/2009:svnSonyCorporation:pnVPCCW1FFX:pvrR5785054:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A: dmi.product.name: VPCCW1FFX dmi.product.version: R5785054 dmi.sys.vendor: Sony Corporation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277313/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277214] Re: kubuntu spring 2014 locks up
Did that work for adding the new tag ?. I just received the next ubuntu package 3.13.7 (rep) and I no longer have stability problems. ** Tags added: kernel-fixed-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277214 Title: kubuntu spring 2014 locks up Status in “linux” package in Ubuntu: Confirmed Bug description: Please advise how i can help futher. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-7-generic 3.13.0-7.26 ProcVersionSignature: Ubuntu 3.13.0-7.26-generic 3.13.1 Uname: Linux 3.13.0-7-generic x86_64 ApportVersion: 2.13.2-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: blue 2369 F pulseaudio CurrentDesktop: KDE Date: Thu Feb 6 11:47:18 2014 HibernationDevice: RESUME=UUID=b8bb2fa2-5167-4979-915f-f85dbc0cc42d IwConfig: eth0 no wireless extensions. lono wireless extensions. MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-7-generic root=UUID=f387348b-2bae-42f8-b224-a76f65ac188e ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-7-generic N/A linux-backports-modules-3.13.0-7-generic N/A linux-firmware1.123 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/21/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F19e dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z77X-UD3H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF19e:bd11/21/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ77X-UD3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277214/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
Same thing. Running virtual box and loading both host and guest system 100% crashes the system. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277250] Re: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels
Since the issue is KERNEL related as far as I can determine, I am marking the package as "linux" per the guide. ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277250 Title: 3.8.0-* NFS Compatibility with 3.2.0-* Kernels Status in “linux” package in Ubuntu: Incomplete Bug description: ISSUE: Just installed 12.04.4 LTS (#lsb_release -rd Description:Ubuntu 12.04.4 LTS Release: 12.04) to a new Server and brought it onto the existing network with 12.04.2 LTS servers using NIS and LDAP. 1.) Ran into the outstanding issue where imapd.d did not detect the domain and had to manually enter it in /etc/idmapd.conf. 2.) When tryin to mount 3.2.0-* Kernel FileServer Shares, it would still present the "unknown user / group id" numeric "42464587" instead of the user/group id's from LDAP. Went through all the settings in NSSWITCH, NSLCD, NSCD, and LDAP to confirm all the information. ran "getent" against the id's and it would respond with the correct infromation. Temp Solution: Revert Kernel from the 3.8.0-35-generic (current) to the 3.2.0-58-generic Kernel running on the other servers in the environment. NFS / LDAP / NIS works fine on the older Kernel. Final Solution: ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277250/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1276725] Re: package firmware-b43-installer 1:017-2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 8 zurück
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to b43-fwcutter in Ubuntu. https://bugs.launchpad.net/bugs/1276725 Title: package firmware-b43-installer 1:017-2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 8 zurück Status in “b43-fwcutter” package in Ubuntu: New Bug description: My Wificard is a 05:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) Subsystem: Broadcom Corporation Device [14e4:04b5] Kernel driver in use: b43-pci-bridge The "firmware-b43-installer" should make it work. Unfortunately it brakes the installation with firmware-b43-installer (1:017-2) wird eingerichtet ... No chroot environment found. Starting normal installation --2014-02-05 18:48:24-- http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2 Verbindungsaufbau zu 192.168.0.1:3142... verbunden. Proxy-Anforderung gesendet, warte auf Antwort... 403 Sorry, not allowed to fetch that type of file: broadcom-wl-5.100.138.tar.bz2 2014-02-05 18:48:24 FEHLER 403: Sorry, not allowed to fetch that type of file: broadcom-wl-5.100.138.tar.bz2. dpkg: Fehler beim Bearbeiten von firmware-b43-installer (--configure): Unterprozess installiertes post-installation-Skript gab den Fehlerwert 8 zurück E: Sub-process /usr/bin/dpkg returned an error code (1) I think it depends on the apt-cacher-ng on my server. I will try to install it without the proxy. ProblemType: Package DistroRelease: Ubuntu 13.10 Package: firmware-b43-installer 1:017-2 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic i686 ApportVersion: 2.12.5-0ubuntu2.2 AptOrdering: b43-fwcutter: Install firmware-b43-installer: Install b43-fwcutter: Configure firmware-b43-installer: Configure Architecture: i386 Date: Wed Feb 5 18:48:24 2014 DuplicateSignature: package:firmware-b43-installer:1:017-2:Unterprozess installiertes post-installation-Skript gab den Fehlerwert 8 zurück ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 8 zurück MarkForUpload: True PackageArchitecture: all SourcePackage: b43-fwcutter Title: package firmware-b43-installer 1:017-2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 8 zurück UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/b43-fwcutter/+bug/1276725/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277309] Packages available
All builds are complete, packages in this bug are available in -proposed. ** Changed in: kernel-development-workflow/package-testing Status: New => Confirmed ** Description changed: This bug is for tracking the 3.13.0-8.27 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Friday, 07. February 2014 01:49 UTC - kernel-phase-changed:Friday, 07. February 2014 01:49 UTC - kernel-phase:Prepare + kernel-Package-testing-start:Friday, 07. February 2014 19:00 UTC + kernel-phase:Testing + kernel-phase-changed:Friday, 07. February 2014 19:00 UTC + kernel-Prepare-package-end:Friday, 07. February 2014 19:00 UTC -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277309 Title: linux: 3.13.0-8.27 -proposed tracker Status in Kernel Development Workflow: In Progress Status in Kernel Development Workflow package-testing series: Confirmed Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: New Status in “linux” package in Ubuntu: New Status in “linux” source package in Trusty: New Bug description: This bug is for tracking the 3.13.0-8.27 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Friday, 07. February 2014 01:49 UTC kernel-Package-testing-start:Friday, 07. February 2014 19:00 UTC kernel-phase:Testing kernel-phase-changed:Friday, 07. February 2014 19:00 UTC kernel-Prepare-package-end:Friday, 07. February 2014 19:00 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1277309/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1220146] Re: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630]
@Sheldon You are correct, I checked and the driver is still missing. >From the archive, we can use the firmware file, but not the modules directly. >We need the source code to recompile it against the current kernel of our >distro. ** Also affects: linux (Fedora) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1220146 Title: Need support for new Ralink Wifi card - Mediatek 7630 [14c3:7630] Status in HWE Next Project: Confirmed Status in HWE Next trusty series: Confirmed Status in “linux” package in Ubuntu: Confirmed Status in “linux” source package in Raring: Confirmed Status in “linux” source package in Saucy: Confirmed Status in “linux” package in Fedora: New Bug description: This device is appearing in some OEM machines, but driver is not yet available in mainline. The driver seems to be present in machines with pre-installed OS, but isn't available on the download-and-install versions! To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1220146/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1268468] Re: Background noise from internal speaker when plugin headset-mic
This bug was fixed in the package linux - 3.13.0-8.27 --- linux (3.13.0-8.27) trusty; urgency=low [ John Johansen ] * SAUCE: Add config option to disable new apparmor 3 semantics -LP: #1270215 [ Tim Gardner ] * [debian] Fix indep_hdrs_pkg_name - LP: #1134441 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3 * Enabled lttng build * Don't build lttng for armhf lttng hates gcc-4.8 for armhf * Release Tracking Bug - LP: #1277309 [ Upstream Kernel Changes ] * rebase to v3.13.2 - LP: #1260303 - LP: #1260303 - LP: #1268468 -- Tim GardnerThu, 06 Feb 2014 09:25:51 -0700 ** Changed in: linux (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1268468 Title: Background noise from internal speaker when plugin headset-mic Status in HWE Next Project: In Progress Status in “linux” package in Ubuntu: Fix Released Bug description: One some AIO models: 1) Plugin a 3 ring headset-mic. 2) Check the audio status. The headphone has a background noise from internal speaker. This bug is for tracking purposes, please do not triage. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1268468/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
I'm downloading and installing -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
But Søren, your system only breaks when you use virtualbox? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277309] Re: linux: 3.13.0-8.27 -proposed tracker
** Changed in: kernel-development-workflow Status: In Progress => Fix Released ** Changed in: kernel-development-workflow/package-testing Status: Confirmed => Fix Released ** Changed in: kernel-development-workflow/promote-to-release Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277309 Title: linux: 3.13.0-8.27 -proposed tracker Status in Kernel Development Workflow: Fix Released Status in Kernel Development Workflow package-testing series: Fix Released Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: Fix Released Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Trusty: Fix Released Bug description: This bug is for tracking the 3.13.0-8.27 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Friday, 07. February 2014 01:49 UTC kernel-Package-testing-start:Friday, 07. February 2014 19:00 UTC kernel-phase:Testing kernel-phase-changed:Friday, 07. February 2014 19:00 UTC kernel-Prepare-package-end:Friday, 07. February 2014 19:00 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1277309/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
I can use virtualbox without any problem -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277250] [NEW] 3.8.0-* NFS Compatibility with 3.2.0-* Kernels
You have been subscribed to a public bug: ISSUE: Just installed 12.04.4 LTS (#lsb_release -rd Description:Ubuntu 12.04.4 LTS Release: 12.04) to a new Server and brought it onto the existing network with 12.04.2 LTS servers using NIS and LDAP. 1.) Ran into the outstanding issue where imapd.d did not detect the domain and had to manually enter it in /etc/idmapd.conf. 2.) When tryin to mount 3.2.0-* Kernel FileServer Shares, it would still present the "unknown user / group id" numeric "42464587" instead of the user/group id's from LDAP. Went through all the settings in NSSWITCH, NSLCD, NSCD, and LDAP to confirm all the information. ran "getent" against the id's and it would respond with the correct infromation. Temp Solution: Revert Kernel from the 3.8.0-35-generic (current) to the 3.2.0-58-generic Kernel running on the other servers in the environment. NFS / LDAP / NIS works fine on the older Kernel. Final Solution: ? ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: 3.2.0 3.8.0 bot-comment kernels ldap nfs vs -- 3.8.0-* NFS Compatibility with 3.2.0-* Kernels https://bugs.launchpad.net/bugs/1277250 You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
Yeah - I experience most crashes when virtualbox is running. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277309] Re: linux: 3.13.0-8.27 -proposed tracker
This bug was fixed in the package linux - 3.13.0-8.27 --- linux (3.13.0-8.27) trusty; urgency=low [ John Johansen ] * SAUCE: Add config option to disable new apparmor 3 semantics -LP: #1270215 [ Tim Gardner ] * [debian] Fix indep_hdrs_pkg_name - LP: #1134441 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3 * Enabled lttng build * Don't build lttng for armhf lttng hates gcc-4.8 for armhf * Release Tracking Bug - LP: #1277309 [ Upstream Kernel Changes ] * rebase to v3.13.2 - LP: #1260303 - LP: #1260303 - LP: #1268468 -- Tim GardnerThu, 06 Feb 2014 09:25:51 -0700 ** Changed in: linux (Ubuntu Trusty) Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277309 Title: linux: 3.13.0-8.27 -proposed tracker Status in Kernel Development Workflow: In Progress Status in Kernel Development Workflow package-testing series: Confirmed Status in Kernel Development Workflow prepare-package series: Fix Released Status in Kernel Development Workflow prepare-package-meta series: Fix Released Status in Kernel Development Workflow prepare-package-signed series: Fix Released Status in Kernel Development Workflow promote-to-release series: New Status in “linux” package in Ubuntu: Fix Released Status in “linux” source package in Trusty: Fix Released Bug description: This bug is for tracking the 3.13.0-8.27 upload package. This bug will contain status and testing results related to that upload. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow kernel-Prepare-package-start:Friday, 07. February 2014 01:49 UTC kernel-Package-testing-start:Friday, 07. February 2014 19:00 UTC kernel-phase:Testing kernel-phase-changed:Friday, 07. February 2014 19:00 UTC kernel-Prepare-package-end:Friday, 07. February 2014 19:00 UTC To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-development-workflow/+bug/1277309/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 785394] Re: Hard-coded crashkernel=... memory reservation in /etc/grub.d/10_linux is insufficient
RFE Let there be a separate tool/command that would provide an estimate of the memory required for the localhost. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to kexec-tools in Ubuntu. https://bugs.launchpad.net/bugs/785394 Title: Hard-coded crashkernel=... memory reservation in /etc/grub.d/10_linux is insufficient Status in “grub” package in Ubuntu: Fix Released Status in “kexec-tools” package in Ubuntu: Fix Released Status in “grub” source package in Precise: In Progress Status in “grub” source package in Quantal: In Progress Status in “grub” source package in Raring: In Progress Status in “grub” source package in Saucy: In Progress Bug description: Binary package hint: grub-pc This concerns grub-pc 1.99~rc1-13ubuntu3 in Ubuntu Natty. The /etc/grub.d/10_linux file contains this snippet: # add crashkernel option if we have the required tools if [ -x "/usr/bin/makedumpfile" ] && [ -x "/sbin/kexec" ]; then GRUB_CMDLINE_EXTRA="$GRUB_CMDLINE_EXTRA crashkernel=384M-2G:64M,2G-:128M" fi I am on a system with 2GB of RAM (reported as 2038MB), and according to the kernel startup messages, 64MB is reserved for the crash kernel. Unfortunately, this does not appear to be enough memory for the regular Ubuntu kernel to boot. I am attaching a kernel log obtained via serial cable; it shows the initial boot, a crash in the kernel's video-driver-related code, the subsequent crashkernel boot, and then an apparent "out of memory" kernel panic. (A side effect of the "double crash" is that the system is left unresponsive, requiring a manual reset instead of rebooting itself automatically.) If I double the memory numbers in the crashkernel=... argument, so that the reservation is 128MB, the system correctly goes on to attempt a vmcore dump and reboot. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub/+bug/785394/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1218687] Re: Top-Panel Menus Won't Drop Down for Dbeaver
That's the most concise work-around I've seen. It works for me. Maybe we can get Dbeaver's developers to put some code in their installer that automates this step? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1218687 Title: Top-Panel Menus Won't Drop Down for Dbeaver Status in Eclipse: New Status in The Application Menu: New Status in The Kepler Solar Project: New Status in Unity: New Status in “linux” package in Ubuntu: Invalid Bug description: I initially installed Dbeaver in 13.04 and then upgraded to Ubuntu 13.10. In 13.04, I was able to drop-down menus located in Unity's top-panel when Dbeaver had focus. However, now these menus won't drop down. I'm not sure that this is Dbeaver specific, or if this bug should be forwarded to the platform that Dbeaver runs on. Video of the issue: http://neartalk.com/ss/dbeaver.mp4 Also see: http://dbeaver.jkiss.org/forum/viewtopic.php?f=2&t=1100&p=2388#p2388 ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-4-generic 3.11.0-4.9 ProcVersionSignature: Ubuntu 3.11.0-4.9-generic 3.11.0-rc7 Uname: Linux 3.11.0-4-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.12.1-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: lonnie 2077 F pulseaudio /dev/snd/controlC1: lonnie 2077 F pulseaudio /dev/snd/pcmC1D0p: lonnie 2077 F...m pulseaudio CRDA: country TW: (2402 - 2472 @ 40), (3, 27) (5270 - 5330 @ 40), (3, 17), DFS (5735 - 5815 @ 40), (3, 30) Date: Thu Aug 29 20:06:25 2013 HibernationDevice: RESUME=UUID=22488e01-19fd-4a14-a063-f03cf6e74e20 InstallationDate: Installed on 2013-08-03 (26 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) MachineType: Dell Inc. Studio 1737 MarkForUpload: True ProcFB: 0 inteldrmfb 1 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-4-generic root=UUID=09eefca9-6a0b-4c3b-93c6-e4aff4bf1dc7 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.11.0-4-generic N/A linux-backports-modules-3.11.0-4-generic N/A linux-firmware1.113 SourcePackage: linux UpgradeStatus: Upgraded to saucy on 2013-08-28 (1 days ago) dmi.bios.date: 04/14/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: A09 dmi.board.name: 0P792H dmi.board.vendor: Dell Inc. dmi.board.version: A09 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A09 dmi.modalias: dmi:bvnDellInc.:bvrA09:bd04/14/2011:svnDellInc.:pnStudio1737:pvrA09:rvnDellInc.:rn0P792H:rvrA09:cvnDellInc.:ct8:cvrA09: dmi.product.name: Studio 1737 dmi.product.version: A09 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/eclipse/+bug/1218687/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1276428] Re: package linux-image-3.8.0-35-generic 3.8.0-35.50 failed to install/upgrade: trying to overwrite '/lib/modules/3.8.0-35-generic/kernel/mm/hwpoison-inject.ko', which
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1276428 Title: package linux-image-3.8.0-35-generic 3.8.0-35.50 failed to install/upgrade: trying to overwrite '/lib/modules/3.8.0-35-generic/kernel/mm/hwpoison-inject.ko', which is also in package linux-image-extra-3.8.0-35-generic 3.8.0-35.50 Status in “linux” package in Ubuntu: Incomplete Bug description: 1) cat /proc/version_signature > version.log => Ubuntu 3.8.0-35.50-generic 3.8.13.13 2) sudo lspci -vnvn > lspci-vnvn.log => 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RS690 Host Bridge [1002:7910] Subsystem: ASUSTeK Computer Inc. Device [1043:826d] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [44] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI RS690 PCI to PCI Bridge (Internal gfx) [1002:7912] 00:07.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RS690 PCI to PCI Bridge (PCI Express Port 3) [1002:7917] (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Express (v1) Root Port (Slot-), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <64ns, L1 <1us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID , PMEStatus- PMEPending- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee0300c Data: 4181 Capabilities: [b0] Subsystem: ASUSTeK Computer Inc. Device [1043:826d] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ Capabilities: [100 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb:Fixed- WRR32- WRR64- WRR128- Ctrl: ArbSelect=Fixed Status: InProgress- VC0:Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb:Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff Status: NegoPending- InProgress- Kernel driver in use: pcieport 00:12.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB600 Non-Raid-5 SATA [1002:4380] (prog-if 01 [AHCI 1.0]) Subsystem: ASUSTeK Computer Inc. Device [1043:81ef] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort+ SERR+ TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- Kernel driver in use: k8temp 01:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] n
[Kernel-packages] [Bug 1277448] Re: After updating ubuntu there is a Kernel Panic everytime at boot
Can you follow the "Boot options" instructions on the following wiki to enable additional output on boot: https://wiki.ubuntu.com/DebuggingKernelBoot As mentioned on the wiki, it would be great if you can attach a log file which may have captured any messages you see. If you are unable to capture a log file, a digital photo will work just as well. As a last resort you can even copy messages down by hand. ** Changed in: linux (Ubuntu) Importance: Undecided => High ** Tags added: kernel-da-key kernel-stable-key regression-update -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277448 Title: After updating ubuntu there is a Kernel Panic everytime at boot Status in “linux” package in Ubuntu: Confirmed Bug description: I am no longer able to reach the desktop with the latest kernel after update, only with the 3.11.0-15 I am able ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-17-generic 3.11.0-17.31 ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10 Uname: Linux 3.11.0-15-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.12.5-0ubuntu2.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: andre 1929 F pulseaudio /dev/snd/controlC0: andre 1929 F pulseaudio /dev/snd/pcmC0D0p: andre 1929 F...m pulseaudio Date: Fri Feb 7 10:47:19 2014 HibernationDevice: RESUME=UUID=d43eaaa6-f080-4fc7-81cb-84d766434554 InstallationDate: Installed on 2013-10-25 (105 days ago) InstallationMedia: Ubuntu-GNOME 13.10 "Saucy Salamander" - Release amd64 (20131017) IwConfig: eth0 no wireless extensions. eth1 no wireless extensions. lono wireless extensions. MachineType: System manufacturer System Product Name MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic root=UUID=c4ae3715-66a1-41af-ab5d-b32b7acc1edf ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.11.0-15-generic N/A linux-backports-modules-3.11.0-15-generic N/A linux-firmware 1.116.2 RfKill: SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/13/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 2104 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: P8Z77-V DELUXE 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.:bvr2104:bd08/13/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8Z77-VDELUXE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277448/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277683] Status changed to Confirmed
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277683 Title: upgrade to 13.04 Status in “linux” package in Ubuntu: Confirmed Bug description: see file ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: linux-image-3.8.0-35-generic 3.8.0-35.50 ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13 Uname: Linux 3.8.0-35-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.9.2-0ubuntu8.5 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: max2 2150 F pulseaudio max2 5738 F pulseaudio /dev/snd/controlC0: max2 2150 F pulseaudio max2 5738 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Date: Fri Feb 7 21:14:51 2014 HibernationDevice: RESUME=UUID=ceda0ab2-a0cb-4d45-9596-0487f751b10e InstallationDate: Installed on 2013-08-27 (164 days ago) InstallationMedia: ArtistX 12.10 - Release i386 IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: NEC Computers SAS POWERMATE VL360 MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-35-generic root=UUID=65ce1740-e338-4124-a084-78799fa0ecf1 ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.8.0-35-generic N/A linux-backports-modules-3.8.0-35-generic N/A linux-firmware1.106 RfKill: SourcePackage: linux UpgradeStatus: Upgraded to raring on 2014-02-07 (0 days ago) dmi.bios.date: 02/01/2007 dmi.bios.vendor: NEC COMPUTERS SAS dmi.bios.version: W7295NP2.115 dmi.board.name: C51MCP51 dmi.board.vendor: NEC Computers SAS dmi.chassis.type: 3 dmi.chassis.vendor: NEC Computers SAS dmi.modalias: dmi:bvnNECCOMPUTERSSAS:bvrW7295NP2.115:bd02/01/2007:svnNECComputersSAS:pnPOWERMATEVL360:pvr:rvnNECComputersSAS:rnC51MCP51:rvr:cvnNECComputersSAS:ct3:cvr: dmi.product.name: POWERMATE VL360 dmi.sys.vendor: NEC Computers SAS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277683/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277683] [NEW] upgrade to 13.04
Public bug reported: see file ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: linux-image-3.8.0-35-generic 3.8.0-35.50 ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13 Uname: Linux 3.8.0-35-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.9.2-0ubuntu8.5 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: max2 2150 F pulseaudio max2 5738 F pulseaudio /dev/snd/controlC0: max2 2150 F pulseaudio max2 5738 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Date: Fri Feb 7 21:14:51 2014 HibernationDevice: RESUME=UUID=ceda0ab2-a0cb-4d45-9596-0487f751b10e InstallationDate: Installed on 2013-08-27 (164 days ago) InstallationMedia: ArtistX 12.10 - Release i386 IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: NEC Computers SAS POWERMATE VL360 MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-35-generic root=UUID=65ce1740-e338-4124-a084-78799fa0ecf1 ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.8.0-35-generic N/A linux-backports-modules-3.8.0-35-generic N/A linux-firmware1.106 RfKill: SourcePackage: linux UpgradeStatus: Upgraded to raring on 2014-02-07 (0 days ago) dmi.bios.date: 02/01/2007 dmi.bios.vendor: NEC COMPUTERS SAS dmi.bios.version: W7295NP2.115 dmi.board.name: C51MCP51 dmi.board.vendor: NEC Computers SAS dmi.chassis.type: 3 dmi.chassis.vendor: NEC Computers SAS dmi.modalias: dmi:bvnNECCOMPUTERSSAS:bvrW7295NP2.115:bd02/01/2007:svnNECComputersSAS:pnPOWERMATEVL360:pvr:rvnNECComputersSAS:rnC51MCP51:rvr:cvnNECComputersSAS:ct3:cvr: dmi.product.name: POWERMATE VL360 dmi.sys.vendor: NEC Computers SAS ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 raring third-party-packages ** Attachment added: "apport.linux-image-3.8.0-35-generic.epbquf.apport" https://bugs.launchpad.net/bugs/1277683/+attachment/3973264/+files/apport.linux-image-3.8.0-35-generic.epbquf.apport -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277683 Title: upgrade to 13.04 Status in “linux” package in Ubuntu: New Bug description: see file ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: linux-image-3.8.0-35-generic 3.8.0-35.50 ProcVersionSignature: Ubuntu 3.8.0-35.50-generic 3.8.13.13 Uname: Linux 3.8.0-35-generic i686 NonfreeKernelModules: fglrx ApportVersion: 2.9.2-0ubuntu8.5 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: max2 2150 F pulseaudio max2 5738 F pulseaudio /dev/snd/controlC0: max2 2150 F pulseaudio max2 5738 F pulseaudio CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. Date: Fri Feb 7 21:14:51 2014 HibernationDevice: RESUME=UUID=ceda0ab2-a0cb-4d45-9596-0487f751b10e InstallationDate: Installed on 2013-08-27 (164 days ago) InstallationMedia: ArtistX 12.10 - Release i386 IwConfig: lono wireless extensions. eth0 no wireless extensions. MachineType: NEC Computers SAS POWERMATE VL360 MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-35-generic root=UUID=65ce1740-e338-4124-a084-78799fa0ecf1 ro quiet splash RelatedPackageVersions: linux-restricted-modules-3.8.0-35-generic N/A linux-backports-modules-3.8.0-35-generic N/A linux-firmware1.106 RfKill: SourcePackage: linux UpgradeStatus: Upgraded to raring on 2014-02-07 (0 days ago) dmi.bios.date: 02/01/2007 dmi.bios.vendor: NEC COMPUTERS SAS dmi.bios.version: W7295NP2.115 dmi.board.name: C51MCP51 dmi.board.vendor: NEC Computers SAS dmi.chassis.type: 3 dmi.chassis.vendor: NEC Computers SAS dmi.modalias: dmi:bvnNECCOMPUTERSSAS:bvrW7295NP2.115:bd02/01/2007:svnNECComputersSAS:pnPOWERMATEVL360:pvr:rvnNECComputersSAS:rnC51MCP51:rvr:cvnNECComputersSAS:ct3:cvr: dmi.product.name: POWERMATE VL360 dmi.sys.vendor: NEC Computers SAS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277683/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
That's right. So maybe I'm no experiencing the same problem as you. Nevertheless the crashdumps we posted in the beginning looked similar... so I don't know. Have you tried running virtualbox with some cpu load on both host and guest os? nothreadirqs did make a difference in the time it took before a crash occurred.. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
Re: [Kernel-packages] [Bug 1275116] Re: lowlatency-flavour crashes and locks up alot
I get a crash sudently, doing nothing especial. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275116 Title: lowlatency-flavour crashes and locks up alot Status in “linux” package in Ubuntu: Confirmed Bug description: The 3.11 flavour that where upgraded to 3.13 today crashed 10 times this morning. I have the crashdums, but I figured that it might have been solved in 3.13. Unfortunatly it seems like it is not. I will add crashdumps when I get crashes that do not just lockup the machine but currently I have only seem complete lockups with 3.13 So the essense is : 3.11-lowlatency crashed 10 time today most of the crashes reached the console so I could see the panic text. 3.13-lowlatency crash 1 time 10 minuttes after first boot. No VT swtich. During next reboot it also locked. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-6-lowlatency (not installed) ProcVersionSignature: Ubuntu 3.13.0-6.23-generic 3.13.0 Uname: Linux 3.13.0-6-generic i686 ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sgh2176 F pulseaudio CurrentDesktop: KDE Date: Fri Jan 31 23:38:10 2014 InstallationDate: Installed on 2013-12-24 (38 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20131224) MachineType: LENOVO 2356GCG ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-6-generic root=UUID=6376d4d7-bb9e-4488-bb5f-798e6c41f3fc ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-6-generic N/A linux-backports-modules-3.13.0-6-generic N/A linux-firmware1.123 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2012 dmi.bios.vendor: LENOVO dmi.bios.version: G7ET31WW (1.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 2356GCG dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrG7ET31WW(1.13):bd07/02/2012:svnLENOVO:pn2356GCG:pvrThinkPadT430s:rvnLENOVO:rn2356GCG:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 2356GCG dmi.product.version: ThinkPad T430s dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275116/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277722] [NEW] Quantal update to v3.5.7.29 stable release
Public bug reported: SRU Justification Impact: The upstream process for stable tree updates is quite similar in scope to the Ubuntu SRU process, e.g., each patch has to demonstrably fix a bug, and each patch is vetted by upstream by originating either directly from Linus' tree or in a minimally backported form of that patch. The v3.5.7.29 upstream stable patch set is now available. It should be included in the Ubuntu kernel as well. git://git.kernel.org/ TEST CASE: TBD The following patches are in the v3.5.7.29 stable release: ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Affects: linux (Ubuntu Quantal) Importance: Undecided Status: New ** Tags: kernel-stable-tracking-bug ** Tags added: kernel-stable-tracking-bug ** Also affects: linux (Ubuntu Quantal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277722 Title: Quantal update to v3.5.7.29 stable release Status in “linux” package in Ubuntu: New Status in “linux” source package in Quantal: New Bug description: SRU Justification Impact: The upstream process for stable tree updates is quite similar in scope to the Ubuntu SRU process, e.g., each patch has to demonstrably fix a bug, and each patch is vetted by upstream by originating either directly from Linus' tree or in a minimally backported form of that patch. The v3.5.7.29 upstream stable patch set is now available. It should be included in the Ubuntu kernel as well. git://git.kernel.org/ TEST CASE: TBD The following patches are in the v3.5.7.29 stable release: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277722/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277722] Re: Quantal update to v3.5.7.29 stable release
** Description changed: - - SRU Justification - - Impact: -The upstream process for stable tree updates is quite similar -in scope to the Ubuntu SRU process, e.g., each patch has to -demonstrably fix a bug, and each patch is vetted by upstream -by originating either directly from Linus' tree or in a minimally -backported form of that patch. The v3.5.7.29 upstream stable -patch set is now available. It should be included in the Ubuntu -kernel as well. - -git://git.kernel.org/ - - TEST CASE: TBD - -The following patches are in the v3.5.7.29 stable release: + SRU Justification + + Impact: + The upstream process for stable tree updates is quite similar + in scope to the Ubuntu SRU process, e.g., each patch has to + demonstrably fix a bug, and each patch is vetted by upstream + by originating either directly from Linus' tree or in a minimally + backported form of that patch. The v3.5.7.29 upstream stable + patch set is now available. It should be included in the Ubuntu + kernel as well. + + git://git.kernel.org/ + + TEST CASE: TBD + + The following patches are in the v3.5.7.29 stable release: + + Linux 3.5.7.29 + SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() + mac80211: move "bufferable MMPDU" check to fix AP mode scan + x86, fpu, amd: Clear exceptions in AMD FXSAVE workaround + bridge: use spin_lock_bh() in br_multicast_set_hash_max + net: llc: fix use after free in llc_ui_recvmsg + vlan: Fix header ops passthru when doing TX VLAN offload. + net: rose: restore old recvmsg behavior + rds: prevent dereference of a NULL device + hamradio/yam: fix info leak in ioctl + drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl() + net: inet_diag: zero out uninitialized idiag_{src,dst} fields + net: unix: allow bind to fail on mutex lock + netvsc: don't flush peers notifying work during setting mtu + tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0 + net: unix: allow set_peek_off to fail + net: drop_monitor: fix the value of maxattr + ipv6: don't count addrconf generated routes against gc limit + macvtap: signal truncated packets + tun: update file current position + macvtap: update file current position + macvtap: Do not double-count received packets + rds: prevent BUG_ON triggered on congestion update to loopback + net: do not pretend FRAGLIST support + sched: Guarantee new group-entities always have weight + sched: Fix hrtimer_cancel()/rq->lock deadlock + sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining + sched: Fix race on toggling cfs_bandwidth_used + ftrace: Check module functions being traced on reload + mm: ensure get_unmapped_area() returns higher address than mmap_min_addr + Revert "mm: ensure get_unmapped_area() returns higher address than mmap_min_addr" + ceph: Avoid data inconsistency due to d-cache aliasing in readpage() + sh: always link in helper functions extracted from libgcc + jbd2: don't BUG but return ENOSPC if a handle runs out of space + GFS2: Fix incorrect invalidation for DIO/buffered I/O + GFS2: don't hold s_umount over blkdev_put + Input: allocate absinfo data when setting ABS capability + powerpc: Align p_end + ath9k_htc: properly set MAC address and BSSID mask + ARM: fix "bad mode in ... handler" message for undefined instructions + powerpc: Fix bad stack check in exception entry + selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock() + selinux: fix broken peer recv check + drm/radeon: 0x9649 is SUMO2 not SUMO + ext4: add explicit casts when masking cluster sizes + drm/radeon: fix asic gfx values for scrapper asics + libata, freezer: avoid block device removal while system is frozen + dm9601: work around tx fifo sync issue on dm962x + dm9601: fix reception of full size ethernet frames on dm9620/dm9621a + net_dma: mark broken + ASoC: wm8904: fix DSP mode B configuration + iio:adc:ad7887 Fix channel reported endianness from cpu to big endian + cpupower: Fix segfault due to incorrect getopt_long arugments + ath9k: Fix interrupt handling for the AR9002 family + rtlwifi: pci: Fix oops on driver unload + ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function + sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities + drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook + libata: disable a disk via libata.force params + ftrace: Initialize the ftrace profiler for each possible cpu + radiotap: fix bitmap-end-finding buffer overrun + gpio: msm: Fix irq mask/unmask by writing bits instead of numbers + ALSA: hda - Add enable_msi=0 workaround for four HP machines + drm/radeon: Fix sideport problems on certain RS690 boards + iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set + drm/i915: don't update the dri1 breadcrumb with modesetting + xhci: Limit the spurious wakeup fix only to HP machines + scripts/link-vmlinux.sh: only
[Kernel-packages] [Bug 1277741] [NEW] 15 sec timeout when mounting with nfs4
Public bug reported: With the default nfs-common configuration (rpc.gssd not running), there is a 15 second delay when mounting an NFSv4 filesystem. After setting NEED_GSSD=yes and starting rpc.gssd, there is no delay. I don't know exactly when this was introduced. I reproduced it in trusty, in saucy, and in precise with the lts-saucy kernel, but not in raring. The patch series fixing this was merged recently and will be in 3.14: http://article.gmane.org/gmane.linux.nfs/60081 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4b9a445e3eeb8bd9278b1ae51c1b3a651e370cd6 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=89f842435c630f8426f414e6030bc2ffea0d6f81 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6aa23d76a7b549521a03b63b6d5b7880ea87eab7 Not part of the original series, but there are a few fixes on top of those: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3396f92f8be606ea485b0a82d4e7749a448b013b https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e2f0c83a9de331d9352185ca3642616c13127539 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=23e66ba97127ff3b064d4c6c5138aa34eafc492f Fedora and openSUSE have backported the fix to their 3.11-based kernels: http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f19&id=6142d53dbe77431a4cc54f7ec80413b06f4ab182 http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f20&id=a585abfb8457a34cf6a5e737aa5fd75dbfe2559b http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b2c797e218e1b2694f3e5d2d470bed6fb1b82009 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b876acdd9ab5a5a81f7690ad0fc2f54ee83ac642 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b4901f2cf60e02895336b8bde254c0eef07c09dd ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Affects: linux-lts-saucy (Ubuntu) Importance: Undecided Status: New ** Affects: fedora Importance: Unknown Status: Unknown ** Tags: saucy trusty ** Also affects: linux-lts-saucy (Ubuntu) Importance: Undecided Status: New ** Bug watch added: Red Hat Bugzilla #1001934 https://bugzilla.redhat.com/show_bug.cgi?id=1001934 ** Also affects: fedora via https://bugzilla.redhat.com/show_bug.cgi?id=1001934 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277741 Title: 15 sec timeout when mounting with nfs4 Status in “linux” package in Ubuntu: New Status in “linux-lts-saucy” package in Ubuntu: New Status in Fedora: Unknown Bug description: With the default nfs-common configuration (rpc.gssd not running), there is a 15 second delay when mounting an NFSv4 filesystem. After setting NEED_GSSD=yes and starting rpc.gssd, there is no delay. I don't know exactly when this was introduced. I reproduced it in trusty, in saucy, and in precise with the lts-saucy kernel, but not in raring. The patch series fixing this was merged recently and will be in 3.14: http://article.gmane.org/gmane.linux.nfs/60081 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4b9a445e3eeb8bd9278b1ae51c1b3a651e370cd6 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=89f842435c630f8426f414e6030bc2ffea0d6f81 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6aa23d76a7b549521a03b63b6d5b7880ea87eab7 Not part of the original series, but there are a few fixes on top of those: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3396f92f8be606ea485b0a82d4e7749a448b013b https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e2f0c83a9de331d9352185ca3642616c13127539 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=23e66ba97127ff3b064d4c6c5138aa34eafc492f Fedora and openSUSE have backported the fix to their 3.11-based kernels: http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f19&id=6142d53dbe77431a4cc54f7ec80413b06f4ab182 http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f20&id=a585abfb8457a34cf6a5e737aa5fd75dbfe2559b http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b2c797e218e1b2694f3e5d2d470bed6fb1b82009 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b876acdd9ab5a5a81f7690ad0fc2f54ee83ac642 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b4901f2cf60e02895336b8bde254c0eef07c09dd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : http
[Kernel-packages] [Bug 1277741] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem. >From a terminal window please run: apport-collect 1277741 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'. This change has been made by an automated script, maintained by the Ubuntu Kernel Team. ** Changed in: linux (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277741 Title: 15 sec timeout when mounting with nfs4 Status in “linux” package in Ubuntu: Incomplete Status in “linux-lts-saucy” package in Ubuntu: New Status in Fedora: Unknown Bug description: With the default nfs-common configuration (rpc.gssd not running), there is a 15 second delay when mounting an NFSv4 filesystem. After setting NEED_GSSD=yes and starting rpc.gssd, there is no delay. I don't know exactly when this was introduced. I reproduced it in trusty, in saucy, and in precise with the lts-saucy kernel, but not in raring. The patch series fixing this was merged recently and will be in 3.14: http://article.gmane.org/gmane.linux.nfs/60081 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4b9a445e3eeb8bd9278b1ae51c1b3a651e370cd6 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=89f842435c630f8426f414e6030bc2ffea0d6f81 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6aa23d76a7b549521a03b63b6d5b7880ea87eab7 Not part of the original series, but there are a few fixes on top of those: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3396f92f8be606ea485b0a82d4e7749a448b013b https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e2f0c83a9de331d9352185ca3642616c13127539 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=23e66ba97127ff3b064d4c6c5138aa34eafc492f Fedora and openSUSE have backported the fix to their 3.11-based kernels: http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f19&id=6142d53dbe77431a4cc54f7ec80413b06f4ab182 http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f20&id=a585abfb8457a34cf6a5e737aa5fd75dbfe2559b http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b2c797e218e1b2694f3e5d2d470bed6fb1b82009 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b876acdd9ab5a5a81f7690ad0fc2f54ee83ac642 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b4901f2cf60e02895336b8bde254c0eef07c09dd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277741] Re: 15 sec timeout when mounting with nfs4
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1277741 Title: 15 sec timeout when mounting with nfs4 Status in “linux” package in Ubuntu: Confirmed Status in “linux-lts-saucy” package in Ubuntu: New Status in Fedora: Unknown Bug description: With the default nfs-common configuration (rpc.gssd not running), there is a 15 second delay when mounting an NFSv4 filesystem. After setting NEED_GSSD=yes and starting rpc.gssd, there is no delay. I don't know exactly when this was introduced. I reproduced it in trusty, in saucy, and in precise with the lts-saucy kernel, but not in raring. The patch series fixing this was merged recently and will be in 3.14: http://article.gmane.org/gmane.linux.nfs/60081 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4b9a445e3eeb8bd9278b1ae51c1b3a651e370cd6 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=89f842435c630f8426f414e6030bc2ffea0d6f81 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6aa23d76a7b549521a03b63b6d5b7880ea87eab7 Not part of the original series, but there are a few fixes on top of those: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=3396f92f8be606ea485b0a82d4e7749a448b013b https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e2f0c83a9de331d9352185ca3642616c13127539 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=23e66ba97127ff3b064d4c6c5138aa34eafc492f Fedora and openSUSE have backported the fix to their 3.11-based kernels: http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f19&id=6142d53dbe77431a4cc54f7ec80413b06f4ab182 http://pkgs.fedoraproject.org/cgit/kernel.git/commit/?h=f20&id=a585abfb8457a34cf6a5e737aa5fd75dbfe2559b http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b2c797e218e1b2694f3e5d2d470bed6fb1b82009 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b876acdd9ab5a5a81f7690ad0fc2f54ee83ac642 http://kernel.opensuse.org/cgit/kernel/commit/?h=openSUSE-13.1&id=b4901f2cf60e02895336b8bde254c0eef07c09dd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277741/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1275378] Re: No DHCP response e1000e
linux-image-3.13.0-8-generic_3.13.0-8.27_amd64.deb seems to be fine. As in the networking seems to be functioning fine. Can ssh into the box fine. (the console crashes on this kernel not long after starting X, going to assume this is due to having rather old user space on this box at the moment). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1275378 Title: No DHCP response e1000e Status in “linux” package in Ubuntu: Fix Committed Bug description: After booting the Ubuntu Live CD nightly build from 2014-01-29, Linux 3.13, I am not getting responses to dhcp. Running tcpdump on the affected machine, I can see packets coming in, I can see the DHCP packets going out, but I can't see any response to these DHCP packets. So I suspect the packets going out aren't getting out or are being corrupted. Rebooting the machine to Ubuntu 12.04, and everything works fine again. As per old red hat bug, I tried apic=off, this didn't help. lspci says: 00:19.0 Ethernet controller: Intel Corporation 82566DM-2 Gigabit Network Connection (rev 02) Unfortunately, without network access, I cannot run ubuntu-bug, as described in guidelines. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1275378/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1255428] Re: LCD brightness control keys and widget do not work on Intel Graphics on Saucy
Hello Christopher. Sorry for the delay. I am having problems downloading the daily images but I trusted with Alpha 2, and the bug persists there. And I did not test the mainline kernels since as noted earlier, even with the Saucy kernel, if we directly write to /sys/class/backlight/intel_backlight/brightness then the brightness does change, so even the default Saucy kernel is clearly capable of telling the hardware to change its brightness. The problem lies probably in that the GUI as in the power management applet popup and the keyboard hook which should handle the pressing of the physical brightness keys on keyboard are somehow not able to modify the /sys/class/backlight/* file or so. With the existing setup, I have having to sudo to modify the /sys/class/* file, so perhaps the process running the GUI popup or the keyboard hook does not have the relevant permissions to change the /sys/class/* file. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1255428 Title: LCD brightness control keys and widget do not work on Intel Graphics on Saucy Status in “linux” package in Ubuntu: Confirmed Bug description: After upgrading to Saucy, on my Lenovo IdeaPad Z570 with Intel HD Graphics 3000, it is no longer possible to control the LCD brightness using the hardware brightness control keys. Likewise for the KDE power management settings or the battery icon on my Kubuntu Plasma tray. (I don't use GNOME/Unity.) Until Raring I did not have this problem. There is a workaround available from http://askubuntu.com/questions/362894/changing-the-brightness-stopped- working-in-13-10-saucy-salamander i.e. doing the following command on a terminal: echo 150 | sudo tee /sys/class/backlight/intel_backlight/brightness where 150 is on the scale of 0 to whatever is given within /sys/class/backlight/intel_backlight/max_brightness. Based on this I wrote a GUI which however needs to be run using sudo/kdesudo/gksudo. I have attached it. Bug #1241745 also relates to the same problem on Saucy but apparently relates to an NVidia driver and I was asked to track this as a separate bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1241745/comments/17 --- ApportVersion: 2.12.5-0ubuntu2.1 Architecture: amd64 DistroRelease: Ubuntu 13.10 InstallationDate: Installed on 2013-10-19 (38 days ago) InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MarkForUpload: True Package: xserver-xorg-video-intel 2:2.99.904-0ubuntu2 PackageArchitecture: amd64 ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6 Tags: saucy Uname: Linux 3.11.0-13-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1255428/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 162671] Re: VT6656 wireless chipset is unsupported
** Tags removed: verification-needed-quantal ** Tags added: verification-done-quantal -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/162671 Title: VT6656 wireless chipset is unsupported Status in “linux” package in Ubuntu: Fix Released Status in “linux-source-2.6.22” package in Ubuntu: Won't Fix Status in “linux” source package in Precise: Fix Committed Status in “linux-source-2.6.22” source package in Precise: Invalid Status in “linux” source package in Quantal: Fix Committed Status in “linux-source-2.6.22” source package in Quantal: Invalid Status in “linux” source package in Raring: Fix Released Status in “linux-source-2.6.22” source package in Raring: Invalid Bug description: VIA has released driver source without a license. Please take a few minutes to post to viaarena encouraging VIA to re-release the driver with an appropriate license included: http://forums.viaarena.com/messageview.aspx?catid=28&threadid=78745 This is probably the quickest way to get support for this chipset. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/162671/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 162671] Re: VT6656 wireless chipset is unsupported
** Tags removed: verification-needed-precise ** Tags added: verification-done-precise -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/162671 Title: VT6656 wireless chipset is unsupported Status in “linux” package in Ubuntu: Fix Released Status in “linux-source-2.6.22” package in Ubuntu: Won't Fix Status in “linux” source package in Precise: Fix Committed Status in “linux-source-2.6.22” source package in Precise: Invalid Status in “linux” source package in Quantal: Fix Committed Status in “linux-source-2.6.22” source package in Quantal: Invalid Status in “linux” source package in Raring: Fix Released Status in “linux-source-2.6.22” source package in Raring: Invalid Bug description: VIA has released driver source without a license. Please take a few minutes to post to viaarena encouraging VIA to re-release the driver with an appropriate license included: http://forums.viaarena.com/messageview.aspx?catid=28&threadid=78745 This is probably the quickest way to get support for this chipset. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/162671/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1277598] [NEW] WLAN connection break under load (iwl3945)
You have been subscribed to a public bug: How to reproduce: - open YouTube with Opera - open some long video - go full screen - jump back and forth in the video - observe connection break Tried with kernels: 3.13.1-031301.201401291035 3.8.0-35.50~precise1 3.8.0.35.35 Attachment is from the latest kernel. Possibly related bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1249765 HW/SW details: PC: Lenovo ThinkPad T60, model 2008YZE WLAN: 03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4227] (rev 02) SW: Linux Mint 13.04 LTS ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- WLAN connection break under load (iwl3945) https://bugs.launchpad.net/bugs/1277598 You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp