[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-07-04 Thread Colin Watson
** Changed in: groff (Ubuntu)
   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/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/groff/+bug/2055402/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-07-04 Thread Colin Watson
Adding a groff task to fix the segfault even in the face of whatever we
decide to do about the profile (see
https://savannah.gnu.org/bugs/index.php?65427).

** Also affects: groff (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: GNU Savannah Bug Tracker #65427
   http://savannah.gnu.org/bugs/?65427

** Changed in: groff (Ubuntu)
   Importance: Undecided => High

** Changed in: groff (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

** Changed in: groff (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/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/groff/+bug/2055402/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2055402] Re: Though lintian call: error: troff: Segmentation fault

2024-07-04 Thread Colin Watson
I would like to add a small correction here regarding the intent of man-
db's AppArmor policy.  The intent is _not_ to confine where the man
program itself can write, as is noted in the policy itself:

  # Allow basically anything in terms of file system access, subject to DAC.
  # The purpose of this profile isn't to confine man itself (that might be
  # nice in the future, but is tricky since it's quite configurable), but to
  # confine the processes it calls that parse untrusted data.
  /** mrixwlk,

However, the man_groff sub-profile is more constrained, and that's used
for the groff-related subprocesses that man forks.  That's what's
triggering denials here.

In some ways I wonder if that means that the problem is a leaky
abstraction of sorts.  We're trying to confine man's groff-related
subprocesses, but we pass through FDs to them.  One possibility might be
to have groff write to a pipe instead in this situation and stream it
through man to the output file.  Slightly less efficient, but it might
not be too unreasonable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055402

Title:
  Though lintian call: error: troff: Segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lintian/+bug/2055402/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2049369] Re: autopkg tests ignored for migration of python3-defaults adding 3.12

2024-07-02 Thread Colin Watson
ipykernel was fixed in 6.29.3-1, which is in noble.

** Changed in: ipykernel (Ubuntu)
   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/2049369

Title:
  autopkg tests ignored for migration of python3-defaults adding 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cython/+bug/2049369/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2043939] Re: Should depend on python3-httpx

2024-06-24 Thread Colin Watson
dnsdiag 2.5.0 now requires httpx itself, so I'll add a dependency when
packaging that version.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2043939

Title:
  Should depend on python3-httpx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsdiag/+bug/2043939/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938836] Re: lava-server-gunicorn fails to start with python-eventlet > 0.30.3

2024-05-27 Thread Colin Watson
This patch was applied in Debian some time ago:

gunicorn (20.1.0-4) unstable; urgency=medium

  * Team upload
  * Add upstream patch with fix for change in eventlet 0.30.3+

 -- Antonio Terceiro   Tue, 18 Oct 2022 18:13:54
-0300

Ubuntu 23.10 and above have this fix.

** Changed in: gunicorn (Ubuntu)
   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/1938836

Title:
  lava-server-gunicorn fails to start with python-eventlet > 0.30.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gunicorn/+bug/1938836/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064089] Re: python-gssapi 1.8.2-1ubuntu2 regression: ModuleNotFoundError: No module named 'gssapi.raw'

2024-05-17 Thread Colin Watson
Indeed, upstream 1.8.3 fixes this.  I'll get that into Debian and it can
auto-sync to oracular from there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064089

Title:
  python-gssapi 1.8.2-1ubuntu2 regression: ModuleNotFoundError: No
  module named 'gssapi.raw'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gssapi/+bug/2064089/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064089] Re: python-gssapi 1.8.2-1ubuntu2 regression: ModuleNotFoundError: No module named 'gssapi.raw'

2024-05-17 Thread Colin Watson
Looks like https://github.com/pythongssapi/python-
gssapi/commit/d9200d1018ac916b30433da23898c8c5fbde0f28, I think?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064089

Title:
  python-gssapi 1.8.2-1ubuntu2 regression: ModuleNotFoundError: No
  module named 'gssapi.raw'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-gssapi/+bug/2064089/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2043939] Re: Should depend on python3-httpx

2024-04-30 Thread Colin Watson
Recommends seems like the right thing to use for an optional feature -
but python3-dnspython already Recommends: python3-httpx, and that's
where the code that's directly using the httpx library lives.  So I
wonder if it really makes sense to change dnsdiag for this?  A
Recommends there rather than in one of its dependencies wouldn't really
change anything, and it would be harder to maintain since the code that
directly uses httpx isn't in dnsdiag.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2043939

Title:
  Should depend on python3-httpx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsdiag/+bug/2043939/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2061476] Re: nfs-ganesha 4.3-8build1 fails to build on armhf

2024-04-15 Thread Colin Watson
$ remove-package -s noble -a armhf -b -m 'Broken with 64-bit time_t on armhf; 
see bug 2061476' nfs-ganesha nfs-ganesha-gpfs nfs-ganesha-mem 
nfs-ganesha-nullfs nfs-ganesha-proxy-v4 nfs-ganesha-vfs
Removing packages from noble:
nfs-ganesha 4.3-8 in noble armhf
nfs-ganesha-gpfs 4.3-8 in noble armhf
nfs-ganesha-mem 4.3-8 in noble armhf
nfs-ganesha-nullfs 4.3-8 in noble armhf
nfs-ganesha-proxy-v4 4.3-8 in noble armhf
nfs-ganesha-vfs 4.3-8 in noble armhf
Comment: Broken with 64-bit time_t on armhf; see bug 2061476
Remove [y|N]? y
6 packages successfully removed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061476

Title:
  nfs-ganesha 4.3-8build1 fails to build on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-ganesha/+bug/2061476/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2052618] Re: Missing sftp-server argument -m force_file_perms

2024-03-30 Thread Colin Watson
*** This bug is a duplicate of bug 1922130 ***
https://bugs.launchpad.net/bugs/1922130

** This bug has been marked a duplicate of bug 1922130
   Request addition of Fedora / Redhat "sftp-force-permissions" patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2052618

Title:
  Missing sftp-server argument -m force_file_perms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2052618/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2059274] Re: dgit time_t regression

2024-03-27 Thread Colin Watson
This uses faketime, so I would bet that it's pointing out issues there
similar to bug 2059037 / bug 2059078.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2059274

Title:
  dgit time_t regression

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dgit/+bug/2059274/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2053146] Re: openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is slightly wrong

2024-03-14 Thread Colin Watson
I fixed this in Debian today in https://salsa.debian.org/ssh-
team/openssh/-/commit/0947dd466d64cabfb527d8326e2507f473373a32, uploaded
as part of 1:9.7p1-1.  You could possibly just merge 1:9.7p1-1 into
noble since it's mostly a bug-fix release, but failing that you could
cherry-pick the relevant change easily enough.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2053146

Title:
  openssh 8.9p1 for Jammy auth2-gss patch for gssapi-keyex method is
  slightly wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2053146/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1858777] Re: Processing triggers for man-db lasting extremely long

2024-03-13 Thread Colin Watson
Fred, in that case it is unlikely to be related to this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1858777

Title:
  Processing triggers for man-db lasting extremely long

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1858777/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1976475] Re: Installer crash when try to enable disk encryption

2022-06-01 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1976475

Title:
  Installer crash when try to enable disk encryption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1976475/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1971214] Re: archive is missing dsc index

2022-05-03 Thread Colin Watson
I fear doing this is likely to involve a substantial rewrite.  Debian
generates its Contents files directly from the dak database, but
Launchpad still uses apt-ftparchive to do this job, and I think (though
I could be wrong) that apt-ftparchive only supports generating Contents
files for binary packages.

** Package changed: ubuntu => launchpad

** Tags added: lp-soyuz soyuz-publish

** Changed in: launchpad
   Status: New => Triaged

** Changed in: launchpad
   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/1971214

Title:
  archive is missing dsc index

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1971214/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969342] Re: running dpdk-testpmd shows "Failed to execute command of OP_SET_RSS_HENA" in vm with intree driver on ubuntu-22.04

2022-04-19 Thread Colin Watson
** Package changed: ubuntu => dpdk (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969342

Title:
  running dpdk-testpmd shows "Failed to execute command of
  OP_SET_RSS_HENA" in vm with intree driver on ubuntu-22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpdk/+bug/1969342/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1969263] Re: crashed file manager

2022-04-16 Thread Colin Watson
** Project changed: launchpad => nautilus (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969263

Title:
  crashed file manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1969263/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964615] Re: XDG_RUNTIME_DIR set to a non-existing directory in sbuild

2022-03-18 Thread Colin Watson
We've deployed a cherry-pick of the schroot fix to focal.

** Changed in: launchpad-buildd
   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/1964615

Title:
  XDG_RUNTIME_DIR set to a non-existing directory in sbuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1964615/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964615] Re: XDG_RUNTIME_DIR set to a non-existing directory in sbuild

2022-03-16 Thread Colin Watson
This turns out to be an schroot bug.  See
https://bugs.debian.org/898949.

** Also affects: schroot (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: Debian Bug tracker #898949
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898949

** Also affects: schroot (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898949
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964615

Title:
  XDG_RUNTIME_DIR set to a non-existing directory in sbuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1964615/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964519] Re: [SRU] enable signing riscv64 binaries in focal

2022-03-10 Thread Colin Watson
*** This bug is a duplicate of bug 1964510 ***
https://bugs.launchpad.net/bugs/1964510

** This bug has been marked a duplicate of bug 1964510
   [SRU] enable signing riscv64 binaries in bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964519

Title:
  [SRU] enable signing riscv64 binaries in focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1964519/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1964510] Re: [SRU] enable signing riscv64 binaries in bionic

2022-03-10 Thread Colin Watson
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1964519 has
the corresponding debdiff for focal; I've consolidated these into a
single bug with two open tasks.
(https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1938438 added
the support to impish.)

** Also affects: sbsigntool (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: sbsigntool (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: sbsigntool (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: sbsigntool (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: sbsigntool (Ubuntu Focal)
   Status: New => Triaged

** Changed in: sbsigntool (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: sbsigntool (Ubuntu)
   Status: Confirmed => Fix Released

** Description changed:

  [Impact]
  
  The Ubuntu signing box is running Ubuntu Bionic. The riscv64
  architecture is expanding. We expect development boards using EDK II to
  appear in 2022. We should be able to support secure boot then.
  
  A patch for enabling this has been accepted upstream:
  
  
https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/commit/?h=next=25af2eb5e39b5d54703d4489182a6b9d0af58b76
  
  [Test Plan]
  
  * Signatures produced by sbsign in bionic, must be verifiable with
  sbverify from jammy.
  
  * Test instructions:
-   - create as new certificate RSA2048) for signing EFI binaries
- openssl req -x509 -sha256 -newkey rsa:2048 -subj /CN=TEST_$*/ \
- -keyout db.key -out db.crt -nodes -days 3650
-   - sign amd64, arm64 and riscv64 EFI binaries with Bionic's sbsign
- sbsign --key db.key --cert db.crt test.efi
-   - check the signature with Jammy's sbverify
-   - check the signature with Bionics's sbverify
+   - create as new certificate RSA2048) for signing EFI binaries
+ openssl req -x509 -sha256 -newkey rsa:2048 -subj /CN=TEST_$*/ \
+ -keyout db.key -out db.crt -nodes -days 3650
+   - sign amd64, arm64 and riscv64 EFI binaries with Bionic's sbsign
+ sbsign --key db.key --cert db.crt test.efi
+   - check the signature with Jammy's sbverify
+   - check the signature with Bionics's sbverify
  
  * Testing should be executed before landing the update.
  
  [Where problems could occur]
  
  * The upstream patch is trivial and should have no effect on any non-
  riscv64 architecture. It only changes the architecture test that is made
  before signing.
  
  * With the test procedure above we ensure that we still can sign on the
  same architectures as before.
  
  [Other Info]
  
- * A separate SRU should be done for Focal so that we don't loose
- functionality in case of an upgraded from Bionic to Focal.
+ * The Focal task is so that we don't loose functionality in case of an
+ upgrade from Bionic to Focal.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1964510

Title:
  [SRU] enable signing riscv64 binaries in bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1964510/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 283316] Re: CD-ROM tray closes automatically after eject

2022-03-04 Thread Colin Watson
** Changed in: ubuntu-release-notes
 Assignee: Colin Watson (cjwatson) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283316

Title:
  CD-ROM tray closes automatically after eject

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/283316/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962165] Re: [REMOVE PACKAGE] libslurm36

2022-02-24 Thread Colin Watson
Removed.  (For future reference, removals of binaries that are no longer
built by their source package is a routine operation and doesn't
normally need a bug report.)

** Changed in: slurm-wlm (Ubuntu)
   Status: Confirmed => 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/1962165

Title:
  [REMOVE PACKAGE] libslurm36

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/slurm-wlm/+bug/1962165/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961833] Re: openssh 8.8 breaks login to Canonical servers

