[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-03-10 Thread Christian Ehrhardt
I have updated this case and I think it is now ready for (re)evaluation
for an FFe approval by the release team.

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

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-03-10 Thread Christian Ehrhardt
** Description changed:

- 
  [Rationale]
  
  virt-manager 3.2 is out for more than a year now and upstream git includes 
many fixes.
  That was brought up upstream in [1] already and the estimation is somewhere 
around our feature freeze [2]. But we also need time to do this in Debian and 
test it and so on, therefore to be transparent and prepared I wanted to file an 
FFe bug right away.
  
  There was no release by upstream in time before Feature Freeze.
  But now there is [3] v4.0.0 since last week.
  
  In addition many of the changes in there are also needed for bug 1959976
  [4]
  
  And finally today's virt-manager (3.2) in jammy would be an FTBFS
  without some fixes that are in 4.0 (due to the much newer libvirt
  version we have) - just another motivation to move to the new version.
  
- 
- 
  [Proposed upload]
  
  Since the release last week Debian packaged 4.0 (thanks).
  I have test built this for jammy in a PPA [5].
  
  The full diff out of that is available there [6].
  
  No Delta needed - once the FFe is approved I'd sync the package.
  
- 
- 
  [Tests]
  
  The package has self tests on its own at build and autopkgtest.
  On that PPA [5] I was then also running the autopkgtests which passed on all 
architectures [7-11] on autopkgtest infrastructure.
  
  There are not too many reverse dependencies that we could break, actually 
just cockpit-machines and image-factory (for virtinst).
- The options used in image-factory (just one call to virt-install) all are 
still present.
- The calls from cockpit-machines do proper feature checking (app.jsx) to only 
use what is present and it seems to be ready for the new version.
- The tests it has are integration tests not run at build/autopkgtest time so I 
have no results of them available atm.
+ - The options used in image-factory (just one call to virt-install) all are 
still present.
+ - The calls from cockpit-machines do proper feature checking (app.jsx) to 
only use what is present and it seems to be ready for the new version.
+ The tests it has are integration tests not run at build/autopkgtest time so I 
have no results of them available atm. I have installed cockpit on jammy and 
run a guest install with the new virt-inst. I saw cockpit spawning
+ 
+ 4 0   32881   32860  20   0 303116 90172 poll_s Sl   ?  0:01
+ \_ /usr/bin/python3 /usr/bin/virt-install --connect qemu:///system
+ --quiet --name test --os-variant ubuntu20.04 --memory 2048 --wait -1
+ --noautoconsole --disk size=8,format=qcow2 --graphics
+ vnc,listen=127.0.0.1 --graphics spice,listen=127.0.0.1 --install
+ os=ubuntu20.04 --unattended profile=jeos,admin-password-
+ file=/tmp/cockpit-machines-756m3w3a-admin-password,user-
+ login=ubuntu,user-password-file=/tmp/cockpit-machines-iuri0r6_-user-
+ password
+ 
+ That successfully created a guest
+ root@j:~# virsh list --all
+  Id   Name   State
+ --
+  1test   running
+ 
+ I selected an unattended install which seemed to work fine with the new
+ virt-manager.
+ 
  
  Upgrade log of virt-inst can be found at [12]
  Install log of virt-manager can be found at [13]
- 
- 
  
  [References]
  
  [1]: 
https://listman.redhat.com/archives/virt-tools-list/2022-January/msg00016.html
  [2]: 
https://listman.redhat.com/archives/virt-tools-list/2022-January/msg00017.html
  [3]: https://github.com/virt-manager/virt-manager/releases/tag/v4.0.0
  [4]: https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1959976
  [5]: 
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4802/+packages
  [6]: 
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4802/+files/virt-manager_1%3A3.2.0-3.1_1%3A4.0.0-1ubuntu1~jammyppa2.diff.gz
  [7]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/amd64/v/virt-manager/20220310_090145_cd4f0@/log.gz
  [8]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/arm64/v/virt-manager/20220310_090149_9209e@/log.gz
  [9]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/armhf/v/virt-manager/20220310_085939_9209e@/log.gz
  [10]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/ppc64el/v/virt-manager/20220310_090213_a7fb9@/log.gz
  [11]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/s390x/v/virt-manager/20220310_085546_00842@/log.gz
  [12]: https://paste.ubuntu.com/p/2S2jmJrxQf/
  [13]: https://paste.ubuntu.com/p/xfGFwWG4gs/

** Attachment added: "virt-inst-4.0-from-cockpit-jammy.png"
   
https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1961027/+attachment/5567651/+files/virt-inst-4.0-from-cockpit-jammy.png

** Description changed:

  [Rationale]
  
  virt-manager 3.2 is out for more than a year now and upstream git includes 
many fixes.
  That was brought up upstream in [1] already and the estimation is somewhere 
around our feature freeze [2]. But we also 

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-03-10 Thread Christian Ehrhardt
** Description changed:

- Hi,
+ 
+ [Rationale]
+ 
  virt-manager 3.2 is out for more than a year now and upstream git includes 
many fixes.
  That was brought up upstream in [1] already and the estimation is somewhere 
around our feature freeze [2]. But we also need time to do this in Debian and 
test it and so on, therefore to be transparent and prepared I wanted to file an 
FFe bug right away.
  
- As there is no release yet I can't provide a diff just yet, but main [3]
- vs the 3.2 tag [4] shows this and the many fixes and improvements
- contained.
+ There was no release by upstream in time before Feature Freeze.
+ But now there is [3] v4.0.0 since last week.
+ 
+ In addition many of the changes in there are also needed for bug 1959976
+ [4]
+ 
+ And finally today's virt-manager (3.2) in jammy would be an FTBFS
+ without some fixes that are in 4.0 (due to the much newer libvirt
+ version we have) - just another motivation to move to the new version.
+ 
+ 
+ 
+ [Proposed upload]
+ 
+ Since the release last week Debian packaged 4.0 (thanks).
+ I have test built this for jammy in a PPA [5].
+ 
+ The full diff out of that is available there [6].
+ 
+ No Delta needed - once the FFe is approved I'd sync the package.
+ 
+ 
+ 
+ [Tests]
+ 
+ The package has self tests on its own at build and autopkgtest.
+ On that PPA [5] I was then also running the autopkgtests which passed on all 
architectures [7-11] on autopkgtest infrastructure.
+ 
+ There are not too many reverse dependencies that we could break, actually 
just cockpit-machines and image-factory (for virtinst).
+ The options used in image-factory (just one call to virt-install) all are 
still present.
+ The calls from cockpit-machines do proper feature checking (app.jsx) to only 
use what is present and it seems to be ready for the new version.
+ The tests it has are integration tests not run at build/autopkgtest time so I 
have no results of them available atm.
+ 
+ Upgrade log of virt-inst can be found at [12]
+ Install log of virt-manager can be found at [13]
+ 
+ 
+ 
+ [References]
  
  [1]: 
https://listman.redhat.com/archives/virt-tools-list/2022-January/msg00016.html
  [2]: 
https://listman.redhat.com/archives/virt-tools-list/2022-January/msg00017.html
- [3]: https://github.com/virt-manager/virt-manager/commits/main
- [4]: 
https://github.com/virt-manager/virt-manager/commit/cd788e93030a6c24934c96851b23af59c12dc2a7
+ [3]: https://github.com/virt-manager/virt-manager/releases/tag/v4.0.0
+ [4]: https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/1959976
+ [5]: 
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4802/+packages
+ [6]: 
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4802/+files/virt-manager_1%3A3.2.0-3.1_1%3A4.0.0-1ubuntu1~jammyppa2.diff.gz
+ [7]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/amd64/v/virt-manager/20220310_090145_cd4f0@/log.gz
+ [8]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/arm64/v/virt-manager/20220310_090149_9209e@/log.gz
+ [9]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/armhf/v/virt-manager/20220310_085939_9209e@/log.gz
+ [10]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/ppc64el/v/virt-manager/20220310_090213_a7fb9@/log.gz
+ [11]: 
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy-ci-train-ppa-service-4802/jammy/s390x/v/virt-manager/20220310_085546_00842@/log.gz
+ [12]: https://paste.ubuntu.com/p/2S2jmJrxQf/
+ [13]: https://paste.ubuntu.com/p/xfGFwWG4gs/

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

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-03-09 Thread Christian Ehrhardt
https://github.com/virt-manager/virt-manager/releases/tag/v4.0.0 was released 
(in our sprint week).
It would be time to package and test this to then show the release Team exactly 
what the FFe would be about.

P.S. this is also required for bug 1959976

** Tags added: server-todo

** Changed in: virt-manager (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/1961027

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1946892] Re: Merge qemu from Debian unstable for 22.04

2022-03-09 Thread Christian Ehrhardt
migrated to jammy-release

** Changed in: qemu (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Merge qemu from Debian unstable for 22.04

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


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-03-09 Thread Christian Ehrhardt
Migrated and I've not yet seen the world explode :-)
Thank you all!

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

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1950631] Re: [FFe] wrap swtpm in an apparmor profile

2022-03-09 Thread Christian Ehrhardt
** Description changed:

  Dear Release Team,
  
  Please accept the swtpm apparmor profile as a Jammy FFe.
  
  PPA: ppa:lvoytek/swtpm-apparmor-profile-jammy
  
  [Rationale]
  
- We would like to MIR swtpm in the near future, and adding in the
- apparmor profile is needed for this to happen for security.
+ swtpm is being MIRed right now (bug 1948748) and while not (yet, still
+ in security revieww) being called out explicitly - adding in the
+ apparmor profile is a good addition in regard to security. Eventually
+ this is another new guest<->host interface which generally are high
+ ranked in attack profiles - so adding another layer (Steve already made
+ the user swtpm runs with more safe) of security seems like an important
+ thing.
  
  [Regression Potential]
  
- If the apparmor profile is missing certain exceptions then some users
- may encounter permission denied errors with their setup.
+ If the apparmor profile is missing certain exceptions then some users may 
encounter permission denied errors with their setup.
+ But before Jammy swtpm wasn't in the Archive at all and that isn't released 
yet - so it can't be felt like a regression. And the profile has the usual 
means of local includes to allow users to overcome this without too much hazzle.
  
- If users encounter errors with this, it will be limited to the packages
- built with src:swtpm as the packages have no reverse dependencies in the
- archive.
+ swtpm is not seeded (but about to, see MIR bug above).
  
- swtpm is not seeded.
+ [Proposed upload]
+ 
+ Code:
+ 
https://code.launchpad.net/~lvoytek/ubuntu/+source/swtpm/+git/swtpm/+merge/415813
+ 
+ Build: https://launchpad.net/~lvoytek/+archive/ubuntu/swtpm-apparmor-
+ profile-jammy
  
  [Tests]
  
  autopkgtest output:
  
  
  Testsuite summary for swtpm 0.6.1
  
  # TOTAL: 58
  # PASS:  50
  # SKIP:  8
  # XFAIL: 0
  # FAIL:  0
  # XPASS: 0
  # ERROR: 0
  
  make[3]: Leaving directory '/tmp/autopkgtest.cLbuOZ/build.Gmd/src/tests'
  make[2]: Leaving directory '/tmp/autopkgtest.cLbuOZ/build.Gmd/src/tests'
  make[1]: Leaving directory '/tmp/autopkgtest.cLbuOZ/build.Gmd/src/tests'
  make[1]: Entering directory '/tmp/autopkgtest.cLbuOZ/build.Gmd/src'
  make[1]: Leaving directory '/tmp/autopkgtest.cLbuOZ/build.Gmd/src'
  autopkgtest [10:14:10]: test run-tests: ---]
  autopkgtest [10:14:11]: test run-tests:  - - - - - - - - - - results - - - - 
