[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-28 Thread Matthew Ruffell
Performing verification of debootstrap using Mauricio's script from comment #10. Focal == Original First, using debootstrap from -updates: $ apt-cache policy debootstrap | grep Installed Installed: 1.0.118ubuntu1.1 $ tail -n1 *-focal-*.log ==>

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-27 Thread Matthew Ruffell
Performing verification of debootstrap in -proposed using Mauricio's script from comment #10. Bionic == Original First, using debootstrap from -updates: $ apt-cache policy debootstrap | grep Installed Installed: 1.0.95ubuntu0.6 $ tail -n1 *-bionic-*.log ==>

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-27 Thread Matthew Ruffell
I looked into the autopkgtest regressions. The pbuilder and sbuilder failures are due to them attempting to build procenv in a Groovy chroot which was made with debootstrap. procenv currently FTBFS on Groovy, due to changes in GCC10 to -Werror=format- overflow. ``` gcc -DHAVE_CONFIG_H -I. -I..

[Bug 1889138] [NEW] procenv is FTBFS in Groovy

2020-07-27 Thread Matthew Ruffell
Public bug reported: [Impact] procenv is currently FTBFS on Ubuntu 20.10 Groovy Gorilla with GCC 10 version (Ubuntu 10.2.0-3ubuntu1) 10.2.0. Details: ``` gcc -DHAVE_CONFIG_H -I. -I.. -I . -I ./platform -I ./platform/linux -D PROCENV_PLATFORM_LINUX -pedantic -std=gnu99 -Wall

[Bug 1859873] Re: Reapply "usb: handle warm-reset port requests on hub resume"

2020-07-27 Thread Matthew Ruffell
** Changed in: linux (Ubuntu Eoan) Status: In Progress => Won't Fix ** Changed in: linux (Ubuntu Eoan) Assignee: Matthew Ruffell (mruffell) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1859873] Re: Reapply "usb: handle warm-reset port requests on hub resume"

2020-07-23 Thread Matthew Ruffell
** Changed in: linux (Ubuntu Bionic) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Changed in: linux (Ubuntu Eoan) Assignee: (unassigned) => Matthew Ruffell (mruffell) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1859873] Re: Reapply "usb: handle warm-reset port requests on hub resume"

2020-07-23 Thread Matthew Ruffell
** Description changed: - This bug tracks the reapplication of "usb: handle warm-reset port - requests on hub resume". + [Impact] + + We wish to reapply "usb: handle warm-reset port requests on hub resume". We reverted "usb: handle warm-reset port requests on hub resume" from - the Ubuntu

[Bug 1859873] Re: Reapply "usb: handle warm-reset port requests on hub resume"

2020-07-23 Thread Matthew Ruffell
** No longer affects: linux (Ubuntu Focal) ** Changed in: linux (Ubuntu) Status: Confirmed => Fix Released ** Changed in: linux (Ubuntu Bionic) Status: Confirmed => In Progress ** Changed in: linux (Ubuntu Eoan) Status: Confirmed => In Progress -- You received this bug

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-23 Thread Matthew Ruffell
Attached is a debdiff for util-linux which implements the permission and capability changes to the dmesg binary. ** Patch added: "util-linux debdiff for Groovy" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886112/+attachment/5395389/+files/lp1886112_util-linux_groovy.debdiff -- You

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-23 Thread Matthew Ruffell
Attached is a procps debdiff for groovy, which adds documentation to /etc/sysctl.d/10-kernel-hardening.conf and a commented out way to disable DMESG_RESTRICT. ** Patch added: "procps debdiff for Groovy"

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-23 Thread Matthew Ruffell
I emailed Seth Forshee asking about what happens when Groovy's kernel becomes Focal's HWE kernel, and he mentioned that the kernel team has processes in place to handle config changes, and that it isn't a problem. So we will go with the more secure by default way, and enable

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-22 Thread Matthew Ruffell
The VM on the left is using the current 18.04.4 LTS mini.iso provided from http://archive.ubuntu.com/ubuntu/dists/bionic-updates/main /installer-amd64/current/images/netboot/ with a date of 2020-01-30. The VM on the right is using the mini.iso I created that contains the test debootstrap package,

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-22 Thread Matthew Ruffell
Attached is a generic patch with proper DEP-3 tagging for use with quilt. Since debootstrap uses "3.0 (native)" instead of "3.0 (quilt)", the previous debdiffs are to be used instead. I am just attaching in the off-chance it is useful. ** Patch added: "dep-3 tagged patch for use with quilt."

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-21 Thread Matthew Ruffell
Attached is a debdiff for Focal ** Patch added: "debootstrap debdiff for Focal" https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/1772556/+attachment/5394788/+files/lp1772556_debootstrap_focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-21 Thread Matthew Ruffell
Attached is a debdiff for Bionic ** Patch added: "Debdiff for Bionic" https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/1772556/+attachment/5394787/+files/lp1772556_debootstrap_bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1772556] Re: d-i netinstall fails due to missing apt-transport-https package