2022-02-22 Thread Colin Watson
Also, regarding the "without a deprecation notice" claim, this has been
advertised under "Future deprecation notice" in the OpenSSH release
notes since 8.2.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1961833

Title:
  openssh 8.8 breaks login to Canonical servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1961833/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961833] Re: openssh 8.8 breaks login to Canonical servers

2022-02-22 Thread Colin Watson
No, I'm not going to undo this.  IS shouldn't be running a pre-xenial
OpenSSH on xenial machines in the first place, and it's good to fix
that; and anything older than that is well out of support anyway.

** Changed in: openssh (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/1961833

Title:
  openssh 8.8 breaks login to Canonical servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1961833/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1961455] [NEW] twisted.python.log.PythonLoggingObserver is broken on Ubuntu 20.04

2022-02-18 Thread Colin Watson
Public bug reported:

On up-to-date focal with python3-twisted 18.9.0-11ubuntu0.20.04.1,
following
https://twistedmatrix.com/documents/current/core/howto/logging.html#using-
the-standard-library-logging-module:

  $ python3
  Python 3.8.10 (default, Nov 26 2021, 20:14:08)
  [GCC 9.3.0] on linux
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import logging
  >>> from twisted.python import log
  >>> logging.basicConfig(level=logging.INFO)
  >>> observer = log.PythonLoggingObserver()
  >>> observer.start()
  >>> log.msg('test')
  Temporarily disabling observer LegacyLogObserverWrapper(>) due to exception: [Failure instance: Traceback: : _findCaller() takes from 1 to 2 positional arguments but 3 were 
given
  :1:
  /usr/lib/python3/dist-packages/twisted/python/threadable.py:53:sync
  /usr/lib/python3/dist-packages/twisted/python/log.py:286:msg
  
/usr/lib/python3/dist-packages/twisted/logger/_legacy.py:154:publishToNewObserver
  ---  ---
  /usr/lib/python3/dist-packages/twisted/logger/_observer.py:131:__call__
  /usr/lib/python3/dist-packages/twisted/logger/_legacy.py:93:__call__
  /usr/lib/python3/dist-packages/twisted/python/log.py:595:emit
  
/usr/lib/python3/dist-packages/twisted/logger/_legacy.py:154:publishToNewObserver
  /usr/lib/python3/dist-packages/twisted/logger/_stdlib.py:115:__call__
  /usr/lib/python3.8/logging/__init__.py:1512:log
  /usr/lib/python3.8/logging/__init__.py:1577:_log
  ]
  Traceback (most recent call last):
