[Bug 2064580] Re: Please update the package to 20240320.00

2024-05-08 Thread Utkarsh Gupta
I've added a section of vendored dependency per your request, Mauricio.
Thanks for not making this a blocker. I'll ask Chlo to get the "Where
Problems Could Occur" section in, too. Let me know if you need anything
else, too.

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

Title:
  Please update the package to 20240320.00

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


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

[Bug 2064580] Re: Please update the package to 20240320.00

2024-05-08 Thread Utkarsh Gupta
Also, there are some vendored dependencies changing in the tests, too:

$ git show abbf5d88edb27008d0899f313db347f3eccece4b e2e_tests/go.mod >
../e2e_tests.go.mod.diff

$ cat ../e2e_tests.go.mod.diff

commit abbf5d88edb27008d0899f313db347f3eccece4b (lp-core/upstream, 
kajiya/upstream, upstream)
Author: Chloé Smith 
Date:   Thu May 2 21:14:04 2024 +0100

New upstream version 20240320.00

diff --git a/e2e_tests/go.mod b/e2e_tests/go.mod
index 984292a..d691808 100644
--- a/e2e_tests/go.mod
+++ b/e2e_tests/go.mod
@@ -3,22 +3,20 @@ module github.com/GoogleCloudPlatform/osconfig/e2e_tests
 go 1.13
 
 require (
-   cloud.google.com/go v0.97.0
-   cloud.google.com/go/osconfig v0.2.0 // indirect
+   cloud.google.com/go/longrunning v0.4.1
+   cloud.google.com/go/osconfig v1.11.0
github.com/GoogleCloudPlatform/compute-image-tools/daisy 
v0.0.0-20210719160539-19df456994a5
github.com/GoogleCloudPlatform/compute-image-tools/go/e2e_test_utils 
v0.0.0-20210719160539-19df456994a5
github.com/GoogleCloudPlatform/guest-logging-go 
v0.0.0-20210621170517-facc9c0d81b9
github.com/GoogleCloudPlatform/osconfig 
v0.0.0-20211102225806-9b40a0ba0ce2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // 
indirect
-   github.com/golang/protobuf v1.5.2
-   github.com/google/go-cmp v0.5.6
-   github.com/google/uuid v1.3.0 // indirect
-   github.com/googleapis/gax-go/v2 v2.1.1
-   github.com/klauspost/compress v1.13.1 // indirect
+   github.com/golang/protobuf v1.5.3
+   github.com/google/go-cmp v0.5.9
+   github.com/googleapis/gax-go/v2 v2.7.1
github.com/kylelemons/godebug v1.1.0
go.chromium.org/luci v0.0.0-20210524194916-901fa619ed56 // indirect
-   google.golang.org/api v0.60.0
-   google.golang.org/genproto v0.0.0-20211102202547-e9cf271f7f2c
-   google.golang.org/grpc v1.42.0
-   google.golang.org/protobuf v1.27.1
+   google.golang.org/api v0.114.0
+   google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
+   google.golang.org/grpc v1.56.3
+   google.golang.org/protobuf v1.33.0
 )