2020-07-21 Thread Matthew Ruffell
** Description changed: [Impact] When installing over the network using a netinstall image with pxe boot and with an https apt mirror, the installer fails with the error: - Debootstrap error +   Debootstrap error - couldn't find these debs: apt-transport-https +   couldn't find

[Bug 1772556] Re: Can't find apt-transport-https

2020-07-21 Thread Matthew Ruffell
** Description changed: - Upstream: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879755 + [Impact] - When installing over the network with pxe boot and with an https apt - mirror, the installer fails with the error: + When installing over the network using a netinstall image with pxe boot

[Bug 1772556] Re: Can't find apt-transport-https

2020-07-21 Thread Matthew Ruffell
** Changed in: debootstrap (Ubuntu Focal) Importance: Undecided => High ** Changed in: debootstrap (Ubuntu Bionic) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Changed in: debootstrap (Ubuntu Focal) Assignee: (unassigned) => Matthew Ruffell (mruffell) ** Tags added: sts --

[Bug 1888091] Re: Deform switch in the Livepatch tab

2020-07-19 Thread Matthew Paul Thomas
Well spotted, thanks. ** Changed in: software-properties (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/1888091 Title: Deform switch in the Livepatch tab

[Bug 1887607] Re: NFS4.2: Cutting and Pasting files from NFS sec=sys to NFS sec=krb5p causes NFS to hang

2020-07-16 Thread Matthew Ruffell
** Description changed: BugLink: https://bugs.launchpad.net/bugs/1887607 [Impact] - If you have a desktop system, with two NFS mounts: - - One that uses the baseline IP based security, aka sec=sys, + If you have a desktop system, with two NFS v4.2 mounts: + - One that uses the baseline

[Bug 1887607] Re: NFS4.2: Cutting and Pasting files from NFS sec=sys to NFS sec=krb5p causes NFS to hang

2020-07-16 Thread Matthew Ruffell
** Summary changed: - Cutting and Pasting files from NFS sec=sys to NFS sec=krb5p causes NFS to hang + NFS4.2: Cutting and Pasting files from NFS sec=sys to NFS sec=krb5p causes NFS to hang -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1887607] [NEW] Cutting and Pasting files from NFS sec=sys to NFS sec=krb5p causes NFS to hang

2020-07-14 Thread Matthew Ruffell
ntu) Importance: Undecided Status: Fix Released ** Affects: linux (Ubuntu Bionic) Importance: Medium Assignee: Matthew Ruffell (mruffell) Status: In Progress ** Tags: sts ** Also affects: linux (Ubuntu Bionic) Importance: Undecided Status: New ** Chan

[Bug 1877701] Re: Mailman3 3.2.2-1 is incompatible with Python3 3.8.2-0

2020-07-13 Thread Matthew Alberti
Is it possible to have the Mailman packages updated to the latest stable, in time for 20.04.1 LTS? That seems to be a good way to bring Mailman on Ubuntu up to speed. I believe Debian upstream is headed that direction. -- You received this bug notification because you are a member of Ubuntu

[Bug 1882478] Re: smpboot: don't call topology_sane() when Sub-NUMA-Clustering is enabled

2020-07-09 Thread Matthew Ruffell
I asked the customer to test 4.4.0-186-generic from -proposed on their HP DL360 Gen10 machines with the Intel Xeon Gold 5120 CPU. The machine has Sub-NUMA Clustering enabled and it is active. The machine boots successfully, and there are no call traces or kernel oops present: # uname -rv