File "", line 1, in 
  
File "/usr/lib/python3/dist-packages/twisted/python/threadable.py", line 
53, in sync
  return function(self, *args, **kwargs)
File "/usr/lib/python3/dist-packages/twisted/python/log.py", line 286, in 
msg
  _publishNew(self._publishPublisher, actualEventDict, textFromEventDict)
File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 154, 
in publishToNewObserver
  observer(eventDict)
  ---  ---
File "/usr/lib/python3/dist-packages/twisted/logger/_observer.py", line 
131, in __call__
  observer(event)
File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 93, 
in __call__
  self.legacyObserver(event)
File "/usr/lib/python3/dist-packages/twisted/python/log.py", line 595, in 
emit
  _publishNew(self._newObserver, eventDict, textFromEventDict)
File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 154, 
in publishToNewObserver
  observer(eventDict)
File "/usr/lib/python3/dist-packages/twisted/logger/_stdlib.py", line 115, 
in __call__
  self.logger.log(
File "/usr/lib/python3.8/logging/__init__.py", line 1512, in log
  self._log(level, msg, args, **kwargs)
File "/usr/lib/python3.8/logging/__init__.py", line 1577, in _log
  fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
  builtins.TypeError: _findCaller() takes from 1 to 2 positional arguments but 
3 were given

This is https://twistedmatrix.com/trac/ticket/9668; the fix should be a
trivial backport.

This caused test failures in launchpad-buildd on focal (though I may
look for a workaround).

** Affects: twisted (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: twisted (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Also affects: twisted (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: twisted (Ubuntu)
   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/1961455

Title:
  twisted.python.log.PythonLoggingObserver is broken on Ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/twisted/+bug/1961455/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1790860] Re: ethernet driver update issue

2022-02-08 Thread Colin Watson
In my opinion, this was a bug in the e1000e installation scripts.  "man"
intentionally doesn't support redirections inside its -P argument like
this; implementing that without going via a shell (which is a practice
that routinely leads to security bugs, so we avoid it) would add a
reasonably significant amount of complexity, and it isn't worth it here
because just redirecting the output of "man" to /dev/null would do just
as well.

Furthermore, this installation script seems to have been written for a
much older "man" implementation, because it appears to be deliberately
trying to create a plain-text cat page, which is an obsolescent
practice.

Fortunately, it seems that the maintainers of the e1000e driver noticed
this, because they fixed their scripts in version 3.6.0, released on
2019-09-22.  As such, I think you should just be able to update to a
newer version of the driver and this should work better.

** Changed in: man-db (Ubuntu)
   Status: Confirmed => 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/1790860

Title:
  ethernet driver update issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1790860/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958929] Re: man-db trigger hanging

2022-02-07 Thread Colin Watson
I think it's probably worth looking again with man-db 2.10.0.  Although
I didn't specifically do anything to fix this, things are sufficiently
different now that it's worth trying again and seeing whether it's still
a problem.

Failing that, the output of "mandb -pd" is likely to be useful.  If that
stubbornly refuses to hang when you're looking at it, then you might try
"mandb -cd".

** Changed in: man-db (Ubuntu)
   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/1958929

Title:
  man-db trigger hanging

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1958929/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959711] Re: Can't run software updater

2022-02-01 Thread Colin Watson
** Project changed: ubuntu-cdimage => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959711

Title:
  Can't run software updater

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1959711/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932084] Re: MANPAGER="grep -F {" man systemd.exec leads to man: command exited with status 1: sed -e ...

2022-01-30 Thread Colin Watson
** Changed in: man-db (Ubuntu)
   Status: New => Triaged

** Changed in: man-db (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/1932084

Title:
  MANPAGER="grep -F {" man systemd.exec leads to man: command exited
  with status 1: sed -e ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1932084/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1411633] Re: man-db's manipulation of index.db mtime timestamp interferes with incremental backups

2022-01-29 Thread Colin Watson
** Changed in: man-db (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

** Changed in: man-db (Ubuntu)
   Status: Triaged => In Progress

** Bug watch added: Debian Bug tracker #1004355
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004355

** Also affects: man-db (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004355
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1411633

Title:
  man-db's manipulation of index.db mtime timestamp interferes with
  incremental backups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1411633/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959347] Re: Inconsistent Device Name (/dev/sdX) on every few reboots in Ubuntu 20.04

2022-01-27 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959347

Title:
  Inconsistent Device Name (/dev/sdX) on every  few reboots in Ubuntu
  20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1959347/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959015] Re: Switch to new HTTPS-capable domains for PPAs