** Description changed:

  Following on from previous similar package update requests @ LP:
  #2020762, LP: #1996735, LP: #1938553 and LP: #1911689 this bug is a
  request to update the google-osconfig-agent to the upstream version
  `20240320.00` @
  https://github.com/GoogleCloudPlatform/osconfig/releases/tag/20240320.00
  
  This package has an SRU exception @
  https://wiki.ubuntu.com/StableReleaseUpdates#google-osconfig-agent
  including an ageing exception detailed @ https://wiki.ubuntu.com/google-
  osconfig-agent-Updates
  
  There is some urgency in landing these changes to accommodate planned
  infrastructure changes on the Google Compute Platform.
  
  [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 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 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.
+ 
+ [Vendored Dependency]
+ 
+ In this update, the vendored dependencies have changed. Here's the diff
+ of what's changing and their version bumps:
+ 
+ https://paste.ubuntu.com/p/ChcV6YB2CN/
+ 
+ There are some vendored dependencies changing in the tests, too. Here's
+ the diff of that:
+ 
+ https://paste.ubuntu.com/p/dwMPT675Rg/
+ 
+ Furthermore, the actual vendored changes are here:
+ 
+ https://git.launchpad.net/~ubuntu-core-dev/+git/google-osconfig-
+ agent/commit/?h=ubuntu/master=04c6d100f1d2a63c41456d04d0d3331e29199127
+ 
+ This also shows the exact files changed and the number of lines changed
+ in those files.
  
  [Other Information]
  
  This bug is used for tracking of releasing the 

[Bug 2064580] Re: Please update the package to 20240320.00

2024-05-08 Thread Utkarsh Gupta
Hi Mauricio,

Since you asked about the vendored dependency changes, here's the
changes:

$ git show abbf5d88edb27008d0899f313db347f3eccece4b go.mod >
../go.mod.diff

$ cat ../go.mod.diff

commit abbf5d88edb27008d0899f313db347f3eccece4b (lp-core/upstream, 
kajiya/upstream, upstream)
Author: Chloé Smith 
Date:   Thu May 2 21:14:04 2024 +0100

New upstream version 20240320.00

diff --git a/go.mod b/go.mod
index 4065215..7e6c171 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,9 @@
 module github.com/GoogleCloudPlatform/osconfig
 
-go 1.16
+go 1.21
 
 require (
-   cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3
-   cloud.google.com/go/iam v0.12.0 // indirect
-   cloud.google.com/go/longrunning v0.4.1 // indirect
cloud.google.com/go/osconfig v1.11.0
cloud.google.com/go/storage v1.29.0
cos.googlesource.com/cos/tools.git v0.0.0-20210329212435-a349a79f950d
@@ -17,12 +14,36 @@ require (
github.com/google/go-cmp v0.5.9
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
github.com/ulikunitz/xz v0.5.11
+   golang.org/x/crypto v0.17.0
+   golang.org/x/oauth2 v0.7.0
+   golang.org/x/sys v0.15.0
+   google.golang.org/api v0.114.0
+   google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
+   google.golang.org/grpc v1.56.3
+   google.golang.org/protobuf v1.30.0
+)
+
+require (
+   cloud.google.com/go v0.110.0 // indirect
+   cloud.google.com/go/compute v1.19.1 // indirect
+   cloud.google.com/go/iam v0.13.0 // indirect
+   cloud.google.com/go/logging v1.7.0 // indirect
+   cloud.google.com/go/longrunning v0.4.1 // indirect
+   github.com/golang/glog v1.1.0 // indirect
+   github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // 
indirect
+   github.com/golang/protobuf v1.5.3 // indirect
+   github.com/google/uuid v1.3.0 // indirect
+   github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
+   github.com/googleapis/gax-go/v2 v2.7.1 // indirect
+   github.com/julienschmidt/httprouter v1.3.0 // indirect
+   github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
+   github.com/pkg/errors v0.9.1 // indirect
+   github.com/sirupsen/logrus v1.6.0 // indirect
go.chromium.org/luci v0.0.0-20201204084249-3e81ee3e83fe // indirect
-   golang.org/x/crypto v0.6.0
-   golang.org/x/oauth2 v0.5.0
-   golang.org/x/sys v0.5.0
-   google.golang.org/api v0.110.0
-   google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
-   google.golang.org/grpc v1.53.0
-   google.golang.org/protobuf v1.28.1
+   go.opencensus.io v0.24.0 // indirect
+   golang.org/x/net v0.17.0 // indirect
+   golang.org/x/sync v0.1.0 // indirect
+   golang.org/x/text v0.14.0 // indirect
+   golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
+   google.golang.org/appengine v1.6.7 // indirect
 )

Furthermore, the actual vendored changes are here:
https://git.launchpad.net/~ubuntu-core-dev/+git/google-osconfig-agent/commit/?h=ubuntu/master=04c6d100f1d2a63c41456d04d0d3331e29199127

This also shows the exact files changed and the number of lines changed
in those files.

I'll formally put this in the bug and in the template.

** Changed in: google-osconfig-agent (Ubuntu Xenial)
   Status: New => Fix Committed

** Changed in: google-osconfig-agent (Ubuntu Bionic)
   Status: New => Fix Committed

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

Title:
  Please update the package to 20240320.00

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


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

[Bug 2058279] Re: [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental (main)

2024-04-22 Thread Utkarsh Gupta
This bug was fixed in the package pcl - 1.14.0+dfsg-1
Sponsored for Utkarsh Gupta (utkarsh)

---
pcl (1.14.0+dfsg-1) experimental; urgency=medium

  * Update Files-Excluded to drop zlib sources
  * New upstream version 1.14.0+dfsg
  * Update d/copyright
  * Rediff patches
  * Rename library packages due to Soname bump

 -- Jochen Sprickerhof   Wed, 07 Feb 2024 08:31:15
+0100

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

Title:
  [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental
  (main)

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


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

[Bug 2058279] Re: [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental (main)

2024-04-22 Thread Utkarsh Gupta
Whilst this should have happened weeks ago and not at the eleventh hour
(before the release), I was contacted by Mirko to assist here. After
talking internally, I'm doing the sync here since pcl is not seeded
anywhere.

$ seeded-in-ubuntu pcl   
pcl's binaries are not seeded.

But just to note, the release team only looks at approving or
disapproving the FFe bugs and not doing the actual work. So the sync
work should be looked at by the person/team wanting this to happen. :)

That said, I'll just do it now.

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

Title:
  [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental
  (main)

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


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

[Bug 2062983] Re: 6.7.4+dfsg is vulnerable to CVE-2024-22640

2024-04-21 Thread Utkarsh Gupta
This bug was fixed in the package tcpdf - 6.7.5+dfsg-1
Sponsored for Utkarsh Gupta (utkarsh)

---
tcpdf (6.7.5+dfsg-1) unstable; urgency=medium

  * New upstream version 6.7.5+dfsg (CVE-2024-22640, LP: #2062983)
  * Add CVE reference on 6.7.4+dfsg-1 changelog entry

 -- William Desportes   Sat, 20 Apr 2024 20:49:38
+0200

** Changed in: tcpdf (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/2062983

Title:
  6.7.4+dfsg is vulnerable to CVE-2024-22640

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


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

[Bug 2056767] Re: FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main) with gnome-software packaging split

2024-04-19 Thread Utkarsh Gupta
HI Jeremy, I am sorry that we couldn't get to it then. As you'd know the
release team was swamped with so many things happening in the archive
(time_64, xz CVE, et al). That said, I am still not sure if landing this
now is a great idea. We're really close to the release and changing
something like this in gnome-software for an LTS seems like a rather
risky thing.

Can I please ask you to defer this to post Noble release? And perhaps do
a 0-day SRU or a regular SRU as you see fit?

** Changed in: gnome-software (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/2056767

Title:
  FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main)
  with gnome-software packaging split

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


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

[Bug 2051672] Re: [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from testing/unstable (main)

2024-04-19 Thread Utkarsh Gupta
Hello,

After looking at it and discussing this with Dann Frazier yesterday (via
IRC on #ubuntu-release), we discussed that iproute2 is an important
package, it's in main, and has a huge bunch of reverse dependencies.
Bumping from 6.1.x to 6.8.x is a bit too much atm, especially given how
much is already happening and this being an LTS release.

So with that, I'm going to NACK it for FFe and ask this to be uploaded
via 0-day SRU or a regular SRU. :)

Sorry but I hope you understand.

** Changed in: iproute2 (Ubuntu)
   Status: Confirmed => Won't Fix

** Changed in: iproute2 (Ubuntu)
   Status: Won't Fix => Incomplete

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

Title:
  [FFe] Merge iproute2 with the latest Debian version: 6.8.0-1 from
  testing/unstable (main)

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


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

[Bug 2060197] Re: [FFe] [HWE] fwupd-efi 1.6 and gnu-efi 3.0.18

2024-04-19 Thread Utkarsh Gupta
Per the discussion, we're too late for this FFe, so explicitly NACK'ing
this one.

** Changed in: gnu-efi (Ubuntu)
   Status: New => Incomplete

** Changed in: fwupd-efi (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/2060197

Title:
  [FFe] [HWE] fwupd-efi 1.6 and gnu-efi 3.0.18

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


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

[Bug 2062620] Re: 6.6.5+dfsg-1 is vulnerable to CVE-2024-32489

2024-04-19 Thread Utkarsh Gupta
This bug was fixed in the package tcpdf - 6.7.4+dfsg-1
Sponsored for Utkarsh Gupta (utkarsh)

---
tcpdf (6.7.4+dfsg-1) unstable; urgency=medium

  * New upstream version 6.7.4+dfsg
  * Update example_066 patch

 -- William Desportes   Sat, 06 Apr 2024 13:07:36
+0200

** Changed in: tcpdf (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/2062620

Title:
  6.6.5+dfsg-1 is vulnerable to CVE-2024-32489

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


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

[Bug 2061171] Re: [FFe] Update sbuild to 0.85.7 for Noble

2024-04-18 Thread Utkarsh Gupta
This bug was fixed in the package sbuild - 0.85.7
Sponsored for Utkarsh Gupta (utkarsh)

---
sbuild (0.85.7) unstable; urgency=medium

  [ Santiago Ruano Rincón ]
  * Remove deprecation note about the sudo chroot mode

  [ Christian Kastner ]
  * sbuild-qemu: Use 4M OVMF images if available

  [ Jochen Sprickerhof ]
  * Add --{no-,}enable-network and ENABLE_NETWORK options
  * Unshare: use dumb-init for build
  * Run post-build-failed-commands before cleanup
  * Add myself to uploaders

  [ Boyuan Yang ]
  * "directory" is available for "--extra-package" (Closes: #1040978)

 -- Jochen Sprickerhof   Fri, 12 Apr 2024 18:50:09
+0200

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

Title:
  [FFe] Update sbuild to 0.85.7 for Noble

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


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

[Bug 2061171] Re: [FFe] Update sbuild to 0.85.7 for Noble

2024-04-18 Thread Utkarsh Gupta
Okay, this looks targeted and low risk to me. I think it's okay to land,
thanks for filing the FFe and providing the diff. Please go ahead. :)

** Changed in: sbuild (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/2061171

Title:
  [FFe] Update sbuild to 0.85.7 for Noble

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


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

[Bug 2056767] Re: FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main) with gnome-software packaging split

2024-04-18 Thread Utkarsh Gupta
Hey, hi!

Quick question, the main concern is about splitting of the .deb into
multiple binaries. Can this not happen in the next cycle? I'm always
hesitant to bring in changes for LTS at the eleventh hour? What do you
think about that?

** Changed in: gnome-software (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/2056767

Title:
  FFe: Sync gnome-software 46.0-4 (universe) from Debian unstable (main)
  with gnome-software packaging split

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


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

[Bug 2061857] Re: [FFe] enable the new GNOME OneDrive backend

2024-04-18 Thread Utkarsh Gupta
Hey there,

Thanks for filing an FFe. I think, as you mentioned, this is low risk
since it doesn't change the existing features. The builds looks OK,
please make sure to smoke test before uploading to the archive.

That said, consider this FFe approved. Thanks,

Utkarsh

** Changed in: gnome-online-accounts (Ubuntu)
   Status: Confirmed => Triaged

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

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

Title:
  [FFe] enable the new GNOME OneDrive backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/2061857/+subscriptions


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

[Bug 2061217] Re: [MIR] python-boto3

2024-04-15 Thread Utkarsh Gupta
Whilst looking at the package with Alberto, we found that
python3-s3transfer, one of the boto3's runtime dependencies, is in
Universe, too. So this needs to be MIR'd alongside python3-boto as well.
Adding python-s3transfer as a task to this same bug itself. Hopefully
that should be sufficient here.

** Also affects: python-s3transfer (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/2061217

Title:
  [MIR] python-boto3

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


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

[Bug 2054103] Re: grub-pc reinstallation throws a prompt asking the device it should install on for Noble

2024-03-29 Thread Utkarsh Gupta
** Changed in: cloud-images
   Status: New => Fix Released

** Changed in: cloud-images
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  grub-pc reinstallation throws a prompt asking the device it should
  install on for Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2054103/+subscriptions


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

[Bug 2058279] Re: [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental (main)

2024-03-22 Thread Utkarsh Gupta
Hi Jose,

Thanks for filing this FFe. I think this looks like a reasonable bump.
Also, thanks for providing the builds in the PPA, they look OK, too.

Please run autopkgtests and perform adequate smoke testing before
uploading this. But consider this FFe approved. Thanks.

** Changed in: pcl (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/2058279

Title:
  [FFe] Sync pcl 1.14.0+dfsg-1 (universe) from Debian experimental
  (main)

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


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

[Bug 2058606] Re: Sync rocm-hipamd 5.7.1-2 (universe) from Debian unstable (main)

2024-03-22 Thread Utkarsh Gupta
Hey Cory,

Thanks for filing the FFe. Whilst that is quite a bump from 5.2.3-13 to
5.7.1-2, I think that ratio of benefit to cost is rather positive.
Having them in Noble will be a net win.

I'd like to approve this FFe as long as the builds, autopkgtests, and
adequate smoke testing is performed for the package and its reverse
dependencies prior to the upload to the archive. As long as that's done,
consider this FFe approved.


** Changed in: rocm-hipamd (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/2058606

Title:
  Sync rocm-hipamd 5.7.1-2 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rocm-hipamd/+bug/2058606/+subscriptions


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

[Bug 2058459] Re: [FFe] Replace cheese by gnome-snapshot in the desktop image

2024-03-22 Thread Utkarsh Gupta
Hey Sebastien,

Thanks for filing this FFe. This looks OK, especially when it's a
standalone application so it won't regress other parts of the desktop
image. Consider this FFe approved.

** Changed in: gnome-snapshot (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/2058459

Title:
  [FFe] Replace cheese by gnome-snapshot in the desktop image

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-snapshot/+bug/2058459/+subscriptions


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

[Bug 2057636] Re: [FFe] Symfony 6

2024-03-15 Thread Utkarsh Gupta
Hey Athos, thanks for raising this up.

Honestly, I hate the fact we have to do it after FF but I guess it is
how it is. I know symfony can be annoying and so on but I guess, the
only way is to JFDI. :)

After assessing, I think the benefit to cost ratio is positive and I
feel it's worth doing this now. Worst case, we can roll back the version
if we think we're having too much difficulty getting things migrated.

So I think let's do this! Please consider this as an FFe approval. Go
ahead with the upload. :)

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

** Changed in: php-symfony-contracts (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/2057636

Title:
  [FFe] Symfony 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-symfony-contracts/+bug/2057636/+subscriptions


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

[Bug 2057559] Re: Rename the ubuntu-advantage-tools package

2024-03-15 Thread Utkarsh Gupta
Hi Calvin,

Thanks for filing the FFe but looking at it closely, this isn't really a
new feature but more of a packaging fix.

Given that status, please go ahead and upload. +1. :)


** Changed in: update-manager (Ubuntu Noble)
   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/2057559

Title:
  Rename the ubuntu-advantage-tools package

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


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

[Bug 2057651] Re: Rename the ubuntu-advantage-tools package

2024-03-15 Thread Utkarsh Gupta
Hi Calvin,

Thanks for filing the FFe but looking at it closely, this isn't really a
new feature but more of a packaging fix.

Given that status, please go ahead and upload. +1. :)


** Changed in: wsl-pro-service (Ubuntu Noble)
   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/2057651

Title:
  Rename the ubuntu-advantage-tools package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wsl-pro-service/+bug/2057651/+subscriptions


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

[Bug 2057671] Re: Rename the ubuntu-advantage-tools package

2024-03-15 Thread Utkarsh Gupta
Hi Calvin,

Thanks for filing the FFe but looking at it closely, this isn't really a
new feature but more of a packaging fix.

Given that status, please go ahead and upload. +1. :)


** Changed in: software-properties (Ubuntu Noble)
   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/2057671

Title:
  Rename the ubuntu-advantage-tools package

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


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

[Bug 2057674] Re: Rename the ubuntu-advantage-tools package

2024-03-15 Thread Utkarsh Gupta
Hi Calvin,

Thanks for filing the FFe but looking at it closely, this isn't really a
new feature but more of a packaging fix.

Given that status, please go ahead and upload. +1. :)


** Changed in: ubuntu-advantage-desktop-daemon (Ubuntu Noble)
   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/2057674

Title:
  Rename the ubuntu-advantage-tools package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-desktop-daemon/+bug/2057674/+subscriptions


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

[Bug 2057559] Re: Rename the ubuntu-advantage-tools package

2024-03-14 Thread Utkarsh Gupta
** Changed in: update-manager (Ubuntu Noble)
   Status: Triaged => New

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

Title:
  Rename the ubuntu-advantage-tools package

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


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

[Bug 2056290] Re: FeatureFreeze exception request for snapd 2.61.3

2024-03-07 Thread Utkarsh Gupta
Hey!

The only difference b/w .2 and .3 is "Install systemd files in correct
location for 24.04" which isn't a feature, really, so yes, still
approved! :D

Go ahead, thanks for working this through!

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

Title:
  FeatureFreeze exception request for snapd 2.61.3

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


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

[Bug 2040360] Re: [FFE ] Merge multipath-tools from Debian unstable for noble

2024-03-07 Thread Utkarsh Gupta
OK, thanks. Looks good. Approved. Feel free to go ahead with the upload.

** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete => Triaged

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

Title:
  [FFE ] Merge multipath-tools from Debian unstable for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/2040360/+subscriptions


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

[Bug 2040360] Re: [FFE ] Merge multipath-tools from Debian unstable for noble

2024-03-06 Thread Utkarsh Gupta
Hey Mitch! Thanks for filing an FFe. Before I can formally approve it, I
have some questions:

902a13b2 Rely on newly un-broken dmsetup
This adds the following constraint: dmsetup (>= 2:1.02.196-1~) which we 
unfortunately do not have, so we will have to patch this out for noble and keep 
the other patch. This shouldn’t make any issues because the patch 
0002-11-dm-mpath-fix-DM_UDEV_RULES_VSN-check.patch has existed for a while.

Does that mean we'll revert that commit in Ubuntu? Will there be
consequences? Will you test it to make sure this doesn't regress somehow
with other changes in?

857edc08 Merge branch 'real-socket-activation' into 'master'
This change was dropped in debian, this is a change we tried to get working but 
unfortunately could not finish.
63908850 d/NEWS: Add entry about socket-activation being now the default.
This change was dropped in debian, this is a change we tried to get working but 
unfortunately could not finish.
634733b6 Implement real socket activation of multipathd.service.
This change was dropped in debian, this is a change we tried to get working but 
unfortunately could not finish.
818e429c d/p/0007-multipathd.service-remove-Also-multipathd.socket.patch:
This change was dropped in debian, this is a change we tried to get working but 
unfortunately could not finish.

What does that mean in practice? We'll carry this as a delta? Why does
it not work as-is, though? And will there be regressions or any
consequences because of the above? Did you ensure there's no bug reports
in Debian with the above changes and that there's enough smoke test
coverage to ensure that everything's working as intended?

I mostly ask this because multipath-tools is an important and a key
package and is widely used. 0.9.4 -> 0.9.7 looks fine, these micro-
releases are also pretty stable. But I am just concerned the differences
b/w Debian and Ubuntu might have some consequences or something. Could
you confirm that those changes will be actively tested and hopefully
won't regress on our side? :)

** Changed in: multipath-tools (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/2040360

Title:
  [FFE ] Merge multipath-tools from Debian unstable for noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/2040360/+subscriptions


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

[Bug 2056290] Re: FeatureFreeze exception request for snapd 2.61.2

2024-03-06 Thread Utkarsh Gupta
Hey, thanks for putting this together. Just to add a quick note, you can
combine an FFe but with an SRU bug, too. :)

Anyway, after going through the changelog, I think it looks reasonable.
I haven't seen the builds or test results (link missing!?) - but I trust
that prior to uploading, you'll have that all tested and in good shape.

For next time and other FFe that you may ever raise, can you add links
to builds, tests, or whatever testing you've performed? That becomes
very handy and convenient and inspires confidence in signing off for an
FFe.

Anyway, that said, I think we're all good here and I am happy to approve
this FFe. Please go ahead.

P.S. I am not in the Release team officially yet but hopefully that
should happen soon but take this as an official approval. o/

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

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

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

Title:
  FeatureFreeze exception request for snapd 2.61.2

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


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

[Bug 2056078] Re: 6.8 Kernel AppArmor Feature Missing on Noble

2024-03-04 Thread Utkarsh Gupta
Sponsored the upload.

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

Title:
  6.8 Kernel AppArmor Feature Missing on Noble

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/2056078/+subscriptions


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

[Bug 1696800] Re: S3 upload of empty files fails

2022-06-03 Thread Utkarsh Gupta
Bumping this.


** Tags added: server-todo

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

Title:
  S3 upload of empty files fails

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


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

[Bug 1805115] Re: problem with (ubuntu/cosmic)mawk /^[[:space:]]*

2022-06-03 Thread Utkarsh Gupta
** Tags added: server-todo

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

Title:
   problem with (ubuntu/cosmic)mawk /^[[:space:]]*https://bugs.launchpad.net/ubuntu/+source/mawk/+bug/1805115/+subscriptions


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

[Bug 1976110] Re: `tmux -d -x ... -y ...` does not respect sizing

2022-06-03 Thread Utkarsh Gupta
Thank you, Anthony. For reporting this and also finding the required
patch. I've assigned this to myself and will get to it in sometime,
hopefully. :)

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

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

** Changed in: tmux (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

** Tags added: bitesize server-todo

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

Title:
  `tmux -d -x ... -y ...` does not respect sizing

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


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

[Bug 827151] Re: Annoying log message "DIGEST-MD5 common mech free"

2022-06-03 Thread Utkarsh Gupta
Since Xenial has reached its end of standard support period, I'm marking
this as Won't Fix.

** Changed in: cyrus-sasl2 (Ubuntu Xenial)
   Status: Incomplete => 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/827151

Title:
  Annoying log message "DIGEST-MD5 common mech free"

To manage notifications about this bug go to:
https://bugs.launchpad.net/cyrus-sasl2/+bug/827151/+subscriptions


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

[Bug 1975897] Re: package clamav-milter 0.103.6+dfsg-0ubuntu0.22.04.1 failed to install/upgrade: »installiertes clamav-milter-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zu

2022-06-03 Thread Utkarsh Gupta
Hello,

Thank you for filing this bug and helping in making Ubuntu Server
better. However, on a fresh LXD container and a VM (22.04), I tried
installing clamav/0.103.6+dfsg-0ubuntu0.22.04.1 (via apt) and everything
went fine. I couldn't reproduce the problem which your logs show.
Absolutely nothing, unfortunately. :/

Could you perhaps help me with the steps of reproducing this problem,
please?

It looks to me like a local configuration issue rather than a bug in
this package. Since there's not sufficient information here, I am
marking this one as Incomplete for the time being. Once you reply back,
please set the bug to New and someone will take a look again. Thank you!

** Changed in: clamav (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/1975897

Title:
  package clamav-milter 0.103.6+dfsg-0ubuntu0.22.04.1 failed to
  install/upgrade: »installiertes clamav-milter-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

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


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

[Bug 1966610] Re: smartctl assert failure: free(): invalid pointer

2022-06-03 Thread Utkarsh Gupta
** Changed in: smartmontools (Ubuntu)
   Status: Expired => New

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

Title:
  smartctl assert failure: free(): invalid pointer

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


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

[Bug 1975765] Re: Backport postgresql as MRE for bionic, focal, impish, jammy (May)

2022-06-03 Thread Utkarsh Gupta
Probably also wait for the GCC rebuild so that we have can have
https://warthogs.atlassian.net/browse/FR-2405 included.

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

Title:
  Backport postgresql as MRE for bionic, focal, impish, jammy (May)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-10/+bug/1975765/+subscriptions


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

[Bug 1962453] Re: Apply default TTL to records obtained from getaddrinfo()

2022-05-31 Thread Utkarsh Gupta
Hi Shyam,

Thank you for testing this out. Marking the same.

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

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

Title:
  Apply default TTL to records obtained from getaddrinfo()

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


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

[Bug 1971274] Re: Merge exim4 from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
[reassigning after having a word w/ Bryce]

** Changed in: exim4 (Ubuntu)
 Assignee: Bryce Harrington (bryce) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge exim4 from Debian unstable for kinetic

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


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

[Bug 1962453] Re: Apply default TTL to records obtained from getaddrinfo()

2022-05-27 Thread Utkarsh Gupta
Hi Seb,

Fixed that. And yes, it's already fixed in Jammy. See the first comment.
:)

** Also affects: keyutils (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: keyutils (Ubuntu Jammy)
   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/1962453

Title:
  Apply default TTL to records obtained from getaddrinfo()

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


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

[Bug 1971291] Re: Merge libyang2 from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: libyang2 (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge libyang2 from Debian unstable for kinetic

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


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

[Bug 1971296] Re: Merge net-tools from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: net-tools (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge net-tools from Debian unstable for kinetic

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


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

[Bug 1971249] Re: Merge bcache-tools from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: bcache-tools (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge bcache-tools from Debian unstable for kinetic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bcache-tools/+bug/1971249/+subscriptions


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

[Bug 1971260] Re: Merge at from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: at (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge at from Debian unstable for kinetic

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


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

[Bug 1971280] Re: Merge heimdal from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: heimdal (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge heimdal from Debian unstable for kinetic

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


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

[Bug 1971283] Re: Merge ldns from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: ldns (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge ldns from Debian unstable for kinetic

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


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

[Bug 1971318] Re: Merge rrdtool from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: rrdtool (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge rrdtool from Debian unstable for kinetic

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


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

[Bug 1971322] Re: Merge simplestreams from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: simplestreams (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge simplestreams from Debian unstable for kinetic

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


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

[Bug 1971335] Re: Merge vsftpd from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: vsftpd (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge vsftpd from Debian unstable for kinetic

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


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

[Bug 1971287] Re: Merge librabbitmq from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
** Changed in: librabbitmq (Ubuntu)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge librabbitmq from Debian unstable for kinetic

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


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

[Bug 1971333] Re: Merge virglrenderer from Debian unstable for kinetic

2022-05-27 Thread Utkarsh Gupta
[reassigning after talking w/ Christian]

** Changed in: virglrenderer (Ubuntu)
 Assignee: Christian Ehrhardt  (paelzer) => Utkarsh Gupta (utkarsh)

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

Title:
  Merge virglrenderer from Debian unstable for kinetic

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


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

[Bug 1971141] Re: Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

2022-05-24 Thread Utkarsh Gupta
Thank you, Chris! \o/

** Tags added: verification-done-bionic verification-done-focal
verification-done-impish verification-done-jammy verification-needed

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

Title:
   Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

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


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

[Bug 1973746] Re: Please sync 4:5.1.3+dfsg1-1 from Debian

2022-05-17 Thread Utkarsh Gupta
This bug was fixed in the package phpmyadmin - 4:5.1.3+dfsg1-1
Sponsored for Utkarsh Gupta (utkarsh)

---
phpmyadmin (4:5.1.3+dfsg1-1) unstable; urgency=medium

  * New upstream version 5.1.3+dfsg1
  * Fixes: CVE-2022-23807, PMASA-2022-1
  * Fixes: CVE-2022-23808, PMASA-2022-2
  * Refresh Debian patches
  * Remove upstream released/accepted patches
  * Allow phpmyadmin/sql-parser 5.4
  * Bump d/copyright years
  * Update openlayers source to 6.9.0
  * Make openlayers 6.9.0 source compatible with Debian
  * Update bootstrap source to 4.6.1
  * Update jquery source to 3.6.0
  * Refresh d/patches after 5.1.3 import
  * Update d/copyright
  * Use dh-sequence-{phpcomposer,sphinxdoc} packages
  * Update the main autoload template by using phpabtpl
  * Adjust d/lintian-overrides
  * Mark s390x as non 32 bit compatible (for shapefile tests)
  * Adjust d/lintian-overrides
  * Improve check_file_access function from config.inc.php
  * Drop deprecated `$cfg['Servers'][$i]['auth_swekey_config']` from config
  * Drop deprecated `$cfg['Servers'][$i]['extension']` from config.inc.php

 -- William Desportes   Sat, 12 Feb 2022 13:40:47
+0100

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

Title:
  Please sync 4:5.1.3+dfsg1-1 from Debian

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


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

[Bug 1973746] [NEW] Please sync 4:5.1.3+dfsg1-1 from Debian

2022-05-17 Thread Utkarsh Gupta
Public bug reported:

Hey,

I think we've sent the delta to Debian and we can make this a sync w/
4:5.1.3+dfsg1-1 from Debian. If something goes wrong, we'll add a delta
again because it's early in the cycle, too. S, let's get this done!

** Affects: phpmyadmin (Ubuntu)
 Importance: Undecided
 Assignee: Utkarsh Gupta (utkarsh)
 Status: Fix Released

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

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-23807

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-23808

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

Title:
  Please sync 4:5.1.3+dfsg1-1 from Debian

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


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

[Bug 1973159] [NEW] Please update gce-compute-image-packages to 20220211.00

2022-05-12 Thread Utkarsh Gupta
Public bug reported:

[Impact]

compute-image-packages is provided by Google for installation within
guests that run on Google Compute Engine. It is a collection of tools
and daemons, 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 gce-compute-image-packages 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 gce-compute-image-packages 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: gce-compute-image-packages (Ubuntu)
 Importance: Undecided
 Assignee: Utkarsh Gupta (utkarsh)
 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/1973159

Title:
   Please update gce-compute-image-packages to 20220211.00

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


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

[Bug 1971141] Re: Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

2022-05-12 Thread Utkarsh Gupta
** Also affects: walinuxagent (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: walinuxagent (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: walinuxagent (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: walinuxagent (Ubuntu Bionic)
   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/1971141

Title:
   Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

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


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

[Bug 1973114] Re: Key trust verification fails on Ubuntu 22.04

2022-05-12 Thread Utkarsh Gupta
** Also affects: ec2-instance-connect (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: ec2-instance-connect (Ubuntu Jammy)
   Importance: Undecided => Critical

** Changed in: ec2-instance-connect (Ubuntu Jammy)
 Assignee: (unassigned) => Utkarsh Gupta (utkarsh)

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

Title:
   Key trust verification fails on Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-instance-connect/+bug/1973114/+subscriptions


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

[Bug 1973114] Re: Key trust verification fails on Ubuntu 22.04

2022-05-12 Thread Utkarsh Gupta
** Changed in: ec2-instance-connect (Ubuntu)
   Importance: Undecided => Critical

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

Title:
   Key trust verification fails on Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-instance-connect/+bug/1973114/+subscriptions


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

[Bug 1973114] [NEW] Key trust verification fails on Ubuntu 22.04

2022-05-11 Thread Utkarsh Gupta
Public bug reported:

[Impact]


Can't get EC2 instance connect to work on Ubuntu 22.04 due to what seems
to be an issue with trust chain verification. This is due to a change in
OpenSSL 3.0.2.

[Test Plan]
===

To reproduce:

- Launch an EC2 instance with the current Ubuntu 22.04 AMI (e.g. 
ami-0aeb7c931a5a61206 in us-east-2).
- Try to connect to it via mssh ubuntu@.
- Observe that the command fails with "Permission denied (publickey)."

When using the --debug flag with mssh, I see that the public key is
pushed successfully, but the remote rejects the connection:

```
...
2022-05-06 09:10:58,549 - EC2InstanceConnect - DEBUG - Successfully got 
instance information from EC2 API for 
...
2022-05-06 09:10:59,189 - EC2InstanceConnect - DEBUG - Successfully pushed the 
public key to 
2022-05-06 09:10:59,190 - EC2InstanceConnect - DEBUG - Generated command: ssh 
-o "IdentitiesOnly=yes" -i 
/var/folders/30/xdglsm2j3tz1rn1n7yygtm7cgn/T/tmp33a253uf ubuntu@
ubuntu@: Permission denied (publickey).
2022-05-06 09:10:59,612 - EC2InstanceConnect - DEBUG - Deleting the private key 
file: /var/folders/30/xdglsm2j3tz1rn1n7yygtm7cgn/T/tmp33a253uf
```

On the instance side, the following error is logged:

```
AuthorizedKeysCommand /usr/share/ec2-instance-connect/eic_run_authorized_keys 
ubuntu SHA256:wiFxouWj6qQ0aUZ0CAcftWZqNEf3qj2LLicCfGFcQJY failed, status 2
```

[Where Problems Could Occur]


The package is broken for 22.04 so not a lot of things can go wrong
there. However, if the user has done some manual workarounds, it could
break that. But chances are less, IMO. \o/

[Upstream Bug and Fix]
==

https://github.com/aws/aws-ec2-instance-connect-config/issues/38 
https://github.com/aws/aws-ec2-instance-connect-config/pull/39

** Affects: ec2-instance-connect (Ubuntu)
 Importance: Undecided
     Assignee: Utkarsh Gupta (utkarsh)
 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/1973114

Title:
   Key trust verification fails on Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ec2-instance-connect/+bug/1973114/+subscriptions


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

[Bug 1971141] Re: Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

2022-05-02 Thread Utkarsh Gupta
** Changed in: walinuxagent (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
   Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

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


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

[Bug 1971141] [NEW] Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

2022-05-02 Thread Utkarsh Gupta
Public bug reported:

[Impact]


In Gen2 VM, the 66-azure-storage.rules cannot create
/dev/disk/azure/resource and /dev/disk/azure/root softlinks. :(

[Test Plan]
===

-> Untouched VM:
ssh -l ubuntu 20.119.40.77
disk tree:
/dev/disk/azure
└── scsi0
 ├── lun0 -> ../../../sda
 ├── lun0-part1 -> ../../../sda1
 ├── lun0-part14 -> ../../../sda14
 ├── lun0-part15 -> ../../../sda15
 ├── lun1 -> ../../../sdb
 └── lun1-part1 -> ../../../sdb1

-> VM with fixed /etc/udev/rules.d/66-azure-storage.rules:
ssh -l ubuntu 20.119.40.87
disk tree:
/dev/disk/azure
├── resource -> ../../sdb
├── resource-part1 -> ../../sdb1
├── root -> ../../sda
├── root-part1 -> ../../sda1
├── root-part14 -> ../../sda14
└── root-part15 -> ../../sda15

[Where Problems Could Occur]


Right now the symlinks are broken and don't work as-is. With this fix,
they should start working again. The only part where this fix could
break stuff is where the users have done workarounds to make it work.
That shall be broken with this fix BUT either way, things would work.
Just not the way they'd have workaround'd it as. :)

** Affects: walinuxagent (Ubuntu)
 Importance: Undecided
 Assignee: Utkarsh Gupta (utkarsh)
 Status: Confirmed

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

Title:
   Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

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


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

[Bug 1962453] Re: Apply default TTL to records obtained from getaddrinfo()

2022-04-19 Thread Utkarsh Gupta
Hi Shyam, I am closer to getting this to work on 22.04 (22.10 should be
easier once we've sorted out 22.04). I'll be off this week (tomorrow
onward!) and will definitely have something for you by the next week.
Let me know if you have any questions or concerns. TIA. \o/

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

Title:
  Apply default TTL to records obtained from getaddrinfo()

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


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

[Bug 1968228] Re: RTD collision with opcache

2022-04-11 Thread Utkarsh Gupta
** Tags added: cpc-newcomer

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

Title:
  RTD collision with opcache

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


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

[Bug 1894190] Re: snmpd starts before the network stack is fully online (network.target vs network-online.target)

2022-04-11 Thread Utkarsh Gupta
Hiya! Is there any update on this, Sergio? :D

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

Title:
  snmpd starts before the network stack is fully online (network.target
  vs network-online.target)

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


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

[Bug 1921378] Re: mysql server crashes with port 3306 already in use

2022-04-11 Thread Utkarsh Gupta
Hey, is there any update on this, Lena? :D

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

Title:
  mysql server crashes with port 3306 already in use

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1921378/+subscriptions


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

[Bug 1968200] Re: squid (GnuTLS flavour) links with OpenSSL libs

2022-04-11 Thread Utkarsh Gupta
Hello,

Thank you for filling the report. Hm, seems interesting. I'll ask
someone from ~Server to take a quick look and see if they know about
this already. \o/

[simultaneously subscribing Sergio to the bug]

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

Title:
  squid (GnuTLS flavour) links with OpenSSL libs

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


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

[Bug 1955347] Re: rsync works bad with encfs now

2022-04-11 Thread Utkarsh Gupta
Hello,

> [...] I don't know why there is this new problem on my
> machine, but it is not because of the new version of
> rsync. So, I think we can close the report.

Indeed, this doesn't look like a bug in the package itself so marking
this as "Invalid". But that said, from your logs..

> rsync: readlink_stat("/home/toto/Directory_to_save/Crypt")
> failed: Permission denied (13)

This looks like you don't have the correct (write) permission to where
you're trying to do this. I suggest trying to look there and fix the
permission and re-try again?

** Changed in: rsync (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: rsync (Ubuntu)
   Status: Opinion => Invalid

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

Title:
  rsync works bad with encfs now

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


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

[Bug 1968228] Re: RTD collision with opcache

2022-04-11 Thread Utkarsh Gupta
** Tags added: server-todo

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

Title:
  RTD collision with opcache

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


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

[Bug 1246924] Re: qemu not built with GlusterFS support

2022-04-11 Thread Utkarsh Gupta
** Changed in: qemu (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/1246924

Title:
  qemu not built with GlusterFS support

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1246924/+subscriptions


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

[Bug 1962453] Re: Apply default TTL to records obtained from getaddrinfo()

2022-04-04 Thread Utkarsh Gupta
Hi Shyam,

Thank you for testing this out. I'll mark the same.

For 22.04 and 22.10, I was waiting on your tests as your comment #6 had
got me worried a bit. I'll start working on the backports now and I'll
have some news by the end of the week. TIA.

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

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

Title:
  Apply default TTL to records obtained from getaddrinfo()

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


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

[Bug 1964538] Re: package libclojure-java 1.9.0-6~18.04 failed to install/upgrade: installed libclojure-java package post-installation script subprocess returned error exit status 2

2022-03-17 Thread Utkarsh Gupta
Hello,

Thank you for filing the bug. This actually looks like a local
configuration issue rather than a bug in the package itself. I tried to
reproduce the same in a fresh LXD container but everything worked out
fine and so did the installation. So I am marking this as "Incomplete"
at the moment as there is no sufficient information to reproduce this
and confirm that it indeed is the bug.

However, if you believe that this is really a bug in Ubuntu, then we
would be grateful if you could provide a more complete description of
the problem with steps to reproduce, explain why you believe this is a
bug in Ubuntu rather than a problem specific to your system, and then
change the bug status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: clojure (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/1964538

Title:
  package libclojure-java 1.9.0-6~18.04 failed to install/upgrade:
  installed libclojure-java package post-installation script subprocess
  returned error exit status 2

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


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

[Bug 1961760] Re: `disk-image` not granular enough, often builds unused artifacts

2022-03-09 Thread Utkarsh Gupta
** Also affects: livecd-rootfs (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: livecd-rootfs (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: livecd-rootfs (Ubuntu Bionic)
   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/1961760

Title:
  `disk-image` not granular enough, often builds unused artifacts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1961760/+subscriptions


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

[Bug 1964303] Re: Optionally allow building CPC images with core (16.04) based snaps

2022-03-09 Thread Utkarsh Gupta
** Also affects: livecd-rootfs (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: livecd-rootfs (Ubuntu Focal)
   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/1964303

Title:
  Optionally allow building CPC images with core (16.04) based snaps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1964303/+subscriptions


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

[Bug 1964303] Re: Optionally allow building CPC images with core (16.04) based snaps

2022-03-08 Thread Utkarsh Gupta
** Merge proposal linked:
   
https://code.launchpad.net/~toabctl/livecd-rootfs/+git/livecd-rootfs-1/+merge/416390

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

Title:
  Optionally allow building CPC images with core (16.04) based snaps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1964303/+subscriptions


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

[Bug 1962216] Re: package mysql-server-8.0 (not installed) failed to install/upgrade: new mysql-server-8.0 package pre-installation script subprocess returned error exit status 1

2022-03-03 Thread Utkarsh Gupta
Thank you for taking the time to file a bug report.

I can see from your logs:
"There is a MySQL server running, but we failed in our attempts to stop it."

Can you please manually stop and re-start service and see that helps
fixing this? Or at least, provide us with further logs, eg: journalctl
-xe or something that'd help us help you?

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the
problem with steps to reproduce, explain why you believe this is a bug in
Ubuntu rather than a problem specific to your system, and then change the
bug status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: mysql-8.0 (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/1962216

Title:
  package mysql-server-8.0 (not installed) failed to install/upgrade:
  new mysql-server-8.0 package pre-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1962216/+subscriptions


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

[Bug 1961870] Re: package mailman 1:2.1.29-1ubuntu3.1 failed to install/upgrade: installed mailman package post-installation script subprocess returned error exit status 1

2022-03-03 Thread Utkarsh Gupta
No problem, thank you for letting us know!

** Changed in: mailman (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/1961870

Title:
  package mailman 1:2.1.29-1ubuntu3.1 failed to install/upgrade:
  installed mailman package post-installation script subprocess returned
  error exit status 1

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


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

[Bug 1962164] Re: package postgresql-common 214ubuntu0.1 failed to install/upgrade: installed postgresql-common package post-installation script subprocess was killed by signal (Aborted)

2022-03-03 Thread Utkarsh Gupta
Thank you for taking the time to file a bug report.

Unfortunately, your description isn't very clear what the problem is and
I wasn't able to reproduce the problem in a fresh LXD container either.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I am marking this bug as 'Incomplete'.

However, if you believe that this is really a bug in Ubuntu, then we would
be grateful if you would provide a more complete description of the problem
with steps to reproduce, explain why you believe this is a bug in Ubuntu
rather than a problem specific to your system, and then change the bug
status back to "New".

For local configuration issues, you can find assistance here:
http://www.ubuntu.com/support/community

** Changed in: postgresql-common (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/1962164

Title:
  package postgresql-common 214ubuntu0.1 failed to install/upgrade:
  installed postgresql-common package post-installation script
  subprocess was killed by signal (Aborted)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/1962164/+subscriptions


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

[Bug 1960736] Re: Libnss3 doesn't log SEC_ERROR_UNKNOWN_PKCS11_ERROR properly ( NSS error code: -8018 )

2022-03-03 Thread Utkarsh Gupta
Hello,

Thanks for filing this bug and helping us get better. I tried to take a
look into this but I can't seem to be able to reproduce this. Do you
have a set of steps so that I can reproduce this, maybe?

Without being able to reproduce the above issue, I am not sure how much
I/we might be able to help but we try our best. :)

Let us know the same and please change the status of the bug to "New"
again once you do that and we'll be happy to take a look again! \o/

** Changed in: nss (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/1960736

Title:
  Libnss3 doesn't log SEC_ERROR_UNKNOWN_PKCS11_ERROR properly  ( NSS
  error code: -8018 )

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


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

[Bug 1962453] [NEW] Apply default TTL to records obtained from getaddrinfo()

2022-02-28 Thread Utkarsh Gupta
Public bug reported:

[Impact]


There's a strong dependency for cifs.ko (and nfs.ko) on keyutils for DNS
resolution. The keyutils package contains the userspace utility to
update the kernel keyring with the DNS mapping to IP address. Prior to
1.6.2, this utility may erroneously set unlimited lifetime for this
keyring in the kernel.

[Test plan]
===

1. Create a file share on an SMB server (can be a samba server) with two
IP addresses. Make sure that FQDN of the server resolves to one of these
addresses.

2. mount the created share on the cifs client using the FQDN for the
server. Make sure that the mount point is accessible.

3. Using the ss command on the client, to kill the sockets that connect
to the server: sudo ss -K dport :445

4. Now update the DNS entry to make sure that the server FQDN now
resolves to the second IP address of the server. Make sure that nslookup
on the client now resolves to the new IP address.

5. Repeat step 3 to kill the sockets that connect to server to force re-
connection again.

Without the fix, after step 5, with the "ss -t" command, you'll see that
the client has reconnected to the old IP address, even when DNS lookups
return the new IP.

With the fix (after a reboot of the client machine to make sure that
kernel keys are refreshed), you'll see that the client reconnects to the
new IP address.

The bug is due to unlimited lifetime set by key.dns_resolver (which is
part of keyutils package). As a result, even if IP address for the DNS
entries change, the kernel filesystems would continue to use old IP
address, due to the cached keys. This issue causes clients to misbehave
when Azure Files service endpoints move to a different cluster.

[Where problems could occur]


Address records obtained from getaddrinfo() don't come with any TTL
information, even if they're obtained from the DNS, so if someone is
relying on this particularly, might face some problem/regression but I
don't think they would face that as it would still be highly
configurable.

[Other information]
===

This request is essentially from one of our cloud partners and they're
highly affected by this.

** Affects: keyutils (Ubuntu)
 Importance: Undecided
 Assignee: Utkarsh Gupta (utkarsh)
 Status: In Progress

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

** Affects: keyutils (Ubuntu Impish)
 Importance: Undecided
 Status: New

** Also affects: keyutils (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: keyutils (Ubuntu Focal)
   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/1962453

Title:
  Apply default TTL to records obtained from getaddrinfo()

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


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

[Bug 1950941] Re: Integer underflow in the vrend_decode_set_shader_buffers() on virglrenderer

2022-02-24 Thread Utkarsh Gupta
** Merge proposal unlinked:
   
https://code.launchpad.net/~utkarsh/ubuntu/+source/virglrenderer/+git/virglrenderer/+merge/416057

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

Title:
  Integer underflow in the vrend_decode_set_shader_buffers() on
  virglrenderer

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


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

[Bug 1959175] Re: Merge 0.9.1 from Debian (experimental) for Jammy

2022-02-24 Thread Utkarsh Gupta
** Merge proposal linked:
   
https://code.launchpad.net/~utkarsh/ubuntu/+source/virglrenderer/+git/virglrenderer/+merge/416057

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

Title:
  Merge 0.9.1 from Debian (experimental) for Jammy

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


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

[Bug 1946857] Re: Merge exim4 from Debian unstable for 22.04

2022-02-24 Thread Utkarsh Gupta
Gotcha, thank you, Bryce!

** Changed in: exim4 (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/1946857

Title:
  Merge exim4 from Debian unstable for 22.04

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


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

[Bug 1961617] Re: String returned when DATETIME expected

2022-02-24 Thread Utkarsh Gupta
Lars, do we have this fixing commit, though, for mysql?

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

Title:
  String returned when DATETIME expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1961617/+subscriptions


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

[Bug 1961617] Re: String returned when DATETIME expected

2022-02-23 Thread Utkarsh Gupta
Awesome, 3h ago, I uploaded a work around, so this won't be a problem
anymore. I'll revert the patch once we land 8.0.29. \o/

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

Title:
  String returned when DATETIME expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1961617/+subscriptions


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

[Bug 1961617] Re: String returned when DATETIME expected

2022-02-22 Thread Utkarsh Gupta
Whilst it's actually MySQL introducing a breaking change, I think I can
do something on the ruby-mysql2 side. Taking a look! :)

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

Title:
  String returned when DATETIME expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1961617/+subscriptions


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

[Bug 1831441] Re: Please add WS-Discovery ( WSD ) support for Windows Samba server discovery.

2022-02-22 Thread Utkarsh Gupta
Hello,

wsdd comes from https://github.com/christgau/wsdd -> which is a Python 
implementation:
"wsdd implements a Web Service Discovery host daemon. This enables (Samba) 
hosts, like your local NAS device, to be found by Web Service Discovery Clients 
like Windows."

Whereas, wsdd2 comes from https://github.com/Netgear/wsdd2 -> which is a C 
implementation:
"The primary purpose of this project is to enable WSD on Samba servers so that 
network shares hosted on a Unix box can appear in Windows File Explorer / 
Network."

You can choose either to get your work done. As far as I can tell, one
doesn't depend on the other so nothing will be broken, really. So go
ahead with wsdd as you feel more confident with that. :)

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

Title:
  Please add WS-Discovery ( WSD ) support for Windows Samba server
  discovery.

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


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

[Bug 1960469] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-02-22 Thread Utkarsh Gupta
Hello,

Thank you for taking the time to report this bug and helping to make
Ubuntu better.

While the symptom is similar to the one observed in
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1899248, I see
an additional error in your logs:

 MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of
symbolic links: '/etc/mysql/my.cnf'

It seems the service needs a restart, but it cannot perform one due to a
circular symlink for your configuration file at /etc/mysql/my.cnf.

Could you confirm that this configuration file is an actual circular
symbolic link?

Would you mind providing more information on your configuration setup?
Namely, it would be interesting to understand how that file turned out
to become a circular symlink.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


** Summary changed:

- package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: 
installed mysql-server-8.0 package post-installation script subprocess returned 
error exit status 1
+ package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: 
circular symlink to configuration file

** Changed in: mysql-8.0 (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/1960469

Title:
  package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to
  install/upgrade: circular symlink to configuration file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1960469/+subscriptions


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

[Bug 1960821] Re: Winbind can no more connect to Windows domain after reload

2022-02-18 Thread Utkarsh Gupta
** Changed in: samba (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/1960821

Title:
  Winbind can no more connect to Windows domain after reload

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


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

[Bug 1961136] Re: Syslog shows "multipathd[3142]: failed to increase buffer size" in Ubuntu 22.04

2022-02-18 Thread Utkarsh Gupta
Athos, could you mark this bug as fixed in your d/ch entry, too, please?
Or as a dupe or something to show this is being worked on and will be
fixed via your 0.8.8 upload? TIA.

** Changed in: multipath-tools (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/1961136

Title:
  Syslog shows "multipathd[3142]: failed to increase buffer size" in
  Ubuntu 22.04

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


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

[Bug 1957596] Re: Merge telegraf from upstream for 22.04

2022-02-17 Thread Utkarsh Gupta
You might want to use separate bugs for tracking, maybe? cf:
https://bugs.launchpad.net/ubuntu/+source/exim4/+bug/1946857/comments/6.

P.S: I did the same things as yours. :)

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

Title:
  Merge telegraf from upstream for 22.04

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


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

[Bug 1118815] Re: Remove python-oauth from the archive

2022-02-16 Thread Utkarsh Gupta
** Changed in: python-oauth (Ubuntu)
 Assignee: Athos Ribeiro (athos-ribeiro) => Ubuntu Package Archive 
Administrators (ubuntu-archive)

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

Title:
  Remove python-oauth from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-hacluster/+bug/1118815/+subscriptions


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

[Bug 1960464] Re: mysql breaks apt, system, can't even be uninstalled

2022-02-14 Thread Utkarsh Gupta
** Changed in: mysql-5.7 (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/1960464

Title:
  mysql breaks apt, system, can't even be uninstalled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1960464/+subscriptions


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

[Bug 1960564] Re: GCE shielded VM integrity monitoring reports errors

2022-02-14 Thread Utkarsh Gupta
** Also affects: livecd-rootfs (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: livecd-rootfs (Ubuntu Jammy)
   Importance: Undecided
 Assignee: Ivan Kapelyukhin (ikapelyukhin)
   Status: New

** Also affects: livecd-rootfs (Ubuntu Impish)
   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/1960564

Title:
  GCE shielded VM integrity monitoring reports errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1960564/+subscriptions


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

[Bug 1492212] Re: postinst should validate config before restarting bind

2022-02-11 Thread Utkarsh Gupta
Hi Athos, hope you're still working on this one? :D

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

Title:
  postinst should validate config before restarting bind

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


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

[Bug 1895799] Re: pkgstripfiles doesn't respect override_dh_installchangelogs targets

2022-02-07 Thread Utkarsh Gupta
Hey,

As Athos stated, I can reproduce the same thing in the devel release as
well and it seems that Debian sid isn't affected due to this. Adding
sever-todo for someone from the Server team to take a look at this one.

** Changed in: amavisd-new (Ubuntu)
   Status: Triaged => Confirmed

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided => Medium

** Changed in: amavisd-new (Ubuntu)
   Importance: Medium => Low

** Tags added: server-todo

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

Title:
  pkgstripfiles doesn't respect override_dh_installchangelogs targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1895799/+subscriptions


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

[Bug 1959581] Re: OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3 LTS

2022-02-07 Thread Utkarsh Gupta
Hi Norbert,

Hm, interesting. I am not entirely sure what causes this (race?)
condition given the kernel upgrade didn't fix this. But this is still
not very clear where the problem is. As you noted, this is rather a very
difficult problem to run into and requires the infra that I/we don't
have access to. :/

Since Oracle (upstream) declined this, it gives us three plausible causes:
1. Either it happens due to a local issue or misconfiguration of some sort. But 
this doesn't look very likely at the moment.
2. This is maybe a kernel bug (somehow?), irrespective of upgrading/et al.
3. There is some sorta regression in 20.04 due to updates or something that is 
causing this. To verify that, I'd ask if you can maybe try to reproduce this in 
21.10 (Impish Indri), please?

Either way, I'll defer this to Sergio once since he might know more
about this than I do. :)

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

Title:
  OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3
  LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocfs2-tools/+bug/1959581/+subscriptions


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

[Bug 1895799] Re: pkgstripfiles doesn't respect override_dh_installchangelogs targets

2022-02-04 Thread Utkarsh Gupta
** Changed in: amavisd-new (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/1895799

Title:
  pkgstripfiles doesn't respect override_dh_installchangelogs targets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1895799/+subscriptions


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

[Bug 1959924] Re: Re-merge apache2 for jammy

2022-02-04 Thread Utkarsh Gupta
** Merge proposal linked:
   
https://code.launchpad.net/~bryce/ubuntu/+source/apache2/+git/apache2/+merge/415047

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

Title:
  Re-merge apache2 for jammy

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


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

[Bug 1959576] Re: Merge pandoc with Debian to avoid cmark-gfm's regression

2022-01-31 Thread Utkarsh Gupta
** Merge proposal linked:
   
https://code.launchpad.net/~utkarsh/ubuntu/+source/pandoc/+git/pandoc/+merge/414803

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

Title:
  Merge pandoc with Debian to avoid cmark-gfm's regression

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


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

[Bug 1959576] [NEW] Merge pandoc with Debian to avoid cmark-gfm's regression

2022-01-31 Thread Utkarsh Gupta
Public bug reported:

A new version in Debian is available and rebasing the delta onto that
should be super easy.

** Affects: pandoc (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/1959576

Title:
  Merge pandoc with Debian to avoid cmark-gfm's regression

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


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

  1   2   3   4   5   >