[Bug 1885944] Re: Oops: 0010 [#1] SMP PTI, at : "push %rbp" address

2020-07-09 Thread Matthew Qvap
Mauricio, thank You for Your time and answer provided best regards, Matthew -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885944 Title: Oops: 0010 [#1] SMP PTI, at :"push %rbp&quo

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-07-07 Thread Matthew Ruffell
Performing verification for rabbitmq-server in -proposed for xenial. I installed 3.5.7-1ubuntu0.16.04.4 from -proposed, and followed the instructions I wrote in comment #59. I sent a message to host 1, checked that host 1 was master, and host 2 was the slave. I shut host 1 down, and then sent a

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-07-07 Thread Matthew Ruffell
Performing verification for rabbitmq-server in -proposed for bionic. I installed 3.6.10-1ubuntu0.3 from -proposed, and followed the instructions I wrote in comment #59. I sent a message to host 1, checked that host 1 was master, and host 2 was the slave. I shut host 1 down, and then sent a

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-07-07 Thread Matthew Ruffell
Performing verification for rabbitmq-server in -proposed for focal. I know the focal package is released to -updates, but I will verify again regardless. I installed 3.8.2-0ubuntu1.1 from -proposed, and followed the instructions I wrote in comment #59. I sent a message to host 1, checked that

[Bug 1886592] [NEW] Add support for VMware Horizon SSO to gnome-shell

2020-07-06 Thread Matthew Ruffell
..@qq.com> Date: Thu, 2 Jul 2020 06:54:55 +0800 Subject: gdm: Introduce vmware credential manager for pre-authenticated logins Link: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/4ea0fca4fc09ffd6e0b6994ee1354f07f7d5d2b5 ** Affects: gnome-shell (Ubuntu) Importance: Undecided Assig

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-05 Thread Matthew Ruffell
I have created patches for both the procps package and the util-linux package which implements the proposed changes. You can find test packages in the following ppa: https://launchpad.net/~mruffell/+archive/ubuntu/lp1886112-test Debdiff for procps: https://paste.ubuntu.com/p/qvmHgMhXSj/ Debdiff

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-05 Thread Matthew Ruffell
I was thinking about this over the weekend, and I think we overlooked the impact of setting CONFIG_SECURITY_DMESG_RESTRICT in the kernel config has on downstream users of Groovy's kernel, namely when it becomes Focal's HWE kernel. Focal won't be receiving any patches for /usr/bin/dmesg, so I

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-05 Thread Matthew Ruffell
** Description changed: [Impact] This bug implements the enablement of CONFIG_SECURITY_DMESG_RESTRICT feature by default for Groovy onward, proposed to ubuntu-devel: https://lists.ubuntu.com/archives/ubuntu-devel/2020-June/041063.html The kernel log buffer contains a wealth of

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-03 Thread Matthew Ruffell
** Patch removed: "procps debdiff for Groovy" https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1886112/+attachment/5389194/+files/lp1886112_procps_groovy.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1863086] Re: unkillable process (kernel NULL pointer dereference)

2020-07-02 Thread Matthew Ruffell
The fix has been released in the form of 5.4.0-40-generic on focal, and 5.3.0-62-generic on Eoan. ** Changed in: linux (Ubuntu Eoan) Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu Focal) Status: Fix Committed => Fix Released -- You received this bug

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-02 Thread Matthew Ruffell
Attached is a debdiff for procps on Groovy. It adds a commented out entry to 10-kernel-hardening.conf which users can use to disable the setting if they wish. ** Patch added: "procps debdiff for Groovy"

[Bug 1770929] Re: Duplicity fails with UnicodeDecodeError in uexc function

2020-07-02 Thread BlueT - Matthew Lien - 練喆明
I'm still experiencing this bug. Backup failed. I can't find any processing logs, so I'm not able to know which file caused the problem... The dialog box shows: Traceback (innermost last): File "/usr/bin/duplicity", line 1555, in with_tempdir(main) File "/usr/bin/duplicity", line 1541,

[Bug 1886112] Re: Enabling DMESG_RESTRICT in Groovy Onward

2020-07-02 Thread Matthew Ruffell
Kernel is fix-committed as per: Mailing list: https://lists.ubuntu.com/archives/ubuntu-devel/2020-July/041079.html Commit: https://kernel.ubuntu.com/git/ubuntu/unstable.git/commit/?id=25e6c851704a47c81e78e1a82530ac4b328098a6 -- You received this bug notification because you are a member of

[Bug 1886112] [NEW] Enabling DMESG_RESTRICT in Groovy Onward

2020-07-02 Thread Matthew Ruffell
: Undecided Status: Fix Committed ** Affects: procps (Ubuntu) Importance: Undecided Assignee: Matthew Ruffell (mruffell) Status: In Progress ** Affects: util-linux (Ubuntu) Importance: Undecided Assignee: Matthew Ruffell (mruffell) Status: In Progress

