[Bug 1915927] Re: defining float_t as double breaks libreoffice autopkgtest with glibc 2.33 on s390x

2021-02-17 Thread Balint Reczey
Finally I renamed only the shared library _packages_ only on s390x.

Building in:
https://bileto.ubuntu.com/#/ticket/4455

** Changed in: libreoffice (Ubuntu)
 Assignee: Dimitri John Ledkov (xnox) => Balint Reczey (rbalint)

** Changed in: clucene-core (Ubuntu)
 Assignee: Dimitri John Ledkov (xnox) => Balint Reczey (rbalint)

** Changed in: clucene-core (Ubuntu)
   Status: Triaged => In Progress

** Changed in: libreoffice (Ubuntu)
   Status: Triaged => 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/1915927

Title:
  defining float_t as double breaks libreoffice autopkgtest with glibc
  2.33 on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clucene-core/+bug/1915927/+subscriptions

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

[Bug 1891934] Re: [MIR] google-osconfig-agent

2021-02-17 Thread Balint Reczey
The package landed properly in Hirsute, as 20210209.00-0ubuntu1.

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

Title:
  [MIR] google-osconfig-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1891934/+subscriptions

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

[Bug 1915936] Re: systemd-coredump user is created by something other than its derived systemd packages

2021-02-17 Thread Balint Reczey
Yes, the user is created using /usr/lib/sysusers.d/systemd.conf .

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

Title:
  systemd-coredump user is created by something other than its derived
  systemd packages

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

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

[Bug 1913388] Re: clucene-core: please pull in patch to stabilize API on s390x during upgrade to glibc 2.33

2021-02-17 Thread Balint Reczey
I'd go with renaming the package as mentioned in #4.

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

Title:
  clucene-core: please pull in patch to stabilize API on s390x during
  upgrade to glibc 2.33

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1913388/+subscriptions

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

[Bug 1915927] Re: defining float_t as double breaks libreoffice autopkgtest with glibc 2.33 on s390x

2021-02-17 Thread Balint Reczey
I did not mean bumping the SO version, but changing the name of the
shared library.

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

Title:
  defining float_t as double breaks libreoffice autopkgtest with glibc
  2.33 on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clucene-core/+bug/1915927/+subscriptions

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

[Bug 1915927] Re: defining float_t as double breaks libreoffice autopkgtest with glibc 2.33 on s390x

2021-02-17 Thread Balint Reczey
CLucene upstream did not react to the bug report
https://sourceforge.net/p/clucene/bugs/233/

IMO the cleanest fix is changing the ABI to let float_t be float and
providing the shared library using a different name, at least on s390x.

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

Title:
  defining float_t as double breaks libreoffice autopkgtest with glibc
  2.33 on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clucene-core/+bug/1915927/+subscriptions

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

[Bug 1915927] [NEW] defining float_t as double breaks libreoffice autopkgtest with glibc 2.33 on s390x

2021-02-17 Thread Balint Reczey
Public bug reported:

Glibc 2.33 changed the float_t type from double to compiler-defined
which is float on s390x:

https://sourceware.org/pipermail/libc-alpha/2021-February/122207.html
...

* On s390(x), the type float_t is now derived from the macro
  __FLT_EVAL_METHOD__ that is defined by the compiler, instead of being
  hardcoded to double.  This does not affect the ABI of any libraries
  that are part of the GNU C Library, but may affect the ABI of other
  libraries that use this type in their interfaces.  The new definition
  improves consistency with compiler behavior in many scenarios.
...

To not break clucene's ABI accidentally clucene fixed float_t to be
double:

clucene-core (2.3.3.4+dfsg-1ubuntu1) hirsute; urgency=medium

  * Fix float_t abi to double ahead of glibc change.

 -- Dimitri John Ledkov   Mon, 01 Feb 2021 10:22:06
+

This conflicts with GCC's definition in libreoffice's autopkgtest:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/s390x/libr/libreoffice/20210215_232647_879ab@/log.gz
...
configure: error: Your version of libclucene has contribs-lib missing.
Error running configure at ./autogen.sh line 299.
make: *** [debian/rules:1936: config_host.mk] Error 25
...

In local reproduction the error is the following:
...
configure:22199: checking for CLucene/analysis/cjk/CJKAnalyzer.h
configure:22199: s390x-linux-gnu-g++ -c -g1 -O2 
-ffile-prefix-map=/tmp/autopkgtest.RtAhHJ/build.yBG/src=. 
-fstack-protector-strong -Wformat -Werror=format-security -isystem 
/usr/lib/s390x-linux-gnu -Wdate-time -D_FORTIFY_SOURCE=2 -isystem 
/usr/lib/s390x-linux-gnu conftest.cpp >&5
In file included from /usr/include/CLucene/StdHeader.h:20,
 from /usr/include/CLucene.h:11,
 from conftest.cpp:83:
/usr/include/CLucene/SharedHeader.h:72:16: error: conflicting declaration 
'typedef double float_t'
   72 | typedef double float_t;
  |^~~
In file included from /usr/include/c++/10/cmath:45,
 from /usr/include/c++/10/math.h:36,
 from /usr/include/CLucene/SharedHeader.h:61,
 from /usr/include/CLucene/StdHeader.h:20,
 from /usr/include/CLucene.h:11,
 from conftest.cpp:83:
/usr/include/math.h:149:15: note: previous declaration as 'typedef float 
float_t'
  149 | typedef float float_t;
  |   ^~~
configure:22199: $? = 1
...

