[Bug 2067810] Re: New Apparmor denial with ubuntu-advantage-tools on bionic

2024-06-02 Thread L W R
When I run the command you mentioned, it prints the correct architecture
successfully and it does not log a new apparmor DENIED message.

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

Title:
  New Apparmor denial with ubuntu-advantage-tools on bionic

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


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

[Bug 2067810] Re: New Apparmor denial with ubuntu-advantage-tools on bionic

2024-06-02 Thread L W R
When I execute "apt update", then the denial happens.  It also happens
upon boot. I did not see anything relevant in /var/log/ubuntu-
advantage.log, but here is a snippet of /var/log/syslog on bootup:

Jun  1 20:04:07 droid systemd[1]: Starting Update APT News...
Jun  1 20:04:07 droid systemd[1]: Starting Update the local ESM caches...
Jun  1 20:04:07 droid systemd[1]: Started Update APT News.
Jun  1 20:04:07 droid kernel: [   14.897120] kauditd_printk_skb: 48 callbacks 
suppressed
Jun  1 20:04:07 droid kernel: [   14.897125] audit: type=1400 
audit(1717265047.937:60): apparmor="DENIED" operation="open" 
profile="ubuntu_pro_esm_cache//dpkg" name="/var/lib/dpkg/arch" pid=2380 
comm="dpkg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Jun  1 20:04:08 droid kernel: [   14.994224] audit: type=1400 
audit(1717265048.033:61): apparmor="DENIED" operation="open" 
profile="ubuntu_pro_esm_cache//dpkg" name="/var/lib/dpkg/arch" pid=2381 
comm="dpkg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Jun  1 20:04:08 droid kernel: [   14.997591] audit: type=1400 
audit(1717265048.037:62): apparmor="DENIED" operation="open" 
profile="ubuntu_pro_esm_cache//dpkg" name="/var/lib/dpkg/arch" pid=2382 
comm="dpkg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Jun  1 20:04:08 droid kernel: [   15.000624] audit: type=1400 
audit(1717265048.041:63): apparmor="DENIED" operation="open" 
profile="ubuntu_pro_esm_cache//dpkg" name="/var/lib/dpkg/arch" pid=2383 
comm="dpkg" requested_mask="r" denied_mask="r" fsuid=0 ouid=0

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

Title:
  New Apparmor denial with ubuntu-advantage-tools on bionic

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


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

[Bug 229971] Re: Segmentation fault when translating a single word from en to fr using Babel Fish

2024-06-01 Thread Joachim R.
package gnome-translate doesn't exit anymore

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

Title:
  Segmentation fault when translating a single word from en to fr using
  Babel Fish

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


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

[Bug 2067810] [NEW] New Apparmor denial with ubuntu-advantage-tools on bionic

2024-06-01 Thread L W R
Public bug reported:

ubuntu-advantage-tools 32.3~18.04 is causing a new apparmor denial on
Bionic when updating:

[ 8091.769560] audit: type=1400 audit(1717273124.410:121):
apparmor="DENIED" operation="open" profile="ubuntu_pro_esm_cache//dpkg"
name="/var/lib/dpkg/arch" pid=10358 comm="dpkg" requested_mask="r"
denied_mask="r" fsuid=0 ouid=0

Fix:

--- /etc/apparmor.d/ubuntu_pro_esm_cache.orig   2024-06-01 22:31:28.276735437 
+0200
+++ /etc/apparmor.d/ubuntu_pro_esm_cache2024-06-01 22:31:07.163884846 
+0200
@@ -174,6 +174,8 @@
 
 /etc/dpkg/** r,
 
+/var/lib/dpkg/** r,
+
 /{,usr/}bin/dpkg mr,
 
   }

** Affects: ubuntu-advantage-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/2067810

Title:
  New Apparmor denial with ubuntu-advantage-tools on bionic

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


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

[Bug 2063491] Re: Cannot restore files using duply version included with Noble

2024-05-13 Thread Nico R
Can confirm the very same phenomenon after upgrading from Kubuntu 23.10
to 24.04

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

Title:
  Cannot restore files using duply version included with Noble

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-05-13 Thread Nico R
Thanks #15!

I had the exact same issue on Kubuntu after upgrading from 23.10 to
24.04, and just adding the

owner @{HOME}/.cache/ibus/dbus-* rw,

line into /etc/apparmor.d/torbrowser.Browser.firefox anywhere inside the
curly brackets of the "profile" segment - e.g. immediately after the
line

profile torbrowser_firefox @{torbrowser_firefox_executable} {
[...]

and restarting the apparmor service (or rebooting the computer) does the
trick.

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

Title:
  Tor Browser - keyboard not functioning

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


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

[Bug 2064848] [NEW] Ubuntu or Apache2?

2024-05-05 Thread Brandon R Owens
Public bug reported:

I've been unable to install a Brother MFC-7220 printer/scanner/fax on
Kubuntu.  I have previously installed this same printer on Ubuntu
successfully - on two different machines.  I would also like to install
a Brother MFC-8840D.  These are both popular machines for small
businesses.  For non-programmers like myself, it would be great if the
drivers could be included in the Ubuntu/Kubuntu packages.

** Affects: 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/2064848

Title:
  Ubuntu or Apache2?

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


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

[Bug 1998344] Re: Night Light doesn't alter screen display colour temperature

2024-04-21 Thread Ehsan R
Same problem in my Ubuntu 22.04.4 LTS gnome 42.9 system.

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

Title:
  Night Light doesn't alter screen display colour temperature

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


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

[Bug 2062128] Re: Booting with nvidia proprietary drivers 550.67 results in gdm3 being displayed on X11 rather than Wayland

2024-04-18 Thread Jamie R. McPeek
>>> Is the machine a desktop with a single GPU or laptop with hybrid
GPUs?

This machine is a hybrid/optimus setup with an Intel iGPU and NVIDIA
dGPU:

00:02.0 VGA compatible controller: Intel Corporation Alder Lake-HX GT1 [UHD 
Graphics 770] (rev 0c)
01:00.0 VGA compatible controller: NVIDIA Corporation GA107GLM [RTX A2000 8GB 
Laptop GPU] (rev a1)

The system UEFI is configured to enable hybrid and the proprietary
NVIDIA driver is configured as "on demand".

In the setup at my desk, I am connected to a thunderbolt dock, which is
connected to external monitors via DisplayPort. The laptop operates
"closed lid" from power up.

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

Title:
  Booting with nvidia proprietary drivers 550.67 results in gdm3 being
  displayed on X11 rather than Wayland

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


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

[Bug 2062128] [NEW] Booting with nvidia proprietary drivers 550.67 results in gdm3 being displayed on X11 rather than Wayland

2024-04-18 Thread Jamie R. McPeek
Public bug reported:

I am testing Ubuntu 24.04 beta and using the proprietary NVIDIA drivers
(550.67).

Prior to installing the drivers packages (using nouveau), the system
would load gdm3 in Wayland.

After installer the drivers package, the system would load gdm3 in X11.

This appears to be caused by the configuration file at
/usr/lib/udev/rules.d/61-gdm.rules

However, according to the comments in the rules file, it should prefer
Wayland:

# Disable wayland when nvidia modeset is disabled or when drivers are a lower
# version than 470,
# For versions above 470 but lower than 510 prefer Xorg,
# Above 510, prefer Wayland.

I am able to work around this by making a system override on the file,
in /etc/udev/rules.d:

lrwxrwxrwx 1 root root 9 Apr 18 00:34 61-gdm.rules -> /dev/null

With this in place, when booting, gdm3 will be loaded with Wayland.

** Affects: gdm3 (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/2062128

Title:
  Booting with nvidia proprietary drivers 550.67 results in gdm3 being
  displayed on X11 rather than Wayland

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


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

[Bug 2062126] [NEW] Booting with laptop lid closed and external monitors on X11 causes the computer to sleep prior to login

2024-04-18 Thread Jamie R. McPeek
Public bug reported:

When powering on a laptop with the lid closed, connected to a dock which
is connected to external monitors, if gdm3 is going to run on X11, the
computer is suspended prior to the login screen being displayed.

Tapping a key on the keyboard wakes the computer out of suspend and
immediately shows the login screen on the external monitors as expected.

The computer does not suspend prior to login if gdm3 is going to run on
Wayland.

I'm encountering this issue with Ubuntu 24.04 beta, and believe it may
be related to the following systemd issue:
https://github.com/systemd/systemd/issues/16045

** Affects: systemd (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/2062126

Title:
  Booting with laptop lid closed and external monitors on X11 causes the
  computer to sleep prior to login

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


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

[Bug 2059781] Re: [22.04.4] The computer freezes after standby mode.

2024-04-01 Thread J R
Hello,

Thank you for your answers.

Unfortunately, I don't know which package is experiencing the problem,
it happens even if no application is running. Is there a way I can
narrow down the problem ?

I ran "apport-collect 2059781", I got this message :
jr@jr-E16:~$ apport-collect 2059781
The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=m7ZrdKqbtZvrbs09kxR1_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf.
Waiting to hear from Launchpad about your decision...
Package linux-oem-6.5 not installed and no hook available, ignoring
jr@jr-E16:~$

Did it work ?
Thanks

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

Title:
  [22.04.4] The computer freezes after standby mode.

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


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

[Bug 2059781] [NEW] [22.04.4] The computer freezes after standby mode.

2024-03-29 Thread J R
Public bug reported:

Hello,

I declared the problem here :
https://ubuntuforums.org/showthread.php?t=2494851

I installed the latest 22.04.4 LTS version.

When I put my new Lenovo computer to sleep mode, it freezes (no Internet 
anymore and/or programs refuse to launch, I'm logged out, ...).
Usually I have to shut down using the power button.

Expected result : I get a functional environment after wake-up

here is the hardware diagnostics, which seem fine :   https://linux-
hardware.org/?probe=0a59bd119b, nothing wrong at first sight.

Lenovo tells me everything's fine hardware-wise.

Thank you

** Affects: 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/2059781

Title:
  [22.04.4] The computer freezes after standby mode.

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


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

[Bug 2059181] [NEW] update-java-alternatives show error with openjdk-8-jre-headless

2024-03-26 Thread L W R
Public bug reported:

Alternatives for jexec have been excluded from the latest version of
openjdk-8-jre-headless (8u402) and this causes update-java-alternatives
to throw the following error:

update-alternatives: error: alternative /usr/lib/jvm/java-8-openjdk-
amd64/jre/lib/jexec for jexec not registered; not setting

Solution:

Reference to jexec should be removed from
/usr/lib/jvm/.java-1.8.0-openjdk-amd64.jinfo since update-java-
alternatives uses this file to determine what alternatives to create.

Patch:


--- .java-1.8.0-openjdk-amd64.jinfo.backup  2024-02-27 15:08:05.0 
+0100
+++ .java-1.8.0-openjdk-amd64.jinfo 2024-03-27 00:57:58.136594220 +0100
@@ -13,7 +13,6 @@
 hl orbd /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd
 hl servertool /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool
 hl tnameserv /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv
-hl jexec /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec
 jre policytool /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool
 jdkhl jdeps /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps
 jdkhl wsimport /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport

** Affects: openjdk-8 (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/2059181

Title:
  update-java-alternatives show error with openjdk-8-jre-headless

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


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

[Bug 991471] Re: multi-device btrfs filesystem automatically mounted once for each device

2024-03-25 Thread Alfonso R. Reyes
The problem is not confined to Ubuntu.
I am seeing the same problem in Fedora SilverBlue 38 and Fedora SilverBlue 39.

The problem is restricted to `btrfs` only; other partitions such as
ext3, ext4, NTFS look fine.

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

Title:
  multi-device btrfs filesystem automatically mounted once for each
  device

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


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

[Bug 2057792] Re: Certains jeux crashent liés à un vm_max_map_count trop faible

2024-03-18 Thread R
** Summary changed:

- Some Games are crashing linked to a vm_max_map_count too low
+ Certains jeux crashent liés à un vm_max_map_count trop faible

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

Title:
  Certains jeux crashent liés à un vm_max_map_count trop faible

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


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

[Bug 217269]

2022-11-14 Thread Kwilson-r
I don't see an open action item for this bug, so closing as wontfix.

If needed, please open a discussion about this in the
mozilla.dev.security.policy forum.

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

Title:
  Firefox contains builtin certificate from ISP

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


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

[Bug 874181] Re: brltty daemon prevents creation of ttyUSB0 device link

2022-05-29 Thread R Lovell
Linux is finally getting Windows users to experiment with switching over
to Linux.  Many of those new users are natural experimenters anyway.
That is why most of the complaints on this thread include ham radio
operators that are using the serial USB connection for some other piece
of hardware.  And what do they get?  An impossible to figure out bug
with something in the OS.  That, my friends, is not how you keep growing
a user base of people sick of Windows.  As for me, this bug has broken
my spirit, and I am finally making the move away from Ubuntu and Pop OS.
This one broke me.

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

Title:
  brltty daemon prevents creation of ttyUSB0 device link

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


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

[Bug 1974427] [NEW] window redraw wrong size when plug in hdmi

2022-05-20 Thread Brent R Brian
Public bug reported:

If I have a window open on the primary display (laptop) and plug in an
HDMI monitor (secondary) the window (primary) redraws without accounting
for the top status bar.

In other words, the window status bar is COVERING UP the top of the
application window (no min, max close).

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
Uname: Linux 5.15.0-30-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri May 20 06:40:06 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Raven Ridge [Radeon Vega Series / 
Radeon Vega Mobile Series] [1002:15dd] (rev c3) (prog-if 00 [VGA controller])
   Subsystem: Lenovo Raven Ridge [Radeon Vega Series / Radeon Vega Mobile 
Series] [17aa:38ef]
InstallationDate: Installed on 2022-05-14 (6 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
MachineType: LENOVO 81D2
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-30-generic 
root=UUID=ff8cc35c-2ad1-4b44-b02e-649148be44fa ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/15/2018
dmi.bios.release: 1.24
dmi.bios.vendor: LENOVO
dmi.bios.version: 7VCN24WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 330-15ARR
dmi.ec.firmware.release: 1.24
dmi.modalias: 
dmi:bvnLENOVO:bvr7VCN24WW:bd06/15/2018:br1.24:efr1.24:svnLENOVO:pn81D2:pvrLenovoideapad330-15ARR:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapad330-15ARR:skuLENOVO_MT_81D2_BU_idea_FM_ideapad330-15ARR:
dmi.product.family: ideapad 330-15ARR
dmi.product.name: 81D2
dmi.product.sku: LENOVO_MT_81D2_BU_idea_FM_ideapad 330-15ARR
dmi.product.version: Lenovo ideapad 330-15ARR
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.110-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.0.1-1ubuntu2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.3-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build3
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy ubuntu wayland-session

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

Title:
  window redraw wrong size when plug in hdmi

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


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

[Bug 1973345] [NEW] package qgis-providers 3.22.4+dfsg-3build1 failed to install/upgrade: installed qgis-providers package post-installation script subprocess returned error exit status 127

2022-05-13 Thread T R Shankar Raman
Public bug reported:

Error while installing package: installed qgis-providers package post-
installation script subprocess returned error exit status 127

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: qgis-providers 3.22.4+dfsg-3build1
ProcVersionSignature: Ubuntu 5.14.0-1034.37-oem 5.14.21
Uname: Linux 5.14.0-1034-oem x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Fri May 13 18:43:26 2022
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-focal-amd64-20200502-85
DuplicateSignature:
 package:qgis-providers:3.22.4+dfsg-3build1
 Setting up qgis-providers (3.22.4+dfsg-3build1) ...
 /usr/lib/qgis/crssync: error while loading shared libraries: 
libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
 dpkg: error processing package qgis-providers (--configure):
  installed qgis-providers package post-installation script subprocess returned 
error exit status 127
ErrorMessage: installed qgis-providers package post-installation script 
subprocess returned error exit status 127
InstallationDate: Installed on 2022-04-19 (23 days ago)
InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 20200502-05:58
Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2
 apt  2.4.5
SourcePackage: qgis
Title: package qgis-providers 3.22.4+dfsg-3build1 failed to install/upgrade: 
installed qgis-providers package post-installation script subprocess returned 
error exit status 127
UpgradeStatus: Upgraded to jammy on 2022-05-11 (2 days ago)

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


** Tags: amd64 apport-package jammy need-duplicate-check

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

Title:
  package qgis-providers 3.22.4+dfsg-3build1 failed to install/upgrade:
  installed qgis-providers package post-installation script subprocess
  returned error exit status 127

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


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

[Bug 1973054] Re: containerd regression for CVE-2022-23648 in latest version 1.5.9-0ubuntu1~20.04.1

2022-05-11 Thread Kevin R
** Description changed:

  Hi,
  
  CVE-2022-23648 allows leaking files on the host inside containers given
  an attacker crafted image if you use containerd's CRI implementation
  (e.g. Kubernetes). Ubuntu fixed this in `1.5.5-0ubuntu3~20.04.2` on
  focal, as noted in [this security
  advisory](https://ubuntu.com/security/CVE-2022-23648) on March 2nd.
  However, the latest package version for focal is
  `1.5.9-0ubuntu1~20.04.1`, published on [April
  
27th](https://www.ubuntuupdates.org/package/core/focal/main/updates/containerd),
  and I just reproduced the vulnerability on this version. Upstream
  containerd fixed this issue in 1.5.10.
  
  This also exists on the latest official Ubuntu EKS AMI (us-west-2 is
  `ami-05146f3491fd02c4b` for EKS 1.21). I think most folks on EKS might
  not be vulnerable unless they specify kubelet to use containerd's CRI
  rather than the default dockershim, but the package itself is still
  vulnerable given the right kubelet configuration.
  
  I reproduced the bug with the following steps:
  1. Build the POC docker image with the following `Dockerfile`:
  ```
  FROM debian:latest
  VOLUME /../../../../../../../../var/lib/kubelet/pki```
  then tag it as `cve-2022-23648-test:1` and push to a registry of your choice
  2. Launch the AMI we're testing (`ami-05146f3491fd02c4b` from May 6th), then 
ssh into node
  3. To trick containerd into running, give it a dummy CNI (this is because I'm 
too lazy to spin up a full EKS cluster)
  ```cat </cve-2022-23648-test:1
    command: ["/bin/bash", "-c", "--"]
    args: [ "while true; do sleep 30; done" ]
  EOF```
  5. Ask kubelet to pick up the static pod, and also ask it to use containerd's 
CRI and not dockershim
  ```sudo snap set kubelet-eks pod-manifest-path=/etc/kubernetes/manifests/ 
container-runtime=remote 
container-runtime-endpoint=unix:///var/run/containerd/containerd.sock
  sudo snap restart kubelet-eks```
  6. Wait for the container to come up. `sudo ctr -n [k8s.io](http://k8s.io) c 
ls` should show two containers:
  ```ubuntu@ip-10-4-32-200:~$ sudo ctr -n k8s.io c ls
  CONTAINER   IMAGE 
   RUNTIME
  209d6f3ddf858df5bf7653dd54bf1f6f88210d6d99ccd3a6272666a553efb48b
k8s.gcr.io/pause:3.5 io.containerd.runc.v2
- 319c6e9c5c053aac13fca3bd78f0016aac1b3507597b4c414c86c1686e33db53
infra.docker.zooxlabs.com/krong-cve-2022-23648-test:2
io.containerd.runc.v2```
+ 319c6e9c5c053aac13fca3bd78f0016aac1b3507597b4c414c86c1686e33db53
/cve-2022-23648-test:1io.containerd.runc.v2```
  7. Verify if /var/lib/kubelet/pki is empty by using runc to exec into the 
container (containerd does not have this functionality)
  ```ubuntu@ip-10-4-32-200:~$ sudo runc --root /run/containerd/runc/k8s.io exec 
319c6e9c5c053aac13fca3bd78f0016aac1b3507597b4c414c86c1686e33db53 ls -la 
/var/lib/kubelet/pki
  total 16
  drwxr-xr-x 2 root root 4096 May 11 05:09 .
  drwxr-xr-x 3 root root 4096 May 11 05:09 ..
  -rw-r--r-- 1 root root 2291 May 11 05:02 kubelet.crt
  -rw--- 1 root root 1675 May 11 05:02 kubelet.key```
  If the files are there, then it's vulnerable.
  
  Thanks,
  Kevin R

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

Title:
  containerd regression for CVE-2022-23648 in latest version
  1.5.9-0ubuntu1~20.04.1

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


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

[Bug 1970997] [NEW] ZFS +encryption + recovery key crashes after timezone set

2022-04-29 Thread R. C. Pao
Public bug reported:

ubuntu@ubuntu:~$ lsb_release -rd
Description:Ubuntu 22.04 LTS
Release:22.04

Installing from Kingston 4GB USB flash drive
to Kingston 120GB SATA SSD.

UEFI Secure Boot with third party drivers (MOK transport key) set.

Erase disk and install Ubuntu
[x] Erase disk and use ZFS
[x] Encrypt the new Ubuntu installation for security
[Install Now]
Choose security key:
[x] Enable recovery key
We're sorry; the installer crashed. After you close this window, we'll allow 
you to file a bug report using the integrated bug reporting tool. This will 
gather information about your system and your installation process. The details 
will be sent to our bug tracker and a developer will attend to the problem as 
soon as possible.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubiquity 22.04.15
ProcVersionSignature: Ubuntu 5.15.0-25.25-generic 5.15.30
Uname: Linux 5.15.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.470
Date: Fri Apr 29 13:28:59 2022
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug jammy ubiquity-22.04.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/1970997

Title:
  ZFS +encryption + recovery key crashes after timezone set

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


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

[Bug 883459]

2022-04-27 Thread R-kunschke
The problem is still present in kmail for a long time. I have filters for using 
bogofilter in kmail. 
Is there any workaround or something? Or a filter for kmail which removes all 
duplicates?
And is there any explanation why this is happenning?

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

Title:
  KMail duplicates emails

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


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

[Bug 1970445] [NEW] Browser Save Dialog - Save button does become disabled when switching to a (sub)directory

2022-04-26 Thread Daniel R
*** This bug is a duplicate of bug 1969622 ***
https://bugs.launchpad.net/bugs/1969622

Public bug reported:

When pressing save on a browser, the save dialog opens.
You can press save in the current (last) directory. The button is enabled and 
NOT grayed out.

If for example there is a ~/Downloads/test directory, switching to the
test directory does disable the save button.

Description:Ubuntu 22.04 LTS
Release:22.04

nautilus:
  Installed: 1:42.0-1ubuntu2
  Candidate: 1:42.0-1ubuntu2
  Version table:
 *** 1:42.0-1ubuntu2 500
500 http://de.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
100 /var/lib/dpkg/status

What you expected to happen
When saving a file from a browser; i expect to be able to select a different 
already existing directory as save location and save the file in that directory.

What happened instead
When switching to directory during the  download promt, the save button becomes 
disabled.

Workaround
When the save is blocked - add and a remove a space to the filename pending. 
That does reenable the save.
This is NOT an issue for directories created within the download promt.

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

** Attachment added: "sample steps images"
   https://bugs.launchpad.net/bugs/1970445/+attachment/5583985/+files/steps.zip

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

Title:
  Browser Save Dialog - Save button does become disabled when switching
  to a (sub)directory

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


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

[Bug 1969959] Re: Weird colors after startup (Ubuntu 22.04)

2022-04-23 Thread Alejandro R. Mosteo
Same here, trying the first stable live release of 22.04. I get a
weirdly saturated green-lime combo. Picture attached.

VGA: Intel HD Graphics 530
Monitor: HP LE2201w


** Attachment added: "Picture of screen"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1969959/+attachment/5582878/+files/20220423_194416.jpg

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

Title:
  Weird colors after startup (Ubuntu 22.04)

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


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

[Bug 1966215] Re: USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

2022-03-24 Thread Floris R.
** Attachment removed: "RfKill.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572513/+files/RfKill.txt

** Attachment removed: "AlsaInfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572499/+files/AlsaInfo.txt

** Attachment removed: "CRDA.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572500/+files/CRDA.txt

** Attachment removed: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572501/+files/CurrentDmesg.txt

** Attachment removed: "IwConfig.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572502/+files/IwConfig.txt

** Attachment removed: "Lspci.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572503/+files/Lspci.txt

** Attachment removed: "Lspci-vt.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572504/+files/Lspci-vt.txt

** Attachment removed: "Lsusb.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572505/+files/Lsusb.txt

** Attachment removed: "Lsusb-t.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572506/+files/Lsusb-t.txt

** Attachment removed: "Lsusb-v.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572507/+files/Lsusb-v.txt

** Attachment removed: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572508/+files/ProcCpuinfoMinimal.txt

** Attachment removed: "ProcEnviron.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572509/+files/ProcEnviron.txt

** Attachment removed: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572510/+files/ProcInterrupts.txt

** Attachment removed: "ProcModules.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572511/+files/ProcModules.txt

** Attachment removed: "PulseList.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572512/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] WifiSyslog.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572531/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] acpidump.txt

2022-03-24 Thread Floris R.
apport information

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

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

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] UdevDb.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572530/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] RfKill.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572529/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] PulseList.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572528/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcInterrupts.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572526/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcModules.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572527/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcEnviron.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572525/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcCpuinfo.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572523/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcCpuinfoMinimal.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572524/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lsusb-v.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572522/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lsusb-t.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572521/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lsusb.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572520/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] IwConfig.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572517/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lspci-vt.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572519/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lspci.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572518/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] CurrentDmesg.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572516/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] AlsaInfo.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572514/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] RfKill.txt

2022-03-24 Thread Floris R.
apport information

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

** Description changed:

  issues is with `Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19` audio is
  distorted, not sure how to describe it but there is somewhat of an
  electronic noise with a small delay
  
  tested with `Ubuntu 5.13.0-35.40~20.04.1-generic 5.13.19` and problem
  does not occur
  
  Seems to be only happening on usb audio, normal audio seems fine
  
  Hardware in question: Focusrite scarlett 2i2 (2nd Gen) is distorted
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  floris 1998 F pulseaudio
   /dev/snd/controlC1:  floris 1998 F pulseaudio
   /dev/snd/controlC0:  floris 1998 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  DistroRelease: Linux Mint 20.2
  InstallationDate: Installed on 2021-10-19 (156 days ago)
  InstallationMedia: Linux Mint 20.2 "Uma" - Release amd64 20210703
  MachineType: LENOVO 81YQ
  Package: linux (not installed)
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-37-generic 
root=UUID=66316bb3-7a4a-4fb0-b54f-41b37af8f9bf ro quiet splash
  ProcVersionSignature: Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19
  RelatedPackageVersions:
   linux-restricted-modules-5.13.0-37-generic N/A
   linux-backports-modules-5.13.0-37-generic  N/A
   linux-firmware 1.187.29
  Tags:  uma
  Uname: Linux 5.13.0-37-generic x86_64
  UnreportableReason: This report is about a package that is not installed.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip docker lpadmin plugdev sambashare sudo tty 
uucp
  _MarkForUpload: False
  dmi.bios.date: 10/12/2020
  dmi.bios.release: 1.34
  dmi.bios.vendor: LENOVO
  dmi.bios.version: E7CN34WW
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40709WIN
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: IdeaPad 5 15ARE05
  dmi.ec.firmware.release: 1.34
  dmi.modalias: 
dmi:bvnLENOVO:bvrE7CN34WW:bd10/12/2020:br1.34:efr1.34:svnLENOVO:pn81YQ:pvrIdeaPad515ARE05:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrIdeaPad515ARE05:skuLENOVO_MT_81YQ_BU_idea_FM_IdeaPad515ARE05:
  dmi.product.family: IdeaPad 5 15ARE05
  dmi.product.name: 81YQ
  dmi.product.sku: LENOVO_MT_81YQ_BU_idea_FM_IdeaPad 5 15ARE05
  dmi.product.version: IdeaPad 5 15ARE05
  dmi.sys.vendor: LENOVO
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  floris 1998 F pulseaudio
+  /dev/snd/controlC1:  floris 1998 F pulseaudio
+  /dev/snd/pcmC1D0p:   floris 1998 F...m pulseaudio
+  /dev/snd/controlC0:  floris 1998 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: XFCE
+ DistroRelease: Linux Mint 20.2
+ InstallationDate: Installed on 2021-10-19 (156 days ago)
+ InstallationMedia: Linux Mint 20.2 "Uma" - Release amd64 20210703
+ MachineType: LENOVO 81YQ
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-37-generic 
root=UUID=66316bb3-7a4a-4fb0-b54f-41b37af8f9bf ro quiet splash
+ ProcVersionSignature: Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-37-generic N/A
+  linux-backports-modules-5.13.0-37-generic  N/A
+  linux-firmware 1.187.29
+ Tags:  uma
+ Uname: Linux 5.13.0-37-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip docker lpadmin plugdev sambashare sudo tty 
uucp
+ _MarkForUpload: True
+ dmi.bios.date: 10/12/2020
+ dmi.bios.release: 1.34
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: E7CN34WW
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709WIN
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: IdeaPad 5 15ARE05
+ dmi.ec.firmware.release: 1.34
+ dmi.modalias: 
dmi:bvnLENOVO:bvrE7CN34WW:bd10/12/2020:br1.34:efr1.34:svnLENOVO:pn81YQ:pvrIdeaPad515ARE05:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrIdeaPad515ARE05:skuLENOVO_MT_81YQ_BU_idea_FM_IdeaPad515ARE05:
+ dmi.product.family: IdeaPad 5 15ARE05
+ dmi.product.name: 81YQ
+ dmi.product.sku: LENOVO_MT_81YQ_BU_idea_FM_IdeaPad 5 15ARE05
+ dmi.product.version: IdeaPad 5 15ARE05
+ 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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

To manage 

[Bug 1966215] CRDA.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572515/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] PulseList.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572512/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcModules.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572511/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lsusb-v.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572507/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcCpuinfoMinimal.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572508/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcInterrupts.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572510/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lsusb.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572505/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] ProcEnviron.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572509/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lsusb-t.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572506/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lspci-vt.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572504/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Lspci.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572503/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] IwConfig.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572502/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] CurrentDmesg.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572501/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] CRDA.txt

2022-03-24 Thread Floris R.
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1966215/+attachment/5572500/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Re: USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

2022-03-24 Thread Floris R.
apport information

** Tags added: apport-collected uma

** Description changed:

  issues is with `Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19` audio is
  distorted, not sure how to describe it but there is somewhat of an
  electronic noise with a small delay
  
  tested with `Ubuntu 5.13.0-35.40~20.04.1-generic 5.13.19` and problem
  does not occur
  
  Seems to be only happening on usb audio, normal audio seems fine
  
  Hardware in question: Focusrite scarlett 2i2 (2nd Gen) is distorted
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC2:  floris 1998 F pulseaudio
+  /dev/snd/controlC1:  floris 1998 F pulseaudio
+  /dev/snd/controlC0:  floris 1998 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: XFCE
+ DistroRelease: Linux Mint 20.2
+ InstallationDate: Installed on 2021-10-19 (156 days ago)
+ InstallationMedia: Linux Mint 20.2 "Uma" - Release amd64 20210703
+ MachineType: LENOVO 81YQ
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-37-generic 
root=UUID=66316bb3-7a4a-4fb0-b54f-41b37af8f9bf ro quiet splash
+ ProcVersionSignature: Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-37-generic N/A
+  linux-backports-modules-5.13.0-37-generic  N/A
+  linux-firmware 1.187.29
+ Tags:  uma
+ Uname: Linux 5.13.0-37-generic x86_64
+ UnreportableReason: This report is about a package that is not installed.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip docker lpadmin plugdev sambashare sudo tty 
uucp
+ _MarkForUpload: False
+ dmi.bios.date: 10/12/2020
+ dmi.bios.release: 1.34
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: E7CN34WW
+ dmi.board.asset.tag: No Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709WIN
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: IdeaPad 5 15ARE05
+ dmi.ec.firmware.release: 1.34
+ dmi.modalias: 
dmi:bvnLENOVO:bvrE7CN34WW:bd10/12/2020:br1.34:efr1.34:svnLENOVO:pn81YQ:pvrIdeaPad515ARE05:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrIdeaPad515ARE05:skuLENOVO_MT_81YQ_BU_idea_FM_IdeaPad515ARE05:
+ dmi.product.family: IdeaPad 5 15ARE05
+ dmi.product.name: 81YQ
+ dmi.product.sku: LENOVO_MT_81YQ_BU_idea_FM_IdeaPad 5 15ARE05
+ dmi.product.version: IdeaPad 5 15ARE05
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1966215/+attachment/5572499/+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/1966215

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] Re: USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

2022-03-24 Thread Floris R.
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1966215/+attachment/5572495/+files/lspci-vnvn.log

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

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966215] [NEW] USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

2022-03-24 Thread Floris R.
Public bug reported:

issues is with `Ubuntu 5.13.0-37.42~20.04.1-generic 5.13.19` audio is
distorted, not sure how to describe it but there is somewhat of an
electronic noise with a small delay

tested with `Ubuntu 5.13.0-35.40~20.04.1-generic 5.13.19` and problem
does not occur

Seems to be only happening on usb audio, normal audio seems fine

Hardware in question: Focusrite scarlett 2i2 (2nd Gen) is distorted

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

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

Title:
  USB audio on Focusrite scarlett 2i2 (2nd Gen) is distorted

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


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

[Bug 1966105] Re: [UIFe] Upload wallpaper competition finalists for Jammy

2022-03-23 Thread Monica R Ayhens-Madon
** Attachment added: "by @UNakade"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1966105/+attachment/5572271/+files/Mirror%20by%20Uday%20Nakade.jpg

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

Title:
  [UIFe] Upload wallpaper competition finalists for Jammy

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


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

[Bug 1966105] Re: [UIFe] Upload wallpaper competition finalists for Jammy

2022-03-23 Thread Monica R Ayhens-Madon
** Attachment added: "by @roytanck"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1966105/+attachment/5572270/+files/canvas.jpg

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

Title:
  [UIFe] Upload wallpaper competition finalists for Jammy

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


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

[Bug 1966105] Re: [UIFe] Upload wallpaper competition finalists for Jammy

2022-03-23 Thread Monica R Ayhens-Madon
** Attachment added: "by @arman1992"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1966105/+attachment/5572250/+files/ubuntu.jpeg

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

Title:
  [UIFe] Upload wallpaper competition finalists for Jammy

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


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

[Bug 1966105] Re: [UIFe] Upload wallpaper competition finalists for Jammy

2022-03-23 Thread Monica R Ayhens-Madon
** Attachment added: "by @elenastravoravdi"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1966105/+attachment/5572248/+files/Cherry%20Tree%20in%20Lakones.jpg

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

Title:
  [UIFe] Upload wallpaper competition finalists for Jammy

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


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

[Bug 1966105] Re: [UIFe] Upload wallpaper competition finalists for Jammy

2022-03-23 Thread Monica R Ayhens-Madon
** Attachment added: "by @arman1992"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1966105/+attachment/5572249/+files/ubuntu2.jpg

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

Title:
  [UIFe] Upload wallpaper competition finalists for Jammy

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


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

[Bug 1966105] [NEW] [UIFe] Upload wallpaper competition finalists for Jammy

2022-03-23 Thread Monica R Ayhens-Madon
Public bug reported:

Prompted by a discussions on Discourse with members of the Desktop Team,
we are filing a UIFe to upload the finalists of the wallpaper
competition, which will give us all ten final images in the ISO instead
of the top four.

** Affects: ubuntu-wallpapers (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "by @kcpru"
   
https://bugs.launchpad.net/bugs/1966105/+attachment/5572247/+files/_DSC2943%20%281%29.jpg

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

Title:
  [UIFe] Upload wallpaper competition finalists for Jammy

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


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

[Bug 662840]

2022-03-17 Thread R-bugs-h
*** Bug 1759018 has been marked as a duplicate of this bug. ***

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

Title:
  Spell checking more than one language in Firefox

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


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

[Bug 1965168] Re: jammy community competition wallpapers

2022-03-16 Thread Monica R Ayhens-Madon
After talking to Ken, we would like to propose one more to include in
the ISO, space allowing. This is also by Elena Stravoravdi

** Attachment added: "Optical Fibers in Dark.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1965168/+attachment/5569739/+files/Optical%20Fibers%20in%20Dark.jpg

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

Title:
  jammy community competition wallpapers

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


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

[Bug 1965168] Re: community competition wallpapers

2022-03-16 Thread Monica R Ayhens-Madon
Image 2 - Light Abstract Jellyfish by Hiking93

** Attachment added: "jj_light.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1965168/+attachment/5569735/+files/jj_light.jpg

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

Title:
  jammy community competition wallpapers

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


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

[Bug 1965168] Re: community competition wallpapers

2022-03-16 Thread Monica R Ayhens-Madon
Image 1 by Elena Stravoravdi

** Attachment added: "Blue flower!!!.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1965168/+attachment/5569734/+files/Blue%20flower%21%21%21.jpg

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

Title:
  jammy community competition wallpapers

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


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

[Bug 1965168] Re: community competition wallpapers

2022-03-16 Thread Monica R Ayhens-Madon
Optional Image 3 - Abstract Jellyfish Dark by hiking93

** Attachment added: "jj_dark.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-wallpapers/+bug/1965168/+attachment/5569736/+files/jj_dark.jpg

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

Title:
  jammy community competition wallpapers

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


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

[Bug 1965168] [NEW] jammy community competition wallpapers

2022-03-16 Thread Monica R Ayhens-Madon
Public bug reported:

We have the winning images, in full size and both under CC by SA 4.0

The author of the first image is Elena Stravoravdi

The author of the remaining images, both light and dark mode, is by
hiking93

If it is possible, we would like to include both the light and dark mode
of the jellyfish image. If there is not enough room, please only include
the light jellyfish image.

Let me know if there are any other concerns or questions.

** Affects: ubuntu-wallpapers (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/1965168

Title:
  jammy community competition wallpapers

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


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

[Bug 1769116] Re: Some code accessed the property 'discreteGpuAvailable' on the module 'appDisplay'

2022-03-13 Thread William R. Edgington
I am seeing this after CDROM read errors of audio CDs using rhythmbox on Ubuntu 
20.04 with an Nvidia video card.
After that, rhythmbox fails to start, adding this complaint to /var/log/syslog, 
and cannot be restarted without logging off or rebooting.

Nearby syslog entries appended.

Mar 13 08:56:29 wedgingt kernel: [121925.744832] ata2.00: exception Emask 0x0 
SAct 0x0 SErr 0x0 action 0x6 frozen
Mar 13 08:56:29 wedgingt kernel: [121925.744838] ata2.00: cmd 
a0/01:00:00:10:f8/00:00:00:00:00/a0 tag 15 dma 63504 in
Mar 13 08:56:29 wedgingt kernel: [121925.744838]  Volume set (in), Read 
cd be 00 00 05 56 a2 00 00 1b f8 00 00res 40/00:03:00:00:00/00:00:00:00:00/a0 
Emask 0x4 (timeout)
Mar 13 08:56:29 wedgingt kernel: [121925.744839] ata2.00: status: { DRDY }
Mar 13 08:56:29 wedgingt kernel: [121925.744841] ata2: hard resetting link
Mar 13 08:56:30 wedgingt kernel: [121926.059355] ata2: SATA link up 1.5 Gbps 
(SStatus 113 SControl 300)
Mar 13 08:56:30 wedgingt kernel: [121926.064621] ata2.00: configured for 
UDMA/100
Mar 13 08:56:30 wedgingt rhythmbox.desktop[16448]: scsi_read error: 
sector=349858 length=27 retry=0
Mar 13 08:56:30 wedgingt kernel: [121926.065866] ata2: EH complete
Mar 13 08:56:30 wedgingt rhythmbox.desktop[16448]:  Sense key: 
5 ASC: 21 ASCQ: 4
Mar 13 08:56:30 wedgingt rhythmbox.desktop[16448]:  Transport 
error: Illegal SCSI request (rejected by target)
Mar 13 08:56:30 wedgingt rhythmbox.desktop[16448]:  System 
error: Invalid argument
Mar 13 08:57:20 wedgingt kernel: [121976.939509] ata2.00: exception Emask 0x0 
SAct 0x0 SErr 0x0 action 0x6 frozen
Mar 13 08:57:20 wedgingt kernel: [121976.939515] ata2.00: cmd 
a0/01:00:00:70:77/00:00:00:00:00/a0 tag 19 dma 30576 in
Mar 13 08:57:20 wedgingt kernel: [121976.939515]  Volume set (in), Read 
cd be 00 00 05 56 a2 00 00 0d f8 00 00res 40/00:03:00:00:00/00:00:00:00:00/a0 
Emask 0x4 (timeout)
Mar 13 08:57:20 wedgingt kernel: [121976.939516] ata2.00: status: { DRDY }
Mar 13 08:57:20 wedgingt kernel: [121976.939518] ata2: hard resetting link
Mar 13 08:57:21 wedgingt kernel: [121977.253940] ata2: SATA link up 1.5 Gbps 
(SStatus 113 SControl 300)
Mar 13 08:57:21 wedgingt kernel: [121977.259226] ata2.00: configured for 
UDMA/100
Mar 13 08:57:21 wedgingt rhythmbox.desktop[16448]: scsi_read error: 
sector=349858 length=13 retry=1
Mar 13 08:57:21 wedgingt rhythmbox.desktop[16448]:  Sense key: 
5 ASC: 21 ASCQ: 4
Mar 13 08:57:21 wedgingt rhythmbox.desktop[16448]:  Transport 
error: Illegal SCSI request (rejected by target)
Mar 13 08:57:21 wedgingt rhythmbox.desktop[16448]:  System 
error: Invalid argument
Mar 13 08:57:21 wedgingt kernel: [121977.260496] ata2: EH complete
Mar 13 08:57:29 wedgingt gnome-shell[3230]: Some code accessed the property 
'discreteGpuAvailable' on the module 'appDisplay'. That property was defined 
with 'let' or 'const' inside the module. This was previously supported, but is 
not correct according to the ES6 standard. Any symbols to be exported from a 
module must be defined with 'var'. The property access will work as previously 
for the time being, but please fix your code anyway.
Mar 13 08:57:29 wedgingt gnome-shell[3230]: 
../clutter/clutter/clutter-actor.c:10558: The clutter_actor_set_allocation() 
function can only be called from within the implementation of the 
ClutterActor::allocate() virtual function.
Mar 13 08:57:30 wedgingt systemd[2994]: Started Application launched by 
gnome-shell.
Mar 13 08:57:30 wedgingt gnome-shell[1803751]: gio: cdda://sr0/: mount 
doesn�~@~Yt implement �~@~\eject�~@~] or �~@~\eject_with_operation�~@~]
Mar 13 08:57:30 wedgingt systemd[2994]: gnome-launched-gio-1803751.scope: 
Succeeded.
Mar 13 08:58:12 wedgingt kernel: [122028.146104] ata2.00: exception Emask 0x0 
SAct 0x0 SErr 0x0 action 0x6 frozen
Mar 13 08:58:12 wedgingt kernel: [122028.146110] ata2.00: cmd 
a0/01:00:00:20:37/00:00:00:00:00/a0 tag 16 dma 14112 in
Mar 13 08:58:12 wedgingt kernel: [122028.146110]  Volume set (in), Read 
cd be 00 00 05 56 a2 00 00 06 f8 00 00res 40/00:03:00:00:00/00:00:00:00:00/a0 
Emask 0x4 (timeout)
Mar 13 08:58:12 wedgingt kernel: [122028.146111] ata2.00: status: { DRDY }
Mar 13 08:58:12 wedgingt kernel: [122028.146113] ata2: hard resetting link
Mar 13 08:58:12 wedgingt kernel: [122028.460550] ata2: SATA link up 1.5 Gbps 
(SStatus 113 SControl 300)
Mar 13 08:58:12 wedgingt kernel: [122028.465458] ata2.00: configured for 
UDMA/100
Mar 13 08:58:12 wedgingt rhythmbox.desktop[16448]: scsi_read error: 
sector=349858 length=6 retry=2
Mar 13 08:58:12 wedgingt rhythmbox.desktop[16448]:  Sense key: 
5 ASC: 21 ASCQ: 4
Mar 13 08:58:12 wedgingt rhythmbox.desktop[16448]:  Transport 
error: Illegal SCSI request (rejected by target)
Mar 13 08:58:12 wedgingt rhythmbox.desktop[16448]:  System 
error: Invalid argument
Mar 13 08:58:12 wedgingt kernel: 

[Bug 1860987] Re: openvswitch: same tcp session encapsulated with different udp src port for ovs vxlan tunnel

2022-02-28 Thread Narendar R Pulimamidi
above commit https://kernel.ubuntu.com/git/ubuntu/ubuntu-
groovy.git/commit/include/uapi/linux/openvswitch.h?id=bd1903b7c4596ba6f7677d0dfefd05ba5876707d

is not available, any suggestion how to get that patch.

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

Title:
  openvswitch: same tcp session encapsulated with different udp src port
  for ovs vxlan tunnel

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


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

[Bug 662840]

2022-02-25 Thread R-bugs-h
There is some work happening here currently. See bug 1402822

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

Title:
  Spell checking more than one language in Firefox

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


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

[Bug 1959091] [NEW] package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-01-26 Thread R
Public bug reported:

?

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.27-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
AptOrdering:
 vim:amd64: Install
 vim-tiny:amd64: Install
 vim-runtime:amd64: Install
 vim-common:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Jan 26 09:44:29 2022
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-09-22 (490 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of symbolic 
links: '/etc/mysql/my.cnf'
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=d43c7796-ba3c-4cbb-a63c-69881fc75cfa ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.mysql.mysql.cnf: [modified]
mtime.conffile..etc.mysql.mysql.cnf: 2022-01-15T22:45:50.607390

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal need-duplicate-check

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

Title:
  package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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


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

[Bug 1951733] Re: My screen freezes during a USB live session and I can't install Ubuntu

2022-01-20 Thread J R
Hello,

Might be related to Ubuntu anyway :
- the company where I bough the computer (Windows specialist) said they tested 
successfully the RAM with W10
- the other company that found the problem came form the memory (Linux 
specialists) said they stopped using Corsair RAMs due to some "past problems" 
(I don't have more details). They put a Crucial RAM and now the problem is 
solved.

But this problem will probably be next to impossible to reproduce.

Thanks for your time anyway

** Attachment added: "Picture of the RAM"
   
https://bugs.launchpad.net/ubuntu/+bug/1951733/+attachment/825/+files/photo_2022-01-20_14-06-46.jpg

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

Title:
  My screen freezes during a USB live session and I can't install Ubuntu

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


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

[Bug 1718434] Re: Crash while playing video

2022-01-16 Thread Aravind R
This issue not found in Ubuntu 20

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

Title:
  Crash while playing video

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


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

[Bug 1718434] Re: Crash while playing video

2022-01-16 Thread Aravind R
You may close this bug as I upgraded the OS to Ubuntu 20

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

Title:
  Crash while playing video

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


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

[Bug 1956957] Re: package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2022-01-14 Thread J R
I see these in my package files, maybe I should delete a couple lines ?
linux-generic-hwe-20.04 install
linux-headers-5.11.0-27-generic install
linux-headers-5.11.0-43-generic install
linux-headers-5.4.0-88  install
linux-headers-5.4.0-88-generic  install
linux-headers-5.4.0-89  install
linux-headers-5.4.0-89-generic  install
linux-headers-5.4.0-91  install
linux-headers-5.4.0-91-generic  install
linux-headers-generic   install
linux-headers-generic-hwe-20.04 install
linux-hwe-5.11-headers-5.11.0-27install
linux-hwe-5.11-headers-5.11.0-43install
linux-image-5.11.0-27-generic   install
linux-image-5.11.0-43-generic   install
linux-image-5.4.0-88-genericinstall
linux-image-5.4.0-89-genericinstall
linux-image-5.4.0-91-genericinstall
linux-image-generic install
linux-image-generic-hwe-20.04   install
linux-libc-dev:amd64install
linux-modules-5.11.0-27-generic install
linux-modules-5.11.0-43-generic install
linux-modules-5.4.0-88-generic  install
linux-modules-5.4.0-89-generic  install
linux-modules-5.4.0-91-generic  install
linux-modules-extra-5.11.0-27-generic   install
linux-modules-extra-5.11.0-43-generic   install
linux-modules-extra-5.4.0-88-genericinstall
linux-modules-extra-5.4.0-89-genericinstall
linux-modules-extra-5.4.0-91-genericinstall

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

Title:
  package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

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


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

[Bug 1956957] Re: package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2022-01-14 Thread J R
Hello,
Thank you for your answer. Here is the output :

jr@jrUbuntu:~$ ls -l /boot
total 339272
-rw-r--r-- 1 root root254083 déc.  14 11:29 config-5.11.0-44-generic
-rw-r--r-- 1 root root254083 janv.  7 00:13 config-5.11.0-46-generic
-rw-r--r-- 1 root root237940 janv.  6 22:56 config-5.4.0-94-generic
drwx-- 3 root root  4096 janv.  1  1970 efi
drwxr-xr-x 4 root root  4096 janv. 12 08:25 grub
lrwxrwxrwx 1 root root27 janv. 12 08:24 initrd.img -> 
initrd.img-5.4.0-94-generic
-rw-r--r-- 1 root root 102091693 janv. 10 13:07 initrd.img-5.11.0-44-generic
-rw-r--r-- 1 root root 102091767 janv. 14 09:38 initrd.img-5.11.0-46-generic
-rw-r--r-- 1 root root  88223747 janv. 12 08:25 initrd.img-5.4.0-94-generic
lrwxrwxrwx 1 root root28 janv. 12 08:24 initrd.img.old -> 
initrd.img-5.11.0-46-generic
drwx-- 2 root root 16384 déc.  22 11:00 lost+found
-rw-r--r-- 1 root root182704 août  18  2020 memtest86+.bin
-rw-r--r-- 1 root root184380 août  18  2020 memtest86+.elf
-rw-r--r-- 1 root root184884 août  18  2020 memtest86+_multiboot.bin
-rw--- 1 root root   5864386 déc.  14 11:29 System.map-5.11.0-44-generic
-rw--- 1 root root   5864386 janv.  7 00:13 System.map-5.11.0-46-generic
-rw--- 1 root root   4756293 janv.  6 22:56 System.map-5.4.0-94-generic
lrwxrwxrwx 1 root root24 janv. 12 08:24 vmlinuz -> 
vmlinuz-5.4.0-94-generic
-rw--- 1 root root  11746656 déc.  14 16:23 vmlinuz-5.11.0-44-generic
-rw--- 1 root root  11746784 janv.  7 00:27 vmlinuz-5.11.0-46-generic
-rw--- 1 root root  13656320 janv.  7 00:07 vmlinuz-5.4.0-94-generic
lrwxrwxrwx 1 root root25 janv. 12 08:24 vmlinuz.old -> 
vmlinuz-5.11.0-46-generic
jr@jrUbuntu:~$ 

There were more files and I ran 
sudo apt-get autoremove --purge
Then 
apt-mark showmanual | grep -E "linux-.*[0-9]" | grep -v "hwe" | xargs -r sudo 
apt-mark auto

And again
sudo apt autoremove --purge -y

Seems to have deleted a couple files.

Well I installed it in the common way I'd say : USB drive, erase all
disk and install encrypted version with LUKS. I connected to a wifi
network during the installation.

Then I ran the following commands to reinstall the packages I had on my 
previous computer (attached file) :
sudo apt-get update
sudo apt-get install dselect
sudo dselect update
sudo dpkg --set-selections < liste-des-paquets
sudo apt-get -u dselect-upgrade
(I've been doing this a couple times from previous systems, starting in 20.04, 
now I'm in 20.04.3).

Do you see what happened ?
Thanks

** Attachment added: "liste-des-paquets_jrUbuntu_2022-01-08-12-49"
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1956957/+attachment/5554394/+files/liste-des-paquets_jrUbuntu_2022-01-08-12-49

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

Title:
  package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

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


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

[Bug 1957765] [NEW] Jammy: Update to 5.1.21 needed for PHP 8.1 compatibility

2022-01-13 Thread André R .
Public bug reported:

New release out which fixes issues with PHP 8.1 (php version in Jammy):
https://pecl.php.net/package-changelog.php?package=APCu


Also be aware as of PHP 8 apcu-bc is no longer supported*, so this
should no longer be configured as a recommended package**.

* https://www.php.net/manual/en/apcu.installation.php
** https://bugs.launchpad.net/ubuntu/+source/php-apcu/+bug/1599282

** Affects: php-apcu (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apcu jammy php

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

Title:
  Jammy: Update to 5.1.21 needed for PHP 8.1 compatibility

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


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

[Bug 1957055] [NEW] Xorg freeze

2022-01-11 Thread Sunil R
Public bug reported:

tried with nvidia 390 driver also ,but no improvement

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-81.91-generic 5.4.128
Uname: Linux 5.4.0-81-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Jan 11 14:22:12 2022
DistUpgraded: 2021-08-22 20:45:57,513 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
DistroCodename: focal
DistroVariant: ubuntu
GpuHangFrequency: Very infrequently
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:04b6]
 NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0df5] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell GF108M [GeForce GT 525M] [1028:04b6]
InstallationDate: Installed on 2021-08-08 (156 days ago)
InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
MachineType: Dell Inc. Dell System XPS L502X
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-81-generic 
root=UUID=e240f53d-7bb3-4a6d-a0c5-abc23ed371b1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to focal on 2021-08-22 (141 days ago)
dmi.bios.date: 09/07/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0YR8NN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd09/07/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.family: HuronRiver System
dmi.product.name: Dell System XPS L502X
dmi.product.sku: System SKUNumber
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.5
version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.5
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal freeze ubuntu

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

Title:
  Xorg freeze

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


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

[Bug 1956957] [NEW] package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1

2022-01-10 Thread J R
Public bug reported:

3 weeks after installing 20.04.3

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: initramfs-tools 0.136ubuntu6.6
ProcVersionSignature: Ubuntu 5.11.0-44.48~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-44-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Jan 10 13:03:11 2022
ErrorMessage: installed initramfs-tools package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2021-12-22 (19 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade: 
installed initramfs-tools package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package initramfs-tools 0.136ubuntu6.6 failed to install/upgrade:
  installed initramfs-tools package post-installation script subprocess
  returned error exit status 1

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


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

[Bug 1931377] Re: Touchpad stopped working randomly while using anydesk as a client. Does not fix after a reboot. An external keyboard works.

2021-12-31 Thread R. Oliveira
** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Touchpad stopped working randomly while using anydesk as a client.
  Does not fix after a reboot. An external keyboard works.

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


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

[Bug 1954580] Re: Ubuntu doesn't recognize touchpad and needs tweak

2021-12-31 Thread R. Oliveira
*** This bug is a duplicate of bug 1949223 ***
https://bugs.launchpad.net/bugs/1949223

** This bug has been marked a duplicate of bug 1949223
   touchpad doesn't work at all

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

Title:
  Ubuntu doesn't recognize touchpad and needs tweak

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


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

[Bug 1951203] Re: Touchpad don't work

2021-12-31 Thread R. Oliveira
*** This bug is a duplicate of bug 1949223 ***
https://bugs.launchpad.net/bugs/1949223

** This bug has been marked a duplicate of bug 1949223
   touchpad doesn't work at all

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

Title:
  Touchpad don't work

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


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

[Bug 1955716] [NEW] I am using dell 5537 64 bit, touchpad not working and most of the application not responding after installing ubuntu 20.04

2021-12-24 Thread Vishal S R
Public bug reported:

I am using dell 5537 64 bit,touch pad not working and most of the
application not responding after installing ubuntu 20.04

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-43-generic 5.11.0-43.47~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-43.47~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Dec 24 20:15:22 2021
InstallationDate: Installed on 2021-12-01 (23 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  I am using dell 5537 64 bit,touchpad not working and most of the
  application not responding after installing ubuntu 20.04

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


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

[Bug 1951733] Re: My screen freezes during a USB live session and I can't install Ubuntu

2021-12-23 Thread J R
Hello,

The problem is finally solved by a change of RAM!
Apparently Corsair RAM (I had 2x 8GB DDR4) sometimes causes problems with Linux 
(when everything works fine with Windows).
It was changed by a company specialized in Linux which uses Crucial or Kingston.

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

Title:
  My screen freezes during a USB live session and I can't install Ubuntu

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


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

[Bug 1955297] [NEW] Xorg freeze

2021-12-18 Thread Sunil R
Public bug reported:

Mouse freezes

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-81.91-generic 5.4.128
Uname: Linux 5.4.0-81-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Dec 18 15:24:35 2021
DistUpgraded: 2021-08-22 20:45:57,513 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GpuHangFrequency: Continuously
GpuHangReproducibility: I don't know
GpuHangStarted: I don't know
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Dell 2nd Generation Core Processor Family Integrated Graphics 
Controller [1028:04b6]
 NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0df5] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell GF108M [GeForce GT 525M] [1028:04b6]
InstallationDate: Installed on 2021-08-08 (132 days ago)
InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
MachineType: Dell Inc. Dell System XPS L502X
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-81-generic 
root=UUID=e240f53d-7bb3-4a6d-a0c5-abc23ed371b1 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to focal on 2021-08-22 (117 days ago)
dmi.bios.date: 09/07/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0YR8NN
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd09/07/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0YR8NN:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.family: HuronRiver System
dmi.product.name: Dell System XPS L502X
dmi.product.sku: System SKUNumber
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.5
version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.5
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal freeze ubuntu

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

Title:
  Xorg freeze

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


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

[Bug 1928031] Re: neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl'

2021-12-14 Thread Erlon R. Cruz
@Bodo, regarding your fix in openvswitch, I believe I'm seeing it happening in 
a customer environment, the error is identical to the logs linked in #25.
To test your fix, were you able to reproduce the problem?

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

Title:
  neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler'
  object has no attribute 'sb_idl'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1928031/+subscriptions


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

[Bug 1928031] Re: neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl'

2021-12-14 Thread Erlon R. Cruz
@shanyunfan https://paste.ubuntu.com/p/SQ5VKSMRdT/

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

Title:
  neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler'
  object has no attribute 'sb_idl'

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ovn-chassis/+bug/1928031/+subscriptions


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

[Bug 1953719] [NEW] logrotate.service fails because it starts before winbind.service

2021-12-08 Thread R. Diez
Public bug reported:

I have started to play with Prometheus on my Ubuntu 20.04.3. You can
configure Prometheus to alert you when a systemd service fails, and in
this way I noticed a problem with the logrotate.service immediately
after booting the system.

I looked with Cockpit, and Cockpit was reporting logrotate.service as
"Failed to start". This is the log for logrotate.service :

8<8<8<
Dez 09 08:00:56 rdiez3 systemd[1]: Starting Rotate log files...
Dez 09 08:00:58 rdiez3 logrotate[1760]: Can't find pid for destination 
'winbindd'
Dez 09 08:00:58 rdiez3 logrotate[1069]: error: error running non-shared 
postrotate script for /var/log/samba/log.winbindd of 
'/var/log/samba/log.winbindd '
Dez 09 08:00:58 rdiez3 systemd[1]: logrotate.service: Main process exited, 
code=exited, status=1/FAILURE
Dez 09 08:00:58 rdiez3 systemd[1]: logrotate.service: Failed with result 
'exit-code'.
Dez 09 08:00:58 rdiez3 systemd[1]: Failed to start Rotate log files.
8<8<8<

I then looked at winbind.service , which was fine:

8<8<8<
Dez 09 08:01:01 rdiez3 systemd[1]: Starting Samba Winbind Daemon...
Dez 09 08:01:01 rdiez3 systemd[1]: Started Samba Winbind Daemon.
8<8<8<

But I noticed that winbind.service started after logrotate.service . I
wonder whether this is a service dependency issue.

I am using this PC only during normal working hours, and logrotate.timer
is set to run at midnight, when the computer will never be turned on.

The worry is that this problem could effectively cause the complete log
rotation to stop working.

** Affects: logrotate (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/1953719

Title:
  logrotate.service fails because it starts before winbind.service

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


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

[Bug 1951733] [NEW] My screen freezes during a USB live session and I can't install Ubuntu

2021-11-21 Thread J R
Public bug reported:

My computer was working fine with Ubuntu 20.04 and all of the sudden it
started to freeze all the time, including on the purple log in page.

The computer hardware has been extensively tested (the SSD and
motherboard have been changes by the manufacturer) but I still can't
even launch a USB live session : it freezes after ~30s : I tried with
18.04.6, 20.04, 20.04.3, 21.04, 21.10, 22.04 and Mint 20.2 "Uma" -
Cinnamon (Edge, 64-bit).

But it worked with 18.04 (but I lost wifi and bluetooth) and also in
safe graphics/compatibility mode with all the previous versions.

I declared this problems in several forums with my specs and no solution so far.
https://ubuntuforums.org/showthread.php?t=2467035=40cc8a4ea7d149b61e1e8b16a69d5c9b
https://www.linux.org/threads/my-computer-freezes-when-i-use-a-usb-drive-boot-and-i-cant-reinstall-ubuntu.37745/

The computer should be compatible with Linux : it's a custom Clevo
NL51LU made by PC specialists.

Thanks

** Affects: launchpad
 Importance: Undecided
 Status: New

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Also affects: 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/1951733

Title:
  My screen freezes during a USB live session and I can't install Ubuntu

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


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

[Bug 1950927] [NEW] smbnetfs cannot access libsecret unless run in foreground

2021-11-14 Thread Matthew R. Dorozenski
Public bug reported:

Ubuntu 21.10
smbnetfs/impish,now 0.6.3-1 amd64


I am using smbnetfs to mount smb network shares.  Credentials are stored in 
libsecret using secret-tools.  Server name myserver.  Share name public is 
unprotected.  Share name myshare is protected by password.  If I run:

smbnetfs mnt

there are no errors, and I can browse to public shares.

cd mnt/myserver/public
ls

gives the expected result and lists contents.

However,

cd mnt/myserver/myshare
ls

gives:

ls: cannot open directory 'mnt/myserver/myshare': Permission denied

However, if I run with either the -d (debug) or -f (foreground) option,
(-d implies -f), and then in another terminal, or by backgrounding the
running process, I run the above commands, I am able to browse both
public and password protected shares without issue.

I suspect this has something to do with the ability to access
information stored in libsecret when run in the background, but I'm not
certain.

Everything works as expected if I use a .auth file for the credential
storage (which is obviously less secure, but I tested it to help
diagnose the issue).

Also - a side note - the -o use_libsecret option listed in the manual
and with --help both error:

fuse: unknown option `use_libsecret=true'

If the option is set in the .smb/smbnetfs.conf file, the same error is
reported.  However, run in the foreground, without this option,
libsecret is used correctly.

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


** Tags: gnome-keyring libsecret samba secret-tools smbnetfs

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

Title:
  smbnetfs cannot access libsecret unless run in foreground

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


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

[Bug 1694989] Re: apt-mark overwrites existing held package info

2021-10-26 Thread Nicolas R.
This is very annoying, I agree that either, apt-mark should not accept
'uninstalled' packages or we should avoid losing packages marked as
'hold'

Steps to reproduce (assuming none of these two packages are available)

Trying to mark as hold two uninstalled packages... and notice that the
second we add the second one we lost the status for the first one..

> apt update
> apt-mark hold p0f
p0f set on hold.
> apt-mark showhold
p0f
> grep -c p0f /var/lib/dpkg/status
1
> apt-mark hold dovecot-core
dovecot-core set on hold.
> apt-mark showhold
dovecot-core
> grep -c p0f /var/lib/dpkg/status
0

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

Title:
  apt-mark overwrites existing held package info

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


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

[Bug 1948584] Re: Broken link in PhasedUpdates Wiki page

2021-10-24 Thread R. Diez
This bug should be assigned to Evan, because according to this page, he
is the one who has blueprint "Phased updates of software packages for
Ubuntu" assigned.

https://launchpad.net/~ev

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

Title:
  Broken link in PhasedUpdates Wiki page

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


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

[Bug 1948584] [NEW] Broken link in PhasedUpdates Wiki page

2021-10-24 Thread R. Diez
Public bug reported:

I am trying to write a script to automatically update my Ubuntu system
with little user interaction, while honouring the "phased updates"
feature that currently (and allegedly) only tool "Update Manager"
supports.

So I need to find out which apt options, or whatever, I need to use. I
went to this wiki page, which looks promising:

https://wiki.ubuntu.com/PhasedUpdates

On that page, there is a link to a blog post by Brian Murray with
"complete details", which is what I need. Unfortunately, the link is
broken.

It is not the first time I see an error on the Launchpad Wiki, and it is
not entirely clear how to report such issues, so today I am trying with
this general bug-reporting mechanism.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Broken link in PhasedUpdates Wiki page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1948584/+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   >