2022-01-25 Thread Colin Watson
** Summary changed:

- Switch to new HTTPS-capable domain for PPAs
+ Switch to new HTTPS-capable domains for PPAs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1959015

Title:
  Switch to new HTTPS-capable domains for PPAs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1959015/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1959015] [NEW] Switch to new HTTPS-capable domains for PPAs

2022-01-25 Thread Colin Watson
Public bug reported:

As described in bug 1473091, PPAs are now being served from new domains
that aren't under launchpad.net and so can safely serve HTTPS without
risk of compromising Launchpad session cookies.  The old domains will
keep working indefinitely, but nevertheless it would be good if we could
arrange for add-apt-repository to use the new domains as of 22.04.

The changes are:

 * http://ppa.launchpad.net/ → https://ppa.launchpadcontent.net/ (or http:// 
works too, but we should prefer https://)
 * https://private-ppa.launchpad.net/ → 
https://private-ppa.launchpadcontent.net/

** Affects: software-properties (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/1959015

Title:
  Switch to new HTTPS-capable domains for PPAs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1959015/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932084] Re: MANPAGER="grep -F {" man systemd.exec leads to man: command exited with status 1: sed -e ...

2022-01-23 Thread Colin Watson
The problem with fixing this as you describe ("no output at all") is
that it would make it difficult to understand what's going on in the
more common case where your configured pager is accidentally not
installed.  Would you accept a less ugly error message (somehow)?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932084

Title:
  MANPAGER="grep -F {" man systemd.exec leads to man: command exited
  with status 1: sed -e ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1932084/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958675] Re: The application (xdg-open)

2022-01-21 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958675

Title:
  The application (xdg-open)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1958675/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958389] Re: Jammy builds of xen segfault, but only on launchpad x86 builders

2022-01-19 Thread Colin Watson
It probably isn't useful, but the backtrace without extra debug symbols
looks like this:

buildd@dogfood-lgw01-amd64-001:/build/xen-jT2uET/xen-4.16.0/xen/arch/x86$ gdb 
--args x86_64-linux-gnu-ld -mi386pep --subsystem=10 
--image-base=0x82d04000 --stack=0,0 --heap=0,0 
--section-alignment=0x20 --file-alignment=0x20 --major-image-version=4 
--minor-image-version=16 --major-os-version=2 --minor-os-version=0 
--major-subsystem-version=2 --minor-subsystem-version=0 --no-insert-timestamp 
--build-id=sha1 -T efi.lds -N prelink.o  
/build/xen-jT2uET/xen-4.16.0/xen/common/symbols-dummy.o -b pe-x86-64 
efi/buildid.o -o /build/xen-jT2uET/xen-4.16.0/xen/.xen.efi.0x82d04000.0
GNU gdb (Ubuntu 11.2-0ubuntu1) 11.2
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from x86_64-linux-gnu-ld...
(No debugging symbols found in x86_64-linux-gnu-ld)
(gdb) r
Starting program: /usr/bin/x86_64-linux-gnu-ld -mi386pep --subsystem=10 
--image-base=0x82d04000 --stack=0,0 --heap=0,0 
--section-alignment=0x20 --file-alignment=0x20 --major-image-version=4 
--minor-image-version=16 --major-os-version=2 --minor-os-version=0 
--major-subsystem-version=2 --minor-subsystem-version=0 --no-insert-timestamp 
--build-id=sha1 -T efi.lds -N prelink.o 
/build/xen-jT2uET/xen-4.16.0/xen/common/symbols-dummy.o -b pe-x86-64 
efi/buildid.o -o /build/xen-jT2uET/xen-4.16.0/xen/.xen.efi.0x82d04000.0
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x77ca3b4a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x77ca3b4a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x77f672d0 in ?? () from 
/lib/x86_64-linux-gnu/libbfd-2.37.50-system.20220106.so
#2  0x77f2d1e8 in ?? () from 
/lib/x86_64-linux-gnu/libbfd-2.37.50-system.20220106.so
#3  0x77f2d509 in coff_write_alien_symbol ()
   from /lib/x86_64-linux-gnu/libbfd-2.37.50-system.20220106.so
#4  0x77f2e3bd in _bfd_coff_final_link ()
   from /lib/x86_64-linux-gnu/libbfd-2.37.50-system.20220106.so
#5  0x5559d3bf in ?? ()
#6  0x77c13fd0 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#7  0x77c1407d in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#8  0x5559c515 in ?? ()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958389

Title:
  Jammy builds of xen segfault, but only on launchpad x86 builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1958389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958389] Re: Jammy builds of xen segfault, but only on launchpad x86 builders

2022-01-19 Thread Colin Watson
I've tested manually on a staging lcy02 builder and it works fine there,
so worst case you should be able to retry until it happens to land on
lcy02.

I've reproduced the problem on a staging lgw01 builder.  I need ddebs to
get a useful backtrace, so I've filed
https://code.launchpad.net/~cjwatson/canonical-is-
firewalls/+git/firewall-configs/+merge/414372 to get access to those
from the relevant builder - I should be able to pick this up again once
that's merged.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958389

Title:
  Jammy builds of xen segfault, but only on launchpad x86 builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1958389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1958389] Re: Jammy builds of xen segfault, but only on launchpad x86 builders

2022-01-19 Thread Colin Watson
Both the failures linked here were on lgw01.  Have you seen this on
lcy02 as well, or only lgw01?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1958389

Title:
  Jammy builds of xen segfault, but only on launchpad x86 builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1958389/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1858777] Re: Processing triggers for man-db lasting extremely long

2022-01-17 Thread Colin Watson
I'm working on this in https://gitlab.com/cjwatson/man-
db/-/merge_requests/2.

