** Merge proposal linked:
https://code.launchpad.net/~paelzer/update-notifier/+git/update-notifier/+merge/418122
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1893716
Title
A fix for GTK3 is also in progress:
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4381
** Also affects: gtk+3.0 (Ubuntu)
Importance: Undecided
Status: New
** Changed in: gtk+3.0 (Ubuntu)
Status: New => In Progress
** Changed in: gtk+3.0 (Ubuntu)
Importance: Undecided =>
Ouch, thanks Marc! Indeed our previous seddery was broken, it should
have left the pam_deny/pam_permit lines. With this it works just fine:
--- /tmp/common-auth.orig 2022-04-01 07:16:26.072608984 +0200
+++ /tmp/common-auth.faillock 2022-04-01 07:14:20.246707861 +0200
@@ -16,6 +16,8 @@
#
Maybe related to https://gitlab.gnome.org/GNOME/mutter/-/issues/2083
(bug 1967448) ?
** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #2083
https://gitlab.gnome.org/GNOME/mutter/-/issues/2083
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packa
Well funny you should say that... When I installed 22.04 on my new Dell
laptop with 16G RAM, Jammy still only allocated 976MB of swap. I think
you have a problem there too.
So after reporting this issue and continually having OOM crashes, I
created a 20G swapfile - and ever since this problem has
This bug was fixed in the package openssl - 3.0.2-0ubuntu1
---
openssl (3.0.2-0ubuntu1) jammy; urgency=medium
* New upstream bugfix release (LP: #1965141)
* d/p/skip_tls1.1_seclevel3_tests.patch: new Ubuntu-specific patch for the
testsuite
-- Simon Chopin Wed, 16 Mar 2022
This bug was fixed in the package apport - 2.20.11-0ubuntu80
---
apport (2.20.11-0ubuntu80) jammy; urgency=medium
* kde/apport-kde: Ensure we are passing integers to setGeometry
(LP: #1965830)
-- Brian Murray Mon, 28 Mar 2022 12:34:10 -0700
** Changed in: apport (Ubuntu Jam
This bug was fixed in the package software-properties - 0.99.21
---
software-properties (0.99.21) jammy; urgency=medium
* Remove Ubuntu Pro settings (LP: #1965993)
-- Robert Ancell Wed, 23 Mar 2022
12:11:31 +1300
** Changed in: software-properties (Ubuntu)
Status: Fix Co
This bug was fixed in the package intel-media-driver -
22.2.1+dfsg1-1build1
---
intel-media-driver (22.2.1+dfsg1-1build1) jammy; urgency=medium
* Rebuild with the current libva version (lp: #1966571)
-- Sebastien Bacher Tue, 29 Mar 2022 16:47:39
+0200
** Changed in: intel-media
I've also got an Avantree DG80 as a workaround and I can confirm it
works with my Trekz OpenComm headset. It supports sounds up to 8 kHz
(corresponding to mSBC with a 16 kHz sampling frequency) with the mic
enabled, while anything connected directly to Linux bluetooth only goes
up to 4 kHz in HSP/H
> it's going to be hard to get around the core issue of oomd counting
pagecache as memory pressure
assuming my quick 10-minute assessment of this bug is correct, of
course...maybe i'm totally wrong about what the problem is ;-)
--
You received this bug notification because you are a member of Ub
** Changed in: ubiquity (Ubuntu Jammy)
Milestone: None => ubuntu-22.04
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to at-spi2-core in Ubuntu.
https://bugs.launchpad.net/bugs/1923052
Title:
screen reader does not read u
** Merge proposal linked:
https://code.launchpad.net/~sergiodj/ubuntu/+source/openssh/+git/openssh/+merge/418099
** Merge proposal linked:
https://code.launchpad.net/~sergiodj/ubuntu/+source/openssh/+git/openssh/+merge/418100
** Merge proposal linked:
https://code.launchpad.net/~sergi
> So, maybe the default SwapUsedLimit is not appropriate for Ubuntu
I don't think tweaking that will help much if at all, it's going to be
hard to get around the core issue of oomd counting pagecache as memory
pressure
--
You received this bug notification because you are a member of Ubuntu
Touc
In the near term, we could consider tweaking the systemd-oomd defaults
in Ubuntu. According to the commit that added systemd-oomd in Jammy [1],
the current config is based on Fedora's. This includes using the default
value of SwapUsedLimit=90% [2]. However, Fedora has more swap space by
default: a
I am not installing all updates my docker file is as follows
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed main restricted'
>> /etc/apt/sources.list && \
apt-get update -q -y && \
apt-get install -y --fix-missing --no-install-recommends \
libx11-6 \
//more
wow, looking at the systemd code (even upstream), oomd is counting
pagecache as 'used' memory which is massively unfair as the kernel is
responsible for pagecache use, not userspace, and it's not even accurate
(from a OOM perspective) since the kernel will drop pagecache as memory
pressure increase
Oh, so the other alternative is to leave the following after the "auth
sufficient pam_faillock.so authsucc":
auth requisite pam_deny.so
The example in the manpage uses pam_deny.so, so that's why it works.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pack
Public bug reported:
running software updater.
not sure what impact this error message will have - no issues found so far
ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: lvm2 2.03.07-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-104.118-generic 5.4.166
Uname: Linux 5.4.0-104-generic x86_6
I believe the problem is here:
auth sufficient pam_faillock.so authsucc
sufficient = "A failure of a sufficient module is ignored and processing
of the PAM module stack continues unaffected."
So if you want pam_faillock to be able to reject authentication
attempts, it needs to be:
auth required
I also tested this with an Ubuntu 21.10 image and observed the same
behavior as with Jammy.
** Also affects: orca (Ubuntu Jammy)
Importance: Undecided
Status: Incomplete
** Also affects: ubiquity (Ubuntu Jammy)
Importance: High
Status: Confirmed
** Also affects: at-spi2-core
After speaking with snapd folks, it was determined that these udev rules
should not be triggered on desktop or server (and in fact, should be
limited to removable media). The proper solution here is to improve the
snapd auto-import udev rules.
Given that, we do not need to make any changes to syst
** Also affects: pam (Ubuntu Jammy)
Importance: Undecided
Status: New
** Tags removed: rls-jj-incoming
** Changed in: pam (Ubuntu Jammy)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed
I tested this following the instructions in test case 1309 and did not
hear the screen reader read the ubiquity window after choosing Try
Ubuntu. The screen reader was working though and happily read other
windows.
** Changed in: ubiquity (Ubuntu)
Status: Incomplete => Confirmed
--
You re
** Also affects: systemd (Ubuntu Jammy)
Importance: High
Status: New
** Tags removed: rls-jj-incoming
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1966381
Title
** Tags added: fr-2158
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pam in Ubuntu.
https://bugs.launchpad.net/bugs/1966416
Title:
pam_faillock does not actually deny login after given number of
failures
Status in pam
** Tags added: fr-2157
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1966381
Title:
applications crash that never crashed under Ubuntu-20.04
Status in systemd package in
Public bug reported:
While installing full upgrade from terminal - sudo apt full-upgrade
ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-firmware 1.187.29
ProcVersionSignature: Ubuntu 5.13.0-35.40~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-35-generic x86_64
NonfreeKernelModules:
** Description changed:
+ [Impact]
+
+ When using "ssh-keygen -R" to remove a host from "known_hosts" the
+ command changes permissions on the file. This can cause problems
+ particularly when used on the global "known_hosts" file
+ (/etc/ssh/ssh_known_hosts), because then only root can read it.
Hello Henning, or anyone else affected,
Accepted apport into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apport/2.20.11-0ubuntu27.23 in a
few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https
** Changed in: mesa (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1966221
Title:
gnome-extensions-app crashes with "Segm
I tested systemd 248.3-1ubuntu8.4 from impish-proposed to verify the
fix:
$ systemctl --version
systemd 248 (248.3-1ubuntu8.4)
+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL
+ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP
-LIBFDISK +PCRE2 -P
** Changed in: mesa (Ubuntu)
Milestone: None => ubuntu-22.04
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1966418
Title:
[jammy regression] Evolution does not display m
Hey Fabio,
Thanks for the lab setup for testing this!
> Anyway, if someone can build a klibc-utils package for me with the proposed
> patch,
> I can test the ipconfig behavior in this Lab.
Sure, there you go!
sudo add-apt-repository ppa:mfo/lp1947099
sudo apt install klibc-utils
> For testing
** Changed in: devhelp
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1966418
Title:
[jammy regression] Evolution does not display message conte
** Also affects: devhelp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1966418
Title:
[jammy regression] Evolution does not displ
That'll install all updates from proposed? Don't do that. Just use a
clean image and then install the required updates as mentioned in #106
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libx11 in Ubuntu.
https://bugs.launchp
My DockerFile looks like
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed main restricted'
>> /etc/apt/sources.list && \
apt-get update -q -y && \
apt-get install -y --fix-missing --no-install-recommends \
--
You received this bug notification because you are a member of U
So I added the lines from comment 132 in my docker file and I now I am
not able to build my docker image I get the following error
10:23:39 xg++: fatal error: Killed signal terminated program cc1plus
10:23:39 compilation terminated.
10:23:39 make[3]: *** [Makefile:1117: insn-emit.o] Error 1
10:
the problem is in this file
https://github.com/openssh/openssh-portable/blob/master/contrib/ssh-
copy-id
in line 335
dropbear*)
populate_new_ids 0
[ "$DRY_RUN" ] || printf '%s\n' "$NEW_IDS" | \
$SSH "$@" "$(installkeys_sh /etc/dropbear/authorized_keys)" \
|| exit 1
ADDED=
Dropped severity - there are no reports of this crashing in the wild,
that I can find.
** Changed in: accountsservice (Ubuntu)
Importance: High => Medium
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to accountsservice in U
** Summary changed:
- /usr/libexec/gdm-x-session: > Internal error: Could not resolve keysym .
+ > Internal error: Could not resolve keysym ...
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libx11 in Ubuntu.
https:/
Could you do the suggested change anyway and keep it around, maybe you
will hit the bug again with it in place?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1966905
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1966418
** Tags added: iso-testing
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pac
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: initramfs-tools (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://
** Attachment added: "Crashing input and script for reproduction."
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1967082/+attachment/5575093/+files/objdump_01.zip
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to b
Thanks a lot! 0644 are really the important bits, so while the behavior
is still "user-surprising" it shouldn't cause any practical problems for
us.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bu
47 matches
Mail list logo