[Kernel-packages] [Bug 1775672] Re: virtualbox-dkms installation hangs in 18.04 (with secure boot)
** Also affects: dkms Importance: Undecided Status: New -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to dkms in Ubuntu. https://bugs.launchpad.net/bugs/1775672 Title: virtualbox-dkms installation hangs in 18.04 (with secure boot) Status in DKMS: New Status in dkms package in Ubuntu: Confirmed Bug description: apt install virtualbox hangs during virtualbox-dkms installation: # apt install virtualbox Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: dkms libgsoap-2.8.60 libqt5opengl5 libqt5printsupport5 libvncserver1 virtualbox-dkms virtualbox-qt Suggested packages: menu vde2 virtualbox-guest-additions-iso The following NEW packages will be installed: dkms libgsoap-2.8.60 libqt5opengl5 libqt5printsupport5 libvncserver1 virtualbox virtualbox-dkms virtualbox-qt 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/27.0 MB of archives. After this operation, 117 MB of additional disk space will be used. Do you want to continue? [Y/n] y Selecting previously unselected package dkms. (Reading database ... 185903 files and directories currently installed.) Preparing to unpack .../0-dkms_2.3-3ubuntu9.1_all.deb ... Unpacking dkms (2.3-3ubuntu9.1) ... Selecting previously unselected package libgsoap-2.8.60:amd64. Preparing to unpack .../1-libgsoap-2.8.60_2.8.60-2build1_amd64.deb ... Unpacking libgsoap-2.8.60:amd64 (2.8.60-2build1) ... Selecting previously unselected package libqt5opengl5:amd64. Preparing to unpack .../2-libqt5opengl5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5printsupport5:amd64. Preparing to unpack .../3-libqt5printsupport5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libvncserver1:amd64. Preparing to unpack .../4-libvncserver1_0.9.11+dfsg-1ubuntu1_amd64.deb ... Unpacking libvncserver1:amd64 (0.9.11+dfsg-1ubuntu1) ... Selecting previously unselected package virtualbox-dkms. Preparing to unpack .../5-virtualbox-dkms_5.2.10-dfsg-6_all.deb ... Unpacking virtualbox-dkms (5.2.10-dfsg-6) ... Selecting previously unselected package virtualbox. Preparing to unpack .../6-virtualbox_5.2.10-dfsg-6_amd64.deb ... Unpacking virtualbox (5.2.10-dfsg-6) ... Selecting previously unselected package virtualbox-qt. Preparing to unpack .../7-virtualbox-qt_5.2.10-dfsg-6_amd64.deb ... Unpacking virtualbox-qt (5.2.10-dfsg-6) ... Setting up libvncserver1:amd64 (0.9.11+dfsg-1ubuntu1) ... Processing triggers for mime-support (3.60ubuntu1) ... Processing triggers for ureadahead (0.100.0-20) ... Processing triggers for desktop-file-utils (0.23-1ubuntu3) ... Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu1) ... Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ... Rebuilding /usr/share/applications/bamf-2.index... Setting up libgsoap-2.8.60:amd64 (2.8.60-2build1) ... Setting up dkms (2.3-3ubuntu9.1) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Processing triggers for systemd (237-3ubuntu10) ... Processing triggers for man-db (2.8.3-2) ... Processing triggers for shared-mime-info (1.9-2) ... Processing triggers for gnome-menus (3.13.3-11ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Setting up virtualbox-dkms (5.2.10-dfsg-6) ... Loading new virtualbox-5.2.10 DKMS files... Building for 4.15.0-22-generic Progress: [ 85%] [#.] $ dpkg -l | grep virtualbox ii unity-scope-virtualbox 0.1+13.10.20130723-0ubuntu1 all VirtualBox scope for Unity iU virtualbox 5.2.10-dfsg-6 amd64x86 virtualization solution - base binaries iF virtualbox-dkms5.2.10-dfsg-6 all x86 virtualization solution - kernel module sources for dkms iU virtualbox-qt 5.2.10-dfsg-6 amd64x86 virtualization solution - Qt based user interface $ $ lsb_release -rd Description: Ubuntu 18.04 LTS Release: 18.04 $ $ apt-cache policy virtualbox-dkms virtualbox-dkms: Installed: 5.2.10-dfsg-6 Candidate: 5.2.10-dfsg-6 Version table: *** 5.2.10-dfsg-6 500 500 http://us.archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages 500 http://us.archive.ubuntu.com/ubuntu bionic/multiverse i386 Packages 100 /var/lib/dpkg/status $ apt-cache policy dkms dkms: Installed:
[Kernel-packages] [Bug 1775672] Re: virtualbox-dkms installation hangs in 18.04 (with secure boot)
The problem is that the DKMS hook in virtualbox-dkms starts a whiptail dialog explaining that a new signing key will be enrolled in the MOK database, but this dialog does not get displayed, which is why the system appears to hang. Below is the output of 'pstree' showing the stack of commands and the whiptail content. Secondary issue (with DKMS): I have a signing key in the MOK database already (like commenter #4), with which I have always used signed the vbox drivers, so I do not want to enrol a _new_ signing key. So even if I would see the dialog, it does not present the appropriate option. I have tried this with aptitude, apt, dpkg --configure, both inside and outside of a 'screen' session (to make sure I was on a plain console), but the dialog does not show up in any of these cases. This is the pstree output: └─aptitude,5796 ├─sh,11827 -c DPKG_NO_TSTP=1 dpkg --configure -a └─dpkg,11828 --configure -a └─virtualbox-dkms,11829 /var/lib/dpkg/info/virtualbox-dkms.postinst configure 5.2.10-dfsg-6ubuntu18.04.1 └─common.postinst,11830 /usr/lib/dkms/common.postinst virtualbox 5.2.10 /usr/share/virtualbox-dkms 5.2.10-dfsg-6ubuntu18.04.1 └─dkms,12103 /usr/sbin/dkms build -m virtualbox -v 5.2.10 -k 4.15.0-24-generic └─dkms,12120 /usr/sbin/dkms build -m virtualbox -v 5.2.10 -k 4.15.0-24-generic └─frontend,15868 -w /usr/share/debconf/frontend /usr/sbin/update-secureboot-policy --enroll-key ├─update-securebo,15882 /usr/sbin/update-secureboot-policy --enroll-key └─whiptail,15897 --backtitle Package configuration --title Configuring Secure Boot --output-fd 12 --nocancel --msgbox Y our system has UEFI Secure Boot enabled.\012\012UEFI Secure Boot requires additional configuration to work with third-party drivers.\012\012The system will assist you in configuring UEFI Secure Boot. To permit the use of third-party drivers, a new Machine-Owner Key (MOK) has been generated. This key now needs to be enrolled in your system's \012firmware.\012\012To ensure that this change is being made by you as an authorized user, and not by an attacker, you must choose a password now and then confirm the change after reboot using the same password, in both the\012"Enroll MOK" and "Change Secure Boot state" menus that will be presented to you when this system reboots.\012\012If you proceed but do not confirm the password upon reboot, Ubuntu will still be able to boot on your system but any hardware that requires third-party drivers to work correctly may not be usable. 17 208 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to dkms in Ubuntu. https://bugs.launchpad.net/bugs/1775672 Title: virtualbox-dkms installation hangs in 18.04 (with secure boot) Status in DKMS: New Status in dkms package in Ubuntu: Confirmed Bug description: apt install virtualbox hangs during virtualbox-dkms installation: # apt install virtualbox Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: dkms libgsoap-2.8.60 libqt5opengl5 libqt5printsupport5 libvncserver1 virtualbox-dkms virtualbox-qt Suggested packages: menu vde2 virtualbox-guest-additions-iso The following NEW packages will be installed: dkms libgsoap-2.8.60 libqt5opengl5 libqt5printsupport5 libvncserver1 virtualbox virtualbox-dkms virtualbox-qt 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/27.0 MB of archives. After this operation, 117 MB of additional disk space will be used. Do you want to continue? [Y/n] y Selecting previously unselected package dkms. (Reading database ... 185903 files and directories currently installed.) Preparing to unpack .../0-dkms_2.3-3ubuntu9.1_all.deb ... Unpacking dkms (2.3-3ubuntu9.1) ... Selecting previously unselected package libgsoap-2.8.60:amd64. Preparing to unpack .../1-libgsoap-2.8.60_2.8.60-2build1_amd64.deb ... Unpacking libgsoap-2.8.60:amd64 (2.8.60-2build1) ... Selecting previously unselected package libqt5opengl5:amd64. Preparing to unpack .../2-libqt5opengl5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5printsupport5:amd64. Preparing to unpack .../3-libqt5printsupport5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libvncserver1:amd64. Preparing to unpack .../4-libvncserver1_0.9.11+dfsg-1ubuntu1_amd64.deb ... Unpacking libvncserver1:amd64 (0.9.11+dfsg-1ubuntu1) ... Selecting previously unselected package virtualbox-dkms. Preparing to unpack .../5-virtualbox-dkms_5.2.10-dfsg-6_all.deb ... Unpacking virtualbox-dkms (5.2.10-dfsg-6) ... Selecting previously unselected package virtua
[Kernel-packages] [Bug 828296] Re: [Latitude E6220/E6420] Brightness hotkeys are sluggish
*** This bug is a duplicate of bug 847001 *** https://bugs.launchpad.net/bugs/847001 ** This bug has been marked a duplicate of bug 847001 Adjusting display brightness is very slow on several Dell laptops -- 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/828296 Title: [Latitude E6220/E6420] Brightness hotkeys are sluggish Status in linux package in Ubuntu: Invalid Bug description: Changing the brightness using the brightness hotkeys results in a very slow change. Both the OSD message and the brightness levels take much longer to work then other system's instantaneous changes. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-image-3.0.0-8-generic-pae 3.0.0-8.11 ProcVersionSignature: Ubuntu 3.0.0-8.11-generic-pae 3.0.1 Uname: Linux 3.0.0-8-generic-pae i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24. Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: ubuntu 1108 F pulseaudio /dev/snd/pcmC0D0c: ubuntu 1108 F...m pulseaudio /dev/snd/pcmC0D0p: ubuntu 1108 F...m pulseaudio CRDA: Error: [Errno 2] No such file or directory Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0x3ec6 irq 43' Mixer name : 'Intel CougarPoint HDMI' Components : 'HDA:111d76e7,102804a9,00100102 HDA:80862805,80860101,0010' Controls : 27 Simple ctrls : 13 Date: Wed Aug 17 15:19:23 2011 HibernationDevice: RESUME=UUID=f1f7a9db-8b1f-4def-accf-0602b79dff18 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110815) IwConfig: lono wireless extensions. eth0 no wireless extensions. Lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 003: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor MachineType: Dell Inc. Latitude E6220 ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-8-generic-pae root=UUID=2ada5b80-e85b-43e7-9758-9b86304e8048 ro quiet splash initcall_debug vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.0.0-8-generic-pae N/A linux-backports-modules-3.0.0-8-generic-pae N/A linux-firmware 1.59 RfKill: 0: dell-wifi: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux StagingDrivers: mei UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/28/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: X29 dmi.board.name: 0862D8 dmi.board.vendor: Dell Inc. dmi.board.version: X00 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrX29:bd03/28/2011:svnDellInc.:pnLatitudeE6220:pvr01:rvnDellInc.:rn0862D8:rvrX00:cvnDellInc.:ct9:cvr: dmi.product.name: Latitude E6220 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/828296/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
@jsalisbury I think you copied the files to the wrong directory. I guessed from timestamps that they might be in http://kernel.ubuntu.com/~jsalisbury/lp1498667/ . I am now running without issues on kernel 4.1.0-040100.201603021615 from that directory. However I didn't install the headers deb so I guess that I'm running with any DKMS modules. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
Ah, spotted the (probable) directory now: http://kernel.ubuntu.com/~jsalisbury/lp1549967/ That's a s/88/99/ and the bug is totally unrelated. Downloading kernel and headers now. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
Just tested 4.2.8-040208ckt2.201603021201 and it exhibits the bug. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
4.2.8-040208ckt2-generic_4.2.8-040208ckt2.201603031453 has the bug. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
4.2.8-040208ckt2-generic_4.2.8-040208ckt2.201603071309 has the bug, sorry :-/ -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
Confirming that 4.2.8-040208ckt2-generic_4.2.8-040208ckt2.201603091448 works fine here too. @jsalisbury thanks for going after this bug. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
Confirming that kernel 4.2.0-34.39 in current Wily does not have the bug. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Fix Released Status in linux source package in Wily: Fix Released Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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 1548867] Re: After upgrading to 4.2.0.30 there's no desktop
Confirming this bug: up to date plain vanilla 15.10, not on VMWare. Kernel 4.2.0-27 was and is fine. Kernel 4.2.0-30: - hangs after typing password in graphical login, no response to keyboard or mouse (haven't checked ssh, but machine seems to be still alive) -can login on text console via Ctl-Alt-F1 on graphical login, but hangs when returning to graphical screen with Alt-F7. -- 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/1548867 Title: After upgrading to 4.2.0.30 there's no desktop Status in linux package in Ubuntu: Confirmed Status in linux source package in Wily: Confirmed Bug description: Hi, This morning I've updated my Ubuntu 15.10 to kernel 4.2.0.30 and now can't enter to the desktop. In fact, the laptop freezes after grub screen. If start from the recovery, from "upstart" option I get a message like "upstart: broken pipe". And I enter to "recovery mode" options and after resume with the normal start the desktop loads but only with 1024x768 or 800x600 I've have to start with the previous kernel, the 4.2.0.27. Then all works as expected and I log to my desktop as usual. Thank you very much. --- ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: albert 2638 F pulseaudio /dev/snd/controlC1: albert 2638 F pulseaudio DistroRelease: Ubuntu 15.10 HibernationDevice: RESUME=UUID=3ea73c4c-4dc5-4f7f-8c97-d2f477414305 InstallationDate: Installed on 2016-01-20 (34 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard HP G62 Notebook PC Package: linux (not installed) ProcEnviron: LANGUAGE=es_ES TERM=xterm-256color PATH=(custom, no user) LANG=es_ES.UTF-8 SHELL=/bin/bash ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic root=UUID=e34b1243-4d35-4e1d-ab47-19304b7c369b ro recovery nomodeset ProcVersionSignature: Ubuntu 4.2.0-30.35-generic 4.2.8-ckt3 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not accessible: Permission denied No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-4.2.0-30-generic N/A linux-backports-modules-4.2.0-30-generic N/A linux-firmware1.149.3 Tags: wily UdevLog: Error: [Errno 2] No existe el archivo o el directorio: '/var/log/udev' Uname: Linux 4.2.0-30-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: _MarkForUpload: True dmi.bios.date: 03/15/2011 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: F.29 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: 143C dmi.board.vendor: Hewlett-Packard dmi.board.version: 62.3D dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnHewlett-Packard:bvrF.29:bd03/15/2011:svnHewlett-Packard:pnHPG62NotebookPC:pvr059411252710001020100:rvnHewlett-Packard:rn143C:rvr62.3D:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP G62 Notebook PC dmi.product.version: 059411252710001020100 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1548867/+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