** Changed in: man-db (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: man-db (Ubuntu)
   Importance: Undecided => High

** Changed in: man-db (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1858777

Title:
  Processing triggers for man-db lasting extremely long

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1858777/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956949] Re: CPC AWS jammy builds fail with: "fuse3 : Breaks: fuse"

2022-01-10 Thread Colin Watson
That installation by launchpad-buildd happens in the container that
livecd-rootfs runs in, not in the chroot that livecd-rootfs is busy
building.  If you look more closely at the build log you can see it
succeeding earlier on.  We may indeed have to update launchpad-buildd to
use fuse3, but it's not what's breaking the build here.

The more immediate problem is:

  Package: fuse
  Task: standard, server-minimal

  Package: fuse3
  Task: cloud-image, server, ubuntu-server-raspi

This in turn is because open-vm-tools 2:11.3.5-1 switched to fuse3, so
fuse3 ends up in the expanded server seed
(https://people.canonical.com/~ubuntu-archive/germinate-
output/ubuntu.jammy/rdepends/ALL/fuse3), while loads of other things
still depend on fuse and so fuse ends up in the expanded server-minimal
seed (https://people.canonical.com/~ubuntu-archive/germinate-
output/ubuntu.jammy/rdepends/ALL/fuse).

This is a distribution inconsistency problem, not a launchpad-buildd
problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956949

Title:
  CPC AWS jammy builds fail with: "fuse3 : Breaks: fuse"

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1956949/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956247] Re: fwupd-efi fails to upload

2022-01-03 Thread Colin Watson
Epochs are not supposed to end up in the file name - see e.g. the remark
in https://www.debian.org/doc/debian-policy/ch-binary.html#uniqueness-
of-version-numbers.  fwupd-efi needs to remove the epoch part of
deb_version from tar_name in its Ubuntu mode.

** Project changed: launchpad => fwupd-efi (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956247

Title:
  fwupd-efi fails to upload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd-efi/+bug/1956247/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956132] Re: Year doesn't change in notification panel at New Years

2022-01-01 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956132

Title:
  Year doesn't change in notification panel at New Years

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1956132/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1955944] [NEW] Missing Breaks/Replaces on network-manager-gnome

2021-12-28 Thread Colin Watson
Public bug reported:

Upgrading from focal to jammy failed with:

Unpacking libnma-common (1.8.32-1) ...
dpkg: error processing archive 
/tmp/apt-dpkg-install-eCL6UN/011-libnma-common_1.8.32-1_all.deb (--unpack):
 trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml', which is also in 
package network-manager-gnome 1.8.24-1ubuntu3

It looks like a file has moved, so assuming that's correct there should
be a corresponding Breaks/Replaces to tell dpkg that it's OK.

** Affects: libnma (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/1955944

Title:
  Missing Breaks/Replaces on network-manager-gnome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnma/+bug/1955944/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1920248] Re: Anker Soundcore Life Q10 microphone not working

2021-12-26 Thread Colin Watson
I have a Soundcore Life Q30 headset and had a similar issue; I also
tried going down the ofono route and found it too much of a confusing
nightmare.

I ended up using the pulseaudio backport from
https://launchpad.net/~smoser/+archive/ubuntu/bluetooth/+packages and
also doing a local backport of bluez from impish, as well as the
/etc/pulse/system.pa and group membership changes from
https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Bluetooth/#usingbluetoothwhenrunningpulseaudiointhesystemmode
(but not the rest of that page).  I haven't tried carefully rolling bits
of this back to find out exactly whether all four of those changes are
really needed; I'm sure that at least the pulseaudio backport is needed,
though, since you definitely need the changes from
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/491.

With this, my headset mostly works for me, although I still sometimes
find that pulseaudio crashes when my phone is also connected to the same
headset, which results in everything confusingly switching back to the
internal speaker/microphone until I figure out what's going on and
disconnect my phone.  Not ideal - from the crash, I think
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/617
may be related, though I haven't tried backporting that patch yet to see
if it helps.

Installing random backports is not for the faint of heart, so a more
sensible approach might be to try Ubuntu 21.10 (perhaps from a live USB
stick to start with, before committing to the upgrade).  Everything I
had to backport to get things working was from there, so there's a good
chance it will work better.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1920248

Title:
  Anker Soundcore Life Q10 microphone not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1920248/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928858] Re: grub-install error: "efibootmgr: not found"

2021-12-26 Thread Colin Watson
** Package changed: grub (Ubuntu) => grub2 (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928858

Title:
  grub-install error: "efibootmgr: not found"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1928858/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1869218] Re: FOOTER.html does not work on cdimage.ubuntu.com ppa.launchpad.net

2021-12-09 Thread Colin Watson
** Tags added: lp-soyuz soyuz-publish

** Changed in: launchpad
   Status: New => Triaged

** Changed in: launchpad
   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/1869218

Title:
  FOOTER.html does not work on cdimage.ubuntu.com ppa.launchpad.net

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1869218/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 610962] Re: SSH server gives unhelpful message when XMLRPC server unavailable

2021-11-17 Thread Colin Watson
** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/610962

Title:
  SSH server gives unhelpful message when XMLRPC server unavailable

To manage notifications about this bug go to:
https://bugs.launchpad.net/lazr.sshserver/+bug/610962/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 8526] Re: After installer has run many debconf questions are not seeded

2021-11-07 Thread Colin Watson
** Changed in: debconf (Unity Linux)
   Status: New => Invalid

-- 
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/8526

Title:
  After installer has run many debconf questions are not seeded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/8526/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946286] Re: Merge openssh from Debian unstable for 22.04

2021-11-07 Thread Colin Watson
I've just synced 1:8.7p1-1.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946286

Title:
  Merge openssh from Debian unstable for 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1946286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1949441] Re: 'MSI GS66 11UH' 2K display locked at 60Hz while it supports 240Hz

2021-11-02 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1949441

Title:
  'MSI GS66 11UH' 2K display locked at 60Hz while it supports 240Hz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1949441/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1019700] Re: Declares that it depends on testresources at the python level, but the package doesn't depend on it

2021-10-27 Thread Colin Watson
1.10.15 (2021-10-27)

- Move dependencies of launchpadlib.testing to a new ``testing`` extra.
  [bug=1019700]
- Stop excluding MANIFEST.in from the sdist.
- Declare support for Python 3.9 and 3.10.
- Move code hosting to git (https://code.launchpad.net/launchpadlib).

** Changed in: launchpadlib
Milestone: None => 1.10.15

** Changed in: launchpadlib
   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/1019700

Title:
  Declares that it depends on testresources at the python level, but the
  package doesn't depend on it

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpadlib/+bug/1019700/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1019700] Re: Declares that it depends on testresources at the python level, but the package doesn't depend on it

2021-10-15 Thread Colin Watson
** Changed in: launchpadlib
   Status: Triaged => Fix Committed

** Changed in: launchpadlib
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019700

Title:
  Declares that it depends on testresources at the python level, but the
  package doesn't depend on it

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpadlib/+bug/1019700/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1947390] Re: Schweres UEFI bzw. Firmware Problem nach der Installation von Ubuntu 64 bit