** Affects: clucene-core (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: libreoffice (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Also affects: libreoffice (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/1915927

Title:
  defining float_t as double breaks libreoffice autopkgtest with glibc
  2.33 on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clucene-core/+bug/1915927/+subscriptions

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

[Bug 1915737] Re: FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

2021-02-17 Thread Balint Reczey
** Also affects: golang-1.15 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982734
   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/1915737

Title:
  FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

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

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

[Bug 1915879] [NEW] Please remove 0.3-1 binaries from Hirsute

2021-02-16 Thread Balint Reczey
Public bug reported:

The package relies undefined behaviour and glibc 2.33 breaks it:

https://github.com/kilobyte/topline/issues/1


rbalint@yogi:~/projects/deb/hints-ubuntu$ reverse-depends topline
No reverse dependencies found
rbalint@yogi:~/projects/deb/hints-ubuntu$ reverse-depends -b topline
No reverse dependencies found

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: topline (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

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

** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  Please remove 0.3-1 binaries from Hirsute

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

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

[Bug 1915757] Re: Please remove arm64 0.9.3-1ubuntu1 binaries from Hirsute

2021-02-16 Thread Balint Reczey
** Also affects: glibc (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  Please remove arm64 0.9.3-1ubuntu1 binaries from Hirsute

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

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

[Bug 1915874] [NEW] autopkgtest fails in hirsute on armhf with glibc 2.33

2021-02-16 Thread Balint Reczey
Public bug reported:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/armhf/libs/libseccomp/20210214_103448_4822f@/log.gz
...
autopkgtest [10:33:19]: test test-filter: [---
= ./debian/tests/data/all-3.19.filter =
DEBUG: seccomp_load_filters ./debian/tests/data/all-3.19.filter
Bad system call (core dumped)
FAIL: expected to pass
...

The problem seems to be that with the new glibc upstream version the
test binaries started using statx which is not listed in the .filter
files.

** Affects: libseccomp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Attachment added: 
"0001-Permit-statx-syscall-in-test-filter-autopkgtest.patch"
   
https://bugs.launchpad.net/bugs/1915874/+attachment/5464259/+files/0001-Permit-statx-syscall-in-test-filter-autopkgtest.patch

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

Title:
  autopkgtest fails in hirsute on armhf with glibc 2.33

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

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

[Bug 1914939] Re: faccessat2 syscall needed for Docker (needs backported from libseccomp 2.4.4+)

2021-02-16 Thread Balint Reczey
The fix for https://github.com/seccomp/libseccomp/issues/314 seems to be
needed, too, also for migrating glibc 2.33.

** Bug watch added: github.com/seccomp/libseccomp/issues #314
   https://github.com/seccomp/libseccomp/issues/314

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

Title:
  faccessat2 syscall needed for Docker (needs backported from libseccomp
  2.4.4+)

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

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

[Bug 1907460] Re: FTFBS in Hirsute - failed test (blocking capstone)

2021-02-15 Thread Balint Reczey
I've asked for the removal of the arm64 binaries in LP: #1915757.

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

Title:
  FTFBS in Hirsute - failed test (blocking capstone)

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

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

[Bug 1915757] [NEW] Please remove arm64 0.9.3-1ubuntu1 binaries from Hirsute

2021-02-15 Thread Balint Reczey
Public bug reported:

The package had been removed from testing:
https://tracker.debian.org/pkg/uftrace

There are no reverse (build) dependencies:

$ reverse-depends uftrace 
No reverse dependencies found
$ reverse-depends -b uftrace 
No reverse dependencies found

The FTBFS reported at Debian has been partially fixed in hirsute-
proposed, but the missing arm64 build prevents migration: LP: #1907460.

** Affects: uftrace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

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

Title:
  Please remove arm64 0.9.3-1ubuntu1 binaries from Hirsute

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

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

[Bug 1915741] [NEW] Please remove s390x binaries for 0.1-7-1ubuntu3

2021-02-15 Thread Balint Reczey
Public bug reported:

The package is not built anymore on s390x :
Changes:
 r-cran-lwgeom (0.2-5-2) unstable; urgency=medium
 .
   * Drop s390x from list of architectures
 Closes: #961211

$ reverse-depends r-cran-lwgeom
Reverse-Recommends
* r-cran-sf [amd64 arm64 armhf ppc64el s390x]

Reverse-Depends
* r-cran-stars

$ reverse-depends -b  r-cran-lwgeom
Reverse-Testsuite-Triggers
* r-cran-sf
* r-cran-stars

Reverse-Build-Depends
* r-cran-stars

Since r-cran-stars is an 'all' package and r-cran-sf just recommends r
-cran-lwgeom they can stay in the archive.

** Affects: r-cran-lwgeom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

** Description changed:

  The package is not built anymore on s390x :
  Changes:
-  r-cran-lwgeom (0.2-5-2) unstable; urgency=medium
-  .
-* Drop s390x from list of architectures
-  Closes: #961211
- 
+  r-cran-lwgeom (0.2-5-2) unstable; urgency=medium
+  .
+    * Drop s390x from list of architectures
+  Closes: #961211
  
  $ reverse-depends r-cran-lwgeom
  Reverse-Recommends
  * r-cran-sf [amd64 arm64 armhf ppc64el s390x]
  
  Reverse-Depends
  * r-cran-stars
  
  $ reverse-depends -b  r-cran-lwgeom
  Reverse-Testsuite-Triggers
  * r-cran-sf
  * r-cran-stars
  
  Reverse-Build-Depends
  * r-cran-stars
+ 
+ Since r-cran-stars is an 'all' package and r-cran-sf just recommends r
+ -cran-lwgeom they can stay in the archive.

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

Title:
  Please remove s390x binaries for  0.1-7-1ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r-cran-lwgeom/+bug/1915741/+subscriptions

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

[Bug 1915737] Re: FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

2021-02-15 Thread Balint Reczey
https://autopkgtest.ubuntu.com/packages/p/panicparse/hirsute/s390x

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/s390x/p/panicparse/20210215_104323_f8cd4@/log.gz
...
# github.com/maruel/panicparse/cmd/panic
loadinternal: cannot find runtime/cgo
github.com/maruel/panicparse/cmd/pp
...

** Also affects: panicparse (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/1915737

Title:
  FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

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

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

[Bug 1915737] Re: FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

2021-02-15 Thread Balint Reczey
Fixed in golang-1.15 1.15.8-4

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

Title:
  FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

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

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

[Bug 1915737] [NEW] FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

2021-02-15 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/d/delve/hirsute/amd64

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/d/delve/20210215_104844_0889d@/log.gz
...
=== RUN   TestDebugger_LaunchInvalidFormat
# github.com/go-delve/delve/_fixtures/buildtest
loadinternal: cannot find runtime/cgo
/usr/lib/go-1.15/pkg/tool/linux_amd64/link: running gcc failed: exit status 1
gcc: error: unrecognized command-line option ‘-mconsole’

debugger_test.go:58: go build error exit status 2
--- FAIL: TestDebugger_LaunchInvalidFormat (5.58s)
...

** Affects: delve (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: golang-1.15 (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: delve (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: update-excuse

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

Title:
  FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

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

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

[Bug 1915737] Re: FTBFS and autopkgtest failure: gcc: error: unrecognized command-line option ‘-mconsole’

2021-02-15 Thread Balint Reczey
Regressed in Hirsute release pocket since 2020-12-18.

** Summary changed:

- FTBFS and autopkgtest failure: gcc: error: unrecognized command-line option 
‘-mconsole’
+ FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

** Also affects: golang-1.15 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: delve (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982734
   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/1915737

Title:
  FTBFS and autopkgtest failure: loadinternal: cannot find runtime/cgo

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

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

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-15 Thread Balint Reczey
@stgraber Thank you for assisting with aligning udevs's behaviour with
LXD. I've added the tests-in-lxd autopkgtests to ensure catching issues
in LXD earlier. I'd be happy to add more tests in systemd's autopkgtest
to not let udevd regress in LXD.

@xnox I don't like to idea of letting services be failed in default
installs in LXD because this would result bad user experience. @seb128
could you please patch network-manager 1.28 to behave in LXC like it did
in 1.26 to let it migrate and not fail in LXC with systemd 247 until the
udevd behaviour is fixed in LXC?

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

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

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

[Bug 1891934] Re: [MIR] google-osconfig-agent

2021-02-11 Thread Balint Reczey
I've just uploaded 20210209.00-1 to maybe I can reupload it with
-0ubuntu1, but the content will be the same.

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

Title:
  [MIR] google-osconfig-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1891934/+subscriptions

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

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-11 Thread Balint Reczey
** Tags added: update-excuse

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

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1915126/+subscriptions

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

[Bug 1915275] Re: mysql-8.0 regressed on riscv64 due to new glibc

2021-02-11 Thread Balint Reczey
It is a real regression, but needs triaging and should not hold back
glibc's landing.

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

Title:
  mysql-8.0 regressed on riscv64 due to new glibc

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

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

[Bug 1915386] Re: package unattended-upgrades 1.1ubuntu1.18.04.7~16.04.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-02-11 Thread Balint Reczey
What happened here?

Installing new version of config file /etc/logrotate.d/unattended-upgrades ...
Installing new version of config file 
/etc/pm/sleep.d/10_unattended-upgrades-hibernate ...
]0;root@gilles-1215B-1215B: /root@gilles-1215B-1215B:/# lsps -ef
UIDPID  PPID  C STIME TTY  TIME CMD
root 1 0  0 21:32 ?00:00:09 /sbin/init


I guess https://github.com/mvo5/unattended-upgrades/pull/288 will fix it if 
there were no local changes.

** Changed in: unattended-upgrades (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/1915386

Title:
  package unattended-upgrades 1.1ubuntu1.18.04.7~16.04.6 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1915386/+subscriptions

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

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-11 Thread Balint Reczey
@stgraber or work with systemd upstream to extend the container API.

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

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

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

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-11 Thread Balint Reczey
@stgraber nothing should break honoring
https://systemd.io/CONTAINER_INTERFACE/ and we are in constant uphill
battle with systemd and other upstreams checking /sys's ro status.

Detecting the init system is easy, please do it in LXD. It may make
sense to allow the user to override that and force /sys readonly in LXC
config, but then it is up to the user to fix failing services, the user
cares about, too.

** Changed in: lxd (Ubuntu)
   Status: Invalid => New

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

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

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

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-11 Thread Balint Reczey
There is not much to do about the failures on systemd's side. The tests
are reliably passing in qemu on my i5-4670 testbed from 2013, also
passing on @paelzer's presumably newer machine.

This is an infra issue. The Release Team can decide if they want to hint
the test and lose gating coverage, but I'm not filing the hint because
IMO the test infra should be fixed.

** Changed in: systemd (Ubuntu)
   Status: New => Invalid

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

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1915126/+subscriptions

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

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-11 Thread Balint Reczey
@seb128 I tried remounting /sys in systemd but it created other issues.
I've fixed udevd to not start in lxc in systemd, but this is all systemd can 
do. Please detect running udev in network-manager without assuming that rw /sys 
implies running udev.

@ LXD devs, please check if the init to start is systemd and if so
please mount /sys ro to conform to systemd's
https://systemd.io/CONTAINER_INTERFACE/ or sort convince systemd
upstream to include LXC in the container interface with rw /sys.


** Also affects: network-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lxd (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/1914062

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

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

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

[Bug 1911448] Re: Please update to upstream release 20201217.02

2021-02-10 Thread Balint Reczey
** Description changed:

  [Impact]
  
  This package is provided by Google for installation within guests that
  run on Google Compute Engine. It is part of a collection of tools and
  daemons, that ensure that the Ubuntu images published to GCE run
  properly on their platform.
  
  Cloud platforms evolve at a rate that can't be handled in six-month
  increments, and they will often develop features that they would like to
  be available to customers who don't want to upgrade from earlier Ubuntu
  releases. As such, updating this package to more recent upstream
  releases is required within all Ubuntu releases, so they continue to
  function properly in their environment.
  
  [Test Case]
  
  When a new version of this package is uploaded to -proposed, the
  following will be done:
  
   * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
   * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
   * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
   * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.
  
  If all the testing indicates that the image containing the new package
  is acceptable, verification will be considered to be done.
  
  [Other Information]
  
  This bug is used for tracking of releasing the new upstream version for
  all supported series, as per the approved policy mentioned in the
  following MRE:
  
  https://wiki.ubuntu.com/gce-compute-image-packages-Updates
  
  [Note to SRU team]
  
- The bionic and xenial SRUs require golang-1.13, which is also currently
- in -proposed (LP: #1911478).
+ The bionic and xenial SRUs require golang-1.13, which is also currently in 
-proposed (LP: #1911478).
+ The package does not build on riscv64 on Focal and on powerpc in Xenial, but 
this is not an issue since those are not target architectures for the package.

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

Title:
  Please update to upstream release 20201217.02

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-guest-agent/+bug/1911448/+subscriptions

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

[Bug 1915275] Re: mysql-8.0 regressed on riscv64 due to new glibc

2021-02-10 Thread Balint Reczey
Build-time tests are disabled on riscv64 by default: LP: #1891686.
This may be a real regression, but in itself this should not be enough to hold 
back glibc from migrating.

Please disable the test on riscv64 if needed in mysql-8.0 and we can
triage this separately.

** Changed in: glibc (Ubuntu)
   Importance: Undecided => Low

** Tags removed: block-proposed
** Tags added: update-excuse

** Also affects: mysql-8.0 (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/1915275

Title:
  mysql-8.0 regressed on riscv64 due to new glibc

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

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

[Bug 1911689] Re: Please update to upstream release 20210112.00

2021-02-09 Thread Balint Reczey
@powersj AFAIK we are waiting for a green light from upstream, that
20210202.00 passed all upstream tests and we should proceed with
packaging it.

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

Title:
   Please update to upstream release 20210112.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911689/+subscriptions

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

[Bug 1905986] Re: Don't provide transitional package for python3-google-compute-engine, add Breaks: in google-guest-agent instead

2021-02-09 Thread Balint Reczey
@powersj Thanks! I made a mistake writing the test case. Groovy's gce-
compute-image-packages already does not provide the Python 3 package,
thus it won't be held back, just google-guest-agent.


** Description changed:

  [Impact]
  
   * gce-compute-image-packages has been split to multiple source packages and 
google-guest-agent (written in Go) replaced the services originally written in 
Python. The upgrade to gce-compute-image-packages compatible with 
google-guest-agent replaced the Python modules (python3-google-compute-engine) 
with an empty transitional package. The removal of the modules could break 
local software relying on those modules.
   * The fix is not providing the empty python3-google-compute-engine 
transitional package, but adding Breaks: to google-guest-agent to force the 
removal of it. Since removals are not performed automatically by apt-get 
upgrade (not unattended-upgrades) the administrator needs to approve removal.
  
  [Test Case]
  
   * Set up a system with the unfixed version of the packages, including 
python3-google-compute-engine installed.
   * Upgrade to the new set of packages:
     apt-get upgrade
-  * Observe that the gce-compute-image-packages is kept back
-  * Upgrade gce-compute-image-package manually:
-    apt install gce-compute-image-package
+  * Observe that the google-guest-agent is kept back
+  * Upgrade google-guest-agent manually:
+    apt install google-guest-agent
   * This should succeed, removing python3-google-compute-engine
  
  [Where problems could occur]
  
   * The packages may become uninstallable upon upgrade or dist-upgrade.
  Testing was performed to avoid such regressions.
  
   * Since the aim of this fix is preventing accidental upgrades should a
  security update of the affected packages be released the fix will
  prevent automatic application of this updated. In such case the the
  transitional package can be reintroduced and the Breaks: can be
  converted to a versioned Breaks: on the non-transitional package
  versions.

** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy

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

Title:
  Don't provide transitional package for python3-google-compute-engine,
  add Breaks: in google-guest-agent instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gce-compute-image-packages/+bug/1905986/+subscriptions

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

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-09 Thread Balint Reczey
** Also affects: auto-package-testing
   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/1915126

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1915126/+subscriptions

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

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-09 Thread Balint Reczey
** Merge proposal unlinked:
   
https://code.launchpad.net/~rbalint/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/383953

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

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

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

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

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute on test infra, passes locally

2021-02-09 Thread Balint Reczey
@paelzer I seems infra issues got worse, but there is a pending review
to bump systemd to big which  I linked. Even in the absence of the infra
issues it would have made sense to make system run big test instances,
but I expect the big instances would also improve the current situation.

Instead of hinting system I'd like to give a try to running it on big
instances to see it it makes any difference.

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

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

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

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

[Bug 1915126] Re: autopkgtest times out (or fails before that) in hirsute

2021-02-09 Thread Balint Reczey
** Merge proposal linked:
   
https://code.launchpad.net/~rbalint/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/383953

** Summary changed:

- autopkgtest times out (or fails before that) in hirsute
+ autopkgtest times out (or fails before that) in hirsute on test infra, passes 
locally

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

Title:
  autopkgtest times out (or fails before that) in hirsute on test infra,
  passes locally

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

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

[Bug 1911059] Re: gce: 247.1-4ubuntu1 causes loss of networking

2021-02-04 Thread Balint Reczey
Systemd 247.3 fixes this which I'm pre-testing before upload at 
https://bileto.ubuntu.com/#/ticket/3840 .
ETA is next week.

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

Title:
  gce: 247.1-4ubuntu1 causes loss of networking

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-04 Thread Balint Reczey
** Changed in: glibc (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/1914044

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1912652] Re: package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new libc6:arm64 package post-removal script subprocess returned error exit status 127

2021-02-04 Thread Balint Reczey
Removing libc6-lse before the release upgrade resolves the issue.

Since the libc6-lse went away in hirsute anyway and ubuntu-release-
upgrader updates are much easier and quicker than glibc ones I propose
adding a quirk to remove libc6-lse before upgrades and possibly install
it again if it is avaliable.


** Also affects: ubuntu-release-upgrader (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: glibc (Ubuntu)
   Status: Triaged => Confirmed

** Tags added: rls-ff-incoming

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

Title:
  package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new
  libc6:arm64 package post-removal script subprocess returned error exit
  status 127

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

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

[Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-04 Thread Balint Reczey
APT and u-u and marking work as designed.

** Changed in: unattended-upgrades (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: apt (Ubuntu)
   Status: Incomplete => Invalid

** Summary changed:

- apt autoremove is not removing unused kernels
+ discover is not removing unused kernels

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

Title:
  discover is not removing unused kernels

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

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

[Bug 1638309] Re: getaddrinfo is undocumented

2021-02-04 Thread Balint Reczey
Fixed, at least in focal.

** Changed in: glibc-doc-reference (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/1638309

Title:
  getaddrinfo is undocumented

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc-doc-reference/+bug/1638309/+subscriptions

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

[Bug 1914409] Re: fsck integration is not flicker free

2021-02-03 Thread Balint Reczey
** Changed in: systemd (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  fsck integration is not flicker free

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

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

[Bug 1907424] Re: Does not start game with ERROR: Hunk_Alloc failed on 970560

2021-02-03 Thread Balint Reczey
I've tried seta com_hunkMegs "512", but the game still segfaults later.

If someone provides a patch I'll happily upload the SRU.

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

Title:
  Does not start game with ERROR: Hunk_Alloc failed on 970560

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

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

[Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-03 Thread Balint Reczey
Please install a few old kernels manually, mark them autoremovable and
run u-u in verbose and debug mode.

If u-u removes those kernels this is not an u-u bug.

Then install those again and try removing them with apt.

If apt removes those kernels than this is not an APT bug.

** Changed in: unattended-upgrades (Ubuntu)
   Status: New => Incomplete

** Changed in: apt (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/1914278

Title:
  apt autoremove is not removing unused kernels

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

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

[Bug 1914279] Re: linux from security may force reboots without complete dkms modules

2021-02-03 Thread Balint Reczey
Since this breaks systems unattended I'm marking the bug as High, but I
recommend the Critical severity.

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Importance: Medium => High

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

Title:
  linux from security may force reboots without complete dkms modules

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

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

[Bug 1914279] Re: linux from security may force reboots without complete dkms modules

2021-02-03 Thread Balint Reczey
The linux packgages need to add breaks against in-archive dkms modules
failing to build with the updated kernel, thus APT and APT frontends can
hold back the upgrade until all dkms package updates become ready.

** Changed in: update-manager (Ubuntu)
   Status: New => Invalid

** Changed in: apt (Ubuntu)
   Status: New => Invalid

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

Title:
  linux from security may force reboots without complete dkms modules

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

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

[Bug 1914279] Re: linux from security may force reboots without complete dkms modules

2021-02-03 Thread Balint Reczey
This is only a linux package update process problem, and apt frontends
can do nothing to prevent it.

** Changed in: unattended-upgrades (Ubuntu)
   Status: New => Invalid

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

Title:
  linux from security may force reboots without complete dkms modules

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

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

[Bug 1905791] Re: Resizing in awesome WM makes chromium stop redrawing its window

2021-02-02 Thread Balint Reczey
Fixed in:
$ snap list chromium 
Name  Version   Rev   Tracking   Publisher   Notes
chromium  88.0.4324.96  1466  latest/stable  canonical✓  -

** Changed in: chromium-browser (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/1905791

Title:
  Resizing in awesome WM makes chromium stop redrawing its window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1905791/+subscriptions

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

[Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Balint Reczey
@eeickmeyer Please run manually:


sudo unattended-upgrade --verbose --debug

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

Title:
  apt autoremove is not removing unused kernels

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

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

[Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Balint Reczey
Is unatteded-upgrade disabled on the system?
$ cat /etc/apt/apt.conf.d/20auto-upgrades 
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";

$ apt-config dump | grep Periodic
APT::Periodic "";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "1";


** Changed in: unattended-upgrades (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/1914278

Title:
  apt autoremove is not removing unused kernels

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

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

[Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Balint Reczey
The configuration file is fine, it is the default value that's commented
out.


Please check unattended-upgrades logs if it performed kernel removals:
zgrep 'unused kernel' /var/log/unattended-upgrades/*.gz

Also please check if it ran at all.


** Changed in: unattended-upgrades (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/1914278

Title:
  apt autoremove is not removing unused kernels

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

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

[Bug 1851263] Re: Ubuntu 18.04.3 LTS bump Glibc 2.27 to the latest stable

2021-02-02 Thread Balint Reczey
** Changed in: glibc (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/1851263

Title:
  Ubuntu 18.04.3 LTS bump Glibc 2.27 to the latest stable

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

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

[Bug 1899553] Re: gcvt and qgcvt do not always provide requested precsion

2021-02-02 Thread Balint Reczey
The first result is slightly less, the second one is slightly more
accurate representation of 0.1 compared to the exected value thanks to
the rounding.

IMO it makes sense to omit the digits that are below the accuracy limit
and the man page does not suggest the opposite.

If you deeply believe that glibc needs to be fixed in this aspect please
report the issue upstream, because this is not a deliberate change in
the Ubuntu packaging.

Out of curiosity I've checked the results on Fedora and they are the
same:

 [root@fedora ~]# cat > test.c
#include 
#include 

int main(void) {
 char ebuf[80];

 gcvt(0.1, 55, ebuf);
 printf("%s\n", ebuf);

 qgcvt(0.1L, 67, ebuf);
 printf("%s\n", ebuf);

 return 0;
}
[root@fedora ~]# gcc test.c 
[root@fedora ~]# ./a.out 
0.10001
0.10001


** Changed in: glibc (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/1899553

Title:
  gcvt and qgcvt do not always provide requested precsion

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

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

[Bug 1881036] Re: libc6.i386

2021-02-02 Thread Balint Reczey
I think you may not have enabled i386 packages.

Please follow this guide to install steam:
https://linuxconfig.org/how-to-install-steam-on-ubuntu-20-04-focal-fossa-linux


** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  libc6.i386

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

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

[Bug 1892689] Re: package libc6 2.31-0ubuntu8+lp1871129~1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libc6/NEWS.gz', which is different from other instances of package libc6

2021-02-02 Thread Balint Reczey
The installed package did not come from the archive, but most likely from:
Unpacking libc6:amd64 (2.31-0ubuntu10) over (2.31-0ubuntu8+lp1871129~1)

https://launchpad.net/~rafaeldtinoco/+archive/ubuntu/lp1871129/+packages

@rafaeldtinoco Could you please remove the PPA? The workaround is
already present in Focal.


** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  package libc6 2.31-0ubuntu8+lp1871129~1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/doc/libc6/NEWS.gz', which is
  different from other instances of package libc6:amd64

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

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

[Bug 1906250] Re: Segmentation fault in s390x ld.so while parsing /etc/ld.so.cache using qemu-s390x on x86_64.

2021-02-02 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Segmentation fault in s390x ld.so while parsing /etc/ld.so.cache using
  qemu-s390x on x86_64.

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

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

[Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-02 Thread Balint Reczey
>From the log you linked:

Get:263 http://ftpmaster.internal/ubuntu hirsute-proposed/main amd64
network-manager amd64 1.28.0-2ubuntu1 [2002 kB]

** Package changed: systemd (Ubuntu) => network-manager (Ubuntu)

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

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1914062/+subscriptions

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

[Bug 1912652] Re: package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new libc6:arm64 package post-removal script subprocess returned error exit status 127

2021-02-01 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: New => Triaged

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

Title:
  package libc6 2.31-0ubuntu9.1 failed to install/upgrade: new
  libc6:arm64 package post-removal script subprocess returned error exit
  status 127

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

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

[Bug 1907298] Re: glibc 2.32-0ubuntu5 ADT test failure with linux 5.10.0-7.8

2021-02-01 Thread Balint Reczey
It seems there may be a kernel-side fix:
https://lists.ozlabs.org/pipermail/linuxppc-dev/2021-January/223199.html

I've committed XFAIL-ing the test for now, to be landed in Hirsute
this/next week.

** Changed in: glibc (Ubuntu)
   Status: Confirmed => Fix Committed

** Also affects: linux (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/1907298

Title:
  glibc 2.32-0ubuntu5 ADT test failure with linux 5.10.0-7.8

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

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

[Bug 1914044] Re: [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-01 Thread Balint Reczey
** Summary changed:

- gstreamer fails with "cannot allocate memory in static TLS block" error on 
aarch64
+ [SRU] gstreamer fails with "cannot allocate memory in static TLS block" error 
on aarch64

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

Title:
  [SRU] gstreamer fails with "cannot allocate memory in static TLS
  block" error on aarch64

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

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

[Bug 1908307] Re: Please ship a glibc build for profiling in libc6-prof

2021-02-01 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   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/1908307

Title:
  Please ship a glibc build for profiling in libc6-prof

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

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

[Bug 1908928] Re: locales 2.27-3ubuntu1.4 enabled random locales

2021-02-01 Thread Balint Reczey
Please use:
 dpkg-reconfigure locales

to set which locales to regenerate.


** Changed in: glibc (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  locales 2.27-3ubuntu1.4 enabled random locales

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

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

[Bug 1913307] Re: Releasing glibc to groovy-updates breaks Ubuntu Desktop installer when 3rd party software and online updates are enabled

2021-02-01 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: New => Triaged

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

Title:
  Releasing glibc to groovy-updates breaks Ubuntu Desktop installer when
  3rd party software and online updates are enabled

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

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

[Bug 1913609] Re: Ungraceful failure when locale postinstallation script can't modify files it shouldn't

2021-02-01 Thread Balint Reczey
Please use:
 dpkg-reconfigure locales

to set which locales to regenerate.

** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  Ungraceful failure when locale postinstallation script can't modify
  files it shouldn't

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

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

[Bug 1914062] [NEW] NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-01 Thread Balint Reczey
Public bug reported:

This regresses systemd's autopkgtest because it expects the system in
the container to reach running state, but the system ends up in degraded
state due to the service failing.

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210112_185712_ff570@/log.gz
...

==
FAIL: test_no_failed (__main__.ServicesTest)
No failed units
--
Traceback (most recent call last):
  File 
"/tmp/autopkgtest.fFC3Lw/build.xLc/real-tree/debian/tests/boot-and-services", 
line 68, in test_no_failed
self.assertEqual(failed, [])
AssertionError: Lists differ: ['● NetworkManager-wait-online.service loa[42 
chars]ine'] != []

First list contains 1 additional elements.
First extra element 0:
'● NetworkManager-wait-online.service loaded failed failed Network Manager Wait 
Online'

+ []
- ['● NetworkManager-wait-online.service loaded failed failed Network Manager '
-  'Wait Online']

--
Ran 23 tests in 4.435s
...

Reproducible locally by installing n-m from -proposed, then restarting
the system in the LXC container.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

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

Title:
  NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start
  in LXC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1914062/+subscriptions

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

[Bug 1914044] Re: gstreamer fails with "cannot allocate memory in static TLS block" error on aarch64

2021-02-01 Thread Balint Reczey
** Also affects: glibc (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

** Also affects: glibc (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964141
   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/1914044

Title:
  gstreamer fails with "cannot allocate memory in static TLS block"
  error on aarch64

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

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

[Bug 1891485] Re: strace ftbfs in focal (s390x)

2021-01-29 Thread Balint Reczey
** Changed in: strace (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/1891485

Title:
  strace ftbfs in focal (s390x)

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

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

[Bug 1913307] Re: Releasing glibc to groovy-updates breaks Ubuntu Desktop installer when 3rd party software and online updates are enabled

2021-01-28 Thread Balint Reczey
@vorlon Please don't remove the package from -proposed. I'd like to fix
LP: #1899800 in Focal, and the package in Groovy's proposed is good for
testing it. People can also use the package from groovy-proposed should
they need fixes for any of the other bugs.

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

Title:
  Releasing glibc to groovy-updates breaks Ubuntu Desktop installer when
  3rd party software and online updates are enabled

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

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

[Bug 1887187] Re: [MIR] nftables

2021-01-27 Thread Balint Reczey
keep this MIR alive

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

Title:
  [MIR] nftables

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

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

[Bug 1913441] Re: /usr/sbin/nscd:6:log_assert_failed_realm:userdb_on_query_reply:varlink_dispatch_reply:varlink_process:defer_callback

2021-01-27 Thread Balint Reczey
Started occuring on Thursday, April 30, 2020 06:11 UTC.

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

Title:
  
/usr/sbin/nscd:6:log_assert_failed_realm:userdb_on_query_reply:varlink_dispatch_reply:varlink_process:defer_callback

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

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

[Bug 1685824] Re: package libc6 2.23-0ubuntu3 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2021-01-27 Thread Balint Reczey
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package libc6 2.23-0ubuntu3 failed to install/upgrade: subprocess new
  pre-installation script returned error exit status 1

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

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

[Bug 1913423] Re: getgrouplist is not thread safe with libnss_systemd

2021-01-27 Thread Balint Reczey
Fixed in v247 and v246.5 in Hirsute and Groovy.

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

** Changed in: systemd (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/1913423

Title:
  getgrouplist is not thread safe with libnss_systemd

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

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

[Bug 1891934] Re: [MIR] google-osconfig-agent

2021-01-26 Thread Balint Reczey
@seth-arnold

Thank you for the preliminary review.

I've fixed the "$1" in the packaging repo, but I'm not uploading just
that change because dpkg always sets $1 for postrm.

The lintian errors and warnings are invalid, the package build-depends on 
debhelper-compat
https://lintian.debian.org/tags/package-uses-debhelper-but-lacks-build-depends.html

Probably they were emitted by an older lintian.

The newer version you asked for is already present in Hirsute and
*-proposed. Please proceed with reviewing that version:

$ rmadison google-osconfig-agent
 google-osconfig-agent | 20200625.00-0ubuntu3 | groovy/universe 
 | source, amd64, arm64, armhf, ppc64el, riscv64, s390x
 google-osconfig-agent | 20210112.00-0ubuntu1~18.04.0 | 
bionic-proposed/universe | source, amd64, arm64, i386, ppc64el, s390x
 google-osconfig-agent | 20210112.00-0ubuntu1~20.04.0 | focal-proposed/universe 
 | source, amd64, arm64, ppc64el, s390x
 google-osconfig-agent | 20210112.00-0ubuntu1~20.10.0 | 
groovy-proposed/universe | source, amd64, arm64, ppc64el, s390x
 google-osconfig-agent | 20210112.00-0ubuntu1 | hirsute/universe
 | source, amd64, arm64, ppc64el, s390x

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

Title:
  [MIR] google-osconfig-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1891934/+subscriptions

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

[Bug 1891934] Re: [MIR] google-osconfig-agent

2021-01-26 Thread Balint Reczey
** Changed in: google-osconfig-agent (Ubuntu)
 Assignee: Balint Reczey (rbalint) => (unassigned)

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

Title:
  [MIR] google-osconfig-agent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1891934/+subscriptions

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

[Bug 1908307] Re: Please ship a glibc build for profiling in libc6-prof

2021-01-26 Thread Balint Reczey
Verified 2.32-0ubuntu3.1 on Groovy.

ubuntu@gg-glibc-prof:~$ dpkg -l libc6-prof
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++--===--=
ii  libc6-prof:amd64 2.32-0ubuntu3.1 amd64GNU C Library: Shared 
Libraries
ubuntu@gg-glibc-prof:~$ env LD_LIBRARY_PATH=/lib/libc6-prof/x86_64-linux-gnu 
sleep 1
ubuntu@gg-glibc-prof:~$ sleep 1
ubuntu@gg-glibc-prof:~$ 

---

ubuntu@gg-glibc-prof:~$   sudo bpftrace -e 
't:syscalls:sys_enter_clock_nanosleep /comm == "sleep"/ {printf("%s\n", 
ustack);}'
Attaching 1 probe...

clock_nanosleep+96
__nanosleep+23
0x55bbd1167f67

^C

ubuntu@gg-glibc-prof:~$   sudo bpftrace -e 
't:syscalls:sys_enter_clock_nanosleep /comm == "sleep"/ {printf("%s\n", 
ustack);}'
Attaching 1 probe...

clock_nanosleep+90

^C

ubuntu@gg-glibc-prof:~$

** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy

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

Title:
  Please ship a glibc build for profiling in libc6-prof

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

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

[Bug 1913307] [NEW] Releasing glibc to groovy-updates breaks Ubuntu Desktop installer when 3rd party software and online updates are enabled

2021-01-26 Thread Balint Reczey
Public bug reported:

See LP: #1871268.

The Desktop installer needs to have fixed APT installed to make
releasing glibc safe.

A possible fix is updating the Groovy installer to have the latest APT.

** Affects: ubuntu-cdimage
 Importance: Undecided
 Status: New

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: block-proposed-groovy

** Also affects: ubuntu-cdimage
   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/1913307

Title:
  Releasing glibc to groovy-updates breaks Ubuntu Desktop installer when
  3rd party software and online updates are enabled

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

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

[Bug 1912598] Re: package libc6 2.23-0ubuntu11.2 failed to install/upgrade: il sottoprocesso nuovo script pre-installation ha restituito lo stato di errore 1

2021-01-26 Thread Balint Reczey
** Changed in: glibc (Ubuntu)
   Status: New => Invalid

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

Title:
  package libc6 2.23-0ubuntu11.2 failed to install/upgrade: il
  sottoprocesso nuovo script pre-installation ha restituito lo stato di
  errore 1

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

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

[Bug 1895358] Re: [Bug] A simple code including tgmath.h cannot be compiled with icc with Ubuntu 20.04 OS

2021-01-25 Thread Balint Reczey
Verified 2.31-0ubuntu9.2 on Focal:

root@ff-icc:~# /opt/intel/oneapi/compiler/2021.1.2/linux/bin/intel64/icc -c 
test.c
In file included from 
/opt/intel/oneapi/compiler/2021.1.2/linux/bin/intel64/../../compiler/include/icc/tgmath.h(25),
 from test.c(1):
/usr/include/tgmath.h(54): error: #error directive: "Unsupported combination of 
types for ."
  #  error "Unsupported combination of types for ."
 ^

compilation aborted for test.c (code 2)
root@ff-icc:~# dpkg -l libc6-dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Architecture Description
+++-===-===--=
ii  libc6-dev:amd64 2.31-0ubuntu9.1 amd64GNU C Library: Development 
Libraries and Header Files
root@ff-icc:~# sed -i s/backports/proposed/ /etc/apt/sources.list
root@ff-icc:~# apt update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Get:3 http://archive.ubuntu.com/ubuntu focal-proposed InRelease [267 kB]
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Get:5 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 Packages [213 
kB]
Hit:6 https://apt.repos.intel.com/oneapi all InRelease  
 
Get:7 http://archive.ubuntu.com/ubuntu focal-proposed/main Translation-en [51.6 
kB]
Get:8 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 c-n-f Metadata 
[2524 B]
Get:9 http://archive.ubuntu.com/ubuntu focal-proposed/restricted amd64 Packages 
[36.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-proposed/restricted 
Translation-en [5460 B]
Get:11 http://archive.ubuntu.com/ubuntu focal-proposed/restricted amd64 c-n-f 
Metadata [116 B]
Get:12 http://archive.ubuntu.com/ubuntu focal-proposed/universe amd64 Packages 
[51.9 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal-proposed/universe Translation-en 
[24.3 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-proposed/universe amd64 c-n-f 
Metadata [1612 B]
Get:15 http://archive.ubuntu.com/ubuntu focal-proposed/multiverse amd64 
Packages [704 B]
Get:16 http://archive.ubuntu.com/ubuntu focal-proposed/multiverse 
Translation-en [3752 B]
Get:17 http://archive.ubuntu.com/ubuntu focal-proposed/multiverse amd64 c-n-f 
Metadata [192 B]
Fetched 658 kB in 1s (831 kB/s)  
Reading package lists... Done
Building dependency tree   
Reading state information... Done
25 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ff-icc:~# apt install libc6-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libfreetype6 libpciaccess0
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  libc-dev-bin libc6
Suggested packages:
  glibc-doc
The following packages will be upgraded:
  libc-dev-bin libc6 libc6-dev
3 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
Need to get 5306 kB of archives.
After this operation, 6144 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 libc6-dev 
amd64 2.31-0ubuntu9.2 [2520 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 libc-dev-bin 
amd64 2.31-0ubuntu9.2 [71.8 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 libc6 amd64 
2.31-0ubuntu9.2 [2715 kB]
Fetched 5306 kB in 1s (4268 kB/s)
Preconfiguring packages ...
(Reading database ... 49023 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9.1) ...
Preparing to unpack .../libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9.1) ...
Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ...
Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9.1) ...
Setting up libc6:amd64 (2.31-0ubuntu9.2) ...
Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
root@ff-icc:~# /opt/intel/oneapi/compiler/2021.1.2/linux/bin/intel64/icc -c 
test.c
root@ff-icc:~# dpkg -l libc6-dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Architecture Description
+++-===-===--=
ii  libc6-dev:amd64 2.31-0ubuntu9.2 amd64GNU C Library: Development 
Libraries and Header Files

[Bug 1902955] Re: package libc6:amd64 2.31-0ubuntu9.1 failed to install/upgrade: package libc6:amd64 2.31-0ubuntu9.1 cannot be configured because libc6:i386 is at a different version (2.27-3ubuntu1.3)

2021-01-25 Thread Balint Reczey
Verified 2.32-0ubuntu3.1 in Focal -> Groovy upgrade:

The upgrade fails later, due to the broken perl:

...
Checking init scripts...
Checking for services that may need to be restarted...
Checking init scripts...

Name Service Switch update in the C Library: post-installation question.

Running services and programs that are using NSS need to be restarted,
otherwise they might not be able to do lookup or authentication any more
(for services such as ssh, this can affect your ability to login).
Note: restarting sshd/telnetd should not affect any existing connections.

The services detected are:
cron atd

If other services have begun to fail mysteriously after this upgrade, it is
probably necessary to restart them too.  We recommend that you reboot your
machine after the upgrade to avoid NSS-related troubles.

Do you wish to restart services? [Y/n]
Stopping some services possibly affected by the upgrade (will be restarted 
later):
  cron: stopping...done.

Unpacking libc6:amd64 (2.32-0ubuntu3.1) over (2.31-0ubuntu9.2) ...

Progress: [ 48%]
Selecting previously unselected package libnss-nis:amd64.
Preparing to unpack .../libnss-nis_3.1-0ubuntu4_amd64.deb ...
Unpacking libnss-nis:amd64 (3.1-0ubuntu4) ...

Progress: [ 54%]
Selecting previously unselected package libnss-nisplus:amd64.
Preparing to unpack .../libnss-nisplus_1.3-0ubuntu4_amd64.deb ...
Unpacking libnss-nisplus:amd64 (1.3-0ubuntu4) ...

Progress: [ 60%]
Setting up libnss-nis:amd64 (3.1-0ubuntu4) ...

Progress: [ 66%]
Setting up libnss-nisplus:amd64 (1.3-0ubuntu4) ...

Progress: [ 72%]
Setting up libc6:amd64 (2.32-0ubuntu3.1) ...
...

With perl not being broken do-release-upgrade succeeds as usually.


** Tags removed: verification-needed verification-needed-groovy
** Tags added: verification-done verification-done-groovy

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

Title:
  package libc6:amd64 2.31-0ubuntu9.1 failed to install/upgrade: package
  libc6:amd64 2.31-0ubuntu9.1 cannot be configured because libc6:i386 is
  at a different version (2.27-3ubuntu1.3)

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

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

[Bug 1908307] Re: Please ship a glibc build for profiling in libc6-prof

2021-01-25 Thread Balint Reczey
Verified 2.31-0ubuntu9.2 on Focal

ubuntu@ff-glibc-prof:~$   env LD_LIBRARY_PATH=/lib/libc6-prof/x86_64-linux-gnu 
sleep 1
ubuntu@ff-glibc-prof:~$ sleep 1
ubuntu@ff-glibc-prof:~$ dpkg -l libc6-prof
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++--===--=
ii  libc6-prof:amd64 2.31-0ubuntu9.2 amd64GNU C Library: Shared 
Libraries

---
ubuntu@ff-glibc-prof:~$ sudo bpftrace -e 't:syscalls:sys_enter_clock_nanosleep 
/comm == "sleep"/ {printf("%s\n", ustack);}'
Attaching 1 probe...

clock_nanosleep+94
__nanosleep+23
0x555f51fbd827

^C

ubuntu@ff-glibc-prof:~$ sudo bpftrace -e 't:syscalls:sys_enter_clock_nanosleep 
/comm == "sleep"/ {printf("%s\n", ustack);}'
Attaching 1 probe...

clock_nanosleep+84

^C

ubuntu@ff-glibc-prof:~$


** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Please ship a glibc build for profiling in libc6-prof

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

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

[Bug 1895358] Re: [Bug] A simple code including tgmath.h cannot be compiled with icc with Ubuntu 20.04 OS

2021-01-25 Thread Balint Reczey
Verified 2.32-0ubuntu3.1 on Groovy (using glibc binary packages binary-
copied to a PPA):

root@gg-icc:~# vi test.c
root@gg-icc:~# /opt/intel/oneapi/compiler/2021.1.2/linux/bin/intel64/icc -c 
test.c 
In file included from 
/opt/intel/oneapi/compiler/2021.1.2/linux/bin/intel64/../../compiler/include/icc/tgmath.h(25),
 from test.c(1):
/usr/include/tgmath.h(54): error: #error directive: "Unsupported combination of 
types for ."
  #  error "Unsupported combination of types for ."
 ^

compilation aborted for test.c (code 2)

root@gg-icc:~# apt upgrade 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  libfreetype6
Use 'apt autoremove' to remove it.
The following packages will be upgraded:
  libc-bin libc-dev-bin libc6 libc6-dev locales
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 9339 kB of archives.
After this operation, 2048 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://ppa.launchpad.net/rbalint/scratch4/ubuntu groovy/main amd64 
libc6-dev amd64 2.32-0ubuntu3.1 [2130 kB]
Get:2 http://ppa.launchpad.net/rbalint/scratch4/ubuntu groovy/main amd64 
libc-dev-bin amd64 2.32-0ubuntu3.1 [30.8 kB]
Get:3 http://ppa.launchpad.net/rbalint/scratch4/ubuntu groovy/main amd64 libc6 
amd64 2.32-0ubuntu3.1 [2682 kB]
Get:4 http://ppa.launchpad.net/rbalint/scratch4/ubuntu groovy/main amd64 
libc-bin amd64 2.32-0ubuntu3.1 [617 kB]
Get:5 http://ppa.launchpad.net/rbalint/scratch4/ubuntu groovy/main amd64 
locales all 2.32-0ubuntu3.1 [3879 kB]
Fetched 9339 kB in 3s (3189 kB/s)  
Preconfiguring packages ...
(Reading database ... 67950 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.32-0ubuntu3.1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.32-0ubuntu3.1) over (2.32-0ubuntu3) ...
Preparing to unpack .../libc-dev-bin_2.32-0ubuntu3.1_amd64.deb ...
Unpacking libc-dev-bin (2.32-0ubuntu3.1) over (2.32-0ubuntu3) ...
Preparing to unpack .../libc6_2.32-0ubuntu3.1_amd64.deb ...
Unpacking libc6:amd64 (2.32-0ubuntu3.1) over (2.32-0ubuntu3) ...
Setting up libc6:amd64 (2.32-0ubuntu3.1) ...
(Reading database ... 67950 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.32-0ubuntu3.1_amd64.deb ...
Unpacking libc-bin (2.32-0ubuntu3.1) over (2.32-0ubuntu3) ...
Setting up libc-bin (2.32-0ubuntu3.1) ...
(Reading database ... 67950 files and directories currently installed.)
Preparing to unpack .../locales_2.32-0ubuntu3.1_all.deb ...
Unpacking locales (2.32-0ubuntu3.1) over (2.32-0ubuntu3) ...
Setting up locales (2.32-0ubuntu3.1) ...
Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
Setting up libc-dev-bin (2.32-0ubuntu3.1) ...
Setting up libc6-dev:amd64 (2.32-0ubuntu3.1) ...
Processing triggers for man-db (2.9.3-2) ...
root@gg-icc:~# /opt/intel/oneapi/compiler/2021.1.2/linux/bin/intel64/icc -c 
test.c 
root@gg-icc:~# dpkg -S /usr/include/tgmath.h
libc6-dev:amd64: /usr/include/tgmath.h
root@gg-icc:~# dpkg -l libc6-dev
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Architecture Description
+++-===-===--=
ii  libc6-dev:amd64 2.32-0ubuntu3.1 amd64GNU C Library: Development 
Libraries and Header Files


** Tags removed: verification-needed-groovy
** Tags added: verification-done-groovy

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

Title:
  [Bug] A simple code including tgmath.h cannot be compiled with icc
  with Ubuntu 20.04 OS

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

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

[Bug 1902955] Re: package libc6:amd64 2.31-0ubuntu9.1 failed to install/upgrade: package libc6:amd64 2.31-0ubuntu9.1 cannot be configured because libc6:i386 is at a different version (2.27-3ubuntu1.3)

2021-01-25 Thread Balint Reczey
Verified 2.31-0ubuntu9.2 in Bionic->Focal upgrade:


The upgrade fails later, due to the broken perl:

Preparing to unpack .../locales_2.31-0ubuntu9.2_all.deb ...
Unpacking locales (2.31-0ubuntu9.2) over (2.27-3ubuntu1.4) ...
Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ...
Checking for services that may need to be restarted...
Checking init scripts...
Checking for services that may need to be restarted...
Checking init scripts...

Name Service Switch update in the C Library: post-installation question.

Running services and programs that are using NSS need to be restarted,
otherwise they might not be able to do lookup or authentication any more
(for services such as ssh, this can affect your ability to login).
Note: restarting sshd/telnetd should not affect any existing connections.

The services detected are: 
rsync cron atd 

If other services have begun to fail mysteriously after this upgrade, it is
probably necessary to restart them too.  We recommend that you reboot your
machine after the upgrade to avoid NSS-related troubles.

Do you wish to restart services? [Y/n] 
Stopping some services possibly affected by the upgrade (will be restarted 
later):
  cron: stopping...done.

Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.27-3ubuntu1.4) ...
Selecting previously unselected package libcrypt1:amd64.
Preparing to unpack .../libcrypt1_1%3a4.4.10-10ubuntu4_amd64.deb ...
Unpacking libcrypt1:amd64 (1:4.4.10-10ubuntu4) ...
Setting up libcrypt1:amd64 (1:4.4.10-10ubuntu4) ...
Setting up libc6:amd64 (2.31-0ubuntu9.2) ...
/var/lib/dpkg/info/libc6:amd64.postinst: 17: exec: /usr/share/debconf/frontend: 
not found
dpkg: error processing package libc6:amd64 (--configure):
...


With perl not being broken do-release-upgrade succeeds as usually.

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  package libc6:amd64 2.31-0ubuntu9.1 failed to install/upgrade: package
  libc6:amd64 2.31-0ubuntu9.1 cannot be configured because libc6:i386 is
  at a different version (2.27-3ubuntu1.3)

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

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

[Bug 1906250] Re: Segmentation fault in s390x ld.so while parsing /etc/ld.so.cache using qemu-s390x on x86_64.

2021-01-25 Thread Balint Reczey
Adjusting tags based on
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1906250/comments/12

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  Segmentation fault in s390x ld.so while parsing /etc/ld.so.cache using
  qemu-s390x on x86_64.

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

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

[Bug 1911633] Re: Please update to upstream release 20210108.00

2021-01-25 Thread Balint Reczey
** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-groovy verification-needed-xenial
** Tags added: verification-failed verification-failed-bionic 
verification-failed-focal verification-failed-groovy verification-failed-xenial

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

Title:
  Please update to upstream release  20210108.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-compute-engine-oslogin/+bug/1911633/+subscriptions

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

[Bug 1913049] [NEW] Please update to upstream release 20210122.00

2021-01-25 Thread Balint Reczey
Public bug reported:

[Impact]

Google-compute-engine-oslogin is provided by Google for installation
within guests that run on Google Compute Engine. It part of the
collection of tools and daemons originally packaged as gce-compute-
image-packages, that ensure that the Ubuntu images published to GCE run
properly on their platform.

Cloud platforms evolve at a rate that can't be handled in six-month
increments, and they will often develop features that they would like to
be available to customers who don't want to upgrade from earlier Ubuntu
releases. As such, updating google-compute-engine-oslogin to more recent
upstream releases is required within all Ubuntu releases, so they
continue to function properly in their environment.

[Test Case]

When a new version of google-compute-engine-oslogin is uploaded to
-proposed, the following will be done:

 * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
 * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
 * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
 * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.

If all the testing indicates that the image containing the new package
is acceptable, verification will be considered to be done.

[Other Information]

This bug is used for tracking of releasing the new upstream version for
all supported series, as per the approved policy mentioned in the
following MRE:

https://wiki.ubuntu.com/gce-compute-image-packages-Updates.

** Affects: google-compute-engine-oslogin (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/1913049

Title:
  Please update to upstream release 20210122.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-compute-engine-oslogin/+bug/1913049/+subscriptions

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

[Bug 1907298] Re: glibc 2.32-0ubuntu5 ADT test failure with linux 5.10.0-7.8

2021-01-21 Thread Balint Reczey
Since sigcontextinfo is used internally by glibc only for nice segfault
handling the regression I think it is ok to just XFAIL the test or
adjust sigcontext_get_pc implementation to post-5.10 behaviour, but
upstream may have a different opinion.

** Bug watch added: Sourceware.org Bugzilla #27223
   https://sourceware.org/bugzilla/show_bug.cgi?id=27223

** Also affects: glibc via
   https://sourceware.org/bugzilla/show_bug.cgi?id=27223
   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/1907298

Title:
  glibc 2.32-0ubuntu5 ADT test failure with linux 5.10.0-7.8

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

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

[Bug 1907298] Re: glibc 2.32-0ubuntu5 ADT test failure with linux 5.10.0-7.8

2021-01-21 Thread Balint Reczey
OK, I'll XFAIL this test on ppc64el in next upload, in ~2 weeks.

** Changed in: glibc (Ubuntu)
   Status: New => Confirmed

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

Title:
  glibc 2.32-0ubuntu5 ADT test failure with linux 5.10.0-7.8

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

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

[Bug 1896638] Re: Path to swapfile doesn't use a static device path

2021-01-20 Thread Balint Reczey
Hibagent is affected as well.

https://github.com/aws/ec2-hibernate-linux-agent/issues/8

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

** Bug watch added: github.com/aws/ec2-hibernate-linux-agent/issues #8
   https://github.com/aws/ec2-hibernate-linux-agent/issues/8

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

Title:
  Path to swapfile doesn't use a static device path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-hibinit-agent/+bug/1896638/+subscriptions

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

[Bug 1906250] Re: Segmentation fault in s390x ld.so while parsing /etc/ld.so.cache using qemu-s390x on x86_64.

2021-01-20 Thread Balint Reczey
@s...@de.ibm.com the cross packages haven't been updated in Groovy,
because they are working properly AFAIK. Just run the test with the
latest cross packages available, please.

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

Title:
  Segmentation fault in s390x ld.so while parsing /etc/ld.so.cache using
  qemu-s390x on x86_64.

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

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

[Bug 1911689] Re: Please update to upstream release 20210112.00

2021-01-20 Thread Balint Reczey
** Description changed:

  [Impact]
  
  This package is provided by Google for installation within guests that
  run on Google Compute Engine. It is part of a collection of tools and
  daemons, that ensure that the Ubuntu images published to GCE run
  properly on their platform.
  
  Cloud platforms evolve at a rate that can't be handled in six-month
  increments, and they will often develop features that they would like to
  be available to customers who don't want to upgrade from earlier Ubuntu
  releases. As such, updating this package to more recent upstream
  releases is required within all Ubuntu releases, so they continue to
  function properly in their environment.
  
  [Test Case]
  
  When a new version of this package is uploaded to -proposed, the
  following will be done:
  
-  * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
-  * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
-  * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
-  * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.
+  * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
+  * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
+  * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
+  * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.
  
  If all the testing indicates that the image containing the new package
  is acceptable, verification will be considered to be done.
  
  [Other Information]
  
  This bug is used for tracking of releasing the new upstream version for
  all supported series, as per the approved policy mentioned in the
  following MRE:
  
  https://wiki.ubuntu.com/gce-compute-image-packages-Updates
+ 
+ The updated package is not built for armhf and riscv64 due to upstream
+ regressions but the package is not used on those architectures thus
+ please release the SRU without the armhf and risc64 binaries.

** Tags added: update-excuse-groovy

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

Title:
   Please update to upstream release 20210112.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911689/+subscriptions

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

[Bug 1897407] Re: Please remove riscv64 binaries for 2.3.3+dfsg-1

2021-01-20 Thread Balint Reczey
The FTBFS is fixed now.

** Changed in: barrier (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Please remove riscv64 binaries for 2.3.3+dfsg-1

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

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

[Bug 1911799] Re: Please remove riscv64, and armhf binaries for 20200625.00-0ubuntu4 in Hirsute and 20200625.00-0ubuntu3 in Groovy

2021-01-20 Thread Balint Reczey
** Changed in: google-osconfig-agent (Ubuntu)
   Importance: Undecided => High

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

Title:
  Please remove  riscv64, and armhf binaries for 20200625.00-0ubuntu4 in
  Hirsute and 20200625.00-0ubuntu3 in Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911799/+subscriptions

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

[Bug 1912331] Re: Many interfaces lead to "kernel receive buffer overrun"

2021-01-19 Thread Balint Reczey
** Also affects: systemd (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: systemd (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: systemd (Ubuntu Groovy)
   Status: New => Fix Released

** Changed in: systemd (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/1912331

Title:
  Many interfaces lead to "kernel receive buffer overrun"

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

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

[Bug 1911059] Re: gce: 247.1-4ubuntu1 causes loss of networking

2021-01-18 Thread Balint Reczey
** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => Balint Reczey (rbalint)

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

Title:
  gce: 247.1-4ubuntu1 causes loss of networking

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

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

[Bug 1911689] Re: Please update to upstream release 20210112.00

2021-01-15 Thread Balint Reczey
Release for Xenial is blocked on
https://github.com/GoogleCloudPlatform/osconfig/issues/279 .

** Also affects: google-osconfig-agent (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Bug watch added: github.com/GoogleCloudPlatform/osconfig/issues #279
   https://github.com/GoogleCloudPlatform/osconfig/issues/279

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

Title:
   Please update to upstream release 20210112.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911689/+subscriptions

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

[Bug 1911911] [NEW] Make dh-golang work with golang-1.13 in Xenial and Bionic

2021-01-15 Thread Balint Reczey
Public bug reported:

[Impact]

The following environment variables need to be properly in packages'
debian/rules to use golang-1.13 in Bionic and earlier releases:

export GOCACHE := ${CURDIR}/_build/go-build
export GO111MODULE = off

This is redundant and a growing number of packages need golang-1.13 to
build.

** Affects: dh-golang (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: dh-golang (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Affects: dh-golang (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Also affects: dh-golang (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: dh-golang (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: dh-golang (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/1911911

Title:
  Make dh-golang work with golang-1.13 in Xenial and Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dh-golang/+bug/1911911/+subscriptions

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

[Bug 1911799] Re: Please remove riscv64, and armhf binaries for 20200625.00-0ubuntu4 in Hirsute and 20200625.00-0ubuntu3 in Groovy

2021-01-14 Thread Balint Reczey
The packages are not building due to:

https://github.com/GoogleCloudPlatform/osconfig/issues/278
https://github.com/GoogleCloudPlatform/osconfig/issues/277

** Bug watch added: github.com/GoogleCloudPlatform/osconfig/issues #278
   https://github.com/GoogleCloudPlatform/osconfig/issues/278

** Bug watch added: github.com/GoogleCloudPlatform/osconfig/issues #277
   https://github.com/GoogleCloudPlatform/osconfig/issues/277

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

Title:
  Please remove  riscv64, and armhf binaries for 20200625.00-0ubuntu4 in
  Hirsute and 20200625.00-0ubuntu3 in Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911799/+subscriptions

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

[Bug 1911799] [NEW] Please remove riscv64, and armhf binaries for 20200625.00-0ubuntu4 in Hirsute and 20200625.00-0ubuntu3 in Groovy

2021-01-14 Thread Balint Reczey
Public bug reported:

The package has no reverse dependencies, not useful on the affected
architectures and old binaries block migration to the release pocket.

rbalint@yogi:~/projects/deb/google-osconfig-agent$ reverse-depends -b 
google-osconfig-agent
No reverse dependencies found
rbalint@yogi:~/projects/deb/google-osconfig-agent$ reverse-depends  
google-osconfig-agent
No reverse dependencies found

** Affects: google-osconfig-agent (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

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

Title:
  Please remove  riscv64, and armhf binaries for 20200625.00-0ubuntu4 in
  Hirsute and 20200625.00-0ubuntu3 in Groovy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911799/+subscriptions

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

[Bug 1911782] [NEW] autopkgtest fails more often than not on arm*

2021-01-14 Thread Balint Reczey
Public bug reported:

https://autopkgtest.ubuntu.com/packages/x/x11vnc/hirsute/armhf
https://autopkgtest.ubuntu.com/packages/x11vnc/hirsute/arm64

This is useless for gating migration.

** Affects: x11vnc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

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

Title:
  autopkgtest fails more often than not on arm*

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

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

[Bug 1911689] [NEW] Please update to upstream release 20210112.00

2021-01-14 Thread Balint Reczey
Public bug reported:

[Impact]

This package is provided by Google for installation within guests that
run on Google Compute Engine. It is part of a collection of tools and
daemons, that ensure that the Ubuntu images published to GCE run
properly on their platform.

Cloud platforms evolve at a rate that can't be handled in six-month
increments, and they will often develop features that they would like to
be available to customers who don't want to upgrade from earlier Ubuntu
releases. As such, updating this package to more recent upstream
releases is required within all Ubuntu releases, so they continue to
function properly in their environment.

[Test Case]

When a new version of this package is uploaded to -proposed, the
following will be done:

 * an image based on -proposed will be built for GCE and published to the 
ubuntu-os-cloud-devel project
 * the CPC team will write new automated tests to cover new testable 
functionality (if any) in the new package
 * the automated testing that the CPC team normally runs against GCE images 
before they are published will be run against the -proposed image
 * the GCE team will be asked to validate that the new package addresses the 
issues it is expected to address, and that the image passes their internal 
image validation.

If all the testing indicates that the image containing the new package
is acceptable, verification will be considered to be done.

[Other Information]

This bug is used for tracking of releasing the new upstream version for
all supported series, as per the approved policy mentioned in the
following MRE:

https://wiki.ubuntu.com/gce-compute-image-packages-Updates

** Affects: google-osconfig-agent (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/1911689

Title:
   Please update to upstream release 20210112.00

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-osconfig-agent/+bug/1911689/+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   >