[Bug 1959440] [NEW] backport GH #247 for Ubuntu 22.04 release to break python3-requests dependency

2022-01-28 Thread Shivaram Lingamneni
Public bug reported: Pull request #247 to the upstream system-config-printer project removes the dependency on python3-requests: https://github.com/OpenPrinting/system-config-printer/pull/247 As I understand it, this is the last dependency on python3-requests in the default desktop image:

[Bug 1857584] Re: MySQL X protocol port 33060 listening on network by default

2019-12-26 Thread Shivaram Lingamneni
A workaround is to add the following to one of the mysql config files, e.g., /etc/mysql/mysql.cnf: [mysqld] mysqlx_bind_address = 127.0.0.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857584

[Bug 1839231] Re: updating bionic to 237-3ubuntu10.25 restarts systemd-networkd

2019-08-13 Thread Shivaram Lingamneni
Thanks! This system is using netplan, with ipv6-privacy enabled in netplan (subsequent to the fix in bug #1750392): root@pentos:~# cat /etc/netplan/01-netcfg.yaml

[Bug 1839231] [NEW] updating bionic to 237-3ubuntu10.25 restarts systemd-networkd

2019-08-06 Thread Shivaram Lingamneni
Public bug reported: I updated my Ubuntu 18.04.2 server from systemd 237-3ubuntu10.24 to 237-3ubuntu10.25. This caused a restart of systemd-networkd, breaking all TCP-over-IPv6 connections. apt history entry: Start-Date: 2019-08-06 19:46:21 Commandline: apt-get dist-upgrade -y Requested-By:

[Bug 1832101] Re: systemd-networkd: Lost carrier e1000

2019-06-25 Thread Shivaram Lingamneni
Is there any additional information we should collect in order to report this to LKML? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832101 Title: systemd-networkd: Lost carrier e1000 To manage

[Bug 1832101] Re: systemd-networkd: Lost carrier e1000

2019-06-19 Thread Shivaram Lingamneni
It's challenging for me to test mainline kernels because it means losing access to ZFS, but I can probably do this later this week. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832101 Title:

[Bug 1832101] Re: systemd-networkd: Lost carrier e1000

2019-06-16 Thread Shivaram Lingamneni
ethtool reports "highdma: on [fixed]", and won't let me switch it off. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1832101 Title: systemd-networkd: Lost carrier e1000 To manage notifications

[Bug 1832101] Re: systemd-networkd: Lost carrier e1000

2019-06-14 Thread Shivaram Lingamneni
I'm having this issue as well, with the 5.0.0-16-generic kernel on amd64 and an Intel I219-V NIC using the e1000e driver. I have a test case that can reproduce it somewhat reliably (involving a lot of concurrent back- and-forth chatter on my LAN). I was able to reproduce it even after this

[Bug 1770919] Re: use_tempaddr is reset to 0, despite /etc/sysctl.d

2019-04-24 Thread Shivaram Lingamneni
systemd-networkd resets the value as per `systemd.network(5)`: 'IPv6PrivacyExtensions= [...] When "kernel", the kernel's default setting will be left in place. Defaults to "no".' This will be fixed with https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1750392 -- You received this bug

[Bug 1815508] Re: Xorg freezes due to kernel hung task in the i915 driver

2019-02-20 Thread Shivaram Lingamneni
I use ZFS. I looked here: https://kernel.ubuntu.com/~kernel-ppa/mainline/v4.20.11/ and it looks like linux- modules-4.20.11-042011-generic_4.20.11-042011.201902200535_amd64.deb does not provide a zfs.ko. Given that the bug may take days to reproduce, is there a way I can perform this testing

[Bug 1815508] Re: Xorg freezes due to kernel hung task in the i915 driver

2019-02-11 Thread Shivaram Lingamneni
Following advice I saw on Stackexchange, I've been setting `intel_iommu=igfx_off` on the kernel command line; this seems to mitigate, but the bug still occurs. I've submitted a redacted version of the apport-collect output, which I hope is enough. I will tentatively mark the bug confirmed. **

[Bug 1815508] Re: Xorg freezes due to kernel hung task in the i915 driver

2019-02-11 Thread Shivaram Lingamneni
redacted copy of apport-collect output ** Attachment added: "apport.redacted.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1815508/+attachment/5237750/+files/apport.redacted.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1815508] [NEW] Xorg freezes due to kernel hung task in the i915 driver

2019-02-11 Thread Shivaram Lingamneni
Public bug reported: This bug is present in 18.04 and is triggered by specific actions, in particular, paging through image galleries in Eye of Gnome. When the bug is triggered, Xorg freezes completely and goes into the D (uninterruptible sleep) state. The machine continues to respond to ping and

[Bug 1770919] [NEW] use_tempaddr is reset to 0, despite /etc/sysctl.d

2018-05-13 Thread Shivaram Lingamneni
Public bug reported: I'm on a fresh install of 18.04 Server. It ships with the following file in /etc/sysctl.d: # cat /etc/sysctl.d/10-ipv6-privacy.conf # IPv6 Privacy Extensions (RFC 4941) # --- # IPv6 typically uses a device's MAC address when choosing an IPv6 address # to use in

[Bug 1770919] Re: use_tempaddr is reset to 0, despite /etc/sysctl.d

2018-05-13 Thread Shivaram Lingamneni
fixed affected package ** Package changed: systemtap (Ubuntu) => systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1770919 Title: use_tempaddr is reset to 0, despite /etc/sysctl.d To

[Bug 1763525] [NEW] systemtap module compilation fails due to `__GFP_REPEAT` undeclared

2018-04-12 Thread Shivaram Lingamneni
Public bug reported: I'm using Ubuntu 17.10, running kernel 4.13.0-38-generic and using systemtap version 3.1-3. I'm trying to run the following systemtap script from here: https://sourceware.org/systemtap/examples/memory/vm.tracepoints.stp #! /usr/bin/env stap