2021-10-15 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1947390

Title:
  Schweres UEFI bzw. Firmware Problem nach der Installation von Ubuntu
  64 bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1947390/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 336067] Re: python-httplib2 needs a patch for Python2.6 support

2021-10-15 Thread Colin Watson
I don't think there was ever anything for launchpadlib to do here; it
was just an httplib2 bug that affected launchpadlib.  Deleting the
launchpadlib task.

** No longer affects: launchpadlib

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/336067

Title:
  python-httplib2 needs a patch for Python2.6 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-httplib2/+bug/336067/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946347] Re: Translations are missing

2021-10-11 Thread Colin Watson
FYI @seb128 asked on #launchpad about this, and I checked that the base
language pack exported by Launchpad does contain .po files for fwupd, so
it looks like this may be something that needs to be fixed in langpack-
o-matic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946347

Title:
  Translations are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1946347/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946286] Re: Merge openssh from Debian unstable for 22.04

2021-10-09 Thread Colin Watson
I intend to merge all the Ubuntu changes for my next Debian upload and
then sync it, so there's probably no need to pay attention to this.

I'm preparing packaging of OpenSSH 8.8p1, but the current blocker is
that this drops the ssh-rsa signature algorithm by default (*not* the
public key type), and that needs changes to Twisted and probably
lazr.sshserver in order for Launchpad's SSH endpoints to support it; I'd
rather not upload a package that would break connectivity to
git.launchpad.net etc. out of the box.  I'm working on this but don't
yet have an ETA.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946286

Title:
  Merge openssh from Debian unstable for 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1946286/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 907675] Re: Add support for Ed25519 SSH keys

2021-10-09 Thread Colin Watson
** Package changed: ubuntu => txpkgupload

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907675

Title:
  Add support for Ed25519 SSH keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/907675/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922130] Re: Request addition of Fedora / Redhat "sftp-force-permissions" patch

2021-10-03 Thread Colin Watson
** Bug watch added: Debian Bug tracker #841237
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841237

** Also affects: openssh (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841237
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922130

Title:
  Request addition of Fedora / Redhat "sftp-force-permissions" patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1922130/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942974] Re: troff crashed with SIGSEGV

2021-09-10 Thread Colin Watson
** Changed in: groff (Ubuntu)
   Status: New => Fix Committed

** Changed in: groff (Ubuntu)
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942974

Title:
  troff crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/groff/+bug/1942974/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942974] Re: troff crashed with SIGSEGV

2021-09-09 Thread Colin Watson
The stack trace looks very much like it would be the effect of
https://savannah.gnu.org/bugs/index.php?59202, fixed in
https://git.savannah.gnu.org/cgit/groff.git/commit/?id=c788cf8c6bbe939fa11f7ec032e525a7e33f41b6.

** Bug watch added: GNU Savannah Bug Tracker #59202
   http://savannah.gnu.org/bugs/?59202

** Also affects: groff via
   http://savannah.gnu.org/bugs/?59202
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942974

Title:
  troff crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/groff/+bug/1942974/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-03 Thread Colin Watson
Launchpad intentionally imports even obsolete messages, although they're
tagged internally as obsolete and filtered out for various purposes.  I
think this is so that they can be used as suggestions in some cases (for
example, a similar message might still be used in another context).  For
that sort of purpose it can still be useful to know that the messages
don't parse correctly, because they couldn't be used directly as
suggestions without fixing the mistakes.

This is likely part of some work that was never completed, e.g.
https://bugs.launchpad.net/launchpad/+bug/281165 and
https://blueprints.launchpad.net/launchpad/+spec/rosetta-fuzzy-merge.

(Note that I'm reverse-engineering this from the code and from my
general understanding of translations, rather than with direct
information from the people who wrote the code.)

I can see that it might be useful to at least exclude errors about
obsolete messages like this from translation import failure emails.  If
you agree, could you file a separate bug about that?

** Changed in: ubuntu-translations
   Status: Triaged => Fix Released

** Changed in: gettext (Ubuntu)
   Status: Confirmed => 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/1756547

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-02 Thread Colin Watson
I'm not sure I'm really following the exact question here.  Could you
attach the message you got with the complaints?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756547

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-09-01 Thread Colin Watson
This should now be fixed on Launchpad's end: we're running the gettext
backport that you can see in https://launchpad.net/~canonical-is-
sa/+archive/ubuntu/launchpad/+packages.  Could you please try reverting
the workaround and make sure that things work properly now?

** Changed in: launchpad
   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/1756547

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942139] Re: Debug symbols not available for 237-3ubuntu10.51

2021-08-31 Thread Colin Watson
The correct Launchpad project for this is ddeb-retriever - reassigning
there.

** Package changed: systemd (Ubuntu) => ddeb-retriever

** Changed in: ddeb-retriever
   Importance: Undecided => High

** Changed in: ddeb-retriever
   Status: Invalid => In Progress

** Changed in: ddeb-retriever
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942139

Title:
  Debug symbols not available for 237-3ubuntu10.51

To manage notifications about this bug go to:
https://bugs.launchpad.net/ddeb-retriever/+bug/1942139/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-08-31 Thread Colin Watson
https://portal.admin.canonical.com/C132790 (internal ticket)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756547

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1942063] Re: /usr/man symlink breaks apropos man -k due to fsstnd

2021-08-31 Thread Colin Watson
This is a bit perplexing, because the transition to /usr/share/man
completed before Ubuntu even existed; I think it even predates my taking
over maintainership of man-db 20 years ago or so.  Is it really easier
to go through all of this mess with symlinks rather than just updating a
few extremely old scripts?  I know reflexes can be harder, but still,
it's been 20 years.

We can perhaps improve some documentation, but I don't currently think
it's going to be worth the development effort to improve handling of the
case where somebody has manually inserted a /usr/man symlink.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1942063

Title:
  /usr/man symlink breaks apropos man -k due to fsstnd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/1942063/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1756547] Re: LP refuses to import plural strings where e.g. msgstr[0] entries in PO file miss %d

2021-08-31 Thread Colin Watson
Sorry for taking so long to get round to this; it had entirely fallen
off my list.  We haven't upgraded gettext from xenial's version yet, but
I've started preparing a backport in
https://launchpad.net/~cjwatson/+archive/ubuntu/launchpad/+packages.

** Changed in: launchpad
   Importance: Undecided => High

** Changed in: launchpad
   Status: Confirmed => In Progress

** Changed in: launchpad
 Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756547

