[Bug 1819076] Re: swapoff failed: Cannot allocate memory

2019-03-07 Thread efa
** Attachment added: "example of memory situation with System monitor" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1819076/+attachment/5244661/+files/swapoff.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1814964] Re: No audio when logging in as second user. Only dummy audio device seen

2019-03-07 Thread Daniel van Vugt
A quick Google shows some hints: https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/SystemWide/ https://wiki.archlinux.org/index.php/PulseAudio/Examples#Allowing_multiple_users_to_use_PulseAudio_at_the_same_time If we are to follow upstream's recommendations then that would

[Bug 1819076] Re: swapoff failed: Cannot allocate memory

2019-03-07 Thread efa
to disable overcommit: echo 2 > /proc/sys/vm/overcommit_memory echo 100 > /proc/sys/vm/overcommit_ratio Or better for persistence, put values in /etc/sysctl.conf vm.overcommit_memory=X and run sysctl -p. No need to reboot -- You received this bug notification because you are a member of Ubuntu

[Bug 1819116] [NEW] sync_file_range02 in ubuntu_ltp_syscalls failed on D

2019-03-07 Thread Po-Hsu Lin
Public bug reported: syslog output attached as attachment. <<>> incrementing stop tst_device.c:231: INFO: Using test device LTP_DEV='/dev/loop2' tst_supported_fs_types.c:72: INFO: Kernel supports ext2 tst_supported_fs_types.c:56: INFO: mkfs.ext2 does exist tst_supported_fs_types.c:72: INFO:

[Bug 1814964] Re: No audio when logging in as second user. Only dummy audio device seen

2019-03-07 Thread Chris
Understood. I wont have daemonize=yes set, I will wait until the bug next occurs. Is there anything i can do run to troubleshoot further? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814964

[Bug 1819113] Re: dpkg --configure stuck at "Setting up systemd (237-3ubuntu10.13) ..."

2019-03-07 Thread Tom Barbette
Sorry I thought I filed it to systemd, interface problem. It's obviously not a dpkg problem... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819113 Title: dpkg --configure stuck at "Setting up

[Bug 1819113] [NEW] dpkg --configure stuck at "Setting up systemd (237-3ubuntu10.13) ..."

2019-03-07 Thread Tom Barbette
Public bug reported: dist-upgrade failed, since then I must run sudo dpkg --configure -a but I get stuck at : sudo dpkg --configure -a Processing triggers for plymouth-theme-ubuntu-text (0.9.3-1ubuntu7.18.04.1) ... update-initramfs: deferring update (trigger activated) Processing triggers for

[Bug 1048258] Re: Cypress trackpad gets psmouse lost sync / driver resynced warnings

2019-03-07 Thread Christopher M. Penalver
yoshiki2, it will help immensely if you use Ubuntu with the computer the problem is reproducible with and file a new report via a terminal to provide necessary debugging logs: ubuntu-bug linux Please feel free to subscribe me to it. -- You received this bug notification because you are a

[Bug 1816947] Re: [Dell XPS L321X] Touchpad not working after last apt-get upgrade

2019-03-07 Thread Christopher M. Penalver
yoshiki2, it will help immensely if you use Ubuntu with the computer the problem is reproducible with and file a new report via a terminal to provide necessary debugging logs: ubuntu-bug linux Please feel free to subscribe me to it. -- You received this bug notification because you are a

[Bug 1767312] Re: [radeon] Totem with gstreamer1.0-vaapi and Xorg: wrong color on H264 videos

2019-03-07 Thread Daniel van Vugt
I thought I had reproduced this bug in the past when doing radeon testing. And my radeon testing does not involve AMDGPU or PPAs. Just vanilla Ubuntu on radeon was enough to reproduce it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1814964] Re: No audio when logging in as second user. Only dummy audio device seen

2019-03-07 Thread Daniel van Vugt
No I have no more ideas on the audio issue. In fact if "The audio issue doesnt always happen" then that suggests even comment #4 might not work. As for USB issues, please log them as separate bugs. One bug per problem. -- You received this bug notification because you are a member of Ubuntu

[Bug 1818880] Re: Deadlock when detaching network interface

2019-03-07 Thread Thomas Huth
** No longer affects: qemu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818880 Title: Deadlock when detaching network interface To manage notifications about this bug go to:

[Bug 1818580] Re: [Medion MS-7616] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.

2019-03-07 Thread Christopher M. Penalver
elhoir: 1) Please ensure you are not using non-default kernel parameters. As per most recent dmesg remove: acpi_osi=Linux modprobe.blacklist=amdgpu crashkernel=384M-:128M crashkernel=384M-2G:128M,2G-:256M crashkernel=512M-:192M crashkernel=512M-:192M crashkernel=512M-:192M 2) Keep testing

[Bug 1818953] Comment bridged from LTC Bugzilla

2019-03-07 Thread bugproxy
--- Comment From myung...@us.ibm.com 2019-03-07 07:10 EDT--- >Is the third party tool incompatible with perl 5.28.1-4 in some ways? and/or >needs to be rebuild against newer perl ABI? It is just a standard normal perl script. (Not any compiled version or anything like that). You can

[Bug 1788997] Re: rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic

2019-03-07 Thread jack lemon
For me ant_sel=0 "zero!" was the magic key. Took me a week of messing around until I realized one cannot only select 1 or 2 but also 0. Try out with these: sudo modprobe -r rtl8723be sudo modprobe rtl8723be ant_sel=0 iwlist scan | egrep -i 'ssid|quality' sudo modprobe -r rtl8723be sudo modprobe

[Bug 1813556] Re: A potential bug of use of uninitialised variable

2019-03-07 Thread Christian Ehrhardt 
I pinged the upstream bug as well, lets see ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1813556 Title: A potential bug of use of uninitialised variable To manage notifications about

[Bug 1719545] Comment bridged from LTC Bugzilla

2019-03-07 Thread bugproxy
--- Comment From pavsu...@in.ibm.com 2019-03-08 01:45 EDT--- I have downloaded the .deb packages and installed on the machine. root@ltc-zz10:~# mkdir kernel-kmously root@ltc-zz10:~# cd kernel-kmously/ root@ltc-zz10:~/kernel-kmously# wget

[Bug 1767312] Re: [radeon] Totem with gstreamer1.0-vaapi and Xorg: wrong color on H264 videos

2019-03-07 Thread Christopher Snowhill
Or as one user posted, the official AMDGPU Pro package, which also enables 10bpc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767312 Title: [radeon] Totem with gstreamer1.0-vaapi and Xorg: wrong

[Bug 1813556] Re: A potential bug of use of uninitialised variable

2019-03-07 Thread Christian Ehrhardt 
Thanks for opening the upstream issue as well, it is sad that no one there is replying or merging your change as the preferred way would be to grab a new version of it. ** Changed in: htop (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of

[Bug 1814964] Re: No audio when logging in as second user. Only dummy audio device seen

2019-03-07 Thread Chris
Thanks Daniel for the suggestion, I'll try it. The audio issue doesnt always happen and I can't spot exactly what the triggers are, this morning 3 sessions are all working fine. any suggestion for what to do if it occurs again? 'kill all pulseaudio' doesnt help, neither does asking it to

[Bug 1819104] Re: chyba system soubor

2019-03-07 Thread Daniel van Vugt
Can you please attach a photo of the problem, and any other information? ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1816439] Re: package mysql-server-5.7 5.7.25-0ubuntu0.16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-03-07 Thread Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make Ubuntu better. Since there isn't enough information in your report to differentiate between a local configuration problem and a bug in Ubuntu, I'm marking this bug as Incomplete. If indeed this is a local configuration problem,

[Bug 1816439] Re: package mysql-server-5.7 5.7.25-0ubuntu0.16.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2019-03-07 Thread Christian Ehrhardt 
The mysql error.log was ommitted to be attached which most often holds the key to analyze this. Given that 98% of such errors are broken configurations of the installed mysql that then fails to restart on upgrade and 1% known flakyness issues on restart (the DPKD terminal log does not look like

[Bug 1767312] Re: [radeon] Totem with gstreamer1.0-vaapi and Xorg: wrong color on H264 videos

2019-03-07 Thread Christopher Snowhill
This bug can only occur if 10bpc is enabled. There is no other possibility. It is clearly a colorspace mismatch between VAAPI and the decode target surface. If disabling 10bpc happens in Ubuntu Mesa packages, then it is clearly someone using unofficial package builds of Mesa which have 10bpc

[Bug 1819104] [NEW] chyba system soubor

2019-03-07 Thread Jaroslav Čmolík
Public bug reported: při startu píše chyba systémového souboru ProblemType: Bug DistroRelease: Ubuntu 18.04 Package: xorg 1:7.7+19ubuntu7.1 ProcVersionSignature: Ubuntu 4.15.0-46.49-generic 4.15.18 Uname: Linux 4.15.0-46-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.5 Architecture: amd64

[Bug 1806263] Re: MariaDB 10.1 server won't start when MySQL 5.7 server has been previously installed

2019-03-07 Thread Christian Ehrhardt 
Added an apparmor task for its similarity to bug 1689585 but set it immediately to Won't Fix (as we did there). But having apparmor people getting notified might help with the continuation of this discussion. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1819074] Re: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd

2019-03-07 Thread Christian Ehrhardt 
Is this a dup to bug 1815101 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819074 Title: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd- networkd To manage notifications

[Bug 1819074] Re: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd

2019-03-07 Thread Christian Ehrhardt 
Adding other components involved. ** Also affects: netplan.io (Ubuntu) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1806263] Re: MariaDB 10.1 server won't start when MySQL 5.7 server has been previously installed

2019-03-07 Thread Christian Ehrhardt 
I understand the back and forth between the packages responsibility here. In fact I was involved in a similar problem for ntp that was discussed here: - https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1689585/comments/7 - https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1689585/comments/12

[Bug 1819103] [NEW] Indicator Application and indicator-applet does not show indicators

2019-03-07 Thread pramathesh ambasta
Public bug reported: On an Ubuntu 18.10 system, the dropbox icon would not show in the system tray panel. After searching the internet and trying various fixes (which did not work as expected) I came across a link which said indicator- application should be removed. I removed it along with the

[Bug 1815101] Re: netplan removes keepalived configuration

2019-03-07 Thread Christian Ehrhardt 
Might I ask - how much is this bug related or a dup to bug 1819074? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815101 Title: netplan removes keepalived configuration To manage notifications

[Bug 1790427] Re: Automatically install open-vm-tools when installer running in a VMware VM

2019-03-07 Thread Christian Ehrhardt 
Hi, open-vm-tools already is in main and so is the source [1] Therefore all you need to get open-vm-tools-desktop to main is to seed it (or add a dependency at the right place from your installer if that is better for you). It is ready and the component mismatch can be fixed up by an AA then.

[Bug 1818877] Re: uvtool should specify a default video device

2019-03-07 Thread Christian Ehrhardt 
MP Pushed and merged. @Rbasak - could you make this a bugfix upload to Disco still as that is where the offending changes land? ** Changed in: uvtool (Ubuntu) Assignee: Christian Ehrhardt  (paelzer) => Robie Basak (racb) -- You received this bug notification because you are a member of

[Bug 1759906] Re: Why is this not in bionic 18.04?

2019-03-07 Thread Dallen Wilson via ubuntu-bugs
I took the time to update gSTM for gtk3 and removed the gnome dependencies. Source is available at https://github.com/dallenwilson/gstm along with links to packages for Ubuntu and Gentoo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1819033] Re: php7.0-fpm_7.0.33-0ubuntu0.16.04.2 update stop fpm service for 10 minutes

2019-03-07 Thread Christian Ehrhardt 
Odd, in a quick repro I haven't seen any delay. There are prerm/postrm/postinst steps in this package. In addition as we have seen with other packages it has sysV and systemd units which sometimes can cause double actions in maintainer scripts. Prerm of the old version will stop it (sysV)

[Bug 1819074] Re: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd

2019-03-07 Thread Christian Ehrhardt 
FYI that is about: https://lists.ubuntu.com/archives/ubuntu-server/2018-October/007761.html https://lists.ubuntu.com/archives/ubuntu-server/2018-November/007784.html https://lists.ubuntu.com/archives/ubuntu-server/2019-February/007811.html

[Bug 1819074] Re: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd

2019-03-07 Thread Christian Ehrhardt 
(or at least related) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819074 Title: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd- networkd To manage notifications about

[Bug 1818373] Re: [needs-packaging] [FFe] grub2-themes-ubuntustudio