[Bug 1885944] [NEW] Oops: 0010 [#1] SMP PTI, at : "push %rbp" address

2020-07-01 Thread Matthew Qvap
Public bug reported: Kernel is Oopsing with following message: "BUG: unable to handle kernel paging request at 81a65350" Ubuntu: 16.04 Deb package: linux-image-4.15.0-1055-azure Frequency: Occured once a month. After upgrading to ~4.15.0-1067-azure~, didn't occur (?yet?).

[Bug 1885529] Re: Gnome "Activities" button in inconsistent location when the Places menu is enabled

2020-06-30 Thread Matthew Davis
Ah never mind. It looks like this upgrade failure is a known issue: https://nelsonslog.wordpress.com/2020/05/26/ubuntu-19-10-to-20-04 -upgrade-failure/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1885529] Re: Gnome "Activities" button in inconsistent location when the Places menu is enabled

2020-06-30 Thread Matthew Davis
Thanks Yes I have deliberately not upgraded to 20.04 Every time I try, it makes my laptop unbootable. I just tried again today. Now not only does it not boot into this new kernel, but booting into the previous kernel version no longer works either. Where is the best place to get support for

[Bug 1512111] Re: "Ubuntu Light" font has heavier weight than "Ubuntu"

2020-06-29 Thread Matthew Gardiner
If you install the Ubuntu Light font in Windows, and use it in say, Excel, the bug is very evident, as it renders as a bolded Ubuntu font natively. I have seen the same behavior in Ubuntu itself, though it is less reproducible. -- You received this bug notification because you are a member of

[Bug 1765832] Re: Two finger scrolling not working after suspend

2020-06-29 Thread Matthew Ross
*** This bug is a duplicate of bug 1722478 *** https://bugs.launchpad.net/bugs/1722478 I'm using 20.04 Ubuntu with Gnome desktop and have the same issue. As a fix I used code mentioned above Eg "modprobe psmouse" as the solution. I placed the following code in a file called "touchpad"

[Bug 1885529] Re: Gnome "Activities" button in inconsistent location

2020-06-29 Thread Matthew Davis
** Attachment added: "Bad layout" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1885529/+attachment/5388098/+files/Screenshot%20from%202020-06-29%2017-00-12.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1885529] Re: Gnome "Activities" button in inconsistent location

2020-06-29 Thread Matthew Davis
** Attachment added: "Good layout" https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1885529/+attachment/5388100/+files/Screenshot%20from%202020-06-29%2017-02-12.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1885529] [NEW] Gnome "Activities" button in inconsistent location

2020-06-29 Thread Matthew Davis
Public bug reported: I have the Gnome "Places Status Indicator" extension installed. Previously the 'Places' button would always appear to the right of "Activities" However since a few weeks ago, every now and then the "Places" button appears to the left of the "Activities" button. This is bad

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-06-28 Thread Matthew Ruffell
Okay, I made test packages for Bionic and Xenial based on the above: The ppa is available here: https://launchpad.net/~mruffell/+archive/ubuntu/lp1874075-test It contains (based off of -updates): Xenial: rabbitmq-server 3.5.7-1ubuntu0.16.04.2+lp1874075v20200629b1 Bionic: rabbitmq-server

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-06-28 Thread Matthew Ruffell
I agree that the fixes in -proposed for Focal and Groovy are good as is, since it works nicely with type=notify on those systems. I spent some time testing on Bionic. I can confirm that the existence of ExecStartPost is for the very reason that Nicolas describes, that RabbitMQ will return 0

[Bug 1885010] Re: NULL deference in nfs4_get_valid_delegation

2020-06-28 Thread Matthew Ruffell
Hi Elvis, excellent to hear your long production job finishes successfully on your test kernel and on 5.4.0-40 from -proposed. Looking at the schedule, 5.4.0-40 should be released to -updates in the next day or two, and it will be exactly the same package that was in -proposed. I'll mark this bug

[Bug 1885010] Re: NULL deference in nfs4_get_valid_delegation

2020-06-24 Thread Matthew Ruffell
Hi Elvis, Guilherme Guilherme, I went and had a look at what was built into 5.4.0-39-generic, and the commit "nfs: fix NULL deference in nfs4_get_valid_delegation" wasn't there. >From what I can see looking at the git tree located at:

[Bug 1882774] Re: issues with secondary VMX execution controls

2020-06-23 Thread Matthew Ruffell
Also verifying this on Azure Cloud. I enabled -proposed and installed qemu 4.2-3ubuntu6.3 on a Focal instance. $ sudo apt-cache policy qemu-kvm | grep Installed Installed: 1:4.2-3ubuntu6.3 >From there I executed the following: $ sudo -s # apt install qemu-kvm bridge-utils # BR_NAME="br0" #