Title:
  LP refuses to import plural strings where e.g. msgstr[0] entries in PO
  file miss %d

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/1756547/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940984] Re: 5.11.0-1017 fails to boot on qemu builders

2021-08-24 Thread Colin Watson
OK, this is actually due to the changes between u-boot-menu
4.0.1ubuntu0.1 and 4.0.2ubuntu5~20.04.1.  The relevant difference is
that the menu entry now has `fdtdir
/lib/firmware/5.8.0-29-generic/device-tree/` (or similar) when it
previously didn't load a device tree at all.

I successfully worked around this by adding the following to
`/etc/default/u-boot`:

# XXX cjwatson 2021-08-24: Revert to old (nonexistent) default, since using
# the device tree in /lib/firmware/ results in an image that fails to boot.
# See https://bugs.launchpad.net/bugs/1940984.
U_BOOT_FDT_DIR="/usr/lib/linux-image-"

** Package changed: linux-riscv-5.11 (Ubuntu) => u-boot-menu (Ubuntu)

** Summary changed:

- 5.11.0-1017 fails to boot on qemu builders
+ u-boot fails to load FDT from linux-firmware on qemu builders

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940984

Title:
  u-boot fails to load FDT from linux-firmware on qemu builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/u-boot-menu/+bug/1940984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940984] [NEW] 5.11.0-1017 fails to boot on qemu builders

2021-08-24 Thread Colin Watson
Public bug reported:

I tried to do a routine upgrade and reflash of the Launchpad riscv64
builders, which pulled in linux-image-5.11.0-1017-generic
5.11.0-1017.18~20.04.1.  The resulting image failed to boot with the
following (complete) console output:

Device 0: QEMU VirtIO Block Device
Type: Hard Disk
Capacity: 71680.0 MB = 70.0 GB (146800640 x 512)
... is now current device
Scanning virtio 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
1391 bytes read in 1 ms (1.3 MiB/s)
U-Boot menu
1:  Ubuntu 20.04.3 LTS 5.11.0-1017-generic
2:  Ubuntu 20.04.3 LTS 5.11.0-1017-generic (rescue target)
3:  Ubuntu 20.04.3 LTS 5.8.0-29-generic
4:  Ubuntu 20.04.3 LTS 5.8.0-29-generic (rescue target)
Enter choice: 1:Ubuntu 20.04.3 LTS 5.11.0-1017-generic
Retrieving file: /boot/initrd.img-5.11.0-1017-generic
18962 bytes read in 509 ms (355.3 MiB/s)
Retrieving file: /boot/vmlinuz-5.11.0-1017-generic
25258496 bytes read in 70 ms (344.1 MiB/s)
append: root=UUID=b797e480-278b-4efc-ae1a-bb1634c8cbcf rw noquiet 
root=/dev/vda1
Unhandled exception: Load access fault
EPC: fffb642c RA: fff73bc4 TVAL: 
EPC: 8024a42c RA: 80207bc4 reloc adjusted

### ERROR ### Please RESET the board ###

For the time being I've set `U_BOOT_DEFAULT="l1"` in
`/etc/default/u-boot` to force it back to the 5.8 kernel, although
that's obviously not very robust.  Let me know if there's anything else
useful I can provide.  The full image is kind of massive (70G, though
sparse so with only 13G of actual data), so I hope you can reproduce it
with something more stripped-down.

I've attached the libvirt domain definition.

** Affects: linux-riscv-5.11 (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "riscv64-qemu-lcy01-002.xml"
   
https://bugs.launchpad.net/bugs/1940984/+attachment/5520278/+files/riscv64-qemu-lcy01-002.xml

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940984

Title:
  5.11.0-1017 fails to boot on qemu builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-riscv-5.11/+bug/1940984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1940984] Re: 5.11.0-1017 fails to boot on qemu builders

2021-08-24 Thread Colin Watson
Hm, I actually get similar results when I revert to 5.8.0-29:

Device 0: QEMU VirtIO Block Device
Type: Hard Disk
Capacity: 71680.0 MB = 70.0 GB (146800640 x 512)
... is now current device
Scanning virtio 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
1391 bytes read in 2 ms (678.7 KiB/s)
U-Boot menu
1:  Ubuntu 20.04.3 LTS 5.11.0-1017-generic
2:  Ubuntu 20.04.3 LTS 5.11.0-1017-generic (rescue target)
3:  Ubuntu 20.04.3 LTS 5.8.0-29-generic
4:  Ubuntu 20.04.3 LTS 5.8.0-29-generic (rescue target)
Enter choice: 3:Ubuntu 20.04.3 LTS 5.8.0-29-generic
Retrieving file: /boot/initrd.img-5.8.0-29-generic
181049573 bytes read in 461 ms (374.5 MiB/s)
Retrieving file: /boot/vmlinuz-5.8.0-29-generic
20059580 bytes read in 80 ms (239.1 MiB/s)
append: root=UUID=b797e480-278b-4efc-ae1a-bb1634c8cbcf rw noquiet 
root=/dev/vda1
Unhandled exception: Load access fault
EPC: fffb642c RA: fff73bc4 TVAL: 
EPC: 8024a42c RA: 80207bc4 reloc adjusted

### ERROR ### Please RESET the board ###

I'll investigate further.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1940984

Title:
  5.11.0-1017 fails to boot on qemu builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-riscv-5.11/+bug/1940984/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1939289] Re: wayland activated, Filezilla, gFTP and FireFTP not working

2021-08-09 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939289

Title:
  wayland activated, Filezilla, gFTP and FireFTP not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1939289/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1938934] Re: Can't to unistall Forefox Browser

2021-08-04 Thread Colin Watson
** Project changed: launchpad => firefox (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1938934

Title:
  Can't to unistall Forefox Browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1938934/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1381713] Re: Support policy query interface for file

2021-07-29 Thread Colin Watson
** Changed in: apparmor (Ubuntu)
 Assignee: Michael (pinky999) => (unassigned)

** Changed in: apparmor (Ubuntu RTM)
 Assignee: Michael (pinky999) => (unassigned)

** Changed in: media-hub (Ubuntu RTM)
 Assignee: Michael (pinky999) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1381713

Title:
  Support policy query interface for file

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/1381713/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 907675] Re: Add support for Ed25519 SSH keys

2021-07-18 Thread Colin Watson
** Package changed: ubuntu => lazr.sshserver

** Changed in: lazr.sshserver
 Assignee: christian oppong (chris5644) => Colin Watson (cjwatson)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907675

Title:
  Add support for Ed25519 SSH keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/907675/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1916651] Re: asks about irc user home directory during upgrade