- - - - - -
  run-testsPASS
  autopkgtest [10:14:11]:  summary
  run-testsPASS
  qemu-system-x86_64: terminating on signal 15 from pid 58469 (/usr/bin/python3)
  
  [Original Description]
  
  This is a spin off from MIR bug 1948748 for swtpm.
  
  As we can see in bug 1859506 it currently seems to run in guest-context
  which is good as that is already rather reduced and safer than e.g. the
  libvirt daemon.
  
  But still we should evaluate adding a further reduced profile just for
  swtpm and have it transition there.

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

Title:
  [FFe] wrap swtpm in an apparmor profile

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


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

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2022-03-09 Thread Christian Ehrhardt
I came by this bug and tried to update the states to better reflect the
situation.

We still have the case that for Focal there was a regression due to
updates. But also the problem that it is hard to see if we want to
revert (no as it was security improvements) or how we could fix (is it
actually feature add to become compatible) things.

The update to the states show that for new releases e.g. Jammy all the
fixes are in and in addition being a new releases it is kind of allowed
to do new things differently.

But at the same time that means there might be fixes existing by now
that make the other components compatible to the new behavior - if those
could be backported that would mitigate the issue. But OTOH as we know
backporting features usually isn't done in SRUs.

That evaluation will need time - Marc was assigned to this before for a
revisit, and I have kept this assignment in my update.

** Tags removed: server-triage-discuss

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

Title:
  apache 2.4.29-1ubuntu4.12 authentication with client certificate
  broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1865900/+subscriptions


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

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2022-03-09 Thread Christian Ehrhardt
** Changed in: apache2 (Ubuntu Jammy)
   Status: In Progress => Fix Released

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

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

** Changed in: apache2 (Ubuntu Focal)
 Assignee: (unassigned) => Marc Deslauriers (mdeslaur)

** Changed in: apache2 (Ubuntu Jammy)
 Assignee: Marc Deslauriers (mdeslaur) => (unassigned)

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

Title:
  apache 2.4.29-1ubuntu4.12 authentication with client certificate
  broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1865900/+subscriptions


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

[Bug 1951490] Re: Can't print after update to 4.13

2022-03-09 Thread Christian Ehrhardt
** Changed in: samba (Ubuntu)
 Assignee: (unassigned) => Andreas Hasenack (ahasenack)

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

** Also affects: samba (Ubuntu Jammy)
   Importance: High
 Assignee: Andreas Hasenack (ahasenack)
   Status: Confirmed