[Bug 1884470] Re: Nested virt fails with 'failed to set MSR' causing QEMU to abort

2020-06-21 Thread Matthew Ruffell
*** This bug is a duplicate of bug 1882774 *** https://bugs.launchpad.net/bugs/1882774 ** This bug has been marked a duplicate of bug 1882774 issues with secondary VMX execution controls -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1882774] Re: issues with secondary VMX execution controls

2020-06-21 Thread Matthew Ruffell
Hi Christian, I have tested the exact same patch on Azure over on bug 1884470 and I can confirm that it fixes the issue. I will be eagerly awaiting your upload to hit -proposed. ** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1884470] Re: Nested virt fails with 'failed to set MSR' causing QEMU to abort

2020-06-21 Thread Matthew Ruffell
** No longer affects: qemu (Ubuntu Groovy) ** Changed in: qemu (Ubuntu) Status: In Progress => 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/1884470 Title: Nested virt fails

[Bug 1884470] Re: Nested virt fails with 'failed to set MSR' causing QEMU to abort

2020-06-21 Thread Matthew Ruffell
Attached is a debdiff for focal. ** Patch added: "QEMU debdiff for focal" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1884470/+attachment/5385985/+files/lp-1884470-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1884470] [NEW] Nested virt fails with 'failed to set MSR' causing QEMU to abort

2020-06-21 Thread Matthew Ruffell
//github.com/qemu/qemu/commit/4a910e1f6ab4155ec8b24c49b2585cc486916985 This fixes 048c951 ("target/i386: work around KVM_GET_MSRS bug for secondary execution controls"), which was introduced in QEMU 4.2, meaning only Focal and Groovy require fixing. ** Affects: qemu (Ubuntu) Importanc

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-06-19 Thread Matthew Ruffell
What happens (packages from -updates): On Groovy: Assuming same behaviour as focal due to systemd service file. Untested. On Focal: The rabbitmq service will start, and stay in 'activating' mode until the daemon notifies systemd that it has started up (type=notify). Every 300 seconds / 5 minutes

[Bug 1874075] Re: rabbitmq-server startup timeouts differ between SysV and systemd

2020-06-18 Thread Matthew Ruffell
@ddstreet asked me to take a look. Step-by-step reproducer: Set up a 2 node rabbitmq cluster using virtual machines. Make the hostnames rabbitmq1 and rabbitmq2. Add each host to /etc/hosts in each vm. Create the cluster: 1) On both hosts: sudo apt install rabbitmq-server 2) On host 1, copy

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-06-17 Thread Matthew Gummess
** Attachment added: "syslog061720" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1881432/+attachment/5384827/+files/syslog061720 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1881432

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-06-17 Thread Matthew Gummess
Never mind, the problem occurs with the analogue sound card. What's next? I've attached another two sample error logs from syslog. System freeze after the error message reported above (you can find it after searching for error message). ** Attachment added: "syslog061320"

[Bug 1883451] Re: can't pip isntall python-apt==1.6.5+ubuntu0.2

2020-06-14 Thread Matthew Farkas
Ok gotcha. yeah it might not be a huge deal. I did a pip freeze in Google Collaboratory and I guess it was one of the packages in there, and it stopped working. Might not be a huge issue for me, just wanted to flag. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1883451] [NEW] can't pip isntall python-apt==1.6.5+ubuntu0.2