2021-07-10 Thread Colin Watson
** Bug watch added: Debian Bug tracker #990879
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990879

** Also affects: base-passwd (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=990879
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1916651

Title:
  asks about irc user home directory during upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-passwd/+bug/1916651/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933674] Re: gaixinhsg

2021-06-25 Thread Colin Watson
** Package changed: apt (Ubuntu) => null-and-void

** Information type changed from Public to Private Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933674

Title:
  gaixinhsg

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1933674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763923] Re: Missing dependency (python3-distutils) in Ubuntu 18.04 and later

2021-06-09 Thread Colin Watson
** Changed in: apt-btrfs-snapshot (Ubuntu)
   Status: Fix Committed => Confirmed

** Changed in: python-stem (Ubuntu)
   Status: Fix Released => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763923

Title:
  Missing dependency (python3-distutils) in Ubuntu 18.04 and later

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt-btrfs-snapshot/+bug/1763923/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930955] Re: Login message for wrong password

2021-06-05 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930955

Title:
  Login message for wrong password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1930955/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930616] Re: Ubuntu 21.04 not booting after 'apt upgrade' with new Nvidia drivers

2021-06-02 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930616

Title:
  Ubuntu 21.04 not booting after 'apt upgrade' with new Nvidia drivers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1930616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 907675] Re: Add support for Ed25519 SSH keys

2021-05-31 Thread Colin Watson
** Package changed: ubuntu => lazr.sshserver

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907675

Title:
  Add support for Ed25519 SSH keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/907675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929213] Re: Ubuntu server fails to install if boot is not on sda1

2021-05-21 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929213

Title:
  Ubuntu server fails to install if boot is not on sda1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1929213/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 907675] Re: Add support for Ed25519 SSH keys

2021-05-08 Thread Colin Watson
** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907675

Title:
  Add support for Ed25519 SSH keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/907675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1927557] Re: Cross-application open file dialogue awareness of current directory

2021-05-06 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1927557

Title:
  Cross-application open file dialogue awareness of current directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1927557/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926181] Re: Ubuntu 21.04 boot fails on MacBook and iMac

2021-04-26 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926181

Title:
  Ubuntu 21.04 boot fails on MacBook and iMac

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1926181/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1925219] Re: Installer does not recognize previously installed system

2021-04-21 Thread Colin Watson
** Project changed: ubiquity => ubiquity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1925219

Title:
  Installer does not recognize previously installed system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1925219/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1763923] Re: Missing dependency (python3-distutils) in Ubuntu 18.04 and later

2021-04-19 Thread Colin Watson
** Changed in: apt-btrfs-snapshot (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: apt-btrfs-snapshot (Ubuntu)
 Assignee: Masoud shokohi (mass59) => (unassigned)

** Changed in: python-stem (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: python-stem (Ubuntu)
 Assignee: Masoud shokohi (mass59) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1763923

Title:
  Missing dependency (python3-distutils) in Ubuntu 18.04 and later

To manage notifications about this bug go to:
https://bugs.launchpad.net/apt-btrfs-snapshot/+bug/1763923/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 907675] Re: Add support for Ed25519 SSH keys

2021-04-19 Thread Colin Watson
** Changed in: launchpad
   Status: Fix Released => Triaged

** Changed in: turnip
   Status: Confirmed => Triaged

** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/907675

Title:
  Add support for Ed25519 SSH keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/907675/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 143357] Re: zeopack.py / ClientStorage.py: deadlock on non existent storage

2021-04-19 Thread Colin Watson
** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/143357

Title:
  zeopack.py / ClientStorage.py: deadlock on non existent storage

To manage notifications about this bug go to:
https://bugs.launchpad.net/zodb/+bug/143357/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 275938] Re: Karma listing should link to activity and show more than 25 items

2021-04-18 Thread Colin Watson
** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/275938

Title:
  Karma listing should link to activity and show more than 25 items

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/275938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 871752] Re: wrong keyboard layout to enter wifi credential on a non-us keyboard

2021-04-18 Thread Colin Watson
** Information type changed from Private to Public

** Changed in: ubiquity (Ubuntu)
 Assignee: Kadir Selçuk (turkdevops) => (unassigned)

** No longer affects: ubiquity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871752

Title:
  wrong keyboard layout to enter wifi credential on a non-us keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/871752/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1923621] Re: iostat -x 1 reporting 100% utilization

2021-04-13 Thread Colin Watson
** Project changed: launchpad => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923621

Title:
  iostat -x 1 reporting 100% utilization

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1923621/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1922977] Re: maxima crash 12.04

2021-04-07 Thread Colin Watson
** Project changed: launchpad => maxima (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1922977

Title:
  maxima crash 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maxima/+bug/1922977/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 3904] Re: sceenblank ignores $SCREEN_LOCK in /etc/default/acpi-support

2021-03-29 Thread Colin Watson
** Changed in: acpi-support (Ubuntu)
 Assignee: a59ff5 (a59ff5a59ff5) => (unassigned)

** Information type changed from Public Security to Public

-- 
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/3904

Title:
  sceenblank ignores $SCREEN_LOCK in /etc/default/acpi-support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/3904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 161000] Re: Hang using window switcher (alt-Tab)

2021-03-29 Thread Colin Watson
** Changed in: compiz (Ubuntu)
   Status: Fix Released => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/161000

Title:
  Hang using window switcher (alt-Tab)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/161000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 740854] Re: compiz crashed with SIGSEGV in WallScreen::drawCairoTextureOnScreen()

2021-03-29 Thread Colin Watson
** Changed in: compiz (Ubuntu)
   Status: Fix Released => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740854

Title:
  compiz crashed with SIGSEGV in WallScreen::drawCairoTextureOnScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/740854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2021-03-29 Thread Colin Watson
** Changed in: snapd (Ubuntu)
   Status: Fix Released => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1575053

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1575053/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778817] Re: release upgrade from xenial to bionic desktop: screen locks itself, password to unlock fails

2021-03-29 Thread Colin Watson
** Changed in: compiz (Ubuntu Bionic)
   Status: Fix Released => Invalid

** Changed in: compiz (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778817

Title:
  release upgrade from xenial to bionic desktop: screen locks itself,
  password to unlock fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1778817/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1512325] Re: unity locks and compiz 100% cpu when clicking on Files from launcher

2021-03-29 Thread Colin Watson
** Changed in: compiz
   Status: Fix Released => Confirmed

** Changed in: compiz (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512325

Title:
  unity locks and compiz 100% cpu when clicking on Files from launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1512325/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >