[Kernel-packages] [Bug 1863086] Re: unkillable process (kernel NULL pointer dereference)
After previous comment I checked my system settings and find what affect to this bug. I usually disable system core dump in all linux distributions using kernel.core_pattern=| in sysctl.conf When kernel.core_pattern has default all ok. So kernel.core_pattern=| cause this bug. It occurs since kernel 5.3 -- 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/1863086 Title: unkillable process (kernel NULL pointer dereference) Status in linux package in Ubuntu: Confirmed Bug description: If process that listens socket on any port crashes (segmentation fault) it becomes unkillable. Kill command does not kill this process. Port that listen crashed process never be freed. journalctl shows error: Feb 13 13:28:09 vbun04 kernel: socktest[1359]: segfault at 21 ip 55ec3a6bf11e sp 7ffd88899fb0 error 6 in socktest[55ec3a6bf000+1000] Feb 13 13:28:09 vbun04 kernel: Code: 04 24 02 00 17 70 89 c5 48 b8 30 30 30 30 30 30 30 30 89 ef 48 89 44 24 08 e8 8e ff ff ff be 0a 00 00 00 89 ef e8 72 ff ff ff 04 25 21 00 00 00 21 00 00 00 48 8b 44 24 18 Feb 13 13:28:09 vbun04 kernel: BUG: kernel NULL pointer dereference, address: 0020 Feb 13 13:28:09 vbun04 kernel: #PF: supervisor read access in kernel mode Feb 13 13:28:09 vbun04 kernel: #PF: error_code(0x) - not-present page Feb 13 13:28:09 vbun04 kernel: PGD 0 P4D 0 Feb 13 13:28:09 vbun04 kernel: Oops: [#1] SMP NOPTI Feb 13 13:28:09 vbun04 kernel: CPU: 1 PID: 1359 Comm: socktest Tainted: G OE 5.3.0-29-generic #31-Ubuntu Feb 13 13:28:09 vbun04 kernel: Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 Feb 13 13:28:09 vbun04 kernel: RIP: 0010:do_coredump+0x536/0xb30 Feb 13 13:28:09 vbun04 kernel: Code: 00 48 8b bd 18 ff ff ff 48 85 ff 74 05 e8 c2 47 fa ff 65 48 8b 04 25 c0 6b 01 00 48 8b 00 48 8b 7d a0 a8 04 0f 85 65 05 00 00 <48> 8b 57 20 0f b7 02 66 25 00 f0 66 3d 00 80 0f Feb 13 13:28:09 vbun04 kernel: RSP: :b464c2c5fca8 EFLAGS: 00010246 Feb 13 13:28:09 vbun04 kernel: RAX: RBX: 9d4b76995100 RCX: 1afc Feb 13 13:28:09 vbun04 kernel: RDX: RSI: b464c2c5fc68 RDI: Feb 13 13:28:09 vbun04 kernel: RBP: b464c2c5fdd8 R08: 0400 R09: b464c2c5fbe0 Feb 13 13:28:09 vbun04 kernel: R10: 9d4b75d01170 R11: R12: 9d4b7b3df540 Feb 13 13:28:09 vbun04 kernel: R13: 0001 R14: R15: b9f15920 Feb 13 13:28:09 vbun04 kernel: FS: 7f6c91911540() GS:9d4b7db0() knlGS: Feb 13 13:28:09 vbun04 kernel: CS: 0010 DS: ES: CR0: 80050033 Feb 13 13:28:09 vbun04 kernel: CR2: 0020 CR3: 723ac003 CR4: 000606e0 Feb 13 13:28:09 vbun04 kernel: Call Trace: Feb 13 13:28:09 vbun04 kernel: ? wake_up_state+0x10/0x20 Feb 13 13:28:09 vbun04 kernel: ? __send_signal+0x1eb/0x3f0 Feb 13 13:28:09 vbun04 kernel: get_signal+0x159/0x880 Feb 13 13:28:09 vbun04 kernel: do_signal+0x34/0x280 Feb 13 13:28:09 vbun04 kernel: ? bad_area+0x47/0x50 Feb 13 13:28:09 vbun04 kernel: exit_to_usermode_loop+0xbf/0x160 Feb 13 13:28:09 vbun04 kernel: prepare_exit_to_usermode+0x77/0xa0 Feb 13 13:28:09 vbun04 kernel: retint_user+0x8/0x8 Feb 13 13:28:09 vbun04 kernel: RIP: 0033:0x55ec3a6bf11e Feb 13 13:28:09 vbun04 kernel: Code: 04 24 02 00 17 70 89 c5 48 b8 30 30 30 30 30 30 30 30 89 ef 48 89 44 24 08 e8 8e ff ff ff be 0a 00 00 00 89 ef e8 72 ff ff ff 04 25 21 00 00 00 21 00 00 00 48 8b 44 24 18 Feb 13 13:28:09 vbun04 kernel: RSP: 002b:7ffd88899fb0 EFLAGS: 00010217 Feb 13 13:28:09 vbun04 kernel: RAX: RBX: RCX: 7f6c918424eb Feb 13 13:28:09 vbun04 kernel: RDX: 0010 RSI: 000a RDI: 0003 Feb 13 13:28:09 vbun04 kernel: RBP: 0003 R08: R09: 7f6c919331f0 Feb 13 13:28:09 vbun04 kernel: R10: R11: 0217 R12: 55ec3a6bf150 Feb 13 13:28:09 vbun04 kernel: R13: 7ffd8889a0b0 R14: R15: Feb 13 13:28:09 vbun04 kernel: Modules linked in: vboxsf(OE) nls_utf8 isofs vboxvideo(OE) intel_rapl_msr intel_rapl_common crct10dif_pclmul vmwgfx crc32_pclmul ghash_clmulni_intel aesni_intel ttm drm_kms_helper a Feb 13 13:28:09 vbun04 kernel: CR2: 0020 Feb 13 13:28:09 vbun04 kernel: ---[ end trace 278d665c8727286a ]--- Feb 13 13:28:09 vbun04 kernel: RIP: 0010:do_coredump+0x536/0xb30 Feb 13 13:28:09 vbun04 kernel: Code: 00 48 8b bd 18 ff ff ff 48 85 ff 74 05 e8 c2 47 fa ff 65 48 8b 04 25 c0 6b 01 00 48 8b 00 48 8b 7d a0 a8 04 0f 85 65 05 00 00 <48> 8b 57 20 0f b7 02 66 25 00 f0 66 3d 00 80 0f Feb 13 13:28:09 vbun04 kernel: RSP: :b464c2c5fca8 EFLAGS: 00010246
[Kernel-packages] [Bug 1359803] Re: External mic not being used in combo port
Experiencing same problem on Debian Jessie on Lenovo G40-30. After assigning pin 0x18 to microphone acpi_listen prints that microphone is plugged in but pavucontrol still shows mic as unplugged. Also trying to boost appeared after pin assignment microphone in alsamixer makes large increasing noise so I think overriding that pin is not a part of solution for me. Fabianbur's solution didn't work too. -- 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/1359803 Title: External mic not being used in combo port Status in linux package in Ubuntu: In Progress Bug description: I'm using Ubuntu 14.04 on my Asus 1015E that only has a combo audio port which accepts smartphone type "headsets" (3.5mm TRRS headphones with mic on the same wire). Ubuntu does not deactivate the built-in mic when I connect my headset. It doesn't even use the headset mic and instead keeps picking up audio signal from the integrated microphone (that's on my laptop bezel). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-32-generic 3.13.0-32.57 ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4 Uname: Linux 3.13.0-32-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.3 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: power-inside 4651 F pulseaudio Date: Thu Aug 21 20:24:20 2014 HibernationDevice: RESUME=UUID=d0a4bd33-50b7-419e-80da-efc7ad5b1247 InstallationDate: Installed on 2013-11-08 (286 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) MachineType: ASUSTeK COMPUTER INC. 1015E ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-32-generic root=UUID=0323822b-7902-4f91-bf79-2a91c47d7df5 ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.13.0-32-generic N/A linux-backports-modules-3.13.0-32-generic N/A linux-firmware 1.127.5 SourcePackage: linux UpgradeStatus: Upgraded to trusty on 2014-04-18 (124 days ago) dmi.bios.date: 03/15/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 1015E.303 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: 1015E 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.:bvr1015E.303:bd03/15/2013:svnASUSTeKCOMPUTERINC.:pn1015E:pvr1.0:rvnASUSTeKCOMPUTERINC.:rn1015E:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: 1015E 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/1359803/+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 124406] Re: Keyboard keys get stuck and repeat
also found this bug (keyboard imitates of pressing '1', '2', '3' and Enter) after installing of fresh copy of ubuntu 14.04 stable x64 server and when installing xorg and kubuntu-desktop meta package also found this bug after installing of fresh copy of ubuntu 12.04.4 stable x64 server and when installing xorg and kubuntu-desktop meta package, but more rarely when in 14.04 my keyboard is physically well (dual-booting into Windows on this machine shows no problems), this bug exists if I change the keyboard to another. If I reboot the computer and never click a button on keyboard (but work with it through RealVNC server and viewer - press any buttons on keyboard at other computer and VNC viewer sends it to server) - the bug appears again The bug also appears sometimes after some hoгs of user inactivity (VNC viewers also disconnected for some hours) -- 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/124406 Title: Keyboard keys get stuck and repeat Status in GNU Emacs: Invalid Status in The Linux Kernel: Confirmed Status in X.Org X server: In Progress Status in “linux” package in Ubuntu: Won't Fix Status in “xorg-server” package in Ubuntu: Won't Fix Status in “linux” source package in Jaunty: Won't Fix Status in “xorg-server” source package in Jaunty: Invalid Status in Gentoo Linux: New Bug description: Keyboard keys such as the arrows, Alt-F4, PageUp/PageDown, etc. often get 'stuck' and continue being 'clicked' even after they are physically released. For example when clicking Alt-F4, sometimes it gets stuck so all the windows are closed instead of just one. My configuration is Feisty + Xgl + Compiz Fusion. My previous configuration was Edgy + Xgl + Beryl, where this didn't happen. Others have reported the same problem without using either Xgl or Compiz. The keyboard itself isn't the problem. When dual-booting to Windows, everything works fine. Also, the problem happens with two different keyboards (internal laptop, external USB). My best guess is that the problem occurs at time of high system load. Somehow during these times the key-release signal gets lost and the key-press is repeated indefinitely. This happens more often with Compiz configurations because Compiz tends to increase system load. It also happens more often with power-hungry apps like Firefox and Acrobat Reader for similar reasons. PS: When the keys would repeat all input devices would be locked up. ie. mouse won't move, clicks don't do anything, keyboard presses don't register. Then when it becomes unstuck, the mouse moves around and everything. Hope this helps. See also this forum thread for other people with the same problem: http://ubuntuforums.org/showthread.php?t=432057 To manage notifications about this bug go to: https://bugs.launchpad.net/emacs/+bug/124406/+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 124406] Re: Keyboard keys get stuck and repeat
also found this bug after installing (at the middle of June 2014) fresh copy of ubuntu-14.04-beta2-server-amd64.iso AND NOTHING ELSE! (no KDE, Gnome etc.) predominantly arbitrarily keys presses digit '1', digit '2', digit '3', left and right arrows and Enter. My Ubuntu is installed at sda7 of hard disk, sda1 is partition for Win XP (then I boot in Windows, no any bugs with keyboard!), grub installed into sda Master Block Record), I selected Russian language before installin server, and updates are downloading during install, software sources enabled: main, universe, restricted, multiverse, download server is Main server (not local for Russian Federation), other software sources: Canonical partners, Canonical partners (source code), Independent, Independent (source code), Important security updates, Recommended updates, Pre-released updates, Unsupported updates, Release upgrade: long term support releases only. my configuration is Asus P5G41T-M LX motherboard (northbridge Intel G41, southbridge Intel ICH7) with Pentium Dual-core CPU E5700 @ 3.00 GHz, 4 Gb dual-channel memory. Removing the keyboard physically from PS/2 socket does not solve the problem. Also I installed fresh copy of ubuntu-14.04-beta2-server-amd64.iso and selected English and also found this bug (after KDE (kubuntu-desktop package) installed or before I install KDE, I don't remember), also found this bug after installing fresh copy of ubuntu-12.04.4-server-amd64.iso (with Russian selected) and kubuntu-desktop package (I am not sure if this bug will not appear after installing fresh copy of ubuntu-12.04.4-server-amd64.iso without KDE), but in 12.04.4 this bug appears more rarely then in 14.04. This bug appears more often when I use RealVNC or TeamViewer and remotely control my computer (in KDE enviromnent). -- 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/124406 Title: Keyboard keys get stuck and repeat Status in GNU Emacs: Invalid Status in The Linux Kernel: Confirmed Status in X.Org X server: In Progress Status in “linux” package in Ubuntu: Won't Fix Status in “xorg-server” package in Ubuntu: Won't Fix Status in “linux” source package in Jaunty: Won't Fix Status in “xorg-server” source package in Jaunty: Invalid Status in Gentoo Linux: New Bug description: Keyboard keys such as the arrows, Alt-F4, PageUp/PageDown, etc. often get 'stuck' and continue being 'clicked' even after they are physically released. For example when clicking Alt-F4, sometimes it gets stuck so all the windows are closed instead of just one. My configuration is Feisty + Xgl + Compiz Fusion. My previous configuration was Edgy + Xgl + Beryl, where this didn't happen. Others have reported the same problem without using either Xgl or Compiz. The keyboard itself isn't the problem. When dual-booting to Windows, everything works fine. Also, the problem happens with two different keyboards (internal laptop, external USB). My best guess is that the problem occurs at time of high system load. Somehow during these times the key-release signal gets lost and the key-press is repeated indefinitely. This happens more often with Compiz configurations because Compiz tends to increase system load. It also happens more often with power-hungry apps like Firefox and Acrobat Reader for similar reasons. PS: When the keys would repeat all input devices would be locked up. ie. mouse won't move, clicks don't do anything, keyboard presses don't register. Then when it becomes unstuck, the mouse moves around and everything. Hope this helps. See also this forum thread for other people with the same problem: http://ubuntuforums.org/showthread.php?t=432057 To manage notifications about this bug go to: https://bugs.launchpad.net/emacs/+bug/124406/+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 124406] Re: Keyboard keys get stuck and repeat
in my situation - keyboard imitated of clicking '1', '2', '3' etc. even if I didn't work on keyboard and mouse for 30 min to several hours. The symbols that were stucked (imitated) didn't repet the symbols I manually typed before. The bug appeared more often when RealVNC server or TeamViewer server worked (and I typed symbols and moved mouse remotely - and VNC server or TeamViewer server received this symbols and mouse movements). Every time then bug began - it repeated from 1 to some hundreds of same symbols - and I every time can stop the bug by pressing any key phisically in keyboard or remotely via VNC server or TeamViewer server (but after such a stopping the bug - it could be begin again after period from 0.5 seconds to some hours). THE PROBLEM SOLVED in my situation by phisically removing the USB device called 'SkypeMate' (USB-B2K model) (this device connects Skype software on desktop via USB with wire connected to standard office phone device to make calls via it). -- 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/124406 Title: Keyboard keys get stuck and repeat Status in GNU Emacs: Invalid Status in The Linux Kernel: Confirmed Status in X.Org X server: In Progress Status in “linux” package in Ubuntu: Won't Fix Status in “xorg-server” package in Ubuntu: Won't Fix Status in “linux” source package in Jaunty: Won't Fix Status in “xorg-server” source package in Jaunty: Invalid Status in Gentoo Linux: New Bug description: Keyboard keys such as the arrows, Alt-F4, PageUp/PageDown, etc. often get 'stuck' and continue being 'clicked' even after they are physically released. For example when clicking Alt-F4, sometimes it gets stuck so all the windows are closed instead of just one. My configuration is Feisty + Xgl + Compiz Fusion. My previous configuration was Edgy + Xgl + Beryl, where this didn't happen. Others have reported the same problem without using either Xgl or Compiz. The keyboard itself isn't the problem. When dual-booting to Windows, everything works fine. Also, the problem happens with two different keyboards (internal laptop, external USB). My best guess is that the problem occurs at time of high system load. Somehow during these times the key-release signal gets lost and the key-press is repeated indefinitely. This happens more often with Compiz configurations because Compiz tends to increase system load. It also happens more often with power-hungry apps like Firefox and Acrobat Reader for similar reasons. PS: When the keys would repeat all input devices would be locked up. ie. mouse won't move, clicks don't do anything, keyboard presses don't register. Then when it becomes unstuck, the mouse moves around and everything. Hope this helps. See also this forum thread for other people with the same problem: http://ubuntuforums.org/showthread.php?t=432057 To manage notifications about this bug go to: https://bugs.launchpad.net/emacs/+bug/124406/+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 124406] Re: Keyboard keys get stuck and repeat
thank you all for help! as I already understood - in this topic users reports about DIFFERENT bugs (but the same sympthoms) - if you are lazy to read this topic above: 1) if your dmesg log contains USB errors ('reset low speed USB device' or other) - try to physically unplug USB devices (mayby onboard keyboards in notebooks seen as like USB devices in some situations?) or re-plug to ANOTHER USB controller; try to use USB keyboard (another keyboard); try to disable legacy USB support in BIOS. This is kernel problem. 2) if your dmesg log contains non-USB errors ('Unknown key released' or something else) - try to change the BIOS setting 'Plug and play OS' to it's default state ('No'); try to disable WiFi adapter; try to disable OpenGl in KDE, Gnome, ... ; try to set atkbd.softrepeat=1 parameter to the kernel boot parameters in Grub; try to unload the battery, AC and thermal modules of kernel after booting; try to set acpi=off parameter to the kernel boot parameters in Grub; try to disable legacy USB support in BIOS; try to execute xset r rate 1000 50 command; try to set in BIOS do not check if PCI-express videocard not installed search for PCI video card, if not - try to initialize internal video card - instead of it set BIOS to initialize your existing video card first; try to disable auto-repeat keys in keyboard in KDE or Gnome settings; try to switch to another kernel; try to execute xmodmap /usr/share/xmodmap/xmodmap.us-101 each time the bug occurs; try to set highres=off nohz=off noapm parameters to the kernel boot parameters in Grub; try to remove gnome-sensors-applet , lm_sensors , net-snmp-libs , hplip , hpijs , net-snmp packages or packages with same functionality; try to edit /etc/mkinitcpio.conf and remove the word 'keyboard' from line HOOKS="... ; try to remove gnome-accessibility-themes , gnome-accessibility-themes-extras accessibility packages or packages with same functionality; try to remove hotkeys-setup package or package with same functionality; try to report at bugs.launchpad.net and ubuntuforums.org about this bug (include your list of hardware (lspci command) and Linux version (uname -a command) and dmesg log) This is a kernel problem also. useful links (are already listed above in this thread): http://bugzilla.kernel.org/show_bug.cgi?id=9147 http://bugzilla.kernel.org/show_bug.cgi?id=9448 https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.15/+bug/39315 http://bugzilla.kernel.org/show_bug.cgi?id=12021 -- 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/124406 Title: Keyboard keys get stuck and repeat Status in GNU Emacs: Invalid Status in The Linux Kernel: Confirmed Status in X.Org X server: In Progress Status in “linux” package in Ubuntu: Won't Fix Status in “xorg-server” package in Ubuntu: Won't Fix Status in “linux” source package in Jaunty: Won't Fix Status in “xorg-server” source package in Jaunty: Invalid Status in Gentoo Linux: New Bug description: Keyboard keys such as the arrows, Alt-F4, PageUp/PageDown, etc. often get 'stuck' and continue being 'clicked' even after they are physically released. For example when clicking Alt-F4, sometimes it gets stuck so all the windows are closed instead of just one. My configuration is Feisty + Xgl + Compiz Fusion. My previous configuration was Edgy + Xgl + Beryl, where this didn't happen. Others have reported the same problem without using either Xgl or Compiz. The keyboard itself isn't the problem. When dual-booting to Windows, everything works fine. Also, the problem happens with two different keyboards (internal laptop, external USB). My best guess is that the problem occurs at time of high system load. Somehow during these times the key-release signal gets lost and the key-press is repeated indefinitely. This happens more often with Compiz configurations because Compiz tends to increase system load. It also happens more often with power-hungry apps like Firefox and Acrobat Reader for similar reasons. PS: When the keys would repeat all input devices would be locked up. ie. mouse won't move, clicks don't do anything, keyboard presses don't register. Then when it becomes unstuck, the mouse moves around and everything. Hope this helps. See also this forum thread for other people with the same problem: http://ubuntuforums.org/showthread.php?t=432057 To manage notifications about this bug go to: https://bugs.launchpad.net/emacs/+bug/124406/+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 1385113] Re: hid-generic 0005:099A:0500.0001: unknown main item tag 0x0
Same here. $ lsb_release -rd Description:Ubuntu 16.04.1 LTS Release:16.04 $ uname -a Linux Aspire-3830TG 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux The bluetooth sometimes fails to initialize, sometimes drops after few minutes, sometime just works. Moreover, I can turn on bluetooth only with quick menu (close to clock). Turning on with Bluetooth Settings does not work (does not show devices on search, when adding a device). [6.099353] Bluetooth: Core ver 2.21 [6.099383] NET: Registered protocol family 31 [6.099385] Bluetooth: HCI device and connection manager initialized [6.099391] Bluetooth: HCI socket layer initialized [6.099395] Bluetooth: L2CAP socket layer initialized [6.099405] Bluetooth: SCO socket layer initialized [6.114950] usbcore: registered new interface driver btusb [6.167519] usbcore: registered new interface driver ath3k [6.361226] usb 1-1.6: USB disconnect, device number 4 [6.558938] usb 1-1.6: new full-speed USB device number 5 using ehci-pci [7.262970] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [7.262974] Bluetooth: BNEP filters: protocol multicast [7.262979] Bluetooth: BNEP socket layer initialized [ 11.630789] usb 1-1.6: device descriptor read/64, error -110 [ 12.429502] Non-volatile memory driver v1.3 [ 16.828546] usb 1-1.6: New USB device found, idVendor=0489, idProduct=e03c [ 16.828549] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 16.828551] usb 1-1.6: Product: Bluetooth USB Host Controller [ 16.828552] usb 1-1.6: Manufacturer: Atheros Communications [ 16.828554] usb 1-1.6: SerialNumber: Alaska Day 2006 [ 16.936225] Bluetooth: RFCOMM TTY layer initialized [ 16.936232] Bluetooth: RFCOMM socket layer initialized [ 16.936238] Bluetooth: RFCOMM ver 1.11 [ 81.621554] hidraw: raw HID events driver (C) Jiri Kosina [ 81.623955] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 81.623963] Bluetooth: HIDP socket layer initialized [ 81.671362] hid-generic 0005:045E:07A2.0001: unknown main item tag 0x0 [ 81.671800] input: Microsoft Sculpt Comfort Mouse as /devices/pci:00/:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/bluetooth/hci0/hci0:21/0005:045E:07A2.0001/input/input15 [ 81.672378] hid-generic 0005:045E:07A2.0001: input,hidraw0: BLUETOOTH HID v1.29 Mouse [Microsoft Sculpt Comfort Mouse] on 94:39:e5:4e:fb:66 [ 92.504506] Bluetooth: hci0 corrupted ACL packet [ 141.584490] atl1c :02:00.0: atl1c: enp2s0 NIC Link is Up<1000 Mbps Full Duplex> [ 141.584525] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready [ 583.614030] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614043] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614049] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614054] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614060] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614066] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614072] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614077] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614082] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614088] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614093] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614098] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614101] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614105] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614108] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614111] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614115] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614120] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614124] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614127] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614131] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614134] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614137] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614141] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614145] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614148] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614151] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614154] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614158] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614161] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614164] Bluetooth: hci0 ACL packet for unknown connection handle 0 [ 583.614168] Bluetooth: hci0 ACL packet for unk
[Kernel-packages] [Bug 1529482] [NEW] package linux-image-generic 4.3.0.2.5 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
Public bug reported: tried to update from 15.10 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.3.0.2.5 ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6 Uname: Linux 4.2.0-22-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sla1859 F pulseaudio Date: Sun Dec 27 19:27:48 2015 ErrorMessage: dependency problems - leaving unconfigured HibernationDevice: RESUME=UUID=43be3822-453d-4551-b677-72aea2316c9e InstallationDate: Installed on 2015-05-22 (219 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) MachineType: Dell Inc. Inspiron 3521 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic root=UUID=b9c3edc2-6438-433f-9c77-8235f2d0b238 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: grub-pc 2.02~beta2-32ubuntu1 SourcePackage: linux-meta Title: package linux-image-generic 4.3.0.2.5 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 UdevLog: Error: [Errno 2] Нет такого файла или каталога: '/var/log/udev' UpgradeStatus: Upgraded to xenial on 2015-12-27 (0 days ago) dmi.bios.date: 08/19/2013 dmi.bios.vendor: Dell Inc. dmi.bios.version: A10 dmi.board.name: 06RYX8 dmi.board.vendor: Dell Inc. dmi.board.version: A02 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A10 dmi.modalias: dmi:bvnDellInc.:bvrA10:bd08/19/2013:svnDellInc.:pnInspiron3521:pvrA10:rvnDellInc.:rn06RYX8:rvrA02:cvnDellInc.:ct8:cvrA10: dmi.product.name: Inspiron 3521 dmi.product.version: A10 dmi.sys.vendor: Dell Inc. ** Affects: linux-meta (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check xenial -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-meta in Ubuntu. https://bugs.launchpad.net/bugs/1529482 Title: package linux-image-generic 4.3.0.2.5 failed to install/upgrade: run- parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 Status in linux-meta package in Ubuntu: New Bug description: tried to update from 15.10 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.3.0.2.5 ProcVersionSignature: Ubuntu 4.2.0-22.27-generic 4.2.6 Uname: Linux 4.2.0-22-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.19.3-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sla1859 F pulseaudio Date: Sun Dec 27 19:27:48 2015 ErrorMessage: dependency problems - leaving unconfigured HibernationDevice: RESUME=UUID=43be3822-453d-4551-b677-72aea2316c9e InstallationDate: Installed on 2015-05-22 (219 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) MachineType: Dell Inc. Inspiron 3521 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-22-generic root=UUID=b9c3edc2-6438-433f-9c77-8235f2d0b238 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: grub-pc 2.02~beta2-32ubuntu1 SourcePackage: linux-meta Title: package linux-image-generic 4.3.0.2.5 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 UdevLog: Error: [Errno 2] Нет такого файла или каталога: '/var/log/udev' UpgradeStatus: Upgraded to xenial on 2015-12-27 (0 days ago) dmi.bios.date: 08/19/2013 dmi.bios.vendor: Dell Inc. dmi.bios.version: A10 dmi.board.name: 06RYX8 dmi.board.vendor: Dell Inc. dmi.board.version: A02 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A10 dmi.modalias: dmi:bvnDellInc.:bvrA10:bd08/19/2013:svnDellInc.:pnInspiron3521:pvrA10:rvnDellInc.:rn06RYX8:rvrA02:cvnDellInc.:ct8:cvrA10: dmi.product.name: Inspiron 3521 dmi.product.version: A10 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/1529482/+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