[Bug 2064117] Re: keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-30 Thread Johan Bosch
I think i narrowed it down, it seems it was my galera cluster that was a
bit out of wack, sorry for the false alarm

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

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

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


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

[Bug 2064117] Re: keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-29 Thread Johan Bosch
Yea that looks alot better then mine. il try to have some time tomorrow
and i nuke the cluster and make a clean install and do things in a bit
of a diffrent order i think

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

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

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


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

[Bug 2064117] [NEW] keystone/noble, now 2:25.0.0-0ubuntu1 keystone -manage db_sync

2024-04-29 Thread Johan Bosch
Public bug reported:

Fresh ubuntu 24.04 install when running
su -s /bin/sh -c "keystone-manage db_sync " keystone

This ends up in /var/log/apache2/keystone.log

2024-04-29 12:47:10.184549   File 
"/usr/lib/python3/dist-packages/pymysql/protocol.py", line 221, in 
raise_for_error
2024-04-29 12:47:10.184554 err.raise_mysql_exception(self._data)
2024-04-29 12:47:10.184572   File 
"/usr/lib/python3/dist-packages/pymysql/err.py", line 143, in 
raise_mysql_exception
2024-04-29 12:47:10.184577 raise errorclass(errno, errval)
2024-04-29 12:47:10.184629 sqlalchemy.exc.ProgrammingError: 
(pymysql.err.ProgrammingError) (1146, "Table 'keystone.project' doesn't exist")
2024-04-29 12:47:10.184634 [SQL: SELECT project.id AS project_id, project.name 
AS project_name, project.domain_id AS project_domain_id, project.description AS 
project_description, project.enabled AS project_enabled, project.extra AS 
project_extra, project.parent_id AS project_parent_id, project.is_domain AS 
project_is_domain
2024-04-29 12:47:10.184640 FROM project
2024-04-29 12:47:10.184644 WHERE project.name = %(name_1)s AND 
project.domain_id = %(domain_id_1)s]
2024-04-29 12:47:10.184648 [parameters: {'name_1': 'Default', 'domain_id_1': 
'<>'}]


after dbsync is run the project table does exist so i think things are just 
done in wrong order, result is that keystone dosnt work afterwards though

