Erm... No bite? Not the right place? Missing bits of info? No interest?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1909857
Title:
NUC7i5 - No HBR, unstable EAC3 au
This bug was fixed in the package mir - 2.2.0-0ubuntu2
---
mir (2.2.0-0ubuntu2) hirsute; urgency=medium
* debian/patches/disable-stringop-truncation.patch:
- Disable -Werror=stringop-truncation on imported xcursor.c file. This
trggers on s390x (and only s390x?), but the co
The correct way to check for the python version is to figure out the
major version (here 3.8) by looking at python3, and then looking at
python, here python3.8.
The versions are not matching in other releases either, e.g. bionic has
defaults 3.6.5/3.6.7, but python3.6 is at 3.6.5/3.6.9. xenial has
One thing I have noticed, is that on boot:
$ cat /sys/power/resume
0:0
I can't test right now, but I _think_ that before the holiday break
setting that to 8:2[0] and restarting systemd-logind meant that
hibernate did then work.
[0] $ ls -l /sys/dev/block/8:2
lrwxrwxrwx 1 root root 0 Jan 5 09:08
Public bug reported:
I have plenty of swap space configured in my system:
$ cat /sys/power/image_size
6642229248 # ~ 6.2GiB
$ swapon
NAME TYPE SIZE USED PRIO
/dev/dm-2 partition 980M 0B -2
/dev/sda2 partition 97.7G 0B -3
But when I attempt to hibernate:
$ sudo systemctl h
** Changed in: tiff (Ubuntu)
Assignee: (unassigned) => Olivier Tilloy (osomon)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to tiff in Ubuntu.
https://bugs.launchpad.net/bugs/1908502
Title:
[MIR] libtiff5 dependency on
It sounds to me like there's no cloud-init aspect here, so I'm going to
move our tasks to Incomplete (so they'll expire out eventually). Please
do set them back if I've missed something!
** Changed in: cloud-init (Ubuntu)
Status: Confirmed => Incomplete
** Changed in: cloud-init (Ubuntu F
and how much RAM does the system have? and how much is used? and of
swap?
free -h
free swap should be more then used memory.
--
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/
Ricotz Tzschichholz is the zeitgeist maintainer, who also takes care of
the ubuntu zeitgeist package. So, it should be fine.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to zeitgeist in Ubuntu.
https://bugs.launchpad.net/bugs/
** Merge proposal linked:
https://code.launchpad.net/~rbalint/britney/+git/hints-ubuntu/+merge/395780
--
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/1908259
Title:
TEST
/sys/power/image_size represents the required amount of space for the
image; that said, the machine has 16G RAM total, so even if that were
maxed out, it would fit into 97.7G comfortably.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subs
Oh, and `free -h`:
totalusedfree shared buff/cache available
Mem: 15Gi 6.0Gi 667Mi 567Mi 9.0Gi 8.8Gi
Swap: 98Gi13Mi98Gi
--
You received this bug notification because you are a member of Ubuntu
Same issue for me as I'd like general notifications just not routed to
Gnome via the Evolution popup.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to evolution-data-server in
Ubuntu.
https://bugs.launchpad.net/bugs/1805666
Ti
Public bug reported:
~# lsb_release -rd
Description:Ubuntu 20.10
Release:20.10
~# apt-cache policy ifupdown
ifupdown:
Instalēts: 0.8.35ubuntu2
Kandidāts: 0.8.35ubuntu2
Versiju tabula:
*** 0.8.35ubuntu2 500
500 http://mirrors.digitalocean.com/ubuntu groovy/universe amd64
Public bug reported:
The hotspot option is mostly gray (impossible to create, even if
properly connected to wifi, even on different networks). And when I can
create, the hotspot appears but does not have access to the internet.
** Affects: network-manager (Ubuntu)
Importance: Undecided
** Also affects: xorg (Ubuntu)
Importance: Undecided
Status: New
** Also affects: gnome-shell-extension-autohidetopbar (Ubuntu)
Importance: Undecided
Status: New
** Also affects: gnome-shell-extension-dash-to-panel (Ubuntu)
Importance: Undecided
Status: New
** Also
Public bug reported:
Steps to reproduce:
1. Have Ubuntu MATE 20.10 installed
2. Install i3 with `sudo apt-get install i3*`
3. Reboot machine
4. Select i3 (or i3 with debug) on login screen
Expected results:
* i3 starts
Actual results:
* MATE starts instead of i3
ProblemType: Bug
DistroRelea
> $ cat /sys/power/resume
> 0:0
This was a red herring. What I have found consistently fixes this is:
$ sudo swapoff /dev/sda2
$ sudo swapon -p 1 /dev/sda2
Hibernate then succeeds. However, this is not how I want my system
configured: I have a small swap partition on my SSD, which I would like
It seems that ~/.dmrc
$ cat .dmrc
[Desktop]
Session=i3-with-shmlog
is ignored or not written, or something similar.
So the workaround is a bit horrible and MATE-destructive:
```
sudo apt autopurge mate-session-manager
```
--
You received this bug notification because you are a member of Ubu
** Also affects: systemd (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: systemd (Ubuntu Focal)
Importance: Undecided
Status: New
** Also affects: systemd (Ubuntu Groovy)
Importance: Undecided
Status: New
** Changed in: systemd (Ubuntu Bionic)
What does this command output:
sudo grep Session /var/lib/AccountsService/users/$USER
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1910279
Title:
mate-session starts in
After entering to "i3" it says:
```
$ sudo grep Session /var/lib/AccountsService/users/$USER
Session=mate
XSession=mate
```
So there is something wrong with new arctica greeter.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed t
After removing mate-session-manager it shows the following:
```
$ sudo grep Session /var/lib/AccountsService/users/$USER
Session=mate
XSession=i3
```
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://
** Also affects: ubuntu-mate
Importance: Undecided
Status: New
** Changed in: arctica-greeter (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.
And I think that "XSession" is what counts.
Does it help if you switch to lightdm-gtk-greeter (but keep mate-
session-manager)?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bug
your 'tor' service is failing to start - you should look at the logs for
it to see why.
** Changed in: systemd (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://
this doesn't seem to have anything to do with systemd, and it sounds
like you're manually configuring the key, so it's not clear to me what
the problem is. your manual configuration was removed after a kernel
update, or something else?
** Changed in: systemd (Ubuntu)
Status: New => Incomple
Public bug reported:
As a user, when my computer reawakens from sleep, often the touchpad
(Apple Touchpad 2) settings are "reset to default" meaning that natural
scrolling becomes unnatural, right click is disabled, and cursor speed
is slow again. Sometimes the trackpad becomes altogether unrespon
Yes, it works with `lightdm-gtk-greeter`.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1910279
Title:
mate-session starts instead when i3 was selected on login screen
S
Ok, then we seem to have defined the problem: There is a need to make
arctica-greeter play well with accountsservice.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1910279
** No longer affects: lightdm (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1910279
Title:
mate-session starts instead when i3 was selected on login screen
Stat
** Summary changed:
- outdated tzdata in all releases
+ new upstream release 2020f
** Changed in: tzdata (Ubuntu)
Assignee: (unassigned) => Brian Murray (brian-murray)
** Changed in: tzdata (Ubuntu)
Status: New => In Progress
** Changed in: tzdata (Ubuntu)
Importance: Undecided =
** Description changed:
- https://www.iana.org/time-zones tzdata 2020f already exists, please
- update the package.
+ New upstream version, affecting the following future timestamp:
+ - Volgograd switches to Moscow time on 2020-12-27 at 02:00.
+
+ The ICU timezone data has not yet been updated
This bug was fixed in the package elfutils - 0.182-2
---
elfutils (0.182-2) unstable; urgency=medium
* Fix FTCBFS: perform bootstrap build with dummy libdebuginfod and without
debuginfod (Helmut Grohne). Closes: #973981.
* Fix build profile pkg.elfutils.nodebuginfod. Closes: #
** Description changed:
- New upstream version, affecting the following future timestamp:
- - Volgograd switches to Moscow time on 2020-12-27 at 02:00.
+ New upstream version, affecting the following timestamp:
+ - Volgograd switches to Moscow time on 2020-12-27 at 02:00.
The ICU timezone
The verification of the Stable Release Update for mesa has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report. In
the event that you encounter a reg
This bug was fixed in the package mesa - 20.2.6-0ubuntu0.20.10.1
---
mesa (20.2.6-0ubuntu0.20.10.1) groovy; urgency=medium
* New upstream bugfix release. (LP: #1908699)
-- Timo Aaltonen Fri, 18 Dec 2020 10:35:45 +0200
** Changed in: mesa (Ubuntu Groovy)
Status: Fix Commi
This bug was fixed in the package libdrm - 2.4.102-1ubuntu1~20.04.1
---
libdrm (2.4.102-1ubuntu1~20.04.1) focal; urgency=medium
* Backport to focal. (LP: #1902244)
-- Timo Aaltonen Thu, 17 Sep 2020 12:29:42 +0300
** Changed in: libdrm (Ubuntu Focal)
Status: Fix Committed
This bug was fixed in the package mesa - 20.2.6-0ubuntu0.20.04.1
---
mesa (20.2.6-0ubuntu0.20.04.1) focal; urgency=medium
* New upstream bugfix release. (LP: #1908699)
mesa (20.2.1-1~ubuntu0.20.04.2) focal; urgency=medium
* ppc64el-ftbfs-fix-type-collisions.diff: Fix build failu
This bug was fixed in the package llvm-toolchain-11 -
1:11.0.0-2~ubuntu20.04.1
---
llvm-toolchain-11 (1:11.0.0-2~ubuntu20.04.1) focal; urgency=medium
* Backport to focal. (LP: #1902244)
-- Timo Aaltonen Fri, 30 Oct 2020 16:15:47 +0200
** Changed in: llvm-toolchain-11 (Ubuntu Fo
This bug was fixed in the package libglvnd - 1.3.2-1~ubuntu0.20.04.1
---
libglvnd (1.3.2-1~ubuntu0.20.04.1) focal; urgency=medium
* Backport to focal. (LP: #1902244)
-- Timo Aaltonen Tue, 24 Nov 2020 12:55:47 +0200
** Changed in: mesa (Ubuntu Focal)
Status: Fix Committed
This bug was fixed in the package mesa - 20.2.6-0ubuntu0.20.04.1
---
mesa (20.2.6-0ubuntu0.20.04.1) focal; urgency=medium
* New upstream bugfix release. (LP: #1908699)
mesa (20.2.1-1~ubuntu0.20.04.2) focal; urgency=medium
* ppc64el-ftbfs-fix-type-collisions.diff: Fix build failu
This bug was fixed in the package xorg-server -
2:1.20.9-2ubuntu1.1~20.04.1
---
xorg-server (2:1.20.9-2ubuntu1.1~20.04.1) focal; urgency=medium
* Backport to focal. (LP: #1902244)
-- Timo Aaltonen Fri, 18 Dec 2020 15:08:03 +0200
--
You received this bug notification because yo
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: xorg (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bug
** Description changed:
[Impact]
In recent versions of rsyslog and librelp, the imrelp module leaks file
descriptors due to a bug where it does not correctly close sockets, and
instead, leaves them in the CLOSE_WAIT state.
This causes rsyslogd on busy servers to eventually hit the
Thanks for the bug report.
* Do you mean a mouse or touchpad?
* If it's an actual mouse then please try plugging in a different mouse.
* Are there any other apps affected?
* Please also try a newer kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/?C=M;O=D
or more simply, try booting
*** This bug is a duplicate of bug 1897965 ***
https://bugs.launchpad.net/bugs/1897965
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1897965, so it is being marked as such. Please look
*** This bug is a duplicate of bug 1899206 ***
https://bugs.launchpad.net/bugs/1899206
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1899206, so it is being marked as such. Please look
Please try selecting 'Ubuntu on Wayland' on the login screen, just
before you enter your password. Does the touch screen work any better in
a Wayland session?
** Package changed: xorg (Ubuntu) => linux (Ubuntu)
** Summary changed:
- Dell XPS 13 Synaptics touch screen does not work after boot bu
It's not surprising this bug would only affect Xorg sessions because
only Xorg sessions supported the fullscreen unredirect optimization,
until recently.
** No longer affects: xorg (Ubuntu)
** Summary changed:
- dock and top bar flashing non-stop at fullscreen
+ dock and top bar flashing non-sto
[Expired for xf86-video-armsoc (Ubuntu) because there has been no
activity for 60 days.]
** Changed in: xf86-video-armsoc (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in U
[Expired for mesa (Ubuntu) because there has been no activity for 60
days.]
** Changed in: mesa (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launch
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]
** Changed in: systemd (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bu
Attached is the debdiff for librelp for Groovy
** Patch added: "Debdiff for librelp on Groovy"
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1908473/+attachment/5449601/+files/librelp_groovy.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seede
Attached is the debdiff for librelp for Focal
** Patch added: "Debdiff for librelp on Focal"
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1908473/+attachment/5449602/+files/librelp_focal.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded p
** Tags added: sts-sponsor
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to rsyslog in Ubuntu.
https://bugs.launchpad.net/bugs/1908473
Title:
rsyslog-relp: imrelp module leaves sockets in CLOSE_WAIT state which
leads to fi
This bug was fixed in the package openldap - 2.4.56+dfsg-1ubuntu1
---
openldap (2.4.56+dfsg-1ubuntu1) hirsute; urgency=medium
* Merge with Debian unstable. Remaining changes:
- Enable AppArmor support:
+ d/apparmor-profile: add AppArmor profile
+ d/rules: use dh_appa
57 matches
Mail list logo