** Also affects: samba (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/1951490

Title:
  Can't print after update to 4.13

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


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

[Bug 1793932] Re: Deprecated conffile change causes release upgrade failure

2022-03-09 Thread Christian Ehrhardt
** Tags removed: server-triage-discuss

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

Title:
  Deprecated conffile change causes release upgrade failure

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


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

[Bug 1865900] Re: apache 2.4.29-1ubuntu4.12 authentication with client certificate broken

2022-03-09 Thread Christian Ehrhardt
** Also affects: apache2 (Ubuntu Jammy)
   Importance: Undecided
 Assignee: Marc Deslauriers (mdeslaur)
   Status: In Progress

** Also affects: requests (Ubuntu Jammy)
   Importance: Undecided
   Status: Confirmed

** Also affects: python-urllib3 (Ubuntu Jammy)
   Importance: Undecided
   Status: Confirmed

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

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

** Also affects: python-urllib3 (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/1865900

Title:
  apache 2.4.29-1ubuntu4.12 authentication with client certificate
  broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1865900/+subscriptions


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-03-09 Thread Christian Ehrhardt
I did the upstream merge, would you prepare a libvirt upload or should
I?

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

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1953173] Re: [MIR] python-asgiref

2022-03-08 Thread Christian Ehrhardt
FYI - I now also added the server team subscription which was still
missing

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

Title:
  [MIR] python-asgiref

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


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

[Bug 1953173] Re: [MIR] python-asgiref

2022-03-08 Thread Christian Ehrhardt
Security and MIR team ack, this can be promoted

** Changed in: python-asgiref (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  [MIR] python-asgiref

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


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

[Bug 1887187] Re: [MIR] nftables

2022-03-08 Thread Christian Ehrhardt
Marking as incomplete to reflect that there were TODOs identified.
This is on security twice now:
- security review
- driving the case overall

** Changed in: nftables (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/1887187

Title:
  [MIR] nftables

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


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

[Bug 1930111] Re: [MIR] new dependencies of cherrypy3: jaraco.collections, jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools, python-tempora, python-portend, zc.lockfile

2022-03-08 Thread Christian Ehrhardt
Thanks for the review, back on the openstack team to resolve the last
few requests - then it is ready. Assigning it to James Page for that.

** Changed in: python-cheroot (Ubuntu)
 Assignee: Ubuntu Security Team (ubuntu-security) => James Page (james-page)

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

Title:
  [MIR] new dependencies of cherrypy3: jaraco.collections,
  jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools,
  python-tempora, python-portend, zc.lockfile

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


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

[Bug 1960864] Re: [MIR] plocate

2022-03-07 Thread Christian Ehrhardt
For the small but existing incompatibilities I think it would be great
to have an entry in the release notes [1] about this. Added a bug task
to reflect that.

[1]: https://discourse.ubuntu.com/t/jammy-jellyfish-release-notes/24668

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

Title:
  [MIR] plocate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1960864/+subscriptions


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

[Bug 1960864] Re: [MIR] plocate

2022-03-07 Thread Christian Ehrhardt
Thank you Steve.

So we do not have to revert back to mlocate and I think we can mark this
as "Fix Released" as the change already happened before we realized a
security review is needed (see comment #4).

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

** Also affects: ubuntu-release-notes
   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/1960864

Title:
  [MIR] plocate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/1960864/+subscriptions


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

[Bug 1963831] Re: Open-vm-tools 12.0.0 has been released

2022-03-07 Thread Christian Ehrhardt
There are no 22.10-x milestones yet, setting it to later for now

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

Title:
  Open-vm-tools 12.0.0 has been released

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


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

[Bug 1963831] Re: Open-vm-tools 12.0.0 has been released

2022-03-07 Thread Christian Ehrhardt
FYI - usually we work together with Bzed to prepare and upload it to
Debian right away then auto-syncing it to Ubuntu.

** Changed in: open-vm-tools (Ubuntu)
Milestone: None => later

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

Title:
  Open-vm-tools 12.0.0 has been released

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


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

[Bug 1963831] Re: Open-vm-tools 12.0.0 has been released

2022-03-07 Thread Christian Ehrhardt
Hi John,
as discussed before due to some delays in upstream release timing this will no 
more make Ubuntu 22.04 immediately.

We'll stay on 11.3.5 for now.

But since we regularly backport open-vm-tools we will - in the 22.10
cycle - merge version 12.0.0 (or later) and then backport these to
22.04.

** Tags added: needs-merge

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

Title:
  Open-vm-tools 12.0.0 has been released

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


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-03-07 Thread Christian Ehrhardt
Yes that approach should be fine and I want it in Jammy as well.
We no more sync from Debian, so as soon as it is upstream committed we can 
consider adding it here.

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

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-03-07 Thread Christian Ehrhardt
I just approved it upstream, if no one else merges it let me know and I
can give it another look.

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

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1492621] Re: Cannot start VMs without routable IPv4 address

2022-03-07 Thread Christian Ehrhardt
** Changed in: qemu (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Cannot start VMs without routable IPv4 address

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


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

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2022-03-07 Thread Christian Ehrhardt
There was a bad tag update before, this is verified on Focal as well.
Fixed now ...

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

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

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

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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


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

[Bug 1960829] Re: Migrate from /etc/default/nfs-* to /etc/nfs.conf

2022-03-07 Thread Christian Ehrhardt
** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided => High

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

Title:
  Migrate from /etc/default/nfs-* to /etc/nfs.conf

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


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

[Bug 1873923] Re: freeradius with freeradius-python3 fails to start out of the box

2022-03-07 Thread Christian Ehrhardt
** Changed in: freeradius (Ubuntu Focal)
   Importance: Undecided => Medium

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

Title:
  freeradius with freeradius-python3 fails to start out of the box

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


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

[Bug 1962166] Re: DEP8 failing with samba 4.15.5

2022-03-07 Thread Christian Ehrhardt
Nothing to fix in samba here IIUC, setting that to "invalid"

** Changed in: samba (Ubuntu)
   Status: Triaged => Invalid

** Tags removed: 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/1962166

Title:
  DEP8 failing with samba 4.15.5

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


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

[Bug 1962170] Re: DEP8 failure with samba 4.15.5

2022-03-07 Thread Christian Ehrhardt
Fixed in https://launchpad.net/ubuntu/+source/adsys/0.8ubuntu1 via the
quick fix by Michael (thanks). AFAIU you wanted to keep the bug open for
a better solution down the road?

** Tags removed: 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/1962170

Title:
  DEP8 failure with samba 4.15.5

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


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-03-07 Thread Christian Ehrhardt
I finally had more than 20 seconds to look at this, commented in the
upstream PR with a line that would be great to be added to match one
common case that I think isn't covered yet.

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

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

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1960449] Re: Backport container stack in Jammy

2022-03-07 Thread Christian Ehrhardt
** Changed in: containerd (Ubuntu)
   Importance: Undecided => Medium

** Changed in: docker.io (Ubuntu)
   Importance: Undecided => Medium

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

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

** Changed in: docker.io (Ubuntu Bionic)
   Importance: Undecided => Medium

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

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

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

** Changed in: docker.io (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: docker.io (Ubuntu Impish)
   Importance: Undecided => Medium

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

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

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

Title:
  Backport container stack in Jammy

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


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

[Bug 1915238] Re: warning: /var/spool/postfix/etc/ssl/certs/ca-certificates.crt and /etc/ssl/certs/ca-certificates.crt differ

2022-03-07 Thread Christian Ehrhardt
Thanks to Scott this is Fixed in version postfix/3.6.3-5

And since the package is in sync this is in Jammy now:
 postfix | 3.6.3-5ubuntu2| jammy  | source, amd64, arm64, armhf, 
ppc64el, riscv64, s390x

** Changed in: postfix (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/1915238

Title:
  warning: /var/spool/postfix/etc/ssl/certs/ca-certificates.crt and
  /etc/ssl/certs/ca-certificates.crt differ

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


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

[Bug 1960824] Re: [MIR]: nfs-utils (regex plugin)

2022-03-07 Thread Christian Ehrhardt
** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided => Low

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

Title:
  [MIR]: nfs-utils (regex plugin)

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


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

[Bug 1960937] Re: Libvirtd conffiles should be less misleading and document tcp/tls usage

2022-03-07 Thread Christian Ehrhardt
** Changed in: libvirt (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  Libvirtd conffiles should be less misleading and document tcp/tls
  usage

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


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

[Bug 1961058] Re: apport hook for nfs-utils 2.6.x

2022-03-07 Thread Christian Ehrhardt
** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided => Medium

** Changed in: nfs-utils (Ubuntu)
   Importance: Medium => High

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

Title:
  apport hook for nfs-utils 2.6.x

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


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

[Bug 1961840] Re: update nfs config files for new nfs-utils

2022-03-07 Thread Christian Ehrhardt
** Changed in: samba (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  update nfs config files for new nfs-utils

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


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

[Bug 1882272] Re: fancontrol does not work after sleep/wakeup

2022-03-07 Thread Christian Ehrhardt
Fixed in Version: 1:3.6.0-6

Ubuntu is at
 lm-sensors | 1:3.6.0-7| impish/universe | amd64, arm64, armhf, i386, 
ppc64el, riscv64, s390x
 lm-sensors | 1:3.6.0-7build1  | jammy/universe  | amd64, arm64, armhf, i386, 
ppc64el, riscv64, s390x

Thereby this is fixed in Jammy and Impish, not sure if this is important
enough to SRU, but happy to be convinced.

** Changed in: lm-sensors (Ubuntu Bionic)
   Importance: Undecided => Low

** Changed in: lm-sensors (Ubuntu Focal)
   Importance: Undecided => Low

** Changed in: lm-sensors (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/1882272

Title:
  fancontrol does not work after sleep/wakeup

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


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

[Bug 1890263] Re: release upgrade does not move to the new php apache mod

2022-03-07 Thread Christian Ehrhardt
** Changed in: php8.1 (Ubuntu)
   Status: New => Triaged

** Changed in: php8.1 (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  release upgrade does not move to the new php apache mod

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1890263/+subscriptions


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

[Bug 1772915] Re: Documentation on PHP session garbage collection needs updating.

2022-03-07 Thread Christian Ehrhardt
** Changed in: php8.1 (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Documentation on PHP session garbage collection needs updating.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php8.0/+bug/1772915/+subscriptions


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

[Bug 1778890] Re: report catalina.out through apport?

2022-03-07 Thread Christian Ehrhardt
** Changed in: tomcat9 (Ubuntu)
   Importance: Undecided => Low

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

Title:
  report catalina.out through apport?

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


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

[Bug 1950631] Re: [FFe] wrap swtpm in an apparmor profile

2022-03-07 Thread Christian Ehrhardt
It seems we need no libvirt task for this and since swtpm can be used
without libvirt having it in src:swtpm itself is better anyway.

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

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

** Changed in: libvirt (Ubuntu)
   Status: In Progress => Invalid

** Changed in: libvirt (Ubuntu)
 Assignee: Lena Voytek (lvoytek) => (unassigned)

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

Title:
  [FFe] wrap swtpm in an apparmor profile

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


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

[Bug 1951490] Re: Can't print after update to 4.13

2022-03-07 Thread Christian Ehrhardt
** Tags removed: server-next
** 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/1951490

Title:
  Can't print after update to 4.13

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


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

[Bug 1950631] Re: [FFe] wrap swtpm in an apparmor profile

2022-03-07 Thread Christian Ehrhardt
** Tags removed: server-next
** 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/1950631

Title:
  [FFe] wrap swtpm in an apparmor profile

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


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

[Bug 1956169] Re: Cannot install libvirt-dev on Ubuntu 20.04 / focal Dependency conflict - needs repackage

2022-03-07 Thread Christian Ehrhardt
Thank you for the feedback

** Changed in: libvirt (Ubuntu)
   Status: Expired => Invalid

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

Title:
  Cannot install libvirt-dev on Ubuntu 20.04 / focal Dependency conflict
  - needs repackage

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


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

[Bug 1854362] Re: [MIR] ceph-iscsi, tcmu, python-configshell-fb, python-rtslib-fb, urwid, targetcli-fb

2022-03-01 Thread Christian Ehrhardt
AFAICS ceph-iscsi still needs tcmu, which is ready except waiting for 
https://github.com/open-iscsi/tcmu-runner/issues/582
AFAICS no one continue on that yet, I'm updating the case to better reflect 
that.
James please re-assign as-needed to get these steps done.

** Changed in: tcmu (Ubuntu)
   Status: In Progress => Incomplete

** Changed in: tcmu (Ubuntu)
 Assignee: (unassigned) => James Page (james-page)

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

Title:
  [MIR] ceph-iscsi, tcmu, python-configshell-fb, python-rtslib-fb,
  urwid, targetcli-fb

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


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

[Bug 1854362] Re: [MIR] ceph-iscsi, tcmu, python-configshell-fb, python-rtslib-fb, urwid, targetcli-fb

2022-03-01 Thread Christian Ehrhardt
This was kind of forgotten, James/Chris don't you need that anymore.

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

Title:
  [MIR] ceph-iscsi, tcmu, python-configshell-fb, python-rtslib-fb,
  urwid, targetcli-fb

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


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

[Bug 1930921] Re: Apache 2.4.41 corrupts files from samba share

2022-03-01 Thread Christian Ehrhardt
** Bug watch added: Debian Bug tracker #900821
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900821

** Also affects: debian via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900821
   Importance: Unknown
   Status: Unknown

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

Title:
  Apache 2.4.41 corrupts files from samba share

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


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

[Bug 1869825] Re: ubuntu 20.10 should include dm-vdo support

2022-03-01 Thread Christian Ehrhardt
** Bug watch added: Debian Bug tracker #895405
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895405

** Also affects: debian via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895405
   Importance: Unknown
   Status: Unknown

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

Title:
  ubuntu 20.10 should include dm-vdo support

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


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

[Bug 1962369] Re: mysql install fails - Unknown redo log format (103)

2022-02-28 Thread Christian Ehrhardt
I happened to find [1] where some resolved it by disabling/enabling services.
But for your case that isn't sufficient, it seems to be "files leftover" and 
"partial upgrade due to the former breaking the services"

[1]: https://askubuntu.com/questions/1235829/cant-get-mysql8-to-work-on-
ubuntu-20-04

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

Title:
  mysql install fails - Unknown redo log format (103)

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


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

[Bug 1962369] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation retornou erro do status de

2022-02-28 Thread Christian Ehrhardt
From your logs I see:

Failed to preset unit: File mysql.service: Link has been severed

and

2022-02-26T15:56:06.044551Z 1 [ERROR] [MY-012530] [InnoDB] Unknown redo
log format (103). Please follow the instructions at
http://dev.mysql.com/doc/refman/8.0/en/ upgrading-downgrading.html.

From the log I think I see some tries to install mysql with some back and forth 
to mariadb and such.
As you have found out already mysql and maridb are incompatible to each other 
and I wonder if what you face and report now is just a config that you have 
reached now due to this conflict.

I beg your pardon but let me ask, did you face other initial issues when 
installing/removing mysql?
Or did you just try mysql and maridb (working at first), but since hat try it 
does not work anymore?

I can make a few assumptions and propose suggestions for you to try:
- I see you have not yet removed/purged mariadb yet, as long as that didn't 
happen mysql won't install fine
- based on that redo log error I'd assume that mariadb left such a file and 
breaks mysql
- if you happen to use mysql from other sources than the ubuntu archive that 
would also conflict with those
=> removing those files might be a good step to unblock this

I hope that these ints will help to resolve your local setup issues,
right now it isn't clear enough to spot an issue in the Ubuntu package
to fix. So I'll mark incomplete and would ask you to speak up if your
further debugging identifies such an issue in the package.

** Summary changed:

- package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: o 
subprocesso instalado, do pacote mysql-server-8.0, o script post-installation 
retornou erro do status de saída 1
+ mysql install fails - Unknown redo log format (103)

** 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/1962369

Title:
  mysql install fails - Unknown redo log format (103)

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


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-02-28 Thread Christian Ehrhardt
Thank you Martin and Katerina, for discussing it here and for driving it 
upstream.
I'm on a sprint this week and I know Martin "could" do all of this on his own. 
For now I tagged it so I can revisit the case more easily, if you need our help 
later to land it in Jammy let us know.

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

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1962035] Re: apparmor blocks VM installation when automatic UEFI firmware is set

2022-02-28 Thread Christian Ehrhardt
** 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/1962035

Title:
  apparmor blocks VM installation when automatic UEFI firmware is set

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


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

[Bug 1959054] Re: debhelper restarts services marked --no-restart-on-upgrade

2022-02-28 Thread Christian Ehrhardt
** Changed in: libvirt (Ubuntu Jammy)
   Status: Fix Committed => Fix Released

** Changed in: libvirt (Ubuntu Jammy)
 Assignee: Christian Ehrhardt  (paelzer) => (unassigned)

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

Title:
  debhelper restarts services marked --no-restart-on-upgrade

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


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
Repro:
$ cd ~/wireshark-3.6.2/obj-s390x-linux-gnu
$ /usr/bin/cmake -E env PYTHONIOENCODING=UTF-8 /usr/bin/python3.10 
../test/test.py --verbose --program-path 
/root/wireshark-3.6.2/obj-s390x-linux-gnu/run suite_decryption

This will trigger the same fails, but run just this test.

And to pick just one sub-case from that like:
$ /usr/bin/cmake -E env PYTHONIOENCODING=UTF-8 /usr/bin/python3.10 
../test/test.py --verbose --program-path 
/root/wireshark-3.6.2/obj-s390x-linux-gnu/run 
suite_decryption.case_decrypt_80211.test_80211_wpa2_ft_eap

From here you can modify the python code and run the test programs as
you need to find what is wrong.

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lto-disabled-list/+bug/1961901/+subscriptions


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
Thanks, I reviewed and sponsored the lto-disabled change.

For the remaining s390x issue please use the s390x containers that we
set up to debug this Miriam

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lto-disabled-list/+bug/1961901/+subscriptions


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
And by opening my eyes (thanks Miriam) this wasn't ever on amd64 but only arm64 
(+s390x).
Ok, so ignore my local tests, we'll need arm64 or s390x systems for this.

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

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


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
** Attachment added: "build as-is locally against jammy-proposed on x86 - 
working"
   
https://bugs.launchpad.net/ubuntu/+source/wireshark/+bug/1961901/+attachment/5563424/+files/wireshark_3.6.2-1_amd64.build

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

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


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
FYI debdiff used in local tests https://paste.ubuntu.com/p/W4JvNthN9H/

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

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


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
Hmm,
I quickly rebuilt as-is and with both suggestions disabled in local sbuild.
They BOTH worked fine which implies that the build issue on launchpad is
a) only happening on launchpad
or
b) something in jammy-proposed has been fixed in the last few days/hours that 
resolved this

In both cases:
wireshark_3.6.2-1_amd64.build:36/38 Test #37: suite_unittests 
   Passed   16.60 sec
wireshark_3.6.2-1ubuntu1~test1_amd64.build:36/38 Test #37: suite_unittests 
   Passed   10.33 sec


Checking with Miriam now who looked at the same in PPAs ...

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

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


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

[Bug 1961901] Re: 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-24 Thread Christian Ehrhardt
Hi Miriam
moutline-atomics was an arm related optimization - that was related to CPC 
work, but not here. Sorry if my quick hint in the meeting was misleading.

I meant to quick try:
1. disable LTO https://wiki.ubuntu.com/ToolChain/LTO
2. do not use symbolic-functions 
https://git.launchpad.net/ubuntu/+source/autofs/tree/debian/rules?h=ubuntu/cosmic-devel#n9

And see if that helps, as it often enough was one of these so that it is
worth to quick check these.

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

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


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

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-02-24 Thread Christian Ehrhardt
** Merge proposal linked:
   
https://code.launchpad.net/~athos-ribeiro/ubuntu/+source/postgresql-12/+git/postgresql-12/+merge/415963

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

Title:
  New upstream microreleases 10.20, 12.10, 13.6 and 14.2

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


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

[Bug 1961832] Re: jammy-server-cloudimg-amd64-disk-kvm.img NoCloud data source not detected with qemu SATA cdrom

2022-02-23 Thread Christian Ehrhardt
Hi Cole, FYI I have yesterday pinged the cloud-init develpers about both to 
check these cases.
I also added the extra bug task here.
And for bug 1940791 I have mentioned that I think it might have expired without 
a real conclusion.

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

Title:
  jammy-server-cloudimg-amd64-disk-kvm.img NoCloud data source not
  detected with qemu SATA cdrom

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


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

[Bug 1951490] Re: Can't print after update to 4.13

2022-02-23 Thread Christian Ehrhardt
BTW one thing to be careful to not mix is here is minor and sub-minor version.
The patch mentions to only be for 4.15 and earlier.
This matches [1] saying "rpc_server Removed".
But while the .17 might be misleading at first it is 4.13.17 that it in focal 
and impish - so the .13 matters here. And those need a fix. You can also see 
that in the man-page which for all these (pre 4.16) will mention "Default: 
rpc_server:SERVER = embedded".


We can see that Upstream prepares those for the next stable releases, but not 
4.13 AFAICS:

$ git log --all --grep="dcesrv_core: wrap gensec_" --oneline
# plus adding which branch they are on:
v4-16-stable 20f84f11651 dcesrv_core: wrap gensec_*() calls in 
[un]become_root() calls
v4-15-test   e26270cbe58 dcesrv_core: wrap gensec_*() calls in 
[un]become_root() calls
v4-14-test   9e3c363030d dcesrv_core: wrap gensec_*() calls in 
[un]become_root() calls
master   0651fa474cd dcesrv_core: wrap gensec_*() calls in 
[un]become_root() calls
dev-branch   ed345c6bc34 dcesrv_core: wrap gensec_*() calls in 
[un]become_root() calls

So for 4.15 (jammy) we could just wait to 4.15.6 - but then the SRU
requires it to be fixed there  first and we do not know when this will
be released.

So the approach from here should IMHO be to prep:
9e3c363030d -> 4.13.17 -> Focal
9e3c363030d -> 4.13.17 -> Impish
e26270cbe58 -> 4.15.5  -> Jammy

Based on the backport by Marc I have prepared how I'd think a Focal upload 
could look like.
=> 
https://code.launchpad.net/~paelzer/ubuntu/+source/samba/+git/samba/+ref/fix-printing-1951490-focal

TODO:
- check and adopt my branch
- map the same for Impish and Jammy
- upload for Jammy
- Prepare SRU template
- upload to -unapproved

[1]: https://wiki.samba.org/index.php/Samba_4.16_Features_added/changed

** Changed in: samba (Ubuntu)
 Assignee: Christian Ehrhardt  (paelzer) => (unassigned)

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

Title:
  Can't print after update to 4.13

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


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

[Bug 1951490] Re: Can't print after update to 4.13

2022-02-23 Thread Christian Ehrhardt
After talking with Marc and reading into the case a bit more this is a
coincidence that it fails with the 4.17 update [1] in Nov 2021. Instead
it seems it is caused by the "Windows 7 with 2021-10 monthly rollup
patch (KB5006743)" and similar in the same time-frame.

Nevertheless worth to be fixed, just it will have to be a normal SRU.
Taking back the security assignment and the Server Team will try to drive a 
normal SRU for this.

Since the upload by mdeslaur to the security PPA is now partially in
Focal already (the 2:4.13.17~dfsg-0ubuntu0.21.04.1 part of it) the LP
debdiff is odd. I'm hereby attaching just the added delta on top that
worked. IMHO that is almost ready, just some deb3-headers and creating a
good SRU template here in the bug.

@Sebastian - thanks for testing, when this is going to be released we
might need you again for this. To be clear, is this just "print from
normal windows user to a samba printer" or is there anything more
complex to this?

[1]:
https://launchpad.net/ubuntu/+source/samba/2:4.13.14+dfsg-0ubuntu0.20.04.1

** Patch added: "bug-fix by mdeslaur as tested by Sebastian"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1951490/+attachment/5563300/+files/fix-lp-1951490.debdiff

** Changed in: samba (Ubuntu)
 Assignee: Ubuntu Security Team (ubuntu-security) => Christian Ehrhardt  
(paelzer)

** Tags removed: server-todo
** Tags added: server-next

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

Title:
  Can't print after update to 4.13

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


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

[Bug 1950631] Re: wrap swtpm in an apparmor profile

2022-02-23 Thread Christian Ehrhardt
** Tags removed: server-todo
** Tags added: server-next

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

Title:
  wrap swtpm in an apparmor profile

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


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

[Bug 1959126] Re: Consider update to 3.68.2

2022-02-23 Thread Christian Ehrhardt
** Tags removed: server-todo
** Tags added: server-next

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

Title:
  Consider update to 3.68.2

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


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

[Bug 1812280] Re: Static ID mapping not functional in NFS

2022-02-23 Thread Christian Ehrhardt
Fixed in the latest nfs-utils which now produces this

** Changed in: libnfsidmap (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/1812280

Title:
  Static ID mapping not functional in NFS

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


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

[Bug 1951490] Re: Can't print after update to 4.13

2022-02-23 Thread Christian Ehrhardt
** Tags removed: server-next
** 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/1951490

Title:
  Can't print after update to 4.13

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


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

[Bug 1961901] [NEW] 3.6.2-1 FTBFS in Jammy on x86/s390x

2022-02-22 Thread Christian Ehrhardt
Public bug reported:

https://launchpad.net/ubuntu/+source/wireshark/3.6.2-1
Shows FTBFS on x86 and s390x

https://launchpadlibrarian.net/585664479/buildlog_ubuntu-jammy-arm64.wireshark_3.6.2-1_BUILDING.txt.gz
https://launchpadlibrarian.net/585660058/buildlog_ubuntu-jammy-s390x.wireshark_3.6.2-1_BUILDING.txt.gz

It seems in both cases the unittests fail
 37 - suite_unittests (Failed)
And on s390x in addition the decryption test fails
  3 - suite_decryption (Failed)

The latter is also true for the same in Debian
https://buildd.debian.org/status/fetch.php?pkg=wireshark=s390x=3.6.2-1=1644699567=0

This started to interlock with libvirt that now depends on wireshark in excuses 
and while in universe I think it would be great to have the newer version in 
Jammy.
But I fail to find the time checking this.

Documenting this as update-excuse bug so others helping can add insights
here...

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


** Tags: update-excuse

** Summary changed:

- 3.6.2-1 FTBFS in Jammy
+ 3.6.2-1 FTBFS in Jammy on x86/s390x

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

Title:
  3.6.2-1 FTBFS in Jammy on x86/s390x

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


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

[Bug 1961645] Re: QEMU packages have circular dependencies

2022-02-22 Thread Christian Ehrhardt
Hi,
these have indeed been updated already.
I was working with Michael and others which were the reasons some here were 
hard dependes and we have now for 22.04:
a) the dependencies from qemu-system-* to q-b-e are recommends now
b) we also include 15bf92b5 which allows qemu-utils to satisfy the dependency

This is part of
https://launchpad.net/ubuntu/+source/qemu/1:6.2+dfsg-2ubuntu5 which is
in jammy-proposed for a while and only waiting for other things to move
to move to jammy-release.

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

Title:
  QEMU packages have circular dependencies

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


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

[Bug 1961832] Re: jammy-server-cloudimg-amd64-disk-kvm.img NoCloud data source not detected with qemu SATA cdrom

2022-02-22 Thread Christian Ehrhardt
** Also affects: cloud-init (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/1961832

Title:
  jammy-server-cloudimg-amd64-disk-kvm.img NoCloud data source not
  detected with qemu SATA cdrom

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


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

[Bug 1859506] Re: swtpm fails in focal with apparmor

2022-02-22 Thread Christian Ehrhardt
Hi @Scott, nice to see you again o/
I saw you updated the title and didn't even fix our old typo :-/

But really, what was the update about - I can't see any real content
update, so if there is anything please let me know!

** Summary changed:

- swtpm fails in focal with apparor
+ swtpm fails in focal with apparmor

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

Title:
  swtpm fails in focal with apparmor

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


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

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-02-18 Thread Christian Ehrhardt
** Tags added: server-todo

** Tags removed: server-todo
** Tags added: needs-merge

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

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1958293] Re: [MIR]: libyang2

2022-02-17 Thread Christian Ehrhardt
Thank you Steve!

** Changed in: libyang2 (Ubuntu)
   Status: New => In Progress

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

Title:
  [MIR]: libyang2

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


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

[Bug 1961127] Re: New upstream microreleases 10.20, 12.10, 13.6 and 14.2

2022-02-17 Thread Christian Ehrhardt
Thanks - That is good as a sniff test, but as I've mentioned the real
test is when the hundreds of autopkgtest-enabled dependencies of
postgres run in autopkgtest. Since currently the queues are rather full
we agreed to do this directly in the SRU-upload and not pre-run all of
these (as we'd surely do when this would go in via -security bypassing
those tests otherwise).

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

Title:
  New upstream microreleases 10.20, 12.10, 13.6 and 14.2

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


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

[Bug 1893202] Re: update-smart-drivedb overwrites package installed file

2022-02-17 Thread Christian Ehrhardt
We discussed this and the impact of the fix is too small, let us abandon the 
SRUs.
To be clear the fix for the recent versions is right, but the impact/fix does 
not suffice an SRU.

** Changed in: smartmontools (Ubuntu)
   Status: In Progress => Won't Fix

** Changed in: smartmontools (Ubuntu Bionic)
   Status: In Progress => Won't Fix

** Changed in: smartmontools (Ubuntu Focal)
   Status: In Progress => Won't Fix

** Changed in: smartmontools (Ubuntu)
 Assignee: Miriam España Acebal (mirespace) => (unassigned)

** Changed in: smartmontools (Ubuntu Bionic)
 Assignee: Miriam España Acebal (mirespace) => (unassigned)

** Changed in: smartmontools (Ubuntu Focal)
 Assignee: Miriam España Acebal (mirespace) => (unassigned)

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

Title:
  update-smart-drivedb overwrites package installed file

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


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

[Bug 1893202] Re: update-smart-drivedb overwrites package installed file

2022-02-17 Thread Christian Ehrhardt
Given the low impact and being fixed in newer releases this might be not worth 
an SRU.
Please discuss this as part of the MPs.

** Description changed:

  [SRU]
  [Impact]
  
  The "drivedb.h" file is the smartmontools drive database file used to
  perform the scan actions. This file can be updated through update-smart-
  drivedb command, but debsums may complain about drive.h in the form of a
- false negative verification of the smartmontool packae being raised. In
- addition, if the smartmontool package is upgraded, the "drivedb.h" file
- is overwritten, therefore data will be lost.
- 
- The worst scenario would be that a drive model is included in a
- "drivedb.h" update at some point, and later the smartmontool package
- update downgrades the drive.h version, making smartmontools scans
- unavailable. It's true that it can be recovered through an update-smart-
- drivedb action, but the user might not be aware of it.
+ false negative verification of the smartmontool package being raised.
  
  The fix applied here is picked up from upstream and it is present since
  version 7.2-1, therefore Ubuntu series starting at Impish and later are
  not affected. What this fix does is that it corrects the current
- shipping system of "drivedb.h", as well as avoiding an unconditional
- replacement of "drivedb.h".
+ shipping system of "drivedb.h" - the one in /usr belongs to the package
+ and on install it copies it to /var/lib. Any subsequent updates with
+ update-smart-drivedb will update /var/lib and not mess with the packaged
+ original.
+ 
+ If users have broken their file a --reinstall or upgrade of
+ smartmontools will restore the packaged version, just as a manual copy
+ from /usr/share/smartmontools/drivedb.h would.
  
  [Test Plan]
  
  This test plan is for Focal, but applies to Bionic in the same way.
  
  0.Preparing the test environment:
  
  #Preparing the container
  lxc launch images:ubuntu/focal focal
  lxc shell focal
  apt update -y
  apt upgrade -y
  
  #Installing necessary tools
  
  apt install -y smartmontools gpg debsums wget
  
  0.1 Preparing scenario:
  
  #At this point, debsums always gives all OK for the package:
  
  root@focal:~# debsums smartmontools
  /lib/systemd/system/smartmontools.service 
OK
  /usr/sbin/smartctl
OK
  /usr/sbin/smartd  
OK
  /usr/sbin/update-smart-drivedb
OK
  /usr/share/bug/smartmontools/presubj  
OK
  /usr/share/doc/smartmontools/AUTHORS  
OK
  /usr/share/doc/smartmontools/ChangeLog-6.0-7.0.gz 
OK
  /usr/share/doc/smartmontools/NEWS.Debian.gz   
OK
  /usr/share/doc/smartmontools/NEWS.gz  
OK
  /usr/share/doc/smartmontools/README   
OK
  /usr/share/doc/smartmontools/README.Debian
OK
  /usr/share/doc/smartmontools/badblockhowto.html   
OK
  /usr/share/doc/smartmontools/changelog.Debian.gz  
OK
  /usr/share/doc/smartmontools/copyright
OK
  /usr/share/doc/smartmontools/examples/Example1
OK
  /usr/share/doc/smartmontools/examples/Example2
OK
  /usr/share/doc/smartmontools/examples/Example3
OK
  /usr/share/doc/smartmontools/examples/Example4
OK
  /usr/share/doc/smartmontools/examples/Example5
OK
  /usr/share/doc/smartmontools/examples/Example6
OK
  /usr/share/doc/smartmontools/examples/Example7
OK
  /usr/share/doc/smartmontools/examples/Example8
OK
  /usr/share/doc/smartmontools/examples/README  
OK
  /usr/share/doc/smartmontools/smartd.conf.gz   
OK
  /usr/share/lintian/overrides/smartmontools
OK
  /usr/share/man/man5/smartd.conf.5.gz  
OK
  /usr/share/man/man8/smartctl.8.gz 
OK
  /usr/share/man/man8/smartd.8.gz   
OK
  /usr/share/man/man8/update-smart-drivedb.8.gz 
OK
  /usr/share/smartmontools/smartd-runner
OK
  /usr/share/smartmontools/smartd_warning.sh
OK
  /var/lib/smartmontools/drivedb/drivedb.h  
OK
  
  #Perform an update of the drivedb.h:
  
  root@focal:~# update-smart-drivedb
  

[Bug 1946839] Re: Merge samba from Debian unstable for 22.04

2022-02-16 Thread Christian Ehrhardt
** Changed in: samba (Ubuntu)
   Status: Confirmed => 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/1946839

Title:
  Merge samba from Debian unstable for 22.04

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


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

[Bug 1958720] Re: python3-yaml and python3-six are not co-installable with python-is-python2 in jammy

2022-02-16 Thread Christian Ehrhardt
Robie will take a look, but likely not immediately, more like next week.

** Tags removed: server-triage-discuss

** Changed in: six (Ubuntu)
 Assignee: (unassigned) => Robie Basak (racb)

** Changed in: pyyaml (Ubuntu)
 Assignee: (unassigned) => Robie Basak (racb)

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

Title:
  python3-yaml and python3-six are not co-installable with python-is-
  python2 in jammy

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


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

[Bug 1960937] Re: Libvirtd on 20.04 does not listen on port 16509

2022-02-16 Thread Christian Ehrhardt
Hi,
thank you for your report!

The config in /etc/default/libvirtd is pretty much there for compatibility 
reasons with older setups and (on Debian) people using still sys-V init.
And even with systemd some other options than "-l" can still be sued that way 
e.g. "-v" for extra verbosity.

If one sets that option the error message gladly is pretty clear:
libvirtd[2725397]: --listen parameter not permitted with systemd activation 
sockets, see 'man libvirtd' for further guidance

In that man page it explains (as that isn't a Ubuntu only problem):

```
...
   In  socket activation mode, it will rely on systemd to create and listen 
on the UNIX, and optionally TCP/IP, sockets and pass them as pre-opened file 
descriptors. In this mode, it
   is not permitted to pass the --listen parameter, and most of the socket 
related config options in /etc/libvirt/libvirtd.conf will no longer have any 
effect. To enable TCP  or  TLS
   sockets use either

  $ systemctl start libvirtd-tls.socket
   Or
  $ systemctl start libvirtd-tcp.socket
...
```

There is no need to change the .service file as you did, and in fact any
subsequent update would eliminate that change.

As a TL;DR and I hope IIRC it would be like:
$ sudo systemctl stop libvirtd
$ sudo systemctl start libvirtd-tcp.socket
# in any real setup you'd now setup SASL, but for this to
# be short I set auth_tcp = "none" in /etc/libvirt/libvirtd.conf

With that in place 
$ virsh -c qemu+tcp://127.0.0.1/system list

Will start libvirtd and it accepts tcp connections.


In addition there also is TLS which is more complex there is:

#setup CA and issue/config certificates for libvirtd
# see TLS x509 certificate configuration and any entry related to
# *tls* and *certificates* in /etc/libvirt/libvirtd.conf
$ sudo systemctl stop libvirtd
$ sudo systemctl start libvirtd-tls.socket


What to do from here:
- I agree that a hint in /etc/default/libvirtd would be great to have as its 
current
  form is misleading.
- This bug demonstrates that it is unclear how to be used.
  Therefore a documentation entry in the Ubuntu server guide would be very 
helpful.
  It should show how this can be done (for TCP) and also include an example of a
  cert setup and end by accessing via TLS

Triaging the bug with that in mind, but please speak up for a discussion
on this if you want.

** Summary changed:

- Libvirtd on 20.04 does not listen on port 16509
+ Libvirtd conffiles should be less misleading and document tcp/tls usage

** 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/1960937

Title:
  Libvirtd conffiles should be less misleading and document tcp/tls
  usage

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


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

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-02-16 Thread Christian Ehrhardt
FYI - I pinged upstream again asking for an updated ETA on the new
release, see [1]

[1]: https://listman.redhat.com/archives/virt-tools-
list/2022-February/msg00020.html

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

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-02-16 Thread Christian Ehrhardt
FYI related to bug 1959976 (asking for features that are in git but not
released yet).

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

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1961027] Re: [FFE] merge virt-manger >3.2 for Jammy once released

2022-02-16 Thread Christian Ehrhardt
Can we pre-acknowledge that way to go, or do you (ubuntu-release)
need/want to wait until there is a new release and I can provide that
usual requested PPA build, full Diff and install log?

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

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1961027] [NEW] [FFE] merge virt-manger >3.2 for Jammy once released

2022-02-16 Thread Christian Ehrhardt
Public bug reported:

Hi,
virt-manager 3.2 is out for more than a year now and upstream git includes many 
fixes.
That was brought up upstream in [1] already and the estimation is somewhere 
around our feature freeze [2]. But we also need time to do this in Debian and 
test it and so on, therefore to be transparent and prepared I wanted to file an 
FFe bug right away.

As there is no release yet I can't provide a diff just yet, but main [3]
vs the 3.2 tag [4] shows this and the many fixes and improvements
contained.

[1]: 
https://listman.redhat.com/archives/virt-tools-list/2022-January/msg00016.html
[2]: 
https://listman.redhat.com/archives/virt-tools-list/2022-January/msg00017.html
[3]: https://github.com/virt-manager/virt-manager/commits/main
[4]: 
https://github.com/virt-manager/virt-manager/commit/cd788e93030a6c24934c96851b23af59c12dc2a7

** Affects: virt-manager (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/1961027

Title:
  [FFE] merge virt-manger >3.2 for Jammy once released

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


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

[Bug 1960500] Re: [MIR] libxcvt

2022-02-15 Thread Christian Ehrhardt
** Changed in: libxcvt (Ubuntu)
 Assignee: (unassigned) => Lukas Märdian (slyon)

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

Title:
  [MIR] libxcvt

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


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

[Bug 1960864] Re: [MIR] plocate

2022-02-15 Thread Christian Ehrhardt
** Changed in: plocate (Ubuntu)
 Assignee: (unassigned) => Didier Roche (didrocks)

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

Title:
  [MIR] plocate

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


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

[Bug 1863930] Re: SSH 1.99 clients fail to connect to openssh-server 1:7.6p1-4ubuntu0.3

2022-02-15 Thread Christian Ehrhardt
Server-Team: As you see in the bug-history we (Server Team) have
ourselves stopped working on this believing it might be too much of a
corner case waiting for it to come back. But that come-back has happened
by even more people reporting to be affected. Therefore - as much as it
initially seems to be just a corner case - as of today I do believe that
there is a real case for this fix and releasing it IMHO seems to be the
right choice.

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

Title:
  SSH 1.99 clients fail to connect to openssh-server 1:7.6p1-4ubuntu0.3

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


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

[Bug 1960592] Re: `apt build-dep qemu-system-ppc` fails

2022-02-14 Thread Christian Ehrhardt
Hi,
I think this is actually a known non-issue.

Your command is equal to:
  $ sudo apt build-dep qemu

That is you asking for the complete build dependencies of qemu, which
include some bits that need to be cross compiled for various
architectures. That is what adds the dependencies to all the gcc-$arch
cross compilation packages which are not available on ppc64 systems.

But - if you do not want to build "all of qemu" and instead are just
interested to build qemu on ppc64 - you can tell apt that this is what
you want.

From the man page:
--arch-only
  Only process architecture-dependent build-dependencies.

So with the following you most likely get what you actually wanted (and it 
works on ppc64):
  $ sudo apt --arch-only build-dep qemu

If I'm wrong and you did want to build not only the ppc64 but also the
arch independent binaries in ppc64, then this bug would actually be a
feature request to the cross toolchain to be available on more
architectures.

Either way as I see it right now it does not seem to be a mistake in
qemu, but you can let us know once you had time to read this.

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

Title:
  `apt build-dep qemu-system-ppc` fails

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


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

[Bug 1960814] Re: Sync tigervnc 1.12.0+dfsg-2 (universe) from Debian unstable (main)

2022-02-14 Thread Christian Ehrhardt
This bug was fixed in the package tigervnc - 1.12.0+dfsg-2

---
tigervnc (1.12.0+dfsg-2) unstable; urgency=medium

  * Re-upload as-is (and source-only).

 -- Mike Gabriel   Sun, 30 Jan 2022 17:40:52 +0100

tigervnc (1.12.0+dfsg-1) unstable; urgency=medium

  [ Joachim Falk ]
  * Fresh upstream TigerVNC 1.12.0 (Closes: #880587, #879866, #855350)
  * Updated app stream org.tigervnc.xtigervncviewer.metainfo.xml information
file for TigerVNC 1.12.0 release.
  * Adjusted options for tigervncserver and x0tigervncserver to correspond to
TigerVNC 1.12.0 release.
  * Correctly initialize XDG_SESSION_DESKTOP, XDG_CURRENT_DESKTOP,
XDG_SESSION_TYPE, and XDG_SESSION_CLASS.
  * Refreshed copyright years and bumped version of man pages.
  * Small content tweak in tigervnc.conf.5x (rfbwait option no longer exists).
  * Split of tigervncpasswd from tigervnc-common into its own tigervnc-tools
package.
  * Fixed some lintian errors.
  * Bumped Standards-Version: to 4.6.0. No changes were needed.
  * Fixed typo in tigervncserver man page. (Closes: #1003715)
  * Clear session argument from config file if -xstartup specified on the
command line. (Closes: #1000871)
  * Fixed tigervncserver/x0tigervncserver -list for VNC servers not using a
rfbport from 5900 to 5999. (Closes: #1004365)
  * Support for -rfbunixpath in tigervncserver and x0tigervncserver wrapper
scripts. (LP: #1892595)
  * Fixed gnome desktop start up when using tigervncserver@.service.
(Closes: #1004395)
  * Provided example configuration for tigervnc-xorg-extension. However, this
is still broken due to bug #855441.
  * Applied the following upstream fixes:
- a6160b Fix formatting of -rfbport in man pages
- 2daf41 Fix typo in mirror monitor detection
- 1a729d Fix handling of VMware cursors
- 88e96d Fix session resize after mirroring on Linux vncviewer

 -- Joachim Falk   Wed, 26 Jan 2022 18:19:38 +0100

tigervnc (1.11.0+dfsg-3) unstable; urgency=medium

  [ Joachim Falk ]
  * Fixed warnings use of uninitialized value in string eq at
/usr/share/perl5/TigerVNC/Config.pm line 401 or 414. (Closes: #1004366)
  * Fixed debian/watch to again detect upstream versions.
  * Bumped Standards-Version: to 4.5.1. No changes needed.
  * Added org.tigervnc.xtigervncviewer.metainfo.xml for appstream

 -- Joachim Falk   Sat, 17 Apr 2021 10:22:50 +0200

** Changed in: tigervnc (Ubuntu)
   Status: Fix Released => 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/1960814

Title:
  Sync tigervnc 1.12.0+dfsg-2 (universe) from Debian unstable (main)

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


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

[Bug 1960814] Re: Sync tigervnc 1.12.0+dfsg-2 (universe) from Debian unstable (main)

2022-02-14 Thread Christian Ehrhardt
I agree that our old delta is in Debian, we are also not yet in feature
freeze so syncing this should be fine.

I see https://launchpad.net/ubuntu/+source/tigervnc/1.12.0+dfsg-2 appeared and 
builds.
I'll let syncpkg do its post and set it back to fix committed.

@Frank - please guide the proposed migration of this and set to fix-
released once fully migrated.

** Changed in: tigervnc (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/1960814

Title:
  Sync tigervnc 1.12.0+dfsg-2 (universe) from Debian unstable (main)

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


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

[Bug 1959054] Re: debhelper restarts services marked --no-restart-on-upgrade

2022-02-10 Thread Christian Ehrhardt
FYI - For libvirt I'm uploading now with the mitigation for the
debhelper issue to unblock others waiting on libvirt.

But the plan is to drop this mitigation before jammy release once
debhelper is fixed.

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

Title:
  debhelper restarts services marked --no-restart-on-upgrade

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


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

[Bug 1959054] Re: debhelper restarts services marked --no-restart-on-upgrade

2022-02-10 Thread Christian Ehrhardt
@Dave - you can do things like:
  https://codesearch.debian.net/search?q=dh_installsystemd.*--no-start=0

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

Title:
  debhelper restarts services marked --no-restart-on-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debhelper/+bug/1959054/+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-10 Thread Christian Ehrhardt
IMHO this is not meant to be fixed in every package that uses
dh_installchangelogs -k

This:
  https://codesearch.debian.net/search?q=dh_installchangelogs.*-k=0
reports 317 affected packages.

Just picking one
libxml2 has
dh_installchangelogs -k NEWS
And it became a broken symlink:
root@j:~# ls -laF /usr/share/doc/libxml2/NEWS.gz 
/usr/share/doc/libxml2/changelog.gz /usr/share/doc/libxml2/changelog.Debian.gz
ls: cannot access '/usr/share/doc/libxml2/changelog.gz': No such file or 
directory
lrwxrwxrwx 1 root root   12 Feb  9 04:39 /usr/share/doc/libxml2/NEWS.gz -> 
changelog.gz
-rw-r--r-- 1 root root 1550 Feb  9 04:39 
/usr/share/doc/libxml2/changelog.Debian.gz

Same PKG in Debian
root@d10-sid:~# ls -laF /usr/share/doc/libxml2/NEWS.gz 
/usr/share/doc/libxml2/changelog.gz /usr/share/doc/libxml2/changelog.Debian.gz
lrwxrwxrwx 1 root root12 Nov 17 19:27 /usr/share/doc/libxml2/NEWS.gz -> 
changelog.gz
-rw-r--r-- 1 root root 21856 Nov 17 19:27 
/usr/share/doc/libxml2/changelog.Debian.gz
-rw-r--r-- 1 root root 49632 Oct 22  2019 /usr/share/doc/libxml2/changelog.gz

I'll bump the prio of this on the pkgbinarymangler side.
The earlier we fix this the more packages will be rebuilt anyway and fixed 
eventually.

** Changed in: amavisd-new (Ubuntu)
   Status: Confirmed => Won't Fix

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

** Tags removed: server-todo server-triage-discuss

-- 
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 1890230] Re: arm64 ipxe package isn't an arm64 build

2022-02-09 Thread Christian Ehrhardt
I have provided what I think will resolve your issue, since it is optional and 
not hurting anybody else this is fine.
But without further engagement and verification of that I can not consider 
backports to e.g. focal right now.

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

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

Title:
  arm64 ipxe package isn't an arm64 build

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


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

[Bug 1959984] Re: [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

2022-02-09 Thread Christian Ehrhardt
FYI: If you want/need a test - builds of the qemu that have that are in
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4753

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

Title:
  [22.04 FEAT] KVM: Allow long kernel command lines for QEMU

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


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

[Bug 1951834] Re: [MIR]: frr

2022-02-08 Thread Christian Ehrhardt
Everything resovled - in the MIR meeting we decided today that for this special 
case no security re-review is needed.
Setting to "in progress" to reflect that it is ready.
But it has to wait on libyang2 still to fully be ready.

** Changed in: frr (Ubuntu)
 Assignee: Didier Roche (didrocks) => (unassigned)

** Changed in: frr (Ubuntu)
   Status: Incomplete => 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/1951834

Title:
  [MIR]: frr

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


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

[Bug 1959722] Re: [MIR] libapache2-mod-auth-openidc

2022-02-08 Thread Christian Ehrhardt
** Changed in: libapache2-mod-auth-openidc (Ubuntu)
 Assignee: (unassigned) => Ioanna Alifieraki (joalif)

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

Title:
  [MIR] libapache2-mod-auth-openidc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-auth-openidc/+bug/1959722/+subscriptions


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

[Bug 1951834] Re: [MIR]: frr

2022-02-08 Thread Christian Ehrhardt
Seeding is here:

$ grep -Hrn quagga  platform-git ubuntu-git/
platform-git/supported-misc-servers:175: * quagga # 
RobertCollins

Therefore this is what we will change to promote FRR and demote quagga
at the same time.

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

Title:
  [MIR]: frr

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


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

[Bug 1951834] Re: [MIR]: frr

2022-02-08 Thread Christian Ehrhardt
This is requested by security to be in Jammy for reasonable long term support 
of the routing daemon.
Setting prio critical and milestone to jammy-FF

** Changed in: frr (Ubuntu)
Milestone: ubuntu-22.01 => ubuntu-22.04-feature-freeze

** Changed in: frr (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/1951834

Title:
  [MIR]: frr

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


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

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