2019-03-07 Thread Ross Gammon
So I woke up this morning expecting to fix the package, only to discover it was fixed last night whilst I slept. Thanks guys. Marking as Fix Released as I can see it is in the archive. Also marking as not affecting the ubuntustudio-meta package, as it does not need to be added to the seeds

[Bug 1788997] Re: rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic

2019-03-07 Thread Kai-Heng Feng
So for Bionic, the commit should be reverted. Please test this kernel: https://people.canonical.com/~khfeng/lp1788997/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788997 Title: rtl8723be wifi

[Bug 1818881] Re: ath10k_pci crashing

2019-03-07 Thread Kai-Heng Feng
This commit particular: commit 85bd0107c6cd445a33066a57658fc585244a1100 Author: Yu Wang Date: Thu Dec 20 09:53:26 2018 +0200 ath10k: add amsdu support for monitor mode -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1818881] Re: ath10k_pci crashing

2019-03-07 Thread Kai-Heng Feng
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v5.0 kernel [0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix

[Bug 1754075] Re: apt-setup uses apt-key but probably should not anymore

2019-03-07 Thread Mathew Hodson
** No longer affects: gnupg (Ubuntu) ** No longer affects: gnupg (Ubuntu Bionic) ** No longer affects: gnupg2 (Ubuntu Bionic) ** No longer affects: gnupg2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1803628] Re: jtreg fails to run under openjdk-8 due to api incompatibility with openjdk-9 or later

2019-03-07 Thread Mathew Hodson
** Also affects: jtreg (Ubuntu Disco) Importance: Medium Status: 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/1803628 Title: jtreg fails to run under openjdk-8 due to api

[Bug 1796985] Re: [SRU] clojure autopkgtest fails to run with openjdk-11

2019-03-07 Thread Mathew Hodson
** 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/1796985 Title: [SRU] clojure autopkgtest fails to run with openjdk-11 To manage notifications about this bug go to:

[Bug 1573594] Re: Missing null termination in PROTOCOL_BINARY_CMD_SASL_LIST_MECHS response handling

2019-03-07 Thread Mathew Hodson
** Changed in: libmemcached (Ubuntu Trusty) Status: Invalid => 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/1573594 Title: Missing null termination in

[Bug 1802483] Re: Notifications emitted by a snap with local files or desktop files use wrong namespace

2019-03-07 Thread Mathew Hodson
** Also affects: libnotify (Ubuntu Bionic) Importance: Undecided Status: New ** Also affects: libnotify (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: libnotify (Ubuntu Xenial) Importance: Undecided => Medium ** Changed in: libnotify (Ubuntu Bionic)

[Bug 1530523] Re: kcm_driver_manager: Infinitely shows Collecting information

2019-03-07 Thread Mathew Hodson
This was fixed in Xenial with libqapt 3.0.2-0ubuntu1.2 and in other releases with more recent packages. This shouldn't have been set to Incomplete. ** Changed in: libqapt (Ubuntu Xenial) Status: Incomplete => Fix Released ** Project changed: kubuntu-ppa => ubuntu-translations ** No

[Bug 1818764] Re: Please upgrade ubuntukylin-wallpapers to 19.04.0

2019-03-07 Thread Mathew Hodson
** Changed in: ubuntukylin-wallpapers (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818764 Title: Please upgrade ubuntukylin-wallpapers to 19.04.0 To

[Bug 1818762] Re: Please upgrade youker-assistant to 3.0.1

2019-03-07 Thread Mathew Hodson
** Changed in: youker-assistant (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818762 Title: Please upgrade youker-assistant to 3.0.1 To manage

[Bug 1818724] Re: Sync pdfchain 1:0.4.4.2-1 (universe) from Debian testing (main)

2019-03-07 Thread Mathew Hodson
** Changed in: pdfchain (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818724 Title: Sync pdfchain 1:0.4.4.2-1 (universe) from Debian testing (main) To

[Bug 1815002] Re: quick-boot-lvm.patch caused regression - menu always appear if root is on Btrfs

2019-03-07 Thread RussianNeuroMancer
> RussianNeuroMancer's argument is different; he argues that using Esc to access the GRUB menu during UEFI boot DOES work reliably and therefore we should default to booting fast. Just in case, I want to note, that it works with 2.02+dfsg1-5ubuntu8 but not with 2.02+dfsg1-5ubuntu8.2. Could you

[Bug 1811722] Re: arm64: shim crashes in SecureBoot mode w/ some firmware

2019-03-07 Thread dann frazier
I've proposed a fix upstream: https://github.com/rhboot/shim/pull/173 ** Also affects: shim (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1811901] Re: shim crashes in OBJ_create()

2019-03-07 Thread dann frazier
I've proposed a fix upstream: https://github.com/rhboot/shim/pull/174 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1811901 Title: shim crashes in OBJ_create() To manage notifications about this

[Bug 1818501] Re: kernel BUG at fs/ocfs2/alloc.c:1514

2019-03-07 Thread Kai-Heng Feng
Please test this kernel: https://people.canonical.com/~khfeng/lp1818501/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818501 Title: kernel BUG at fs/ocfs2/alloc.c:1514 To manage notifications

[Bug 1818547] Re: hid-sensor-hub spamming dmesg in 4.20

2019-03-07 Thread Kai-Heng Feng
https://lkml.org/lkml/2019/3/8/2 ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Kai-Heng Feng (kaihengfeng) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818547 Title:

[Bug 1450588] Re: /var/log/dmesg No Longer Being Updated

2019-03-07 Thread Christian Ehrhardt 
As soon as something isn't urgent it falls off everyones lists :-/ I have found this old bug (again) in my notes, felt embarrassed and converted the suggestion of xnox into an MP that we can ack and push to early 19.10 then (hopefully not forgetting it again). We probably will have to rebase

[Bug 1450588] Re: /var/log/dmesg No Longer Being Updated

2019-03-07 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/rsyslog/+git/rsyslog/+merge/364133 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1450588 Title: /var/log/dmesg No

[Bug 883210] Re: y values not present for some points in data export. Program crashed when one of said points was deleted.

2019-03-07 Thread mark mitchell
Should be fixed by #129, #270, #294 at github.com/markummitchell /engauge-digitizer. New engauge digitizer issues should be tracked at github for prompt response. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 883210] Re: y values not present for some points in data export. Program crashed when one of said points was deleted.

2019-03-07 Thread mark mitchell
** Changed in: engauge-digitizer (Ubuntu) Assignee: (unassigned) => mark mitchell (markummitchell) ** Changed in: engauge-digitizer (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1818816] Re: Ubuntu 16.04 LTS + "lspci: Cannot open /sys/bus No such file" on Dell 5820 Tower

2019-03-07 Thread Kai-Heng Feng
What happens if LightDM or GDM is in use, instead of startx? graphical.target pulls in gpu-manager.service, which is needed for Nvidia graphics. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818816

[Bug 1719545] Re: [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats

2019-03-07 Thread Khaled El Mously
@Pavaman, thanks for testing. The patch that was submitted upstream by IBM to fix this bug ( f9652d5cae04eb5e85303c087f5842d320499c65 ) was applied (cleanly) to bionic to generate that kernel. It's not clear to me why that doesn't fix your problem since it was identified as the only required fix

[Bug 1773697] Re: [USB-Audio - PX USB, playback] snd-usb-audio: probe of 2-3:1.0 failed with error -22 after kernel upgrade

2019-03-07 Thread Kai-Heng Feng
href, I think the fix is still needed for Bionic (v4.15) and Cosmic (v4.18) kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1773697 Title: [USB-Audio - PX USB, playback] snd-usb-audio: probe

[Bug 1775967] Re: Wrong temperature after suspend

2019-03-07 Thread Kai-Heng Feng
It should be fairly safe, but it's more power hungry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1775967 Title: Wrong temperature after suspend To manage notifications about this bug go to:

[Bug 1818281] Re: .

2019-03-07 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1818275 *** https://bugs.launchpad.net/bugs/1818275 Oh, same person :) ** This bug has been marked a duplicate of bug 1818275 Dell Inspiron 15-3552 PCI/internal sound card not detected -- You received this bug notification because you are a member of

[Bug 1818281] Re: .

2019-03-07 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1818275 *** https://bugs.launchpad.net/bugs/1818275 Also, other people with the same laptop are reporting that sound has stopped working. Please see bug 1818275 about that. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 890343] Re: Cheese crashes on start (BadDrawable)

2019-03-07 Thread Launchpad Bug Tracker
[Expired for cheese (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cheese (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890343

[Bug 968243] Re: copy big file to smb share finishes with error and error message 'success'

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 682726] Re: nautilus file copy conflict dialogue shows "Size: (null)" for directories

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 898449] Re: problem with GNOME

2019-03-07 Thread Launchpad Bug Tracker
[Expired for gnome-terminal (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-terminal (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1173880] Re: nautilus only shows some file's thumbnail

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 991482] Re: When unplug computer, battery lower warning is showing.

2019-03-07 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.] ** Changed in: ubuntu Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/991482 Title: When

[Bug 875533] Re: Cheese crashes when either arrow on picture preview tray is clicked

2019-03-07 Thread Launchpad Bug Tracker
[Expired for cheese (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cheese (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/875533

[Bug 1013875] Re: Cant connect to server SSH after failed connection to Windows Server

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1024019] Re: Cheese crashes on startup

2019-03-07 Thread Launchpad Bug Tracker
[Expired for cheese (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cheese (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1024019

[Bug 1074682] Re: Copying files from a Windows share fails randomly

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1030774] Re: wallpaper displayed wrong on dual-head configuration

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1182663] Re: Cheese application crashes on running, due to "intel_do_flush_locked failed: Input/output error"

2019-03-07 Thread Launchpad Bug Tracker
[Expired for cheese (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cheese (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1182663

[Bug 1235139] Re: cheese crashed with signal 5 in g_return_if_fail_warning()

2019-03-07 Thread Launchpad Bug Tracker
[Expired for cheese (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cheese (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235139

[Bug 1500412] Re: in a fresh gnome-terminal less hides some lines

2019-03-07 Thread Launchpad Bug Tracker
[Expired for gnome-terminal (Ubuntu) because there has been no activity for 60 days.] ** Changed in: gnome-terminal (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1175865] Re: Nautilus crashed

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1065307] Re: Subsequent attempts to connect to Windows share fails if first attempt fails

2019-03-07 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1798493] Fix included in openstack/python-openstackclient 3.18.0

2019-03-07 Thread OpenStack Infra
This issue was fixed in the openstack/python-openstackclient 3.18.0 release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798493 Title: Improve documentation on openstack complete To manage

[Bug 1629815] Re: Videos do not play smoothly in any web browser

2019-03-07 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.] ** Changed in: ubuntu Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1629815 Title: Videos

[Bug 1809874] Fix included in openstack/python-openstackclient 3.18.0

2019-03-07 Thread OpenStack Infra
This issue was fixed in the openstack/python-openstackclient 3.18.0 release. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1809874 Title: multiple server delete produce multiple new lines To

[Bug 1790525] Re: gnome-shell assert failure: double free or corruption (fasttop) in g_free() from g_error_free() from cogl_error_free() from cogl_texture_new_with_size() from clutter_offscreen_effect

2019-03-07 Thread Daniel van Vugt
It appears Gert isn't using bionic and is the only person affected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1790525 Title: gnome-shell assert failure: double free or corruption (fasttop) in

[Bug 1767648] Re: Top bar and shell dialogs are not displayed properly when zoom is enabled

2019-03-07 Thread Daniel van Vugt
And no, we won't wait till August to get this fix into 18.04 updates. It will be released soon after all the other bug fixes in the same update have been verified (by anyone): https://launchpad.net/ubuntu/+source/mutter/3.28.3+git20190124-0ubuntu18.04.1 -- You received this bug notification

[Bug 1767648] Re: Top bar and shell dialogs are not displayed properly when zoom is enabled

2019-03-07 Thread Daniel van Vugt
Yes. I am using it on bionic right now. All you need to do is download the .deb files (not .ddeb files) from: https://launchpad.net/ubuntu/+source/mutter/3.28.3+git20190124-0ubuntu18.04.1/+build/16422452 and install them. -- You received this bug notification because you are a member of Ubuntu

[Bug 1767648] Re: Top bar and shell dialogs are not displayed properly when zoom is enabled

2019-03-07 Thread Daniel van Vugt
Sorry, ignore comment #60... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1767648 Title: Top bar and shell dialogs are not displayed properly when zoom is enabled To manage notifications about

[Bug 1767648] Re: Top bar and shell dialogs are not displayed properly when zoom is enabled

2019-03-07 Thread Daniel van Vugt
Yes. I am using it on bionic right now. All you need to do is download the .deb files (not .ddeb files) from: https://launchpad.net/ubuntu/+source/mutter/3.28.3+git20190124-0ubuntu18.04.1/+build/16422451 and install them. -- You received this bug notification because you are a member of Ubuntu

[Bug 1818944] Re: unable to remove or add apps

2019-03-07 Thread Daniel van Vugt
Please open a terminal and try this: sudo apt update sudo apt -f install sudo apt full-upgrade and then run again: sudo apt update sudo apt full-upgrade and tell us if you get any errors from that final command. -- You received this bug notification because you are a member of

[Bug 1797557] Re: Bionic updates break upgrade (apt remove libc6-armhf-cross first)

2019-03-07 Thread S B
How exactly do I fix this mess? My cross-build VM is basically fucked after upgrading to Bionic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1797557 Title: Bionic updates break upgrade (apt

[Bug 1818574] Re: Nginx cannot bind static IPv6 address on boot

2019-03-07 Thread Bug Watch Updater
** Changed in: nginx (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818574 Title: Nginx cannot bind static IPv6 address on boot To manage notifications about

Re: [Bug 1818944] Re: unable to remove or add apps

2019-03-07 Thread Perry Bubis
On Thu, Mar 7, 2019 at 7:25 PM Perry Bubis wrote: > Daniel, > Here is some more info regarding my bug. When I open program manager, it > does not work. I t6ook additional photos that are attached. Hope you can > help me. > Thanks > Perry > [image: IMG_0118.jpg] > [image: IMG_0116.JPG] > [image:

[Bug 1806392] Re: tun/tap: unable to manage carrier state from userland

2019-03-07 Thread Khaled El Mously
** Changed in: linux (Ubuntu Bionic) Status: In Progress => Fix Committed ** Changed in: linux (Ubuntu Cosmic) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1818944] Re: unable to remove or add apps

2019-03-07 Thread Perry Bubis
Daniel, Here is some more info regarding my bug. When I open program manager, it does not work. I t6ook additional photos that are attached. Hope you can help me. Thanks Perry [image: IMG_0118.jpg] [image: IMG_0116.JPG] [image: IMG_0111.jpg] On Thu, Mar 7, 2019 at 5:45 PM Daniel van Vugt <

[Bug 1782209] Re: KVM SnowRidge Split-lock disable

2019-03-07 Thread quanxian
** Description changed: When bit 29 is set in Test Control MSR register 0x33, a #AC execption  is generated for split locked accesses at all CPL irrespective of  CR0.AM or EFLAGS.AC. This feature can help developers to capture memory accesses that across cachelines with #LOCK

[Bug 1767648] Re: Top bar and shell dialogs are not displayed properly when zoom is enabled

2019-03-07 Thread Christopher Millsap
I noticed that this is scheduled to go out in August for Bionic. Is there any way that I can install the mutter module with the fix before then? This is definitely making my life difficult even with a 27 inch monitor because of my vision. -- You received this bug notification because you are a

[Bug 1818949] Re: a lot of time consume to open ubuntu

2019-03-07 Thread Daniel van Vugt
It appears one of your hard disks is failing and causing long delays in the kernel: [ 1137.804251] ata3: exception Emask 0x10 SAct 0x0 SErr 0x400 action 0xe frozen [ 1137.804258] ata3: irq_stat 0x0040, connection status changed [ 1137.804264] ata3: SError: { DevExch } [ 1137.804273]

[Bug 1812153] Re: CONFIG_SECURITY_SELINUX_DISABLE should be disabled on KVM kernel

2019-03-07 Thread Khaled El Mously
** Changed in: linux-kvm (Ubuntu Cosmic) Status: In Progress => 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/1812153 Title: CONFIG_SECURITY_SELINUX_DISABLE should be disabled

[Bug 1819086] Re: Ubuntu 19.04: Dash-to Dock extension no longer working

2019-03-07 Thread Seth Arnold
** Information type changed from Private Security to Public Security ** Package changed: ubuntu => gnome-shell (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819086 Title: Ubuntu 19.04:

  1   2   3   4   5   6   7   8   >