2020-06-14 Thread Matthew Farkas
Public bug reported: was recently able to install this version, but I think it stopped working: ``` (scratch) [14/06/20 2:26:46] ➜ temp pip install python-apt==1.6.5+ubuntu0.2 Collecting python-apt==1.6.5+ubuntu0.2 Could not find a version that satisfies the requirement

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-06-09 Thread Matthew Gummess
Last day of testing with hdmi sound card disabled. No problems thus far. I have not had time to run a test with a video game, but I have duplicated the other conditions that caused a problem originally, to no effect. Tomorrow I will enable HDMI and disable the analog card to see if that leads to

[Bug 1882478] Re: smpboot: don't call topology_sane() when Sub-NUMA-Clustering is enabled

2020-06-07 Thread Matthew Ruffell
** Description changed: BugLink: https://bugs.launchpad.net/bugs/1882478 [Impact] Intel Skylake server processors and onward have a different Last Level Cache (LLC) topology than earlier processors, and such processors have a new feature called Sub-NUMA-Clustering (SNC) which is

[Bug 1882478] [NEW] smpboot: don't call topology_sane() when Sub-NUMA-Clustering is enabled

2020-06-07 Thread Matthew Ruffell
on't think it will cause any regressions. ** Affects: linux (Ubuntu) Importance: Undecided Status: Fix Released ** Affects: linux (Ubuntu Xenial) Importance: Medium Assignee: Matthew Ruffell (mruffell) Status: In Progress ** Affects: linux (Ubuntu Bionic) Importan

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-06-01 Thread Matthew Gummess
Done. Now checking with hdmi sound card disabled. Would this be a potential workaround if it succeeds? I do not have built-in speakers on my monitor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1877701] Re: Mailman3 3.2.2-1 is incompatible with Python3 3.8.2-0

2020-06-01 Thread Matthew Alberti
I am seeing this issue manifest as shunted Mailman messages. Below (and attached) is output seen in various logs when the problem occurs. /var/log/mailman3/smtp.log Jun 01 06:22:53 2020 (1640) Peer: ('127.0.0.1', 47078) Jun 01 06:22:53 2020 (1640) ('127.0.0.1', 47078) handling connection Jun 01

[Bug 1881432] Dependencies.txt

2020-05-30 Thread Matthew Gummess
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1881432/+attachment/5378823/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1881432] PulseList.txt

2020-05-30 Thread Matthew Gummess
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1881432/+attachment/5378825/+files/PulseList.txt ** Description changed: This is a bug on Ubuntu 20.04 (Focal Fossa) for pulseaudio version: 1:13.99.1-1ubuntu3.2. Description: At random

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-05-30 Thread Matthew Gummess
apport information ** Tags added: apport-collected focal ** Description changed: This is a bug on Ubuntu 20.04 (Focal Fossa) for pulseaudio version: 1:13.99.1-1ubuntu3.2. Description: At random intervals, pulseaudio gives the following error message: "snd_pcm_avail() returned a

[Bug 1881432] AudioDevicesInUse.txt

2020-05-30 Thread Matthew Gummess
apport information ** Attachment added: "AudioDevicesInUse.txt" https://bugs.launchpad.net/bugs/1881432/+attachment/5378821/+files/AudioDevicesInUse.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1881432] ProcCpuinfoMinimal.txt

2020-05-30 Thread Matthew Gummess
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1881432/+attachment/5378824/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1881432] CurrentDmesg.txt

2020-05-30 Thread Matthew Gummess
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1881432/+attachment/5378822/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1817912] Re: alsa-util.c: Function snd_pcm_avail() returns a value that is extraordinarily large: 370196 bytes (2098 мс).

2020-05-30 Thread Matthew Gummess
*** This bug is a duplicate of bug 1881432 *** https://bugs.launchpad.net/bugs/1881432 ** This bug has been marked a duplicate of bug 1881432 System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)" -- You received this

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-05-30 Thread Matthew Gummess
** Description changed: This is a bug on Ubuntu 20.04 (Focal Fossa) for pulseaudio version: 1:13.99.1-1ubuntu3.2. Description: At random intervals, pulseaudio gives the following error message: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710

[Bug 1877269] Re: Ubuntu crashes multiple time due to pulse audio. (alsa-util.c: snd_pcm_delay() returned a value that is exceptionally large)

2020-05-30 Thread Matthew Gummess
*** This bug is a duplicate of bug 1881432 *** https://bugs.launchpad.net/bugs/1881432 ** This bug has been marked a duplicate of bug 1881432 System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)" -- You received this

[Bug 1881432] Re: System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-05-30 Thread Matthew Gummess
** Attachment added: "System hang event @ timestamp 01:45:23 while playing video game" https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1881432/+attachment/5378819/+files/syslog.5 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1881432] [NEW] System hangs after pulseaudio error: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)"

2020-05-30 Thread Matthew Gummess
Public bug reported: This is a bug on Ubuntu 20.04 (Focal Fossa) for pulseaudio version: 1:13.99.1-1ubuntu3.2. Description: At random intervals, pulseaudio gives the following error message: "snd_pcm_avail() returned a value that is exceptionally large: 125388 bytes (710 ms)," after which the

[Bug 1863086] Re: unkillable process (kernel NULL pointer dereference)

2020-05-28 Thread Matthew Ruffell
The commit has landed in 5.3.0-56-generic on eoan and 5.4.0-38-generic on focal, currently in -proposed. Verification for each kernel: I set the sysctl kernel.core_pattern to "|" with: $ sudo sysctl kernel.core_pattern="|" I then compiled the following reproducer: int main() { *(int*)33 =

[Bug 1875501] Re: Remove empty lines from output

2020-05-21 Thread Matthew Paul Thomas
In visual design, I find it useful to follow a rule that spacing should reflect closeness of relationship. That is, less-related things should be at least as far apart as closer-related things. How applicable that is to a CLI is debatable … But it would go against that rule to have blank lines

[Bug 1879748] [NEW] Virtualbox - manager or VM itself - unusuable in some multi-monitor configurations

2020-05-20 Thread Matthew
Public bug reported: In a multi-monitor configuration, if the top edge of the RHS monitor is positioned above that of the LHS one, Virtualbox is completely unusuable. The manager is either blank or composed of artefacts, and if starting the VM (eg from the command line) it too is completely

[Bug 1873793] Re: VirtualBox not available after upgrade to Lubuntu 20.4

2020-05-19 Thread Matthew Lovibond
I've worked around this by apt removing the installed version (5.2 from the bionic repo) and apt installing version 6.1 from the focal repo. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873793

[Bug 1876230] Re: liburcu: Enable MEMBARRIER_CMD_PRIVATE_EXPEDITED to address performance problems with MEMBARRIER_CMD_SHARED

2020-05-11 Thread Matthew Ruffell
> - apart from feedback given by @mruffell, to also check if any of librcu consumers are depending on a full membarrier - driven by kernel - for ** shared pages among different processes ** I agree with @ddstreet, I don't think liburcu gives that sort of guarantee when it comes to cross process

[Bug 1878013] [NEW] grub-install failed when installing Ubuntu 20.04 on Lenovo X1C with Samsung 970 EVO Pro SSD

2020-05-11 Thread BlueT - Matthew Lien - 練喆明
Public bug reported: grub-install failed when installing Ubuntu 20.04 on Lenovo X1C with Samsung 970 EVO Pro SSD ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubiquity 20.04.15 ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30 Uname: Linux 5.4.0-26-generic x86_64

[Bug 1402298] Re: Two independent instances of Software & Updates

2020-05-11 Thread Matthew Paul Thomas
*** This bug is a duplicate of bug 523755 *** https://bugs.launchpad.net/bugs/523755 ** This bug has been marked a duplicate of bug 523755 Launching twice results in duelling copies -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1872863] Re: QEMU/KVM display is garbled when booting from kernel EFI stub due to missing bochs-drm module

2020-05-10 Thread Matthew Ruffell
I went and looked at the autopkgtest regressions, and they aren't actual regressions, just transient network problems and slow build timeouts. chrony autopkgtest regression on armhf: Need to get 263 kB of archives. After this operation, 2,048 B of additional disk space will be used. Err:1

[Bug 1872863] Re: QEMU/KVM display is garbled when booting from kernel EFI stub due to missing bochs-drm module

2020-05-10 Thread Matthew Ruffell
I repeated the same SRU verification as before, this time using kmod from -proposed. I installed a fresh Bionic KVM, with EFI enabled. I upgraded the system to use the latest -updates packages. Linux 4.15.0-99-generic and Kmod 24-1ubuntu3.3 were installed. I shut the machine down, set the VGA

[Bug 1683289] Re: Unable to delete file from Meld on flash drive or over SSH - "g-io-error-quark: Unable to find or create trash directory (15)"

2020-05-10 Thread Matthew Hitchcock
This bug also effects me. Comparing two folders on separate hard disk drives. Unable to delete files. Attempting to delete via right-click menu or delete key results in: g-io-error-quark: Unable to find or create trash directory for [foldername] Ubuntu 18.04 -> Peppermint 10 Meld 3.18.0-6

[Bug 1876286] Re: Evolution reports "Error performing TLS handshake: Internal error in memory allocation."

2020-05-09 Thread Matthew Colwell
Google email addresses worked fine for me, but not AT addresses from May 7th on with Evolution. Thanks for the recommendation to install a newer version from Flathub.org. Backed up Evolution, removed version 3.28.5, installed version 3.36.2, restored data from backup, and all is now good and

[Bug 1876286] Re: Evolution reports "Error performing TLS handshake: Internal error in memory allocation."

2020-05-08 Thread Matthew Colwell
This began occurring Thursday, May 7th, 2020. Failure to connect with any of my AT related accounts, showing the message "Error performing TLS handshake: Internal error in memory allocation." Evolution worked great for me prior to this point. Evolution 3.28.5-0ubuntu0.18.04.2 used on Linux Mint

Re: [Bug 1876915] Re: package cups-daemon 2.2.12-2ubuntu1.1 failed to install/upgrade: installed cups-daemon package post-installation script subprocess returned error exit status 1

2020-05-06 Thread Matthew Kuler
No i have not changed anything i just pulled my laptop out of sleep mode and i got the error On Wed, May 6, 2020 at 4:02 AM Sebastien Bacher wrote: > Thank you for your bug report, the log has > > Failed to restart cups.service: Unit -.mount is masked. > > Did you do any change to the cups

[Bug 1876230] Re: liburcu: Enable MEMBARRIER_CMD_PRIVATE_EXPEDITED to address performance problems with MEMBARRIER_CMD_SHARED

2020-05-05 Thread Matthew Ruffell
Answering question 2. I have done a comprehensive performance analysis based on the benchmark application. Note: The SRU changes how the sys_membarrier syscall is used. The implementation that we want to change to in this SRU never blocks, while the previous implementation does. This makes

[Bug 1876230] Re: liburcu: Enable MEMBARRIER_CMD_PRIVATE_EXPEDITED to address performance problems with MEMBARRIER_CMD_SHARED

2020-05-05 Thread Matthew Ruffell
To answer question 1, I went and checked every rdepends package: gdnsd: dynamically links to -lurcu-qsbr $ ldd /usr/sbin/gdnsd liburcu-qsbr.so.6 => /usr/lib/x86_64-linux-gnu/liburcu-qsbr.so.6 (0x7f33bfde5000) glusterfs: The only package I am not entirely sure about. Only glusterd uses

[Bug 1877002] [NEW] updater not working 2011 Macbook upgrading ubuntu from 16.4

2020-05-05 Thread Matthew Hissong
Public bug reported: Try to use the software upgrader and the terminal, no luck. says it cant calculate advises using ppa purge ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubuntu-release-upgrader-core 1:16.04.29 ProcVersionSignature: Ubuntu 4.15.0-99.100~16.04.1-generic 4.15.18 Uname:

[Bug 1876915] [NEW] package cups-daemon 2.2.12-2ubuntu1.1 failed to install/upgrade: installed cups-daemon package post-installation script subprocess returned error exit status 1

2020-05-05 Thread Matthew Kuler
Public bug reported: Im not sure what caused this problem ProblemType: Package DistroRelease: Ubuntu 19.10 Package: cups-daemon 2.2.12-2ubuntu1.1 ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18 Uname: Linux 5.3.0-46-generic x86_64 ApportVersion: 2.20.11-0ubuntu8.8 Architecture: amd64

Re: [Bug 1875745] Re: Show Applications button on dock doesn't do anything in wayland session

2020-05-03 Thread Matthew Holder
No, this is a brand new, stock 20.04 install using the experimental ZFS support On Fri, 1 May 2020, 07:56 Sebastien Bacher, wrote: > The journal log has those errors > JS ERROR: TypeError: iconTheme is null > Do you use theme different from the default? > > -- > You received this bug

[Bug 1872863] Re: QEMU/KVM display is garbled when booting from kernel EFI stub due to missing bochs-drm module

2020-05-02 Thread Matthew Ruffell
For both tests I used the kmod package from my test ppa, since it is still in the unapproved upload queue. Firstly, I installed 4.15.0-99-generic from -updates, and booted my EFI based KVM machine with VGA=std. The screen was garbled, as the framebuffer used was efifb. I then installed

[Bug 1876230] Re: liburcu: Enable MEMBARRIER_CMD_PRIVATE_EXPEDITED to address performance problems with MEMBARRIER_CMD_SHARED

2020-04-30 Thread Matthew Ruffell
Attached is a debdiff for Bionic ** Patch added: "liburcu debdiff for Bionic" https://bugs.launchpad.net/ubuntu/+source/liburcu/+bug/1876230/+attachment/5364290/+files/lp1876230_bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1876230] [NEW] liburcu: Enable MEMBARRIER_CMD_PRIVATE_EXPEDITED to address performance problems with MEMBARRIER_CMD_SHARED

2020-04-30 Thread Matthew Ruffell
Status: Fix Released ** Affects: liburcu (Ubuntu Bionic) Importance: Medium Assignee: Matthew Ruffell (mruffell) Status: In Progress ** Tags: sts ** Also affects: liburcu (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: liburcu (Ubuntu) Sta

[Bug 1875745] Re: Waffle button on dock doesn't do anything in wayland session

2020-04-30 Thread Matthew Holder
apport information ** Tags added: apport-collected ** Description changed: When using the waffle button menu on the dock when in a wayland session nothing happens ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu

<    3   4   5   6   7   8   9   10   11   12   >