** Affects: keystone (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/2064117

Title:
  keystone/noble,now 2:25.0.0-0ubuntu1 keystone -manage db_sync

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


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

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-27 Thread Johan Bosch
A temporary fix is to check out source package build and copy out
cephadmlib

apt source cephadm
cd ceph-19.2.0~git20240301.4c76c50/
debuild -us -uc
mkdir /usr/lib/python3/dist-packages/cephadmlib
cp -R ./debian/tmp/usr/lib/python3/dist-packages/cephadmlib/* 
/usr/lib/python3/dist-packages/cephadmlib/

currently the build script ignores copying the cephadmlib (dont know why
and im not familiar enough with the scripts to  make it not ignore it
now with my morning coffee)

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

Title:
  package cephadm: dependency "cephadmlib" missing

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


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

[Bug 2063456] Re: package cephadm: dependency "cephadmlib" missing

2024-04-27 Thread Johan Bosch
Can confirm this on fresh install of 24.04 LTS amd64
Its also in caracal cloud repo ppa

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

Title:
  package cephadm: dependency "cephadmlib" missing

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


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

[Bug 2061140] Re: dropbear-initramfs package fails to install on Ubuntu 24.04 beta server

2024-04-16 Thread Johan Ehnberg
Indeed, looks like this issue is related to initramfs-tools, be that
through an incompatibility introduced in either.

I tested with the package in Debian Sid dropbear-initramfs (2024.84-1)
and got the same error. Meanwhile, on a Debian Sid install, it works.

Based on the above, I added initramfs-tools as affected package.

** Also affects: initramfs-tools (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/2061140

Title:
  dropbear-initramfs package fails to install on Ubuntu 24.04 beta
  server

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


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

[Bug 2061140] Re: dropbear-initramfs package fails to install on Ubuntu 24.04 beta server

2024-04-12 Thread Johan Ehnberg
The above was observed on a QEMU KVM VM using server installer defaults
as well as with specific curtin storage definitions.

I also reproduced the same on a QEMU KVM VM using desktop installer and
clicking next on all questions (except user).

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

Title:
  dropbear-initramfs package fails to install on Ubuntu 24.04 beta
  server

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


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

[Bug 2061140] [NEW] dropbear-initramfs package fails to install on Ubuntu 24.04 beta server

2024-04-12 Thread Johan Ehnberg
Public bug reported:

dropbear-initramfs seems to fail on not figuring out what the root
device is. This applies both to  autoinstall and manual install and is
observed on today's beta (ubuntu-24.04-beta-live-server-amd64.iso on
2024-04-12)

ubuntu@ubuntu-server:~$ sudo apt install dropbear-initramfs 
[sudo] password for ubuntu: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dropbear-initramfs is already the newest version (2022.83-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up initramfs-tools (0.142ubuntu24) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.142ubuntu24) ...
update-initramfs: Generating /boot/initrd.img-6.8.0-22-generic
dropbear: WARNING: Couldn't find ~root, SSH login to initramfs won't work!
E: /usr/share/initramfs-tools/hooks/dropbear failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.8.0-22-generic with 1.
dpkg: error processing package initramfs-tools (--configure):
 installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
Errors were encountered while processing:
 initramfs-tools
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: dropbear (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/2061140

Title:
  dropbear-initramfs package fails to install on Ubuntu 24.04 beta
  server

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


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

[Bug 2058395] Re: pbuilder-dist noble create fails on jammy

2024-03-24 Thread Johan Gunnarsson
I think the fix is to use a dpkg >= 1.22.3, but I'm not sure.

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

Title:
  pbuilder-dist noble create  fails on jammy

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


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

[Bug 2058395] Re: pbuilder-dist noble create fails on jammy

2024-03-24 Thread Johan Gunnarsson
This is caused by base-files 13ubuntu7.

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

Title:
  pbuilder-dist noble create  fails on jammy

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


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

[Bug 1973306] [NEW] packages freezes on authentification with Wayland

2022-05-13 Thread Johan Van Hoorde
Public bug reported:

I want to report an issue which might well have been reported already,
although i could not find it. A few weeks ago I switched from Ubuntu LTS
20.04 towards the LTS 22.04 with Wayland as default.

I discovered that there is a sort of incompatibility between the
software-properties-package and the Wayland protocol, which occurs
systematically and never occurs when switching back to Xorg.

When one tries to add or change a rule in ‘other software’ the
application always freezes when the user is asked to authenticate. As
soon a one cancels the authentification procedure it unfreezes almost
immediately, but freezes again when the user retries to complete the
adding or alteration procedure. As said, this error never occurs if the
user switches back to an Xorg session.

See screenshot: the window with the communication 'software & updates
does not respond' and with the choice to close or to wait is hidden
behind the authentification window.

I am not really sure whether this bug has to be reported as a security
issue, but certainly the software-properties-package is of utmost
importance for a stable and secure OS.

My system:

OS: Ubuntu 22.04 LTS x86_64 
Kernel: 5.15.0-30-generic 
Uptime: 13 mins 
Packages: 1940 (dpkg), 17 (flatpak),
Shell: bash 5.1.16 
Resolution: 1920x1080 
DE: GNOME 42.0 
WM: Mutter 
WM Theme: Adwaita 
Theme: Adwaita [GTK2/3] 
Icons: Numix [GTK2/3] 
Terminal: gnome-terminal 
CPU: Intel i7-10510U (8) @ 4.900GHz 
GPU: Intel CometLake-U GT2 [UHD Grap
Memory: 2992MiB / 64007MiB

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Software_freeze1.png"
   
https://bugs.launchpad.net/bugs/1973306/+attachment/5589516/+files/Software_freeze1.png

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

Title:
  packages freezes on authentification with Wayland

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


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

[Bug 1874272] Re: Stage "searching for obsolete software" takes a very long time (30 minutes)

2022-04-18 Thread Johan Smolders
Upgrading from 21.10 to 22.04 same issue.  "Searching for obsolete
software"

Burning 1 core for 100%

/var/log/dist-upgrade/apt.log is spammed with messages like

Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) linux-modules-extra-5.13.0-39-generic:amd64 < 5.13.0-39.44 
@ii K Ib >
Broken linux-modules-extra-5.13.0-39-generic:amd64 Depends on crda:amd64 < 
4.14+git20191112.9856751-1build1 @ii pR >
  Considering crda:amd64 10001 as a solution to 
linux-modules-extra-5.13.0-39-generic:amd64 -2
Broken linux-modules-extra-5.13.0-39-generic:amd64 Depends on 
wireless-crda:amd64 < none @un H >
  Or group remove for linux-modules-extra-5.13.0-39-generic:amd64
  MarkDelete linux-modules-extra-5.13.0-39-generic:amd64 < 5.13.0-39.44 @ii K 
Ib > FU=0

/var/log/dist-upgrade/main.log is spammed with messages like

2022-04-18 22:25:31,314 DEBUG 'fonts-vlgothic' scheduled for remove but not 
safe to remove, skipping
2022-04-18 22:25:31,377 DEBUG package 'libnspr4:i386' produces an unwanted 
removal 'firefox-locale-en', skipping
2022-04-18 22:25:40,712 DEBUG 'libnspr4:i386' scheduled for remove but not safe 
to remove, skipping
2022-04-18 22:25:40,769 DEBUG package 'node-getpass' produces an unwanted 
removal 'firefox-locale-en', skipping
2022-04-18 22:25:50,094 DEBUG 'node-getpass' scheduled for remove but not safe 
to remove, skipping
2022-04-18 22:25:50,152 DEBUG package 'libvpx6:i386' produces an unwanted 
removal 'firefox-locale-en', skipping
2022-04-18 22:25:59,365 DEBUG 'libvpx6:i386' scheduled for remove but not safe 
to remove, skipping
2022-04-18 22:25:59,429 DEBUG package 'libmbedtls12' produces an unwanted 
removal 'firefox-locale-en', skipping
2022-04-18 22:26:08,726 DEBUG 'libmbedtls12' scheduled for remove but not safe 
to remove, skipping
2022-04-18 22:26:08,778 DEBUG package 'libpango-perl' produces an unwanted 
removal 'firefox-locale-en', skipping
2022-04-18 22:26:18,153 DEBUG 'libpango-perl' scheduled for remove but not safe 
to remove, skipping
2022-04-18 22:26:18,225 DEBUG package 'plasma-wallpapers-addons' produces an 
unwanted removal 'firefox-locale-en', skipping
2022-04-18 22:26:27,841 DEBUG 'plasma-wallpapers-addons' scheduled for remove 
but not safe to remove, skipping
2022-04-18 22:26:27,900 DEBUG package 'plasma-widgets-addons' produces an 
unwanted removal 'firefox-locale-en', skipping

I used the APT version of Firefox on 21.10, I read it's being replaced
by the SNAP version?  Might that have something to do with it?

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

Title:
  Stage "searching for obsolete software" takes a very long time (30
  minutes)

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


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

[Bug 1966819] Re: System will not suspend using HWE kernel.

2022-04-06 Thread Johan De Meersman
[ removing comment, wrong kernel version. I'm seeing issue on .107, not
.105 ]

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

Title:
  System will not suspend using HWE kernel.

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


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

[Bug 1966066] Re: audio from external sound card is distorted

2022-03-28 Thread Johan Mattsson
Adding default-sample-rate = 48000 to /etc/pulse/daemon.conf got rid of
the distortion but I only get audio from my left channel. Do you have
any idea why that could be the case?

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

Title:
  audio from external sound card is distorted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.13/+bug/1966066/+subscriptions


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

[Bug 1966066] Re: audio from external sound card is distorted

2022-03-23 Thread Johan Mattsson
Hi. I think this happens for me as well. I just want to add that I only
get audio from my left channel. Things sound good with other cards and
the same card on other operating systems.

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

Title:
  audio from external sound card is distorted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.13/+bug/1966066/+subscriptions


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

[Bug 1962751] [NEW] nvidia drivers not installed automatically

2022-03-02 Thread Johan Jonsson
Public bug reported:

We followed the steps in "Install UEFI SecureBoot nVidia in Ubuntu Desktop 
amd64 in Jammy Daily" Image version: 1st of March. 
No Nividia drivers were found in Additional drivers after a minimal 
installation. 
Computer used: HP Z-book Fury 15" G7. 

We tried additionial drivers and it was empty
We got online and the updated the package database.

Now the drivers are visible in Additional drivers.

** Affects: ubiquity (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/1962751

Title:
  nvidia drivers not installed automatically

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


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

[Bug 1960703] PulseList.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1960703/+attachment/5560542/+files/PulseList.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] ProcCpuinfoMinimal.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1960703/+attachment/5560541/+files/ProcCpuinfoMinimal.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] PaInfo.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1960703/+attachment/5560540/+files/PaInfo.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] Dependencies.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1960703/+attachment/5560539/+files/Dependencies.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] CurrentDmesg.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1960703/+attachment/5560538/+files/CurrentDmesg.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] AudioDevicesInUse.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "AudioDevicesInUse.txt"
   
https://bugs.launchpad.net/bugs/1960703/+attachment/5560537/+files/AudioDevicesInUse.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] AlsaInfo.txt

2022-02-12 Thread Johan van Zoomeren
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1960703/+attachment/5560536/+files/AlsaInfo.txt

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

Title:
  USB TASCAM US-122L audio interface crashes when system load increases

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


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

[Bug 1960703] [NEW] USB TASCAM US-122L audio interface crashes when system load increases

2022-02-12 Thread Johan van Zoomeren
Public bug reported:

The TASCAM US-122L, in previous versions of Ubuntu worked okay, with an
occasional xrun reported by jackd, running with default settings (sample
rate: 48000, frames/period: 1024). In Ubuntu 21.10 the device loads
without problem, playback is perfect, but when the system load
increases, it immediately crashes.

dmesg:
[  218.607518] xhci_hcd :00:14.0: ERROR unknown event type 37
[  218.613370] underrun, status=4294967278

jackd (hangs):
ALSA: prepare audio_reservation_init
Acquire audio card Audio1
creating alsa driver ... 
usb_stream:US122L|usb_stream:US122L|1024|2|48000|0|0|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 24bit little-endian in 3bytes 
format
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 24bit little-endian in 3bytes 
format
ALSA: use 2 periods for playback
error for playback on "usb_stream:US122L" (Input/output error)
JackAudioDriver::ProcessAsync: read error, stopping...
Jack: JackPosixThread::ThreadHandler : exit


lsusb:
Bus 001 Device 003: ID 0644:800e TEAC Corp. TASCAM US-122L

$ lsb_release -rd
Description:Ubuntu 21.10
Release:21.10

Reproduction steps:
1) Start jackd
2) Start OBS with an USB webcam at 1080p
3) OBS monitor out goes to jackd/us-122L system port
4) Start Zoom, Thunderbird etc to generate some load
5) Immediately crashes

Crash occurs even quicker when adding and actively using another 4
channel USB audio device(same sample rate and period size). So the issue
seems related to the load on the USB subsystem as well as the CPU load.
I've tried just about anything to find out if the issue is hardware
related. Changed cables, used different hubs, no-hub, used different USB
ports on the laptop, etc, etc, etc. Same result every time. Also normal
playback using PulseAudio instead of Jack suffers from the same. Each
time a reset of Jack is needed to get the US-122L to work again.

I've tried, besides the default Ubuntu kernel(5.13.0-28-generic) the
latest upstream mainline kernel(5.17.0-051700rc3-generic) as well as the
low latency kernel (5.13.0-28-lowlatency). Same result.

If more information is needed, please let me know. Any help is much
appreciated. Thank you in advance.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-28-generic 5.13.0-28.31
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 12 14:22:37 2022
InstallationDate: Installed on 2020-12-13 (425 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: LENOVO 20N3S77637
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-28-generic 
root=/dev/mapper/ubuntu-root ro quiet splash intel_iommu=on
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-28-generic N/A
 linux-backports-modules-5.13.0-28-generic  N/A
 linux-firmware 1.201.1
SourcePackage: linux
UpgradeStatus: Upgraded to impish on 2021-10-31 (103 days ago)
dmi.bios.date: 10/09/2021
dmi.bios.release: 1.75
dmi.bios.vendor: LENOVO
dmi.bios.version: N2IET97W (1.75 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20N3S77637
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.19
dmi.modalias: 
dmi:bvnLENOVO:bvrN2IET97W(1.75):bd10/09/2021:br1.75:efr1.19:svnLENOVO:pn20N3S77637:pvrThinkPadT490:rvnLENOVO:rn20N3S77637:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:skuLENOVO_MT_20N3_BU_Think_FM_ThinkPadT490:
dmi.product.family: ThinkPad T490
dmi.product.name: 20N3S77637
dmi.product.sku: LENOVO_MT_20N3_BU_Think_FM_ThinkPad T490
dmi.product.version: ThinkPad T490
dmi.sys.vendor: LENOVO
--- 
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 21.10
InstallationDate: Installed on 2020-12-13 (425 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Package: alsa-base 1.0.25+dfsg-0ubuntu7
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nl_NL.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Tags:  impish
Uname: Linux 5.13.0-28-generic x86_64
UpgradeStatus: Upgraded to impish on 2021-10-31 (103 days ago)
UserGroups: adm audio cdrom dip docker libvirt lpadmin lxd plugdev sambashare 
sudo video
_MarkForUpload: True
dmi.bios.date: 10/09/2021
dmi.bios.release: 1.75
dmi.bios.vendor: LENOVO
dmi.bios.version: N2IET97W (1.75 )
dmi.board.asset.tag: Not 

[Bug 1946525] Re: Removable media are not mounted automatically

2021-12-29 Thread Johan Tol
** Description changed:

  1) Ubuntu Desktop amd 64 20211008.1 daily build
- 2) udisks 2.9.4-1 
+ 2) udisks 2.9.4-1
  3) Inserted disks, in this case the Ubuntu and VirtualBox Guest Additions 
disk images, should be mounted automatically
  4) the automount feature seems to be gone or non-functional in the last 
couple of days
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: udisks2 2.9.4-1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  CustomUdevRuleFiles: 70-snap.firefox.rules 70-snap.core.rules 
60-vboxadd.rules 70-snap.snap-store.rules
  Date: Sat Oct  9 01:37:13 2021
  InstallationDate: Installed on 2021-10-08 (0 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Daily amd64 (20211008.1)
  Lsusb:
-  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
-  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Lsusb-t:
-  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/12p, 12M
-  |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
+  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/12p, 12M
+  |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
  MachineType: innotek GmbH VirtualBox
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-16-generic 
root=UUID=d07fdf87-8838-4ac4-889b-0ae8cdf3ebb5 ro quiet splash
  SourcePackage: udisks2
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:sku:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

Title:
  Removable media are not mounted automatically

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


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

[Bug 1947552] [NEW] Idle tcp connections

2021-10-18 Thread Johan Charpentier
Public bug reported:

Description:Ubuntu 20.04.3 LTS
Release:20.04
unbound/focal,focal-updates,focal-security,now 1.9.4-2ubuntu1.2 amd64 
[installed]

Hello,

We have an issue with unbound package.
In some case of usage we have a certain number of idle tcp-sessions wich blocks 
any new tcp sessions to this server.

1. One of our users initiate a wild number of tcp sessions and stops 30 min 
later.
2. Thoses sessions max out the `thread0.tcpusage` accordingly to our setting 
`incoming-num-tcp:`
3. No more TCP cnx are possible. UDP still responding
4. We log the established tcp sessions with an `lsof -i :53`
5. *12 hours later* the *same* TCP sessions are still ESTABLISHED (same client 
ports same host)
6. A tcpdump on this interface show no tcp packet at all for more than 15min 
... but `net.ipv4.tcp_keepalive_time = 7200` or tcp-idle-timeout (actually 30 
sec) should have kicked.
7. Still no more TCP cnx are possible

A restart of this service resolves the bug.

This bug is hard to reproduce and we didn't find the client/usage which works 
all times nor we have more information on our client real 
infra/clients/libraries. But in the right conditions, it can append a lot.
But we think we are not the only one experiencing this find of bug : 

This is the same as 2 bugs reported on the unbound mailing list : 
 * https://lists.nlnetlabs.nl/pipermail/unbound-users/2019-August/006361.html
 * https://lists.nlnetlabs.nl/pipermail/unbound-users/2019-October/006487.html

And this seems to be fixed by this MR on the next version of unbound :

On Unbound 1.9.6 Changelog (
https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-9-6 ) :

```
Merge pull request #122 from he32: In tcp_callback_writer(), don't disable 
time-out when changing to read.
```

Refering to : https://github.com/NLnetLabs/unbound/pull/122

This MR/Fix is quite simple, so I'm asking if we can cherry pick this
fix on this version of unbound to avoid a potential DoS on this service
and fix that issue

Thanks in advance :)

** Affects: unbound (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/1947552

Title:
  Idle tcp connections

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


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

[Bug 1928648] Re: expiring trust anchor compatibility issue

2021-10-06 Thread Johan Smits
** Changed in: gnutls28 (Ubuntu Focal)
   Status: Confirmed => New

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

Title:
  expiring trust anchor compatibility issue

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


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

[Bug 1928648] Re: expiring trust anchor compatibility issue

2021-10-05 Thread Johan Smits
What about focal? It is currently broken to.

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

Title:
  expiring trust anchor compatibility issue

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


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

[Bug 1923050] acpidump.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485630/+files/acpidump.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Description changed:

  I cannot resume from suspend. I am on Ubuntu 20.10, Gnome 3.38. Neither
  pushing the power button or opening the lid solves the issue. The led
  indicator continues to pulsate and there's no indication of any response
  from the computer.
  
  I've tried switching between versions 450 and 460 of the Nvidia graphics
  driver as well as Noveau and the issues persists regardless of which
  driver I use.
  
  This started happening no too long ago, maybe around a month from now.
  It previously worked just fine.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 20.10
- Package: gnome-power-manager 3.32.0-2
- ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
- Uname: Linux 5.8.0-48-generic x86_64
- NonfreeKernelModules: vtsspp sep5 socperf3 pax nvidia_modeset nvidia
- ApportVersion: 2.20.11-0ubuntu50.5
- Architecture: amd64
- CasperMD5CheckResult: skip
- CurrentDesktop: ubuntu:GNOME
- Date: Thu Apr  8 14:54:05 2021
- SourcePackage: gnome-power-manager
- UpgradeStatus: Upgraded to groovy on 2020-12-21 (107 days ago)
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC2:  gerd-jln   4642 F pulseaudio
-  /dev/snd/controlC1:  gerd-jln   4642 F pulseaudio
-  /dev/snd/controlC0:  gerd-jln   4642 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  gerd-jln   4642 F pulseaudio
+  /dev/snd/controlC1:  gerd-jln   4642 F pulseaudio
+  /dev/snd/controlC0:  gerd-jln   4642 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.10
  MachineType: LENOVO 20S0CTO1WW
  NonfreeKernelModules: vtsspp sep5 socperf3 pax nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic 
root=UUID=cbb6a58a-3e2d-44a3-ab59-54919a1464d4 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
  RelatedPackageVersions:
-  linux-restricted-modules-5.8.0-48-generic N/A
-  linux-backports-modules-5.8.0-48-generic  N/A
-  linux-firmware1.190.3
+  linux-restricted-modules-5.8.0-48-generic N/A
+  linux-backports-modules-5.8.0-48-generic  N/A
+  linux-firmware1.190.3
  Tags:  groovy
  Uname: Linux 5.8.0-48-generic x86_64
  UpgradeStatus: Upgraded to groovy on 2020-12-21 (107 days ago)
  UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/23/2021
  dmi.bios.release: 1.19
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N2XET29W (1.19 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20S0CTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Defined
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.ec.firmware.release: 1.8
  dmi.modalias: 
dmi:bvnLENOVO:bvrN2XET29W(1.19):bd03/23/2021:br1.19:efr1.8:svnLENOVO:pn20S0CTO1WW:pvrThinkPadT14Gen1:rvnLENOVO:rn20S0CTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
  dmi.product.family: ThinkPad T14 Gen 1
  dmi.product.name: 20S0CTO1WW
  dmi.product.sku: LENOVO_MT_20S0_BU_Think_FM_ThinkPad T14 Gen 1
  dmi.product.version: ThinkPad T14 Gen 1
  dmi.sys.vendor: LENOVO

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] WifiSyslog.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485629/+files/WifiSyslog.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] UdevDb.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1923050/+attachment/5485628/+files/UdevDb.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] RfKill.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1923050/+attachment/5485627/+files/RfKill.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] ProcModules.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485625/+files/ProcModules.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] PulseList.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485626/+files/PulseList.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] ProcInterrupts.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485624/+files/ProcInterrupts.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] ProcEnviron.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485623/+files/ProcEnviron.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] ProcCpuinfoMinimal.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485622/+files/ProcCpuinfoMinimal.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] ProcCpuinfo.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485621/+files/ProcCpuinfo.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] PaInfo.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1923050/+attachment/5485620/+files/PaInfo.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] Lsusb-v.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485619/+files/Lsusb-v.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] Lsusb-t.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485618/+files/Lsusb-t.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] Lsusb.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1923050/+attachment/5485617/+files/Lsusb.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] Lspci-vt.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485616/+files/Lspci-vt.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] Lspci.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1923050/+attachment/5485615/+files/Lspci.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] IwConfig.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485614/+files/IwConfig.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] CurrentDmesg.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485613/+files/CurrentDmesg.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] CRDA.txt

2021-04-08 Thread Johan Larsson
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1923050/+attachment/5485612/+files/CRDA.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] Re: Cannot resume from suspend

2021-04-08 Thread Johan Larsson
apport information

** Tags added: apport-collected

** Description changed:

  I cannot resume from suspend. I am on Ubuntu 20.10, Gnome 3.38. Neither
  pushing the power button or opening the lid solves the issue. The led
  indicator continues to pulsate and there's no indication of any response
  from the computer.
  
  I've tried switching between versions 450 and 460 of the Nvidia graphics
  driver as well as Noveau and the issues persists regardless of which
  driver I use.
  
  This started happening no too long ago, maybe around a month from now.
  It previously worked just fine.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: gnome-power-manager 3.32.0-2
  ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
  Uname: Linux 5.8.0-48-generic x86_64
  NonfreeKernelModules: vtsspp sep5 socperf3 pax nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  8 14:54:05 2021
  SourcePackage: gnome-power-manager
  UpgradeStatus: Upgraded to groovy on 2020-12-21 (107 days ago)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu50.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  gerd-jln   4642 F pulseaudio
+  /dev/snd/controlC1:  gerd-jln   4642 F pulseaudio
+  /dev/snd/controlC0:  gerd-jln   4642 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.10
+ MachineType: LENOVO 20S0CTO1WW
+ NonfreeKernelModules: vtsspp sep5 socperf3 pax nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-48-generic 
root=UUID=cbb6a58a-3e2d-44a3-ab59-54919a1464d4 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
+ RelatedPackageVersions:
+  linux-restricted-modules-5.8.0-48-generic N/A
+  linux-backports-modules-5.8.0-48-generic  N/A
+  linux-firmware1.190.3
+ Tags:  groovy
+ Uname: Linux 5.8.0-48-generic x86_64
+ UpgradeStatus: Upgraded to groovy on 2020-12-21 (107 days ago)
+ UserGroups: adm cdrom dip docker lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 03/23/2021
+ dmi.bios.release: 1.19
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: N2XET29W (1.19 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20S0CTO1WW
+ dmi.board.vendor: LENOVO
+ dmi.board.version: Not Defined
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.ec.firmware.release: 1.8
+ dmi.modalias: 
dmi:bvnLENOVO:bvrN2XET29W(1.19):bd03/23/2021:br1.19:efr1.8:svnLENOVO:pn20S0CTO1WW:pvrThinkPadT14Gen1:rvnLENOVO:rn20S0CTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
+ dmi.product.family: ThinkPad T14 Gen 1
+ dmi.product.name: 20S0CTO1WW
+ dmi.product.sku: LENOVO_MT_20S0_BU_Think_FM_ThinkPad T14 Gen 1
+ dmi.product.version: ThinkPad T14 Gen 1
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1923050/+attachment/5485611/+files/AlsaInfo.txt

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

Title:
  Cannot resume from suspend

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

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

[Bug 1923050] [NEW] Cannot resume from suspend

2021-04-08 Thread Johan Larsson
Public bug reported:

I cannot resume from suspend. I am on Ubuntu 20.10, Gnome 3.38. Neither
pushing the power button or opening the lid solves the issue. The led
indicator continues to pulsate and there's no indication of any response
from the computer.

I've tried switching between versions 450 and 460 of the Nvidia graphics
driver as well as Noveau and the issues persists regardless of which
driver I use.

This started happening no too long ago, maybe around a month from now.
It previously worked just fine.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: gnome-power-manager 3.32.0-2
ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
NonfreeKernelModules: vtsspp sep5 socperf3 pax nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr  8 14:54:05 2021
SourcePackage: gnome-power-manager
UpgradeStatus: Upgraded to groovy on 2020-12-21 (107 days ago)

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: amd64 apport-bug groovy lenovo power

** Package changed: gnome-power-manager (Ubuntu) => ubuntu

** Package changed: ubuntu => linux (Ubuntu)

** Description changed:

  I cannot resume from suspend. I am on Ubuntu 20.10, Gnome 3.38. Neither
- pushing the power button or opening the lid solves the issue. I've tried
- switching between versions 450 and 460 of the Nvidia graphics driver as
- well as Noveau and the issues persists regardless of which driver I use.
+ pushing the power button or opening the lid solves the issue. The led
+ indicator continues to pulsate and there's no indication of any response
+ from the computer.
+ 
+ I've tried switching between versions 450 and 460 of the Nvidia graphics
+ driver as well as Noveau and the issues persists regardless of which
+ driver I use.
  
  This started happening no too long ago, maybe around a month from now.
  It previously worked just fine.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: gnome-power-manager 3.32.0-2
  ProcVersionSignature: Ubuntu 5.8.0-48.54-generic 5.8.18
  Uname: Linux 5.8.0-48-generic x86_64
  NonfreeKernelModules: vtsspp sep5 socperf3 pax nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr  8 14:54:05 2021
  SourcePackage: gnome-power-manager
  UpgradeStatus: Upgraded to groovy on 2020-12-21 (107 days ago)

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

Title:
  Cannot resume from suspend

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

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2021-04-07 Thread Johan Ehnberg
I can confirm the workaround by boxeus works on Ubuntu 20.04 LTS. To
improve on that, the lines can be added to the /etc/dropbear-
initramfs/config config file instead to avoid upgrade issues. It is
loaded towards the end of /usr/share/initramfs-tools/scripts/init-
bottom/dropbear anyway.

Automation two-liner:
echo -e "rm /run/net-*.conf\nrm /run/netplan/*.yaml" >> 
/etc/dropbear-initramfs/config
update-initramfs -u

After that, netplan actually works again.

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

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2021-01-13 Thread Johan Ehnberg
Which version of Mint (or which upstream Ubuntu it is based on?) I
wonder if there is a way to get those rows into the configs rather than
editing packaged files?

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

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1841826] Re: Going to sleep instead of logging in while lid closed & external display

2021-01-10 Thread Johan Larsson
No, Tim, it's connected via display port. I don't have any logitech gear
and disabling autostart for Dropbox does not help.

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

Title:
  Going to sleep instead of logging in while lid closed & external
  display

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

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

[Bug 1841826] Re: Going to sleep instead of logging in while lid closed & external display

2021-01-10 Thread Johan Larsson
I have this problem as well on ubuntu 20.10 on a Thinkpad T14 with
integrated Geforce MX330 graphics. My laptop is closed and docked via a
thunderbolt 3 dock to a single external monitor.

I have tried the fix proposed here:
https://askubuntu.com/questions/1083720/ubuntu-goes-suspended-after-
login-if-lid-is-closed/1239573#1239573 to no avail.

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

Title:
  Going to sleep instead of logging in while lid closed & external
  display

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

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

[Bug 1904789] Re: [snap] Cannot confirm security exception for invalid certificate

2020-12-18 Thread Johan
I understand that it's particularly difficult to reproduce the bug
because it requires a mail server with a certificate problem. Since it
was blocking me, I temporarily dealt with this by not using the Snap
version of TB and returning to the versions from the official Ubuntu PPA
(in my case TB 68.10.0 on my Ubuntu 20.04.1 LTS machine and TB 78.3.2 on
my Ubuntu 20.10 machine) which are not affected by this issue. That's
why I tagged it as Snap-specific.

Today, I've finally found a solution to the certificate problem on my
email server (which of course was the goal all along) so I returned to
the Snap version on my Ubuntu LTS machine (to be able to use the most
recent version of TB). Now, the "Add Security Exception" window is not
blocking my anymore.

Sorry I can't bring more help to solve this problem but I hope this will
help others to deal with it.

So, I don't think we should close this ticket because bypassing the
security warning is still a useful temporary solution for end users
which shouldn't be blamed for servers problems that can sometimes occur
but as far as I'm concerned I can now move on.

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

Title:
  [snap] Cannot confirm security exception for invalid certificate

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

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

[Bug 1904789] Re: [snap] Cannot confirm security exception for invalid certificate

2020-12-15 Thread Johan
Looking at the Error Console was the right idea, thanks. Here's the
error that is caught when clicking the "Confirm Security Exception"
button:

Exception { name: "NS_ERROR_FAILURE", message: "Component returned
failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.port]", result:
2147500037, filename: "chrome://pippki/content/exceptionDialog.js",
lineNumber: 156, columnNumber: 0, data: null, stack:
"getURI@chrome://pippki/content/exceptionDialog.js:156:7\naddException@chrome://pippki/content/exceptionDialog.js:386:13\n_fireButtonEvent@chrome://global/content/elements/dialog.js:487:19\n_doButtonCommand@chrome://global/content/elements/dialog.js:466:29\n_handleButtonCommand@chrome://global/content/elements/dialog.js:460:19\nInformUserOfCertError@chrome://messenger/content/mailWindow.js:685:10\nOnStopRunningUrl@chrome://messenger/content/mailWindowOverlay.js:2938:30\n",
location: XPCWrappedNative_NoHelper }

The previous

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

Title:
  [snap] Cannot confirm security exception for invalid certificate

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

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

[Bug 1904789] Re: [snap] Cannot confirm security exception for invalid certificate

2020-12-14 Thread Johan
By "nothing happens" I mean that the "Add Security Exception" window
stays open with seemingly no effect when clicking on the button "Confirm
Security Exception". Clicking multiple times doesn't change the state of
the window either. The only way to advance is to click "Cancel" which
closes the window (without adding the exception of course).

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

Title:
  [snap] Cannot confirm security exception for invalid certificate

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

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

[Bug 1904789] Re: [snap] Cannot confirm security exception

2020-12-14 Thread Johan
Hi Olivier, thanks for your help.

snap run thunderbird
Gtk-Message: 11:39:31.230: Failed to load module "canberra-gtk-module"
Gtk-Message: 11:39:31.248: Failed to load module "canberra-gtk-module"

(directly at launch, then nothing when reproducing the issue)

Nothing either with journalctl -f | grep DEN.

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

Title:
  [snap] Cannot confirm security exception

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

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

[Bug 1904789] [NEW] [snap] Cannot confirm security exception

2020-11-18 Thread Johan
Public bug reported:

Note: This bug is specific to the Snap version of Thunderbird, I can't
reproduce it with the Ubuntu-packaged version for example (which I have
installed on Ubuntu, used for multiple years and stopped using recently
to get the more recent versions of TB available with Snap).

When a certificate problem arrises with a server from which Thunderbird
tries to retrieve emails, the "Add Security Exception" window gives you
the option to "Confirm Security Exception" (meaning that Thunderbird
will overlook the invalid certificate).

The problem is that nothing happens when I click the "Confirm Security
Exception" button. I've tried the usual workarounds, including removing
the email account and adding it again, to no avail.

The peculiar thing here is that I have had certificate problems before,
when using a non-snap version of Thunderbird, and clicking the "Confirm
Security Exception" button has always worked. Not with the Snap version
it seems.

** Affects: thunderbird (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/1904789

Title:
  [snap] Cannot confirm security exception

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

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

[Bug 1901922] Re: [SRU][Lenovo ThinkPad T14 Gen 1] No sound output device on startup

2020-11-14 Thread Johan Segerstedt
I, too, confirm that the proposed updates solve the audio issue (for my
system info, please see the initial information in the bug report).

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

Title:
  [SRU][Lenovo ThinkPad T14 Gen 1] No sound output device on startup

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

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

[Bug 1901922] Re: [Lenovo ThinkPad T14 Gen 1] No sound output device on startup

2020-11-06 Thread Johan Segerstedt
The testing package of libasound2 built by @hui.wang has resolved the
issue for me as well. Thank you!

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

Title:
  [Lenovo ThinkPad T14 Gen 1] No sound output device on startup

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

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

[Bug 1769485] Re: freeipa install server fails - cannot start apache server with SSL

2020-11-04 Thread Johan Elmerfjord
I had the same issue. 4.7.0~pre1+git20180411-2ubuntu2 is installed on a
new server - and that does not have the fix in it.

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

Title:
  freeipa install server fails - cannot start apache server with SSL

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

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

[Bug 1901922] Re: [Lenovo ThinkPad T14 Gen 1] No sound output device on startup

2020-11-04 Thread Johan Segerstedt
I have reported the issue upstream:
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1030

** Bug watch added: gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues #1030
   https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1030

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

Title:
  [Lenovo ThinkPad T14 Gen 1] No sound output device on startup

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

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

[Bug 1878674] Re: apt purge snapd fails in LXD (on amd64)

2020-11-02 Thread Johan Ehnberg
In our case we decided to spend the same effort on orchestrating for
images:ubuntu/focal/cloud (which comes without snapd) rather than
working around issues with snap on the thicker default image.

But the workaround above can be used, and I remember it was documented
elsewhere on launchpad or maybe askubuntu. Going back on our git I can
see the following (YMMV):

# Remove snapd
snap remove lxd
snap remove core18
snap remove snapd
umount /snap/
rm -rf ~/snap /snap /var/snap /var/lib/snapd
apt-get purge snapd

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

Title:
  apt purge snapd fails in LXD (on amd64)

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

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

[Bug 1901922] [NEW] No sound output device on startup

2020-10-28 Thread Johan Segerstedt
Public bug reported:

After logging in, only a dummy device is available for audio playback
(resulting in no audible playback). When running "pactl load-module
module-detect" the sound card shows up, and playback works as expected.

If pulseaudio is restarted with "pulseaudio -k" the playback device
disappears again. Running the above command get things working again.

If I change the following section in /etc/pulse/default.pa from:

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev 
support)
load-module module-detect
.endif

To:

### Automatically load driver modules depending on the hardware available
#.ifexists module-udev-detect.so
#load-module module-udev-detect
#.else
### Use the static hardware detection module (for systems that lack udev 
support)
load-module module-detect
#.endif

Things start working as they should after running "pulseaudio -k".

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: pulseaudio 1:13.99.2-1ubuntu1
ProcVersionSignature: Ubuntu 5.8.0-26.27-generic 5.8.14
Uname: Linux 5.8.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Wed Oct 28 17:21:02 2020
InstallationDate: Installed on 2020-10-23 (4 days ago)
InstallationMedia: Kubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/07/2020
dmi.bios.release: 1.9
dmi.bios.vendor: LENOVO
dmi.bios.version: R1BET40W(1.09 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20UDCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: Not Defined
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.ec.firmware.release: 1.9
dmi.modalias: 
dmi:bvnLENOVO:bvrR1BET40W(1.09):bd08/07/2020:br1.9:efr1.9:svnLENOVO:pn20UDCTO1WW:pvrThinkPadT14Gen1:rvnLENOVO:rn20UDCTO1WW:rvrNotDefined:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad T14 Gen 1
dmi.product.name: 20UDCTO1WW
dmi.product.sku: LENOVO_MT_20UD_BU_Think_FM_ThinkPad T14 Gen 1
dmi.product.version: ThinkPad T14 Gen 1
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug groovy

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

Title:
  No sound output device on startup

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

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

[Bug 1895544] [NEW] REPEATED/NUMEROUS fails oninstalling both Ubuntu 20and 18 LTS

2020-09-14 Thread Johan P Strumpfer
Public bug reported:

Lenovo X201 I7 processor 16 GB Ram. 500MB Samsung disk clean. Ran disk
tests on the disk, no errors reported.

Previously ran Ubuntu 14 on this machine, without issues.

U 20 installs without issues on similar Lenovo X200 (with lower specs)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.15
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CasperVersion: 1.394.3
CurrentDesktop: ubuntu:GNOME
Date: Mon Sep 14 15:38:05 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1)
ProcEnviron:
 LANGUAGE=en_ZA.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_ZA.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.15 ubuntu

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

Title:
  REPEATED/NUMEROUS fails oninstalling both Ubuntu 20and 18 LTS

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

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

[Bug 1895544] Re: REPEATED/NUMEROUS fails oninstalling both Ubuntu 20and 18 LTS

2020-09-14 Thread Johan P Strumpfer
There cant be many computers on whihc Ubuntu fails to install
predictably. I will sell you this one to test Ubuntu further.

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

Title:
  REPEATED/NUMEROUS fails oninstalling both Ubuntu 20and 18 LTS

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

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

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-08-22 Thread Johan Foolson
Seems to be a downstream issue.

I downloaded the same package version but from the repos for Debian Sid
and it works.

http://ftp.debian.org/debian/pool/main/a/asterisk-opus/asterisk-
opus_13.7+20171009-2_amd64.deb

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

Title:
  Opus module fail to load (Ubuntu 20.04)

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

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

[Bug 1892163] Re: Major networking regression linux-image-5.4.0-42-generic

2020-08-20 Thread Carl-Johan Kjellander
** Attachment added: "dmesg.5.4.0"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1892163/+attachment/5403212/+files/dmesg.out

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

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

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

[Bug 1892163] Re: Major networking regression linux-image-5.4.0-42-generic

2020-08-20 Thread Carl-Johan Kjellander
** Attachment added: "lspci.5.4.0"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1892163/+attachment/5403213/+files/lspci.out

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

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

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

[Bug 1892163] Re: Major networking regression linux-image-5.4.0-42-generic

2020-08-20 Thread Carl-Johan Kjellander
More info, I am using wifi for the network. 5G

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

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

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

[Bug 1892163] Re: Major networking regression linux-image-5.4.0-42-generic

2020-08-20 Thread Carl-Johan Kjellander
It works super nice, in 5.3.0

in 5.4.0 it just keeps going and going for over 10 minutes before I give
up.

It literally takes seconds in 5.3.0, I can send that one.

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

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

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

[Bug 1892163] Re: Major networking regression linux-image-5.4.0-42-generic

2020-08-20 Thread Carl-Johan Kjellander
I'm having lots of troubles with apport-collect since the network is so
bad in 5.4.0, I tried apport-bug --save linux.apport linux, but that
just locks up for 10 minutes.

Is there any way I can run this offline and then send it with 5.3.0?

Or what info do you need that I can run by hand and post? dmesg? lspci?
boot logs? all installed packages?

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

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

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

[Bug 1892163] Re: Major networking regression linux-image-5.4.0-42-generic

2020-08-20 Thread Carl-Johan Kjellander
Also, running sudo apport-collect will not work since it can't attach to
my firefox not running as root. But I did manage to get an authorization
twice into my cache.

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

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

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

[Bug 1892163] [NEW] Major networking regression linux-image-5.4.0-42-generic

2020-08-19 Thread Carl-Johan Kjellander
Public bug reported:

When booting into linux-image-5.4.0-42-generic networking grinds to a
halt. It is 1x times slower than usual.

Selecting an older kernel like linux-image-5.3.0-62-generic makes
networking normal again.

Description:Ubuntu 18.04.4 LTS
Release:18.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.4.0-42-generic 5.4.0-42.46~18.04.1
ProcVersionSignature: Ubuntu 5.3.0-62.56~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-62-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
Date: Wed Aug 19 11:11:51 2020
InstallationDate: Installed on 2019-11-19 (273 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
SourcePackage: linux-signed-hwe-5.4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Attachment added: "Screenshot showing the slow download speeds compared to 
normal upload speeds."
   
https://bugs.launchpad.net/bugs/1892163/+attachment/5402743/+files/Screenshot%20from%202020-08-17%2014-45-06.png

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

Title:
  Major networking regression linux-image-5.4.0-42-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.4/+bug/1892163/+subscriptions

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-26 Thread Johan Ehnberg
It seems the workaround above does not 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/1813394

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1880740] [NEW] Provide a straightforward way to reset networking after initramfs

2020-05-26 Thread Johan Ehnberg
Public bug reported:

Since initramfs networking is rather limited, a simple flag to reset
networking afterwards (or not to generate netplan files) would be
valuable. The intended effect is to allow fully featured networking
tools to set up the network afterwards.

Use cases include the following, in comination with networking-enabled 
initramfs:
* Multiple IPs on a single interface
* Adding search domains
* Unlocking root over SSH on a different network than will be used afterwards
* Using DHCP for initramfs and static later

There are numerous workarounds floating around, as well as questions on
this behaviour. Netplan has made this even more difficult to get around,
since it does not provide an equivalent to 'service networking restart'.
As of Ubuntu 20.04, I have not even found any workaround that actually
works.

Related:
dropbear-initramfs IFDOWN not working LP #1813394
Alternative approach with netplan in initramfs LP #1880717
What is creating /run/netplan/eth0.yaml? askubuntu #1228433

** Affects: initramfs-tools (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/1880740

Title:
  Provide a straightforward way to reset networking after initramfs

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

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

[Bug 1880717] [NEW] Support netplan in initramfs

2020-05-26 Thread Johan Ehnberg
Public bug reported:

The first bullet point of Netplans' Key Goals is "Usable in initramfs
(few dependencies and fast)".

This is currently not supported in Ubuntu.

A basic approach would be to use the same /etc/netplan/*.yaml whenever
initramfs depends on networking.

Supporting netplan in initramfs has the potential to go beyond the 'ip='
kernel command line / initramfs config.

Initramfs-tools does generate a netplan config, that is not what this
bug report is about. On the contrary, that feature actually limits the
concerned interface to 'ip=' feature levels even after initramfs, since
it effectively overrides said interface's config in /etc/netplan/.

** Affects: netplan.io (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/1880717

Title:
  Support netplan in initramfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1880717/+subscriptions

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-25 Thread Johan Ehnberg
Digging even further back, it turns out that IFDOWN is in itself a
workaround for an equal issue dating back to ~2012. As such, the core of
the issue lies with how initramfs network setup overrides netplan.
Adding that package.

Given the very limited setup /etc/initramfs-tools/initramfs.conf allows
(including the DHCP default mentioned in the description), there is a
case to be made for allowing admins to rely on the full config rather
than initramfs for their network setup.

** Also affects: initramfs-tools (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/1813394

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-25 Thread Johan Ehnberg
Investigating further reveals that the package is not adapted for
netplan in the first place. The maintainer is not on launchpad and the
package was imported from Debian Sid.

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

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-24 Thread Johan Ehnberg
This also applies when set up with static IP's in /etc/initramfs-
tools/initramfs.conf. That case is most prominently noticed as lacking
nameservers after boot.

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

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1813394] Re: DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

2020-05-24 Thread Johan Ehnberg
I agree. I confirm this is still happening 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/1813394

Title:
  DROPBEAR_IFDOWN=* takes interface down but leaves netplan config

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

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

[Bug 1876974] Re: Support multiple ESPs

2020-05-23 Thread Johan Ehnberg
The situation where this arose is in testing our Ubuntu 20.04
orchestration. Previously we used a script to ensure boot coherence. We
use two mirrored system drives, mirroring everything to the extent that
the system must be completely bootable after pulling a drive/having one
drive fail completely.

The situation where it becomes tempting to re-run grub-install, is when
such a drive is replaced with an empty one. Our previous setup simply
copies the ESP over, so when the partition exists and is mounted, it
simply works.

I am perfectly happy with doing this using dpkg. However, I do not see
how it would recognize the new partition identifiers? 'dpkg-reconfigure
grub-efi-amd64' only seems to offer existing GRUB EFI system partitions.
Maybe documenting the intended workflow would help us admins in such
cases.

For some reason, the installer also records the drives differently (both are 
850 EVO), but in essence, I am guessing simply getting the new drive's 
partition registered here should do the trick:
$ sudo debconf-show grub-efi-amd64 | grep devices:
* grub-efi/install_devices: 
/dev/disk/by-id/scsi-1ATA_Samsung_SSD_850_EVO_250GB_S2R6NXAH352264N-part1, 
/dev/disk/by-id/wwn-0x5002538d40c10167-part1

So the issue boils down to the same point I made above: making admins
able to utilize this great feature. Do admins need to first manually
install grub or copy over the contents on that new partition for it to
be recognized in dpkg-reconfigure? Where is it documented or visible?

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

Title:
  Support multiple ESPs

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

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

[Bug 1879387] Re: Opus module fail to load (Ubuntu 20.04)

2020-05-19 Thread Johan Foolson
** Tags added: 20.04 asterisk-opus vocoder

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

Title:
  Opus module fail to load (Ubuntu 20.04)

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

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

[Bug 1879387] [NEW] Opus module fail to load (Ubuntu 20.04)

2020-05-18 Thread Johan Foolson
Public bug reported:

After clean install and installation of packages asterisk and asterisk-
opus the opus module for asterisk fail to load.

[May 18 21:55:40] ERROR[72682] loader.c: Error loading module 
'codec_opus_open_source.so': 
/usr/lib/asterisk/modules/codec_opus_open_source.so: undefined symbol: 
opus_encode
[May 18 21:55:40] ERROR[72682] loader.c: Error loading module 
'format_ogg_opus_open_source.so': 
/usr/lib/asterisk/modules/format_ogg_opus_open_source.so: undefined symbol: 
op_pcm_tell

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: asterisk-opus 13.7+20171009-2
ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
Uname: Linux 5.4.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon May 18 21:51:28 2020
SourcePackage: asterisk-opus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: asterisk-opus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug asterisk codec focal opus uec-images

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

Title:
  Opus module fail to load (Ubuntu 20.04)

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

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

[Bug 1878456] Re: Error loading module (20.04)

2020-05-18 Thread Johan Foolson
** Changed in: asterisk-opus (Ubuntu)
   Status: New => Invalid

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

Title:
  Error loading module (20.04)

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

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

[Bug 1868456] Re: "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when using sudo in 20.04 LXD container

2020-05-18 Thread Johan Ehnberg
Container management seems to be the source of the error, sudo just
suppresses it. So a potential fix is in LXD or related packages.

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

Title:
  "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when
  using sudo in 20.04 LXD container

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

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

[Bug 1868456] Re: "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when using sudo in 20.04 LXD container

2020-05-18 Thread Johan Ehnberg
Workaround:
echo "Set disable_coredump false" | sudo tee -a /etc/sudo.conf

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

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

Title:
  "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when
  using sudo in 20.04 LXD container

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

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

[Bug 1878674] Re: apt purge snapd fails in LXD (on amd64)

2020-05-16 Thread Johan Ehnberg
I am seeing this as well. A workaround is to remove all snaps but core,
then unmount the snap core before purging with apt.

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

Title:
  apt purge snapd fails in LXD (on amd64)

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

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

[Bug 1876974] Re: Support multiple ESPs

2020-05-16 Thread Johan Ehnberg
** Changed in: grub2 (Ubuntu)
   Status: Incomplete => New

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

Title:
  Support multiple ESPs

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

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

[Bug 1878225] Re: snapd.seeded.service waits forever (?) to have snaps seeded in LXD on s390x and arm64

2020-05-14 Thread Johan Ehnberg
OK, so for anyone hitting this error until there may be a fix: For cases
where snapd is not needed (and perhaps purged later), and orchestration
relies on cloud-init to finish, the workaround in the container is:

systemctl stop snapd.seeded.service

or on the host:

lxc exec $CONTAINERNAME -- systemctl stop snapd.seeded.service

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

Title:
  snapd.seeded.service waits forever (?) to have snaps seeded in LXD on
  s390x and arm64

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

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

[Bug 1806070] Re: snapd.seeded.service never completes preventing full boot to default target

2020-05-14 Thread Johan Ehnberg
Chad, were you able to find the config that caused the effect? There is a 
similar issue open here:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1878225

I am trying to find out if it is a regression or something in my config.

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

Title:
  snapd.seeded.service never completes preventing full boot to default
  target

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

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

[Bug 1878225] Re: snapd.seeded.service waits forever (?) to have snaps seeded in LXD on s390x and arm64

2020-05-14 Thread Johan Ehnberg
Have you tested this on amd64? I am seeing the same outputs on amd64 and
trying to find out if it is a regression or something in my config. A
similar report has suggestions it may be due to faulty network setup for
the container:

https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1806070

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

Title:
  snapd.seeded.service waits forever (?) to have snaps seeded in LXD on
  s390x and arm64

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

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

[Bug 1878456] [NEW] Error loading module (20.04)

2020-05-13 Thread Johan Foolson
Public bug reported:

After asterisk and asterisk-opus install on Ubuntu 20.04, opus wont
load.

[May 13 17:35:46] ERROR[9306] loader.c: Error loading module 
'codec_opus_open_source.so': 
/usr/lib/asterisk/modules/codec_opus_open_source.so: undefined symbol: 
opus_encode
[May 13 17:35:46] ERROR[9306] loader.c: Error loading module 
'format_ogg_opus_open_source.so': 
/usr/lib/asterisk/modules/format_ogg_opus_open_source.so: undefined symbol: 
op_pcm_tell

root@sip:~# dpkg -l asterisk
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionArchitecture Description
+++-==-==--=
ii  asterisk   1:16.2.1~dfsg-2ubuntu1 amd64Open Source Private 
Branch Exchange (PBX)

root@sip:~# dpkg -l asterisk-opus
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version Architecture Description
+++-==-===--=
ii  asterisk-opus  13.7+20171009-2 amd64opus module for Asterisk

root@sip:/usr/lib/asterisk/modules# ls -l *opus*
-rw-r--r-- 1 root root 27952 Jan 24  2019 codec_opus_open_source.so
-rw-r--r-- 1 root root 14936 Jan 24  2019 format_ogg_opus_open_source.so
-rw-r--r-- 1 root root 18736 Feb 12 22:54 res_format_attr_opus.so

** Affects: asterisk-opus (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Error loading module
+ Error loading module (20.04)

** Description changed:

- After asterisk and asterisk-opus install opus wont load.
+ After asterisk and asterisk-opus install on Ubuntu 20.04, opus wont
+ load.
  
  [May 13 17:35:46] ERROR[9306] loader.c: Error loading module 
'codec_opus_open_source.so': 
/usr/lib/asterisk/modules/codec_opus_open_source.so: undefined symbol: 
opus_encode
  [May 13 17:35:46] ERROR[9306] loader.c: Error loading module 
'format_ogg_opus_open_source.so': 
/usr/lib/asterisk/modules/format_ogg_opus_open_source.so: undefined symbol: 
op_pcm_tell
  
  root@sip:~# dpkg -l asterisk
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   VersionArchitecture Description
  
+++-==-==--=
  ii  asterisk   1:16.2.1~dfsg-2ubuntu1 amd64Open Source Private 
Branch Exchange (PBX)
  
  root@sip:~# dpkg -l asterisk-opus
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   Version Architecture Description
  
+++-==-===--=
  ii  asterisk-opus  13.7+20171009-2 amd64opus module for Asterisk
  
  root@sip:/usr/lib/asterisk/modules# ls -l *opus*
  -rw-r--r-- 1 root root 27952 Jan 24  2019 codec_opus_open_source.so
  -rw-r--r-- 1 root root 14936 Jan 24  2019 format_ogg_opus_open_source.so
  -rw-r--r-- 1 root root 18736 Feb 12 22:54 res_format_attr_opus.so

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

Title:
  Error loading module (20.04)

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

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

[Bug 1659719] Re: ssh can't call a binary from a snap without the full path

2020-05-13 Thread Johan Ehnberg
This is fairly problematic when core functionality that is orchestrated
in the cloud moves from deb to snap. In our example, lxc (LXD command
line tool) was assumed to be in the path when building the
orchestration. Using the full path makes it less portable. It also makes
managing multiple releases a pain since some hosts may run the snap,
others installed by dpkg.

Is there any update on the intended direction?

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

Title:
  ssh can't call a binary from a snap without the full path

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

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

[Bug 1878115] Re: logged luks passwords

2020-05-13 Thread Geert-Johan Riemer
What would be the proper way to remove these logs when they contain a
pasword? `shred /var/log/installer && rm -rf /var/log/installer`?

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

Title:
  logged luks passwords

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

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

[Bug 1876974] Re: Support multiple ESPs

2020-05-06 Thread Johan Ehnberg
I ran 'grub-install', and expected both efi to be updated. It updates
only the primary ESP.

Both 'dpkg-reconfigure grub-efi-amd64' and running 'grub-multi-install'
directly update both ESPs. So on the package updates part it looks like
we are good to go.

The part that I am missing, is making it somehow the default out of the box 
action for admins when updating efi on such systems. Here are some approaches 
to illustrate:
- put grub-multi-install in the path at the very least,
- use dpkg's alternatives to point grub-install at grub-multi-install or
- wrap grub-install with a warning if multiple ESP's are present,
- put a note somewhere where admins will be looking when trying to figure it 
out, such as on /boot/efi if the specs allow it

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

Title:
  Support multiple ESPs

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

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

[Bug 1876974] [NEW] Support multiple ESPs

2020-05-05 Thread Johan Ehnberg
Public bug reported:

Subiquity has the brilliant feature of supporting installing to multiple
ESP's. See https://bugs.launchpad.net/subiquity/+bug/1817066 for
details.

grub-install does not mirror this feature this out of the box, but
updates the ESP on /boot/efi only by default on such an installation.
Whenever efi potentially changes, this leaves the backup ESP without the
update.

Adding this support would be coherent, since an admin may logically
assume the install mode is supported beyond the installation phase.

** Affects: grub2 (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/1876974

Title:
  Support multiple ESPs

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

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

[Bug 1875065] [NEW] package mbpfan 2.1.1-2 failed to install/upgrade: conffile difference visualizer subprocess returned error exit status 127

2020-04-25 Thread Johan Cronje
Public bug reported:

While upgradiing from 18.04LTS -> 20.04LTS

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mbpfan 2.1.1-2
ProcVersionSignature: Ubuntu 4.15.0-96.97-generic 4.15.18
Uname: Linux 4.15.0-96-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Apr 25 17:30:12 2020
ErrorMessage: conffile difference visualizer subprocess returned error exit 
status 127
InstallationDate: Installed on 2020-04-19 (6 days ago)
InstallationMedia: Ubuntu-Server 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2
SourcePackage: mbpfan
Title: package mbpfan 2.1.1-2 failed to install/upgrade: conffile difference 
visualizer subprocess returned error exit status 127
UpgradeStatus: Upgraded to focal on 2020-04-25 (0 days ago)
mtime.conffile..etc.mbpfan.conf: 2020-04-25T00:51:49.291146

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


** Tags: amd64 apport-package focal uec-images

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

Title:
  package mbpfan 2.1.1-2 failed to install/upgrade: conffile difference
  visualizer subprocess returned error exit status 127

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

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

[Bug 1867092] Re: Failed to set MokListRT: Invalid Parameter

2020-03-30 Thread Johan Smolders
I can confirm that this error is shown after clean installing Ubuntu 20.04 on a 
Mac and rebooting.
My device is a late 2015 iMac.  Seems to work well but as stated above users 
shouldn't be presented such a error when there is actually no problem.

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

Title:
  Failed to set MokListRT: Invalid Parameter

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

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

[Bug 1868392] Re: Touchscreen not working in 5.3.0-42

2020-03-21 Thread Johan
Forgot to say, the bug report was done with kernel 5.3.0-40 with a
working touch screen.

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

Title:
  Touchscreen not working in 5.3.0-42

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

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

  1   2   3   4   5   6   7   8   9   10   >