[Bug 1717807] Re: When the menu contains too elements, the bottom ones does not appear
I have the same problem with remmina and long menu whit many items. this way the applet become useless for me: I cannot open the sub-menu to start the connection because there is non place to shift the menu down and let the sub-menu to open. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1717807 Title: When the menu contains too elements, the bottom ones does not appear To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1717807/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737681] [NEW] unmet dependencies
Public bug reported: Latest gst-plugins-bad1.0 (1.12.4-2ubuntu1) changes has made gstreamer1.0-vaapi uninstallable The following packages have unmet dependencies: gstreamer1.0-vaapi : Depends: libgstreamer-plugins-bad1.0-0 (< 1.12.4) but 1.12.4-2ubuntu1 is to be installed ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: gstreamer1.0-vaapi (not installed) ProcVersionSignature: Ubuntu 4.14.0-11.13-generic 4.14.3 Uname: Linux 4.14.0-11-generic x86_64 ApportVersion: 2.20.8-0ubuntu3 Architecture: amd64 CurrentDesktop: GNOME Date: Tue Dec 12 09:04:13 2017 EcryptfsInUse: Yes ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: gstreamer-vaapi UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gstreamer-vaapi (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737681 Title: unmet dependencies To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gstreamer-vaapi/+bug/1737681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737604] Re: 30_os_prober: LINUXPROBED embedded spaces in kernel parameters generates false menuentry's
The attachment "parse_grub_menu - avoid delimiter confusion" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.] ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737604 Title: 30_os_prober: LINUXPROBED embedded spaces in kernel parameters generates false menuentry's To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1737604/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737604] Re: 30_os_prober: LINUXPROBED embedded spaces in kernel parameters generates false menuentry's
This proposed patch avoids the delimiter confusion and seems to address the other 'gotchyas' relating to multiple delimiters mentioned in the code comments. ** Patch added: "parse_grub_menu - avoid delimiter confusion" https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1737604/+attachment/5021587/+files/0001_mounted-40grub2_parse-grub-menu_avoid-delimiter-confusion.patch ** Changed in: os-prober (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737604 Title: 30_os_prober: LINUXPROBED embedded spaces in kernel parameters generates false menuentry's To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1737604/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737604] Re: 30_os_prober: LINUXPROBED embedded spaces in kernel parameters generates false menuentry's
** Description changed: + With multiple Linux OS installs on a single block device additional + false menuentry's for the 'foreign' OS built by linux-boot-prober are + generated when there are double-quoted kernel command-line options + present. + When a kernel command-line option contains an embedded space such as this example from /boot/grub/grub.cfg: linux /vmlinuz-4.13.0-19-lowlatency root=/dev/mapper/VG_OS- ubuntu_16.04_rootfs ro nopat pci=use_crs,realloc,assign- busses,pcie_scan_all acpi_osi=! "acpi_osi=Windows 2006" splash $vt_handoff The result from calling linux-boot-prober is multiple entries with the name of the embedded-space parameter: # linux-boot-prober /dev/sdb3 /dev/sdb3:/dev/sdb3:Ubuntu:/boot/vmlinuz-4.13.0-19-lowlatency:/boot/initrd.img-4.13.0-19-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:Ubuntu, with Linux 4.13.0-19-lowlatency:/boot/vmlinuz-4.13.0-19-lowlatency:/boot/initrd.img-4.13.0-19-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:Ubuntu, with Linux 4.13.0-19-lowlatency (recovery mode):/boot/vmlinuz-4.13.0-19-lowlatency:/boot/initrd.img-4.13.0-19-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:Ubuntu, with Linux 3.16.0-031600-lowlatency:/boot/vmlinuz-3.16.0-031600-lowlatency:/boot/initrd.img-3.16.0-031600-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:Ubuntu, with Linux 3.16.0-031600-lowlatency (recovery mode):/boot/vmlinuz-3.16.0-031600-lowlatency:/boot/initrd.img-3.16.0-031600-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:Ubuntu, with Linux 3.15.10-031510-lowlatency:/boot/vmlinuz-3.15.10-031510-lowlatency:/boot/initrd.img-3.15.10-031510-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:Ubuntu, with Linux 3.15.10-031510-lowlatency (recovery mode):/boot/vmlinuz-3.15.10-031510-lowlatency:/boot/initrd.img-3.15.10-031510-lowlatency:root=UUID=5a7fa7e3-941d-4b88-a948-d736b5fdc93f ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-4.13.0-19-lowlatency:/boot/initrd.img-4.13.0-19-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-3.16.0-031600-lowlatency:/boot/initrd.img-3.16.0-031600-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-3.15.10-031510-lowlatency:/boot/initrd.img-3.15.10-031510-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-4.13.0-19-lowlatency:/boot/initrd.img-4.13.0-19-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-3.16.0-031600-lowlatency:/boot/initrd.img-3.16.0-031600-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-3.15.10-031510-lowlatency:/boot/initrd.img-3.15.10-031510-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-4.13.0-19-lowlatency:/boot/initrd.img-4.13.0-19-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-3.16.0-031600-lowlatency:/boot/initrd.img-3.16.0-031600-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro single nomodeset acpi_osi=! "acpi_osi=Windows 2006" pci=assign-busses,pcie_scan_all,realloc /dev/sdb3:/dev/sdb3:acpi_osi=Windows 2006:/boot/vmlinuz-3.15.10-031510-lowlatency:/boot/initrd.img-3.15.10-031510-lowlatency:root=UUID=e0d25d21-b586-4611-8acc-637b1dca7fa8 ro singl
[Bug 1737684] [NEW] upgrading neutron appended faulty core_plugin option in neutron.conf
Public bug reported: Upgrading our neutron packages to Ocata, the following: Using xenial ocata cloudarchive repo: deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main ii neutron-common 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - common ii neutron-dhcp-agent 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - DHCP agent ii neutron-l3-agent2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - l3 agent ii neutron-linuxbridge-agent 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - linuxbridge agent ii neutron-metadata-agent 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - metadata agent ii neutron-plugin-ml2 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - ML2 plugin ii neutron-server 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - server ii python-neutron 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - Python library ii python-neutron-fwaas1:9.0.1-0ubuntu1~cloud0 all Firewall-as-a-Service driver for OpenStack Neutron ii python-neutron-lib 1.1.0-0ubuntu1~cloud0 all Neutron shared routines and utilities - Python 2.7 ii python-neutronclient1:6.0.0-0ubuntu1~cloud0 all client API library for Neutron - Python 2.7 What happend was that "core_plugin = openvswitch" was appended to neutron.conf even though we have core_plugin = ml2 set. Removed that line, restarted the agent and everything was fine again. ** Affects: neutron (Ubuntu) Importance: Undecided Status: New ** Description changed: - Upgrading our neutron packages to the following: + Upgrading our neutron packages to Ocata, the following: + + Using xenial ocata cloudarchive repo: + deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main ii neutron-common 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - common ii neutron-dhcp-agent 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - DHCP agent ii neutron-l3-agent2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - l3 agent ii neutron-linuxbridge-agent 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - linuxbridge agent ii neutron-metadata-agent 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - metadata agent ii neutron-plugin-ml2 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - ML2 plugin ii neutron-server 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - server ii python-neutron 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - Python library ii python-neutron-fwaas1:9.0.1-0ubuntu1~cloud0 all Firewall-as-a-Service driver for OpenStack Neutron ii python-neutron-lib 1.1.0-0ubuntu1~cloud0 all Neutron shared routines and utilities - Python 2.7 ii python-neutronclient1:6.0.0-0ubuntu1~cloud0 all client API library for Neutron - Python 2.7 - - What happend was that "core_plugin = openvswitch" was appended to neutron.conf even though we have core_plugin = linuxbridge set. + What happend was that "core_plugin = openvswitch" was appended to + neutron.conf even though we have core_plugin = linuxbridge set. Removed that line, restarted the agent and everything was fine again. ** Description changed: Upgrading our neutron packages to Ocata, the following: Using xenial ocata cloudarchive repo: deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main ii neutron-common 2:10.0.4-0ubuntu1~cloud0 all Neutron is a virtual network service for Openstack - common ii neutron-dhcp-agent 2:10.0.4-0ubuntu1~
[Bug 1737691] [NEW] Aodh packages not depending on python-cotyledon
Public bug reported: Same as https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1737689 have not verified this yet since we run aodh and ceilometer on the same nodes xenial ocata cloud-archive repo: deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main ii aodh-api4.0.2-0ubuntu1~cloud0 all OpenStack Telemetry (Ceilometer) Alarming - API server ii aodh-common 4.0.2-0ubuntu1~cloud0 all OpenStack Telemetry (Ceilometer) Alarming - common files ii aodh-evaluator 4.0.2-0ubuntu1~cloud0 all OpenStack Telemetry (Ceilometer) Alarming - alarm evaluator ii aodh-listener 4.0.2-0ubuntu1~cloud0 all OpenStack Telemetry (Ceilometer) Alarming - listener ii aodh-notifier 4.0.2-0ubuntu1~cloud0 all OpenStack Telemetry (Ceilometer) Alarming - alarm notifier ii python-aodh 4.0.2-0ubuntu1~cloud0 all OpenStack Telemetry (Ceilometer) Alarming - Python libraries ii python-aodhclient 0.7.0-0ubuntu1~cloud0 all OpenStack Alarming as a Service - Python 2.7 client ** Affects: aodh (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737691 Title: Aodh packages not depending on python-cotyledon To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/aodh/+bug/1737691/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737689] [NEW] Ceilometer packages does not have python-cotyledon dependency
Public bug reported: When upgrading with the xenial Ocata packages from cloud archive the ceilometer packages does not depend on the python-cotyledon package so the services cannot start. deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial- updates/ocata main resolved with: apt-get install python-cotyledon then restarting the ceilometer services ii ceilometer-agent-notification 1:8.1.2-0ubuntu1~cloud0 all ceilometer notification agent ii ceilometer-api 1:8.1.2-0ubuntu1~cloud0 all ceilometer api service ii ceilometer-collector1:8.1.2-0ubuntu1~cloud0 all ceilometer collector service ii ceilometer-common 1:8.1.2-0ubuntu1~cloud0 all ceilometer common files ii ceilometer-polling 1:8.1.2-0ubuntu1~cloud0 all ceilometer polling service ii python-ceilometer 1:8.1.2-0ubuntu1~cloud0 all ceilometer python libraries ii python-ceilometerclient 2.6.1-0ubuntu1~cloud0 all Client library for Openstack Ceilometer API server - Python 2.7 ** Affects: ceilometer (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737689 Title: Ceilometer packages does not have python-cotyledon dependency To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceilometer/+bug/1737689/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737670] Re: [regression] MPV fails to use hardware acceleration (vaapi) on Intel graphics, starting in mpv 0.27 (bionic)
** Changed in: mpv (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737670 Title: [regression] MPV fails to use hardware acceleration (vaapi) on Intel graphics, starting in mpv 0.27 (bionic) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mpv/+bug/1737670/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737692] [NEW] upgrading openstack-dashboard does not upgrade novaclient
Public bug reported: Upgrading to horizon packages for Ocata xenial cloud-archive did not upgrade the python-novaclient dependency so it needed to be upgraded manually deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial- updates/ocata main openstack-dashboard 3:11.0.4-0ubuntu1~cloud0 all Django web interface for OpenStack ii python-django-horizon 3:11.0.4-0ubuntu1~cloud0 all Django module providing web based interaction with OpenStack resolved with: apt-get install --only-upgrade python-novaclient package that was upgraded to: ii python-novaclient 2:7.1.0-0ubuntu1~cloud0 all client library for OpenStack Compute API - Python 2.7 ** Affects: horizon (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737692 Title: upgrading openstack-dashboard does not upgrade novaclient To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1737692/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1735134] Re: ModemManager uses a wrong plugin for Dell DW5818/5819
** Description changed: - Since linux-4.4.0-98, the kernel additionally load gcserial driver for + [Impact] + + * Dell Wireless DW5818/5819 modems showed an incorrect signal strength + and were using a ttyUSB* port for data connections instead of the MBIM + device (which provides better performance). + + Since linux-4.4.0-98, the kernel additionally loads gcserial driver for Dell Wireless DW5818/5819. The reason behind it is to support firmware - switching and upgrading. However, the change makes ModemManager to use - Gobi plugin for this two modules. With Gobi plugin, the modules could + switching and upgrading. However, the change makes ModemManager use Gobi + plugin for this two modules. With Gobi plugin, the modules could establish data links, but it failed to retrieve the signal state. And it caused the mmcli and nm-applet giving wrong signal strength. The modules support the MBIM protocol, so ModemManager should use Dell plugin for these two modules. I have worked out a patch to forbid these two modules in Gobi plugin, and it does work well. + + [Test Case] + + Current MM: + * Create connection with + $ nmcli c add type gsm ifname ttyUSB2 con-name gsmconn apn + * Without the patched package, mmcli shows, with an active connection (see comment #2): + primary port: 'ttyUSB2' + signal quality: '0' (recent) + + Patched MM: + * Create connection with + $ nmcli c add type gsm ifname cdc-wdm0 con-name gsmconn apn + * With the patched package, mmcli shows, with an active connection (see comment #7): + primary port: 'cdc-wdm0' + signal quality: '38' (cached) + + [Regression Potential] + + The patch simply adds the Sierra modems VID/PIDs to the list of + forbidden ids in the Gobi plugin, so the possibility of a regression is + very small: only products with said VID/PID will be affected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1735134 Title: ModemManager uses a wrong plugin for Dell DW5818/5819 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/1735134/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1667593] Re: Display Turns Black When Unity's Dash is opened (16.04 LTS)
@Jendrik, Is it reproducible on 17.10 or even 18.04? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667593 Title: Display Turns Black When Unity's Dash is opened (16.04 LTS) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1667593/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443853] Re: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display
This issue should be fixed in versions of Ubuntu which provide the VirtualBox graphics driver. However the person who re-opened the bug discovered another issue: at least the Lubuntu live ISO seems to load the VirtualBox driver rather late in the boot process, which can result in X.Org loading with the VESA driver (because it does not find the VirtualBox one) at the same time as the VirtualBox driver, and both trying to access the graphics device at the same time. Not sure if this deserves a new bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443853 Title: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display To manage notifications about this bug go to: https://bugs.launchpad.net/virtualbox/+bug/1443853/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1581713] Re: Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package
Thanks a lot, I'm relieved to see this not being required anymore. It was really a bad surprise to encounter this with a beginner at an install party. (we renounced to install the software we wanted, even though it was possible with the command line) Has it been decided whether this will be backported or only available from the newer releases? (18.04+) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581713 Title: Ubuntu Software always asks for an Ubuntu Single Sign-On account when installing or removing a snap package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1581713/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1603273] Re: [SRU] /usr/include/PythonQt/PythonQtUtils.h is missing.
I also confirm that it works when I activate the xenial-proposed option from the "Software & Updates" menu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603273 Title: [SRU] /usr/include/PythonQt/PythonQtUtils.h is missing. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pythonqt/+bug/1603273/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1728547] Re: SRU: Add support for keeping the dGPU on in power saving mode
Bug 1731873 is also awaiting verification, that is another bug for ubuntu-drivers-common SRU. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728547 Title: SRU: Add support for keeping the dGPU on in power saving mode To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1728547/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1506588] Re: xsnow does not do anything when run
** Tags added: artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506588 Title: xsnow does not do anything when run To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-gnome/+bug/1506588/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737697] [NEW] keystone.postinst fails trying to a2ensite non-existent config
Public bug reported: Upgrading to xenial ocata cloud-archive package for keystone fails on keystone.postinst script where it tries to a2ensite keystone.conf when deploying from openstack puppet modules there is no keystone.conf file. possible to add a if [ -f path/to/keystone.conf ] check before running a2ensite? from /var/lib/dpkg/info/keystone.postinst the following section causes the failure # Automatically added by dh_apache2 if true; then if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then . /usr/share/apache2/apache2-maintscript-helper for conf in keystone.conf ; do apache2_invoke ensite $conf || exit $? done fi fi like this: sh -x /var/lib/dpkg/info/keystone.postinst upgrade + a2ensite -m -q keystone.conf + return 1 + exit 1 resolved by: comment out the ensite call, upgrade package, uncomment line ** Affects: keystone (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737697 Title: keystone.postinst fails trying to a2ensite non-existent config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1737697/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734147] Re: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models
** Description changed: Hi all, Basically on Lenovo Y50-70 after installing Ubuntu 17.10, many users reported a corrupted BIOS. It's not possible to save new settings in BIOS anymore and after rebooting, the system starts with the old settings. Moreover (and most important) USB booting is not possible anymore since USB is not recognized. It's very serious, since our machines do not have a CDROM. Lenovo forums at the moment are full of topics regading this issue. Thank you!! UPDATE (01/12/2017) LENOVO machines affected so far (please add your affected model to this list): Lenovo Y50-70 Lenovo G40-30 Lenovo U31-70 Lenovo G50-70 Lenovo Z50-70 Lenovo Yoga Thinkpad (20C0) Lenovo G50-80 Lenovo S20-30 Lenovo Yoga 2 11" - 20332 Lenovo B40-70 - Lenovo Z50-70 Lenovo Z51-70 Lenovo B50-70 --- Temporary workaround: https://forums.lenovo.com/t5/Lenovo-P-Y-and-Z-series/Y50-70-BIOS-Can-t -Save-Settings-Or-Exit/m-p/3853208#M157885 --- result from apport-collect 1734147: --- ApportVersion: 2.20.7-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: tob1608 F pulseaudio /dev/snd/controlC0: tob1608 F pulseaudio CurrentDesktop: ubuntu:GNOME DistroRelease: Ubuntu 17.10 InstallationDate: Installed on 2017-10-22 (37 days ago) InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018) MachineType: LENOVO 20378 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-17-generic root=UUID=7def04d3-7336-44b2-a084-2415f9dc2328 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8 RelatedPackageVersions: linux-restricted-modules-4.13.0-17-generic N/A linux-backports-modules-4.13.0-17-generic N/A linux-firmware 1.169 Tags: artful wayland-session Uname: Linux 4.13.0-17-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 08/12/2015 dmi.bios.vendor: LENOVO dmi.bios.version: 9ECN43WW(V3.03) dmi.board.asset.tag: No Asset Tag dmi.board.name: Lenovo Y50-70 dmi.board.vendor: LENOVO dmi.board.version: Not Defined dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo Y50-70 dmi.modalias: dmi:bvnLENOVO:bvr9ECN43WW(V3.03):bd08/12/2015:svnLENOVO:pn20378:pvrLenovoY50-70:rvnLENOVO:rnLenovoY50-70:rvrNotDefined:cvnLENOVO:ct10:cvrLenovoY50-70: dmi.product.family: IDEAPAD dmi.product.name: 20378 dmi.product.version: Lenovo Y50-70 dmi.sys.vendor: LENOVO --- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734147 Title: Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736742] Re: New Prometheus-openstack-exporter snap refresh breaks exporter
** Summary changed: - New Prometheus snap refresh breaks exporter + New Prometheus-openstack-exporter snap refresh breaks exporter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736742 Title: New Prometheus-openstack-exporter snap refresh breaks exporter To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/prometheus-node-exporter/+bug/1736742/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 991688] iPhone X (64 GB)
*** This bug is a duplicate of bug 892506 *** https://bugs.launchpad.net/bugs/892506 ** Attachment added: "F2F8F66DDCF37A65.jpg" https://bugs.launchpad.net/bugs/991688/+attachment/5021600/+files/F2F8F66DDCF37A65.jpg ** Attachment added: "F2F8F66DDCF37A652.jpg" https://bugs.launchpad.net/bugs/991688/+attachment/5021601/+files/F2F8F66DDCF37A652.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991688 Title: virtualbox-dkms 4.1.2-dfsg-1ubuntu1: virtualbox kernel module failed to build [error: implicit declaration of function ‘iommu_found’] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/991688/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1706500] Re: Update snap store name "Snap Store"
SRU verification for Xenial: I have reproduced the problem with gnome-software 3.20.5-0ubuntu0.16.04.6 in xenial-updates and have verified that the version of gnome-software 3.20.5-0ubuntu0.16.04.7 in -proposed fixes the issue. Marking as verification-done ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706500 Title: Update snap store name "Snap Store" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1706500/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1723907] Re: 16.04 server can't reboot
two other servers had uptime 56 days. also rebooted without problems. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1723907 Title: 16.04 server can't reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1723907/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737704] [NEW] Cloud-init seems not run on today's bionic images (20171211)
Public bug reported: Hi, I had the last daily image working fine: $ uvt-simplestreams-libvirt query release=bionic arch=amd64 label=daily (20171129.1) But today after a sync I got this image: $ uvt-simplestreams-libvirt query release=bionic arch=amd64 label=daily (20171211) The latter is failing me to boot correctly in regard to networking and actually cloud-init in general. In the guest console I see it hanging on the usual "A start job is running for Wait for ..." It breaks after some time giving up on networking. "See 'systemctl status systemd-networkd-wait-online.service' for details." The host confirmd that - the guest did not get an IP from dnsmasq. Note: I was able to trigger this on a Xenial host as well as a Bionic Host. Also latest Artful image works well on all of these - so I'd expect it safe to assume that it only depends on the guest image. I have taken full bootup console logs of both cases. 20171129.1 (good): http://paste.ubuntu.com/26169044/ 20171211 (bad): http://paste.ubuntu.com/26169046/ There was one more thing that made me perplex - I usually provide --password=ubunut to uvt-kvm. That adds a snippet to the cloud-init data to set the password of the ubuntu user. Connecting via "virsh console" I can't log in on the bad guest which made me assume that cloud-init didn't run at all in the bad case. And in fact the full logs confirm that, in the bad case there is no cloud-init seen at all. Also my bionic containers today saw a cloud-init update - maybe it really is broken in the current daily image? OTOH the changelog of cloud-init didn't suggest a change that could explain this. ** Affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Summary changed: - Cloud-init seems not run on today's bionic images + Cloud-init seems not run on today's bionic images (20171211) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737704 Title: Cloud-init seems not run on today's bionic images (20171211) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1737704/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1721419] Re: Average rating for apps incorrect
SRU verification for Xenial: I have reproduced the problem with gnome-software 3.20.5-0ubuntu0.16.04.6 in xenial-updates and have verified that the version of gnome-software 3.20.5-0ubuntu0.16.04.7 in -proposed fixes the issue. Marking as verification-done ** Tags removed: verification-needed verification-needed-xenial ** Tags added: verification-done verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721419 Title: Average rating for apps incorrect To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1721419/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736232] Re: GNOME Software shows U1 login for snaps
SRU verification for Xenial: I have reproduced the problem with gnome-software 3.20.5-0ubuntu0.16.04.6 in xenial-updates and have verified that the version of gnome-software 3.20.5-0ubuntu0.16.04.7 in -proposed fixes the issue. However the U1 prompt is still displayed when the password dialog is cancelled but overall it is an improvement. Marking as verification-done ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736232 Title: GNOME Software shows U1 login for snaps To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1736232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1713586] Re: gnome-software displays wildly inaccurate estimate of package size when a certain deb file is double-clicked in nautilus
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1713586 Title: gnome-software displays wildly inaccurate estimate of package size when a certain deb file is double-clicked in nautilus To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1713586/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1715054] Re: Developer name not shown for snaps
SRU verification for Xenial: I have reproduced the problem with gnome-software 3.20.5-0ubuntu0.16.04.6 in xenial-updates and have verified that the version of gnome-software 3.20.5-0ubuntu0.16.04.7 in -proposed fixes the issue. Marking as verification-done ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1715054 Title: Developer name not shown for snaps To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1715054/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1611081] Re: [HP Pavilion x2 - 12-b003nf (ENERGY STAR)] Synaptics touchpad not configured by HID RMI
Not sure which version this was fixed in (maybe around 4.11?), but I updated my kernel to 4.13.16 in Ubuntu 16.04 and the touchpad is recognized just fine now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611081 Title: [HP Pavilion x2 - 12-b003nf (ENERGY STAR)] Synaptics touchpad not configured by HID RMI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1611081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737705] [NEW] package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured
Public bug reported: installing processor microcode for q1900b-itx ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libssl1.0.0:i386 1.0.2g-1ubuntu4.10 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-28-generic i686 ApportVersion: 2.20.1-0ubuntu2.10 AptdaemonVersion: 1.1.1+bzr982-0ubuntu14 Architecture: i386 Date: Tue Dec 12 10:44:49 2017 DuplicateSignature: package:libssl1.0.0:i386:1.0.2g-1ubuntu4.10 Processing triggers for man-db (2.7.5-1) ... dpkg: error processing package libssl1.0.0:i386 (--configure): package libssl1.0.0:i386 is already installed and configured ErrorMessage: package libssl1.0.0:i386 is already installed and configured InstallationDate: Installed on 2017-12-12 (0 days ago) InstallationMedia: Xubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: dpkg Title: package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Tags: already-installed apport-package i386 xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737705 Title: package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1737705/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737705] Re: package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737705 Title: package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1737705/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737712] [NEW] erron5
Public bug reported: input/output error ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.4 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-28-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CasperVersion: 1.376.2 Date: Tue Dec 12 15:31:16 2017 InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 ignore_uuid initrd=/casper/initrd.lz quiet splash --- BOOT_IMAGE=/casper/vmlinuz.efi LiveMediaBuild: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) ProcEnviron: LANGUAGE=en_IN PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_IN SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ubiquity-2.21.63.4 ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737712 Title: erron5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1737712/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737704] Re: Cloud-init seems not run on today's bionic images (20171211)
Since I can't log into the guest due to the lack of proper init in the bad case I copied and mounted both daily images to check how they start fresh. I see different cloud-init versions: good: 17.1-41-g76243487-0ubuntu1 bad: 17.1-53-ga5dc0f42-0ubuntu1 I see status and clean commands got added, but none of these should be the kill switch. I checked out the more reasonable changes in config and/or systemd files, but they all are of the same md5. Going slightly wider on what actually changed: http://paste.ubuntu.com/26169161/ The only change left that IMHO could cause this is the one in ds- identify. Now while I can't really use the new image, I can check what ds-identify left there on its first init (if anything). But that seems equal, the only thing that differs in: $ md5sum $(find /etc/cloud/ -type f | sort | xargs) is "/etc/cloud/build.info" which refers to the different image date. I fail to see why it didn't run so far :-/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737704 Title: Cloud-init seems not run on today's bionic images (20171211) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1737704/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1727237] Re: systemd-resolved is not finding a domain
** Also affects: systemd (Ubuntu Bionic) Importance: High Status: Triaged ** Also affects: systemd (Ubuntu Artful) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1727237 Title: systemd-resolved is not finding a domain To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443853] Re: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display
Since now we use wayland, lets wait for an eventual new bug report : ** Changed in: virtualbox (Ubuntu) Status: Triaged => Fix Released ** Changed in: console-setup (Ubuntu) Status: Triaged => Invalid ** Changed in: kbd (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443853 Title: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display To manage notifications about this bug go to: https://bugs.launchpad.net/virtualbox/+bug/1443853/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1611081] Re: [HP Pavilion x2 - 12-b003nf (ENERGY STAR)] Synaptics touchpad not configured by HID RMI
Yep, this has indeed been fixed since a few kernels ago, so I guess this bug can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1611081 Title: [HP Pavilion x2 - 12-b003nf (ENERGY STAR)] Synaptics touchpad not configured by HID RMI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1611081/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1727237] Re: systemd-resolved is not finding a domain
** Also affects: systemd (Ubuntu Zesty) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu Bionic) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1727237 Title: systemd-resolved is not finding a domain To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1727237/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737669] Re: New test needs arch dependent include for static lib.
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/iproute2/+git/iproute2/+merge/335076 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737669 Title: New test needs arch dependent include for static lib. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1737669/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737570] Re: Add support for RequiredForOnline in networkd
** Changed in: systemd (Ubuntu Bionic) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737570 Title: Add support for RequiredForOnline in networkd To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1737570/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737458] Re: package systemd 235-3ubuntu2 failed to install/upgrade: los disparadores han entrado en bucle, abandonando
There appears to be a trigger loop: Configurando odbcinst (2.3.4-1.1) ... dpkg: se encontró un bucle al procesar los disparadores: la cadena de paquetes cuyos disparadores son o pueden ser responsables: libgdk-pixbuf2.0-0:amd64 -> libgdk-pixbuf2.0-0:i386 disparadores pendientes de paquetes que no son o pueden no ser resolubles: systemd: /etc/init.d libvlc-bin:amd64: /usr/lib/x86_64-linux-gnu/vlc/plugins libc-bin: ldconfig bamfdaemon: /usr/share/applications gnome-icon-theme: /usr/share/icons/gnome sgml-base: update-sgmlcatalog initramfs-tools: update-initramfs menu: /usr/share/menu libgdk-pixbuf2.0-0:i386: /usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders libgdk-pixbuf2.0-0:amd64: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders dictionaries-common: update-default-wordlist ureadahead: /etc/init.d gconf2: /usr/share/GConf/gsettings: /usr/share/gconf/schemas: /usr/share/gconf/defaults dpkg: error al procesar el paquete systemd (--configure): los disparadores han entrado en bucle, abandonando ** Package changed: systemd (Ubuntu) => gdk-pixbuf (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737458 Title: package systemd 235-3ubuntu2 failed to install/upgrade: los disparadores han entrado en bucle, abandonando To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/1737458/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1729568] Re: [ SRU ]virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build - error: implicit declaration of function ‘set_pages_x’
yep, for people experiencing kernel 4.14 sadness: ppa:costamagnagianfranco/virtualbox-ppa has the new fixed virtualbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729568 Title: [ SRU ]virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build - error: implicit declaration of function ‘set_pages_x’ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1729568/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737318] Re: dependency not met
You should upgrade all packages together, not individually. You appear to be trying to install packages from artful-proposed, which is not recommended for daily use, unless you are testing SRU fixes. If you do not intend to validate pre-release test packages, please disable artful-proposed on your system. ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737318 Title: dependency not met To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1737318/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736740] Re: package systemd-sysv (not installed) failed to install/upgrade: dependency problems - leaving triggers unprocessed
Are you upgrading to xenial? Note that systemd-services should no longer be installed, please try to remove it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736740 Title: package systemd-sysv (not installed) failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1736740/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1727617] Re: [needs-packaging] libqt5datavisualization5
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: ubuntu Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1727617 Title: [needs-packaging] libqt5datavisualization5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1727617/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1727617] Re: Qt5 Data Visualization package missing
Request for Qt Data Visualization module. See https://doc.qt.io/qt-5/qtdatavisualization-index.html URL: https://code.qt.io/cgit/qt/qtdatavis3d.git Mirror: https://github.com/qt/qtdatavis3d License: LGPL v3 (see http://doc.qt.io/qt-5/licensing.html) Notes: This module is available under open source license since Qt 5.7. ** Summary changed: - Qt5 Data Visualization package missing + [needs-packaging] Qt5 Data Visualization package missing ** Summary changed: - [needs-packaging] Qt5 Data Visualization package missing + [needs-packaging] libqt5datavisualization5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1727617 Title: [needs-packaging] libqt5datavisualization5 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1727617/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736240] Re: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
cp: cannot create regular file '/cdrom/casper/initrd.gz.new': No such file or directory dpkg: error processing package udev (--configure): subprocess installed post-installation script returned error exit status 1 This looks odd... Are you inside a livecd session? Upgrades on livecd are not supported. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736240 Title: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1736240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737698] Re: can't upgrade 3rd party:
** Information type changed from Private Security to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737698 Title: can't upgrade 3rd party: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1737698/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1735296] Re: systemd-resolved.service
Correct, purging resolvconf is only supported "out of the box"/"just works" in 17.10 and up, as resolvconf/libnss-resolve there have the correct maintainer scripts to do the tansition. I do not recommend using systemd-resolve in xenial, as it does not have a stub resolver available, and software that does not use nss will not be able to have any network resolution without bypassing resolved. Using systemd-resolved without resolvconf is currently only best supported on 17.10+. ** Changed in: systemd (Ubuntu) Status: New => Confirmed ** Summary changed: - systemd-resolved.service + systemd-resolved.service doesn't play nice if resolvconf is removed on xenial, works on artful+ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1735296 Title: systemd-resolved.service doesn't play nice if resolvconf is removed on xenial, works on artful+ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1735296/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737705] Re: package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured
*** This bug is a duplicate of bug 545790 *** https://bugs.launchpad.net/bugs/545790 ** This bug has been marked a duplicate of bug 545790 package PACKAGE failed to install/upgrade: error writing to '': Success -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737705 Title: package libssl1.0.0:i386 1.0.2g-1ubuntu4.10 failed to install/upgrade: package libssl1.0.0:i386 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1737705/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737717] Re: /usr/share/unattended-upgrades/unattended-upgrade-shutdown:apt_pkg.Error:/usr/share/unattended-upgrades/unattended-upgrade-shutdown@136
** Changed in: unattended-upgrades (Ubuntu) Status: New => In Progress ** Changed in: unattended-upgrades (Ubuntu) Assignee: (unassigned) => Balint Reczey (rbalint) ** Description changed: The Ubuntu Error Tracker has been receiving reports about a problem regarding unattended-upgrades. This problem was most recently seen with package version 0.98ubuntu1, the problem page at https://errors.ubuntu.com/problem/b1c4cd0c858e1c3c6c86f938397e8d5d4208242b contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. + + Traceback (most recent call last): + File "/usr/share/unattended-upgrades/unattended-upgrade-shutdown", line 136, in + apt_pkg.init_config() + apt_pkg.Error: E:Syntax error /etc/apt/apt.conf:2: Extra junk at end of file ** Summary changed: - /usr/share/unattended-upgrades/unattended-upgrade-shutdown:apt_pkg.Error:/usr/share/unattended-upgrades/unattended-upgrade-shutdown@136 + unattended-upgrade-shutdown crashes with apt_pkg.Error: E:Syntax error /etc/apt/apt.conf:2: Extra junk at end of file -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737717 Title: unattended-upgrade-shutdown crashes with apt_pkg.Error: E:Syntax error /etc/apt/apt.conf:2: Extra junk at end of file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1737717/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737717] [NEW] unattended-upgrade-shutdown crashes with apt_pkg.Error: E:Syntax error /etc/apt/apt.conf:2: Extra junk at end of file
Public bug reported: The Ubuntu Error Tracker has been receiving reports about a problem regarding unattended-upgrades. This problem was most recently seen with package version 0.98ubuntu1, the problem page at https://errors.ubuntu.com/problem/b1c4cd0c858e1c3c6c86f938397e8d5d4208242b contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports. If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/. Traceback (most recent call last): File "/usr/share/unattended-upgrades/unattended-upgrade-shutdown", line 136, in apt_pkg.init_config() apt_pkg.Error: E:Syntax error /etc/apt/apt.conf:2: Extra junk at end of file ** Affects: unattended-upgrades (Ubuntu) Importance: Undecided Assignee: Balint Reczey (rbalint) Status: In Progress ** Tags: artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737717 Title: unattended-upgrade-shutdown crashes with apt_pkg.Error: E:Syntax error /etc/apt/apt.conf:2: Extra junk at end of file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1737717/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734129] Re: Postinst overrides permissions on /var/lib/mysql-files
Thank you Christian! And sorry for the late follow-up. I agree that this is low prio, but low hanging fruit can be tasty too:-) I have made a simple patch that envelopes the chmod and chown inside the if that runs mkdir. I can't see any scenario where this change will have negative effects. kind regards, -sigurd ** Patch added: "Diff for DEBIAN/postinst for mysql-5.*" https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1734129/+attachment/5021650/+files/bug1734129.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734129 Title: Postinst overrides permissions on /var/lib/mysql-files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1734129/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736240] Re: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Hm, posibly an apt bug, we should not be upgrading livecd sessions. ** Also affects: apt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736240 Title: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1736240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737704] Re: Cloud-init seems not run on today's bionic images (20171211)
** Also affects: cloud-init Importance: Undecided Status: New ** Also affects: cloud-images Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737704 Title: Cloud-init seems not run on today's bionic images (20171211) To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-images/+bug/1737704/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1728937] Re: linux-oem: 4.13.0-1008.9 -proposed tracker
Released, changelog didn't carry the tracker bug link, so needs to be closed manually. ** Changed in: linux-oem (Ubuntu Xenial) Status: Confirmed => Fix Released ** Changed in: kernel-sru-workflow/upload-to-ppa Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1728937 Title: linux-oem: 4.13.0-1008.9 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1728937/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1735703] Re: package libnss-resolve:amd64 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Note, on 17.10 defautl configuration libnss-resolve is not longer used by default, so you may remove it. Also note: Failed to enable unit: Unit file /etc/systemd/system/systemd-resolved.service is masked. dpkg: error processing package libnss-resolve:amd64 (--configure): subprocess installed post-installation script returned error exit status 1 This is not the default configuration, please do: $ sudo systemctl unmask systemd-resolved To return your system into the default configuration. ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1735703 Title: package libnss-resolve:amd64 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1735703/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734943] Re: no internet access, from any wi-fi network or wired network
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734943 Title: no internet access, from any wi-fi network or wired network To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1734943/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1729999] Re: Please remove prosper source, superseded
** Changed in: prosper (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/172 Title: Please remove prosper source, superseded To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/prosper/+bug/172/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443853] Re: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display
I would just point out that the problem with Lubuntu live which was reported and which I reproduced would force a fall-back from Wayland to X.Org. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443853 Title: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display To manage notifications about this bug go to: https://bugs.launchpad.net/virtualbox/+bug/1443853/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734344] Re: systemd 234-2ubuntu12.1 ADT test failure with linux 4.13.0-18.21
I shall SRU ssytemd-fsckd test case fixes back, however, I also think I should mark it as expect-fail somehow on s390x only. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734344 Title: systemd 234-2ubuntu12.1 ADT test failure with linux 4.13.0-18.21 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1734344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734344] Re: systemd 234-2ubuntu12.1 ADT test failure with linux 4.13.0-18.21
Not sure about amd64 failure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734344 Title: systemd 234-2ubuntu12.1 ADT test failure with linux 4.13.0-18.21 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1734344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734409] Re: systemd-sysctl: exit gracefully on EPERM/EACCESS
** Also affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: systemd (Ubuntu) Status: New => Fix Released ** Changed in: systemd (Ubuntu Xenial) Assignee: (unassigned) => Dimitri John Ledkov (xnox) ** Changed in: systemd (Ubuntu Xenial) Milestone: None => xenial-updates -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734409 Title: systemd-sysctl: exit gracefully on EPERM/EACCESS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1734409/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734344] Re: systemd 234-2ubuntu12.1 ADT test failure with linux 4.13.0-18.21
The systemd-fsckd test case got improved on s390x to handle zipl bootloader. However, it now only sometimes passes, as it seems to timeout and/or being flakey. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734344 Title: systemd 234-2ubuntu12.1 ADT test failure with linux 4.13.0-18.21 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1734344/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734410] Re: systemd: handle undelegated cgroup2 hierarchy
These did not make v235, I guess you meant v236. Description updated. ** Also affects: systemd (Ubuntu Artful) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Bionic) Importance: Undecided Assignee: Dimitri John Ledkov (xnox) Status: New ** Also affects: systemd (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu Zesty) Importance: Undecided Status: New ** Description changed: Hey everyone, Current systemd versions all fail when the unified cgroup hierarchy is not-writable. This is especially problematic in containers where the systemd administrator might decide to not delegate the unified hierarchy or when running with a liblxc driver that doesn't yet know how to handle the unified cgroup hierarchy. I've pushed patches to systemd upstream that let systemd ingnore the non-delegated unified hierarchy. The relevant commits are: e07aefbd675b651f8d45b5fb458f2747b04d6e04 2d56b80a1855836abf1d7458394c345ad9d55382 1ff654e28b7b8e7d0a0be33522a84069ac6b07c0 - These patches will be in 235 but should be backported from xenial + These patches will be in 236 but should be backported from xenial upwards. Christian ** Changed in: systemd (Ubuntu Bionic) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734410 Title: systemd: handle undelegated cgroup2 hierarchy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1734410/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1443853] Re: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display
Actually Lubuntu probably doesn't support Wayland at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1443853 Title: Ubuntu boot in Oracle VirtualBox ends up with a corrupted display To manage notifications about this bug go to: https://bugs.launchpad.net/virtualbox/+bug/1443853/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1729568] Re: [ SRU ]virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build - error: implicit declaration of function ‘set_pages_x’
This bug was fixed in the package virtualbox - 5.0.40-dfsg- 0ubuntu1.16.04.2 --- virtualbox (5.0.40-dfsg-0ubuntu1.16.04.2) xenial; urgency=medium * Fix kernel module build with new kernel 4.13 (LP: #1729568) -- Gianfranco Costamagna Mon, 06 Nov 2017 18:41:59 +0100 ** Changed in: virtualbox (Ubuntu Xenial) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729568 Title: [ SRU ]virtualbox-dkms 5.0.40-dfsg-0ubuntu1.16.04.1: virtualbox kernel module failed to build - error: implicit declaration of function ‘set_pages_x’ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1729568/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736740] Re: package systemd-sysv (not installed) failed to install/upgrade: dependency problems - leaving triggers unprocessed
This no longer applies to me ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736740 Title: package systemd-sysv (not installed) failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1736740/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736740] Re: package systemd-sysv (not installed) failed to install/upgrade: dependency problems - leaving triggers unprocessed
I was trying to upgrade to Zesty Zapus 17.04 I have performed a full install from scratch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736740 Title: package systemd-sysv (not installed) failed to install/upgrade: dependency problems - leaving triggers unprocessed To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1736740/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737719] [NEW] Remove sugar-base-0.88 and its reverse-dependencies
Public bug reported: sugar-base-0.88 is a deprecated package that depends on the now-removed python-gobject-dev transitional package (causing an NBS). sugar- base-0.88 and all of its reverse-dependencies have been already removed from Debian testing. The only exception is sugar-firefox-activity which was Ubuntu-only but has been unmaintained since 2014. Please remove the following packages: sugar-base-0.88 sugar-toolkit-0.88 sugar-firefox-activity sugar-irc-activity sugar-physics-activity Reverse-dependency checks: $ reverse-depends src:sugar-base-0.88 Reverse-Depends === * python-sugar-toolkit-0.88 (for python-sugar-0.88) * sugar-firefox-activity(for python-sugar-0.88) * sugar-irc-activity(for python-sugar-0.88) * sugar-physics-activity(for python-sugar-0.88) $ reverse-depends src:sugar-toolkit-0.88 Reverse-Depends === * sugar-firefox-activity(for python-sugar-toolkit-0.88) * sugar-irc-activity(for python-sugar-toolkit-0.88) * sugar-physics-activity(for python-sugar-toolkit-0.88) $ reverse-depends src:sugar-firefox-activity No reverse dependencies found $ reverse-depends src:sugar-irc-activity No reverse dependencies found $ reverse-depends src:sugar-physics-activity No reverse dependencies found Build dependencies: $ reverse-depends -b src:sugar-base-0.88 Reverse-Build-Depends = * sugar-firefox-activity(for python-sugar-0.88) $ reverse-depends -b src:sugar-toolkit-0.88 Reverse-Build-Depends = * sugar-firefox-activity(for python-sugar-toolkit-0.88) $ reverse-depends -b src:sugar-firefox-activity No reverse dependencies found $ reverse-depends -b src:sugar-irc-activity No reverse dependencies found $ reverse-depends -b src:sugar-physics-activity No reverse dependencies found ** Affects: sugar-base-0.88 (Ubuntu) Importance: Undecided Status: New ** Affects: sugar-firefox-activity (Ubuntu) Importance: Undecided Status: New ** Affects: sugar-irc-activity (Ubuntu) Importance: Undecided Status: New ** Affects: sugar-physics-activity (Ubuntu) Importance: Undecided Status: New ** Affects: sugar-toolkit-0.88 (Ubuntu) Importance: Undecided Status: New ** Also affects: sugar-physics-activity (Ubuntu) Importance: Undecided Status: New ** Also affects: sugar-toolkit-0.88 (Ubuntu) Importance: Undecided Status: New ** Also affects: sugar-firefox-activity (Ubuntu) Importance: Undecided Status: New ** Also affects: sugar-irc-activity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737719 Title: Remove sugar-base-0.88 and its reverse-dependencies To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sugar-base-0.88/+bug/1737719/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737723] Re: failed to extract .cab file: incorrect checksum detected
This could well be a bug in the library extracting the .cab files. I'm not sure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737723 Title: failed to extract .cab file: incorrect checksum detected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1737723/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1714282] Re: Sorry something went wrong GDBus:
Same issue here, Ubuntu 17.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714282 Title: Sorry something went wrong GDBus: To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1714282/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737723] [NEW] failed to extract .cab file: incorrect checksum detected
Public bug reported: nafallo@manticore:~$ fwupdmgr refresh Fetching metadata https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz Downloading… [***] Fetching signature https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz.asc nafallo@manticore:~$ fwupdmgr update Downloading RQR12.07_B0029 for Unifying Receiver... Fetching firmware https://fwupd.org/downloads/938fec082652c603a1cdafde7cd25d76baadc70d-Logitech-Unifying-RQR12.07_B0029.cab Downloading… [***] Updating RQR12.07_B0029 on Unifying Receiver... failed to extract .cab file: incorrect checksum detected nafallo@manticore:~$ fwupdmgr get-updates|grep Checksum Update Checksum: SHA1(d0d33e760ab6eeed6f11b9f9bd7e83820b29e970) nafallo@manticore:~$ sha1sum .cache/fwupdmgr/938fec082652c603a1cdafde7cd25d76baadc70d-Logitech-Unifying-RQR12.07_B0029.cab d0d33e760ab6eeed6f11b9f9bd7e83820b29e970 .cache/fwupdmgr/938fec082652c603a1cdafde7cd25d76baadc70d-Logitech-Unifying-RQR12.07_B0029.cab ** Affects: fwupd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737723 Title: failed to extract .cab file: incorrect checksum detected To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1737723/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1692397] Re: hypervisor statistics could be incorrect
Verified using testcase in description. ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1692397 Title: hypervisor statistics could be incorrect To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/1692397/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1704533] Re: French language locale missing : Gnome-Weather
For the record I'd like to mention that the key information to spot the root cause of this bug was provided in Christophe's comment #10, even if the solutions differ. Thanks, Christophe, for your helpful contribution! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704533 Title: French language locale missing : Gnome-Weather To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-weather/+bug/1704533/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736232] Re: GNOME Software shows U1 login for snaps
Seems my system wasn't completely up to date, re-tested after doing all updates on Zesty and it works. Yay! Sorry for the false lead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736232 Title: GNOME Software shows U1 login for snaps To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1736232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737511] Re: linux: 4.4.0-104.127 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz Zemczak (sil2100) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737511 Title: linux: 4.4.0-104.127 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1737511/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730272] Re: package systemd-sysv 234-2ubuntu12.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2
Preparing to unpack .../systemd-sysv_234-2ubuntu12.1_amd64.deb ... Unpacking systemd-sysv (234-2ubuntu12.1) over (232-21ubuntu7.1) ... Removing 'diversion of /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service to /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd by systemd-shim' dpkg-divert: error: rename involves overwriting '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service' with different file '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd', not allowed dpkg: error processing archive /var/cache/apt/archives/systemd-sysv_234-2ubuntu12.1_amd64.deb (--unpack): subprocess installed post-removal script returned error exit status 2 You should not have "systemd-shim" package installed, please try to remove it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730272 Title: package systemd-sysv 234-2ubuntu12.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1730272/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736232] Re: GNOME Software shows U1 login for snaps
Seems some snaps install okay, some don't. Looks like classic snaps return a 400 bad request in gnome-software, but non-classic ones install okay. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736232 Title: GNOME Software shows U1 login for snaps To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1736232/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732769] Re: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
The system appears to have invalid init.d scripts, with invalid headers. Please fix those, or find who/where/why have them shipped: insserv: warning: script 'queues-torque.sh' missing LSB tags and overrides insserv: There is a loop between service torque-scheduler and queues-torque.sh if stopped insserv: loop involving service queues-torque.sh at depth 2 insserv: loop involving service torque-scheduler at depth 1 insserv: Stopping queues-torque.sh depends on torque-scheduler and therefore on system facility `$all' which can not be true! insserv: exiting now without changing boot order! update-rc.d: error: insserv rejected the script header dpkg: error processing package udev (--configure): subprocess installed post-installation script returned error exit status 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732769 Title: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1732769/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732612] Re: Alt+Printscreen not working (doesn't generate keypress event)
Not sure how any of this helps, I would require somebody with graphics/keyboard stack to understand what/where has regressed. ** Also affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732612 Title: Alt+Printscreen not working (doesn't generate keypress event) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1732612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736240] Re: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Well, it was an update-manager update. I'm not sure why the user triggered one, but probably a high-level graphical tool should not allow that. For APT, it does not make sense to prevent people from upgrading itself. That said, livecd tools could create a pre-install hook that fails with "This is a live system, it does not support upgrades"? ** Package changed: systemd (Ubuntu) => update-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736240 Title: package udev 229-4ubuntu21 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1736240/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737515] Re: linux-aws: 4.4.0-1044.53 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz Zemczak (sil2100) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737515 Title: linux-aws: 4.4.0-1044.53 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1737515/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732489] Re: TMPTIME is not honoured
I fear, I agree with debian bug report, the ship has sailed to get this migration right =/ ** Changed in: systemd (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732489 Title: TMPTIME is not honoured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1732489/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732411] Re: On upgrade, daemon-reexec should only be issued if safe
** Also affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732411 Title: On upgrade, daemon-reexec should only be issued if safe To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1732411/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736943] Re: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04
All those variables were written over with 0xde: #7 0x7f2e244b6f12 in add_bad (fctx=fctx@entry=0x7f2e1a3ab8a0, addrinfo=addrinfo@entry=0x7f2e0b046588, reason=reason@entry=65620, badtype=badtype@entry=badns_validation) at ../../../lib/dns/resolver.c:2892 2892../../../lib/dns/resolver.c: No such file or directory. (gdb) p *addrinfo $131 = {magic = 166920408, sockaddr = {type = {sa = {sa_family = 57054, sa_data = '\336' , }, sin = {sin_family = 57054, sin_port = 57054, sin_addr = { s_addr = 3739147998}, sin_zero = "\336\336\336\336\336\336\336", }, sin6 = {sin6_family = 57054, sin6_port = 57054, sin6_flowinfo = 3739147998, sin6_addr = {__in6_u = { __u6_addr8 = '\336' , , __u6_addr16 = {57054, 57054, 57054, 57054, 57054, 57054, 57054, 57054}, __u6_addr32 = {3739147998, 3739147998, 3739147998, 3739147998}}}, sin6_scope_id = 3739147998}, ss = {ss_family = 57054, __ss_padding = '\336' , , __ss_align = 16059518370053021406}, sunix = { sun_family = 57054, sun_path = '\336' , }}, length = 3739147998, link = {prev = 0xdededededededede, next = 0xdededededededede}}, srtt = 3739147998, dscp = -8482, flags = 3739147998, entry = 0xdededededededede, publink = {prev = 0xdededededededede, next = 0xdededededededede}} I failed to find an upstream bug about this (open or closed), and an inspection of the commit messages also didn't yield useful results to me. I also tried some of the domain names your logs showed but didn't manage to crash my bind server. Your server is quite busy, though, so this could also be a race condition. Would you perhaps be willing to submit a bug upstream at bugs.isc.org, including the core dump (or just let me know the bug number and I can attach it there: you have to extract it from the crash file with apport- unpack). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736943 Title: 9.10.3.dfsg.P4-8ubuntu1.9 - keep on crashing on Ubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1736943/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737514] Re: linux-lts-xenial: 4.4.0-104.127~14.04.1 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz Zemczak (sil2100) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737514 Title: linux-lts-xenial: 4.4.0-104.127~14.04.1 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1737514/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1733468] Re: do-release-upgrade failed to update to systemd 229-4ubuntu21
This is very odd: Initializing machine ID from D-Bus machine ID. Adding group `systemd-journal' (GID 120) ... Done. You are required to change your password immediately (root enforced) chfn: PAM: Authentication token is no longer valid; new one required adduser: `/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting. dpkg: error processing package systemd (--configure): subprocess installed post-installation script returned error exit status 1 I'm not sure if digitalocean images are customized, in a way that prevent upgrades. Can you try creating system systemd-timesync user, and re-attempting the upgrade? $ sudo adduser --quiet --system --group --no-create-home --home /run/systemd \ --gecos "systemd Time Synchronization" systemd-timesync -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1733468 Title: do-release-upgrade failed to update to systemd 229-4ubuntu21 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1733468/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732612] Re: Alt+Printscreen not working (doesn't generate keypress event)
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: systemd (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732612 Title: Alt+Printscreen not working (doesn't generate keypress event) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1732612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1729145] Re: /dev/bcache/by-uuid links not created after reboot
Once the kernel is fixed, are there any changes that are required to systemd/udev? ** Changed in: systemd (Ubuntu Bionic) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1729145 Title: /dev/bcache/by-uuid links not created after reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1729145/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732612] Re: Alt+Printscreen not working (doesn't generate keypress event)
On my Unity session on 17.10 printscreen doesn't work, neither does ALT+Printscreen (it triggers HUD), nor CTRL+ALT+T to open terminal. Seems a bunch of them don't work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732612 Title: Alt+Printscreen not working (doesn't generate keypress event) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1732612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1732612] Re: Alt+Printscreen not working (doesn't generate keypress event)
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-shell (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1732612 Title: Alt+Printscreen not working (doesn't generate keypress event) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1732612/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1730272] Re: package systemd-sysv 234-2ubuntu12.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2
Thank you. On 12/12/17 22:31, Dimitri John Ledkov wrote: > Preparing to unpack .../systemd-sysv_234-2ubuntu12.1_amd64.deb ... > Unpacking systemd-sysv (234-2ubuntu12.1) over (232-21ubuntu7.1) ... > Removing 'diversion of > /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service to > /usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd by > systemd-shim' > dpkg-divert: error: rename involves overwriting > '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service' with >different file > '/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service.systemd', > not allowed > dpkg: error processing archive > /var/cache/apt/archives/systemd-sysv_234-2ubuntu12.1_amd64.deb (--unpack): > subprocess installed post-removal script returned error exit status 2 > > > You should not have "systemd-shim" package installed, please try to remove it. > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730272 Title: package systemd-sysv 234-2ubuntu12.1 failed to install/upgrade: subprocess installed post-removal script returned error exit status 2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1730272/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737296] Re: package python-samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127
Did you try the next command in the list? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737296 Title: package python-samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to install/upgrade: subprocess new pre-removal script returned error exit status 127 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1737296/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1667227] Re: mate-terminal crashed with SIGSEGV in g_type_check_instance_is_a() - while editing Keyboard Shortcuts
** Tags added: bionic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1667227 Title: mate-terminal crashed with SIGSEGV in g_type_check_instance_is_a() - while editing Keyboard Shortcuts To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1667227/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737518] Re: linux-kvm: 4.4.0-1013.18 -proposed tracker
** Changed in: kernel-sru-workflow/promote-to-proposed Status: Confirmed => Fix Committed ** Changed in: kernel-sru-workflow/promote-to-proposed Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) => Łukasz Zemczak (sil2100) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737518 Title: linux-kvm: 4.4.0-1013.18 -proposed tracker To manage notifications about this bug go to: https://bugs.launchpad.net/kernel-sru-workflow/+bug/1737518/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1736738] Re: xfce4-notifyd assert failure: *** Error in `/usr/lib/i386-linux-gnu/xfce4/notifyd/xfce4-notifyd': double free or corruption (fasttop): 0x022dd7c0 ***
*** This bug is a duplicate of bug 1731905 *** https://bugs.launchpad.net/bugs/1731905 ** This bug has been marked a duplicate of bug 1731905 xfce4-notifyd assert failure: *** Error in `/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd': double free or corruption (fasttop): 0x55c6304823b0 *** -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1736738 Title: xfce4-notifyd assert failure: *** Error in `/usr/lib/i386-linux- gnu/xfce4/notifyd/xfce4-notifyd': double free or corruption (fasttop): 0x022dd7c0 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xfce4-notifyd/+bug/1736738/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1737732] [NEW] systemd-resolve default nameserver 127.0.0.53 disables resolution in guest systems
Public bug reported: When the default nameserver, which is set by systemd-resolve, is 127.0.0.53, guest systems (libvirtd, lxc, snaps, anbox, etc) won't work unless there's a non 127.0.0.x nameserver (eg. 8.8.8.8) in /etc/resolv.conf. Because the dnsmasq in these guest machines try to resolve to 127.0.0.53 and can't find the real nameserver. The quick fix is of course to: sudo rm /etc/resolv.conf sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf But that's not the default. ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: systemd 234-2ubuntu12.2 ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13 Uname: Linux 4.13.0-19-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.6 Architecture: amd64 CurrentDesktop: GNOME Date: Tue Dec 12 20:01:39 2017 EcryptfsInUse: Yes InstallationDate: Installed on 2015-09-28 (805 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) MachineType: LENOVO 34361A0 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-19-generic root=UUID=da81a856-84d5-4ca7-8c0a-4f20006730bc ro quiet splash nomodset vga=792 vt.handoff=7 SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/24/2015 dmi.bios.vendor: LENOVO dmi.bios.version: GCETA3WW (2.63 ) dmi.board.asset.tag: Not Available dmi.board.name: 34361A0 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:bvrGCETA3WW(2.63):bd09/24/2015:svnLENOVO:pn34361A0:pvrThinkPadX220:rvnLENOVO:rn34361A0:rvrNotDefined:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.family: ThinkPad X220 dmi.product.name: 34361A0 dmi.product.version: ThinkPad X220 dmi.sys.vendor: LENOVO mtime.conffile..etc.systemd.journald.conf: 2017-09-12T19:43:29.248459 ** Affects: systemd (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful package-from-proposed third-party-packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737732 Title: systemd-resolve default nameserver 127.0.0.53 disables resolution in guest systems To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1737732/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1692353] Re: systemd-fsckd : useless CR displayed on console
Interesting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1692353 Title: systemd-fsckd : useless CR displayed on console To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1692353/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1737318] Re: dependency not met
Incorrect. I am *_not_* installing packages from artful-proposed. I do *_not_* upgrade packages individually. Here is my sources.list: deb http://ca.archive.ubuntu.com/ubuntu/ artful main restricteddeb http://ca.archive.ubuntu.com/ubuntu/ artful-updates main restricteddeb http://ca.archive.ubuntu.com/ubuntu/ artful universedeb http://ca.archive.ubuntu.com/ubuntu/ artful-updates universedeb http://ca.archive.ubuntu.com/ubuntu/ artful multiversedeb http://ca.archive.ubuntu.com/ubuntu/ artful-updates multiversedeb http://ca.archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiversedeb http://archive.canonical.com/ubuntu artful partnerdeb http://security.ubuntu.com/ubuntu artful-security main restricteddeb http://security.ubuntu.com/ubuntu artful-security universedeb http://security.ubuntu.com/ubuntu artful-security multiversedeb http://www.duinsoft.nl/pkg debs all This is the update alias which I run daily (and which is throwing the errors which I have reported): sudo apt-get update && sudo aptitude --with-recommends safe-upgrade && sudo aptitude --with-recommends full-upgrade && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt autoremove && sudo aptitude autoclean From: Dimitri John Ledkov To: b...@brmiller.ca Sent: Tuesday, December 12, 2017 5:50 AM Subject: [Bug 1737318] Re: dependency not met You should upgrade all packages together, not individually. You appear to be trying to install packages from artful-proposed, which is not recommended for daily use, unless you are testing SRU fixes. If you do not intend to validate pre-release test packages, please disable artful-proposed on your system. ** Changed in: systemd (Ubuntu) Status: New => Invalid -- You received this bug notification because you are subscribed to the bug report. https://bugs.launchpad.net/bugs/1737318 Title: dependency not met Status in systemd package in Ubuntu: Invalid Bug description: The following packages have unmet dependencies: libnss-resolve : Depends: systemd (= 234-2ubuntu12.1) but 234-2ubuntu12.2 is to be installed open: 23; closed: 490; defer: 5; conflict: 5 .The following actions will resolve these dependencies: Keep the following packages at their current version: 1) libpam-systemd [234-2ubuntu12.1 (artful-security, artful-updates, now)] 2) libsystemd0 [234-2ubuntu12.1 (artful-security, artful-updates, now)] 3) systemd [234-2ubuntu12.1 (artful-security, artful-updates, now)] ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: libnss-resolve 234-2ubuntu12.1 ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13 Uname: Linux 4.13.0-19-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.6 Architecture: amd64 CurrentDesktop: Unity:Unity7:ubuntu Date: Sat Dec 9 07:40:09 2017 InstallationDate: Installed on 2016-10-02 (432 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160512) SourcePackage: systemd UpgradeStatus: Upgraded to artful on 2017-10-23 (46 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1737318/+subscriptions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1737318 Title: dependency not met To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1737318/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1692353] Re: systemd-fsckd : useless CR displayed on console
Didrocks, would you be able to review this patch? ** Changed in: systemd (Ubuntu) Assignee: (unassigned) => Didier Roche (didrocks) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1692353 Title: systemd-fsckd : useless CR displayed on console To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1692353/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs