[Bug 2026194] Re: When clicking on some maximized or tiled windows, focus on roughly the lower quarter falls to the window behind

2024-07-22 Thread Sebastian Mettner
This bug still persist, when running wine and i run a application which
uses full screen it gets the same behavior after i installed the deb
files from Daniel.

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

Title:
  When clicking on some maximized or tiled windows, focus on roughly the
  lower quarter falls to the window behind

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


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

[Bug 2073303] [NEW] Broadcom WLAN kernel module not loaded when secure boot is enabled

2024-07-16 Thread Sebastian
Public bug reported:

With a fresh install of Ubuntu 24.04 LTS on an older notebook with a
Broadcom BCM4352 WLAN chip and secure boot enabled, I tried to get WiFi
running by installing the bcmwl-kernel-source package. Unfortunately,
the module does not load:

> sudo modprobe wl
modprobe: ERROR: could not insert 'wl': Key was rejected by service

I was then following the procedure described here, to sign the wl kernel
module manually:

https://askubuntu.com/questions/760671/could-not-load-vboxdrv-after-
upgrade-to-ubuntu-16-04-and-i-want-to-keep-secur/

This resulted in this warning - but the module wl module did not load either.
>dkms status
broadcom-sta/6.30.223.271, 6.8.0-38-generic, x86_64: installed (WARNING! Diff 
between built and installed module!)

Can you advise how to get the wl kernel module running? Thank you in
advance.

-

Description:Ubuntu 24.04 LTS
Release:24.04


bcmwl-kernel-source:
  Installed: 6.30.223.271+bdcom-23ubuntu1
  Candidate: 6.30.223.271+bdcom-23ubuntu1
  Version table:
 *** 6.30.223.271+bdcom-23ubuntu1 500
500 http://de.archive.ubuntu.com/ubuntu noble/restricted amd64 Packages
100 /var/lib/dpkg/status


02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4352 
802.11ac Dual Band Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: Lenovo BCM4352 802.11ac Dual Band Wireless Network Adapter 
[17aa:0623]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel modules: bcma, wl

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: bcmwl-kernel-source 6.30.223.271+bdcom-23ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-38.38-generic 6.8.8
Uname: Linux 6.8.0-38-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul 16 22:38:08 2024
InstallationDate: Installed on 2024-07-14 (2 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Release amd64 (20240424)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: broadcom-sta
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: broadcom-sta (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble 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/2073303

Title:
  Broadcom WLAN kernel module not loaded when secure boot is enabled

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


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

[Bug 2069150] Re: Gedit/Text editor have huge ram and cpu usage which leads to crash when Preferences openned.

2024-07-14 Thread Sebastian V. Bauer
Same with me. I updated from Ubuntu 22.04 LTS to 24.04 LTS and now I am
not anymore able to open the preferences because RAM gets bloated until
it crashes.

OS: Ubuntu 24.04 LTS x86_64
Kernel: Linux 6.8.0-38-generic
Windowing System: Wayland
GNOME Version 46
Hardware Model: Lenovo ThinkPad E595
CPU: AMD Ryzen 5 3500U
GPU: Radeon Vega Mobile Gfx 8
Memory: 16 GiB

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

Title:
  Gedit/Text editor have huge ram and cpu usage which leads to crash
  when Preferences openned.

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


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

[Bug 2072648] Re: Regression in Apache 2.4.52-1ubuntu4.10 causes intermittent errors in mod_proxy_http2 backend

2024-07-11 Thread Sebastian Marsching
I can confirm that the package that you provided fixes the issue for me.

Thank you very much for the quick help!

Your intuition seems to better than mine, because I have to admit that
it took me a while how the commit that you linked fixes the issue and
how it was previously introduced by the security fix.

For those readers who are interested and do not want to read all the
relevant sections of the source code themselves, here is the
explanation:

The patch for CVE-2024-38477 introduced a check that verifies that the
URI contains a hostname. As long as this check was missing, a dormant
bug in proxy_http2_handler that in case of a retry caused
ap_proxy_determine_connection to be called for a URL that had already
been processed by this function, did not cause any immediate problems (I
guess the URL got somewhat mangled, but this did not matter because the
affected parts of were not used after that). With the introduction of
the check of the hostname, this bug suddenly became visible.

As this bug was in mod_proxy_http2, proxy connections to HTTP/1 servers
were not affected, which lead to this funny effect that HTTP/2
connections occassionally failed while HTTP/1 connections were
unaffected, even though the security patch itself did not make any
changes to the HTTP/2 logic.

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2024-38477

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

Title:
  Regression in Apache 2.4.52-1ubuntu4.10 causes intermittent errors in
  mod_proxy_http2 backend

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


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

[Bug 2072648] Re: Regression in Apache 2.4.52-1ubuntu4.10 causes intermittent errors in mod_proxy_http2 backend

2024-07-11 Thread Sebastian Marsching
Thanks for picking this up.

I redacted the URI because some of the examples contained sensitive data
and the the value depends on the actual request, but it always seems to
be the actual request URI including the query string. Here are a few
examples that do not contain sensitive data:

URI has no hostname: /?module=Login
URI has no hostname: 
/index.php?date=yesterday=API=API.getWidgetMetadata_limit=-1=JSON=1=1=day
URI has no hostname: 
/index.php?date=yesterday=API=json=API.getReportPagesMetadata_limit=-1==1=day

If you send me a link to packages with a potential fix, I am happy to
test them. The problem appears so frequently that I can easily reproduce
it within a few minutes.

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

Title:
  Regression in Apache 2.4.52-1ubuntu4.10 causes intermittent errors in
  mod_proxy_http2 backend

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


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

[Bug 2072648] [NEW] Regression in Apache 2.4.52-1ubuntu4.10 causes intermittent errors in mod_proxy_http2 backend

2024-07-10 Thread Sebastian Marsching
Public bug reported:

Version 2.4.52-1ubuntu4.10 of the apache2 package that was released in
order to fix the issues described in USN-6885-1 introduced a regression
that leads to intermittent 502 errors when proxying requests to a HTTP/2
server. This issue is not present in version 2.4.52-1ubuntu4.9 of the
package, so it must have been introduced as a side effect of the
security fixes.

The affected server uses the following configuration to proxy requests
to an Apache HTTPd version 2.4.61 that is running inside a Docker
container:

  ProxyPass "/" "h2c://localhost:8080/"
  ProxyPassReverse "/" "http://localhost:8080/;
  ProxyPreserveHost On
  RequestHeader set "X-Forwarded-Proto" "expr=%{REQUEST_SCHEME}"
  RequestHeader unset "X-Forwarded-For"
  RequestHeader unset "X-Forwarded-Host"
  RequestHeader unset "X-Forwarded-Server"

This configuration works without any problems when using Apache
2.4.52-1ubuntu4.9. After upgrading to Apache 2.4.52-1ubuntu4.10, the
following error message is intermittently displayed when trying to
access a proxied resource:

  Bad Gateway

  The proxy server received an invalid response from an upstream server.

  The proxy server could not handle the request

  Reason: URI has no hostname: /…

  Apache/2.4.52 (Ubuntu) Server at … Port 443

The request does not show up in the log of the server running inside the
Docker container, so it seems like it is not forwarded correctly.

This problem does not appear when changing

  ProxyPass "/" "h2c://localhost:8080/"

to

  ProxyPass "/" "http://localhost:8080/;

so it only seems to appear when using the HTTP/2 backend. My best guess
is that one of the changes that were introduced to address the security
vulnerabilities also introduced a race condition that is only triggered
when using HTTP/2 that is more parallel in nature.

This seems to be corroborated by my observation that this problem seems
to appear more frequently when many requests are forwarded in parallel
or at least quick succession.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: apache2 2.4.52-1ubuntu4.10
ProcVersionSignature: Ubuntu 5.15.0-113.123-generic 5.15.152
Uname: Linux 5.15.0-113-generic x86_64
Apache2ConfdDirListing: False
Apache2Modules: httpd (pid 580607) already running
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Wed Jul 10 14:25:29 2024
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: apache2
UpgradeStatus: Upgraded to jammy on 2024-01-05 (187 days ago)

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


** Tags: amd64 apport-bug jammy uec-images

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

Title:
  Regression in Apache 2.4.52-1ubuntu4.10 causes intermittent errors in
  mod_proxy_http2 backend

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


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

[Bug 2065274] Re: vlc doesn't use hardware video decoding

2024-07-08 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 2023380 ***
https://bugs.launchpad.net/bugs/2023380

** This bug has been marked a duplicate of bug 2068789
   VA-API not available to VLC .deb (flatpak works) in 24.04

** This bug is no longer a duplicate of bug 2068789
   VA-API not available to VLC .deb (flatpak works) in 24.04
** This bug has been marked a duplicate of bug 2023380
   hardware decoding not working although does for mpv

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

Title:
  vlc doesn't use hardware video decoding

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


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

[Bug 2068789] Re: VA-API not available to VLC .deb (flatpak works) in 24.04

2024-07-08 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 2023380 ***
https://bugs.launchpad.net/bugs/2023380

** This bug has been marked a duplicate of bug 2023380
   hardware decoding not working although does for mpv

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

Title:
  VA-API not available to VLC .deb (flatpak works) in 24.04

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


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

[Bug 2069530] Re: package vlc 3.0.20-3build6 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting a removal

2024-07-08 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 180 ***
https://bugs.launchpad.net/bugs/180

** This bug has been marked a duplicate of bug 180
   package libvlc-bin:amd64 3.0.17.4-5 failed to install/upgrade: triggers 
looping, abandoned

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

Title:
  package vlc 3.0.20-3build6 failed to install/upgrade: package is in a
  very bad inconsistent state; you should  reinstall it before
  attempting a removal

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


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

[Bug 2072447] [NEW] Gnome shell (wayland) crashes to gdm when pasting in FadeIn

2024-07-07 Thread Sebastian Lisic
Public bug reported:

When pasting text in the FadeIn software (https://www.fadeinpro.com/)
the shell crashes to gdm. This is consistent behavior. This only appears
to happen when using wayland, with X11 there is no issue.

No crash dumps are created in /var/crash/ after these crashes
(/etc/default/apport show apport is enabled).

The following appears in /var/log/syslog during the crash:

2024-07-07T00:50:04.341049+02:00 tuxedo fadein[49004]: 
gtk_widget_set_size_request: assertion 'height >= -1' failed
2024-07-07T00:50:15.959381+02:00 tuxedo systemd[1]: fprintd.service: 
Deactivated successfully.
2024-07-07T00:51:15.694807+02:00 tuxedo fadein[49004]: Window 0x6496c8b1e170 is 
a temporary window without parent, application will not be able to position it 
on screen.
2024-07-07T00:51:15.715440+02:00 tuxedo fadein[49004]: 
gdk_wayland_window_handle_configure_popup: assertion 'impl->transient_for' 
failed
2024-07-07T00:51:21.214480+02:00 tuxedo fadein[49004]: Window 0x6496c8ae66f0 is 
a temporary window without parent, application will not be able to position it 
on screen.
2024-07-07T00:51:21.232964+02:00 tuxedo fadein[49004]: 
gdk_wayland_window_handle_configure_popup: assertion 'impl->transient_for' 
failed

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

  When pasting text in the FadeIn software (https://www.fadeinpro.com/)
  the shell crashes to gdm. This is consistent behavior. This only appears
  to happen when using wayland, with X11 there is no issue.
  
  No crash dumps are created in /var/crash/ after these crashes
  (/etc/default/apport show apport is enabled).
  
  The following appears in /var/log/syslog during the crash:
  
- 
  2024-07-07T00:50:04.341049+02:00 tuxedo fadein[49004]: 
gtk_widget_set_size_request: assertion 'height >= -1' failed
  2024-07-07T00:50:05.672607+02:00 tuxedo tracker-miner-fs-3[49095]: 
(tracker-extract-3:49095): GLib-GIO-WARNING **: 00:50:05.672: Error creating IO 
channel for /proc/self/mountinfo: Invalid argument (g-io-error-quark, 13)
  2024-07-07T00:50:05.697692+02:00 tuxedo tracker-miner-fs-3[49095]: 
(tracker-extract-3:49095): GLib-WARNING **: 00:50:05.697: getpwuid_r(): failed 
due to unknown user id (10001)
  2024-07-07T00:50:15.959381+02:00 tuxedo systemd[1]: fprintd.service: 
Deactivated successfully.
  2024-07-07T00:51:05.146287+02:00 tuxedo wpa_supplicant[1786]: wlo1: WPA: 
Group rekeying completed with 7c:10:c9:b6:57:8c [GTK=CCMP]
  2024-07-07T00:51:15.694807+02:00 tuxedo fadein[49004]: Window 0x6496c8b1e170 
is a temporary window without parent, application will not be able to position 
it on screen.
  2024-07-07T00:51:15.715440+02:00 tuxedo fadein[49004]: 
gdk_wayland_window_handle_configure_popup: assertion 'impl->transient_for' 
failed
- 2024-07-07T00:51:18.804917+02:00 tuxedo tracker-miner-f[3776]: Could not 
execute sparql: Unable to insert multiple values on single valued property 
`nfo:belongsToContainer' for resource 
file:///home/sebl/Documents/Deralict/one-comic.fadein_save_backup (old_value: 
'720', new value: '84908')
  2024-07-07T00:51:18.846797+02:00 tuxedo tracker-miner-fs-3[49178]: 
(tracker-extract-3:49178): GLib-GIO-WARNING **: 00:51:18.846: Error creating IO 
channel for /proc/self/mountinfo: Invalid argument (g-io-error-quark, 13)
  2024-07-07T00:51:18.868750+02:00 tuxedo tracker-miner-fs-3[49178]: 
(tracker-extract-3:49178): GLib-WARNING **: 00:51:18.868: getpwuid_r(): failed 
due to unknown user id (10001)
  2024-07-07T00:51:21.214480+02:00 tuxedo fadein[49004]: Window 0x6496c8ae66f0 
is a temporary window without parent, application will not be able to position 
it on screen.
  2024-07-07T00:51:21.232964+02:00 tuxedo fadein[49004]: 
gdk_wayland_window_handle_configure_popup: assertion 'impl->transient_for' 
failed

** Description changed:

  When pasting text in the FadeIn software (https://www.fadeinpro.com/)
  the shell crashes to gdm. This is consistent behavior. This only appears
  to happen when using wayland, with X11 there is no issue.
  
  No crash dumps are created in /var/crash/ after these crashes
  (/etc/default/apport show apport is enabled).
  
  The following appears in /var/log/syslog during the crash:
  
  2024-07-07T00:50:04.341049+02:00 tuxedo fadein[49004]: 
gtk_widget_set_size_request: assertion 'height >= -1' failed
- 2024-07-07T00:50:05.672607+02:00 tuxedo tracker-miner-fs-3[49095]: 
(tracker-extract-3:49095): GLib-GIO-WARNING **: 00:50:05.672: Error creating IO 
channel for /proc/self/mountinfo: Invalid argument (g-io-error-quark, 13)
- 2024-07-07T00:50:05.697692+02:00 tuxedo tracker-miner-fs-3[49095]: 
(tracker-extract-3:49095): GLib-WARNING **: 00:50:05.697: getpwuid_r(): failed 
due to unknown user id (10001)
  2024-07-07T00:50:15.959381+02:00 tuxedo systemd[1]: fprintd.service: 
Deactivated successfully.
- 2024-07-07T00:51:05.146287+02:00 tuxedo wpa_supplicant[1786]: wlo1: WPA: 
Group rekeying completed with 7c:10:c9:b6:57:8c [GTK=CCMP]
  

[Bug 2071937] [NEW] Nvidia Userspace tools(and libs) does not match latest kernel

2024-07-04 Thread Sebastian Ohl
Public bug reported:

When flashing the provided image for Ubuntu 22.04 on Orin DevKit (from
https://ubuntu.com/download/nvidia-jetson) it installs kernel
5.15.0-1008-nvidia-tegra-igx. This kernel matches the installed
userspace tools and cuda libraries. However, it seams to have problems
with 10G Ethernet connections at high load.

After upgrading to the latest packages a new kernel (5.15.0-1012-nvidia-
tegra-igx) is installed. This fixes my network issues but results in
broken gpu/cuda drivers/tools. This is because the 1012er kernel comes
with nvidia gpu drivers 540.3.1. Unfortunally, there are not user space
tools/cuda libs available for this driver.

Is there any change that this will change or is there a hint how to fix
this?

lsb_release -rd:
Description:Ubuntu 22.04.4 LTS
Release:22.04

** Affects: nvidia-tegra-defaults (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/2071937

Title:
  Nvidia Userspace tools(and libs) does not match latest kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-tegra-defaults/+bug/2071937/+subscriptions


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

[Bug 2055280] Re: openjdk-17-jre-headless 17.0.10+7-1~22.04.1: segfault in jspawnhelper

2024-06-26 Thread Sebastian
Regardless, this is destined to become a permanent feature of the JDK
according to https://bugs.openjdk.org/browse/JDK-8325621. Every single
minor update will break the interface between the JVM and `jspawnhelper`
going forward. Backported to 17 now as well, will be part of 17.0.13.

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

Title:
  openjdk-17-jre-headless 17.0.10+7-1~22.04.1: segfault in jspawnhelper

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


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

[Bug 2069478] [NEW] Increased lock contention in aa_{get,set}_buffer

2024-06-14 Thread Sebastian Mayr
Public bug reported:

After upgrading our images from 5.15.0-1052-aws to 5.15.0-1053-aws we've
noticed increased CPU usage caused by lock contention in the AppArmor
code paths. We've since continued upgraded past that, but the problem
persisted.

Digging more, we've found that rapid (parallel) invocation of
getaddrinfo was the cause of the contention (via openat, stat, etc
syscalls) and thereby spinning on that lock, which in turn maxed the CPU
of those instances. This is on c6i.24xlarge instances, so 96 CPUs. I'm
attaching a perf flamegraph of the exact stacktraces we're seeing.

We did not expect a patch-level kernel upgrade to cause this increased
CPU usage, however we managed to work around this issue via caching, so
this report is more informational/checking if this was intended. Looking
at the upstream kernel it seems like this eventually got fixed with per-
CPU buffers.

The only related changes we've found in the diffs between these two
versions were the addition of AppArmor checking for mqueues, which I
don't believe we're using explicitly anywhere. I'm not sure if that
change had other effects though.

This is all on Ubuntu 20.04 with the AWS-specific kernel package,
although I'm assuming it applies to the Ubuntu kernel generally. I was
unable to do the mapping to the "real" release versions though, so
reporting in this package since I got the exact version numbers.

** Affects: linux-aws (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Flamegraph of stacktraces with contention"
   
https://bugs.launchpad.net/bugs/2069478/+attachment/5789701/+files/Perf%20Flamegraph.png

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

Title:
  Increased lock contention in aa_{get,set}_buffer

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


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

[Bug 2066169] Re: Active Screen Edges still working when disabled

2024-06-14 Thread Sebastian Mares
Can confirm. Both Hot Corner and Active Screen Edges is always enabled
despite what's set in the settings.

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

Title:
  Active Screen Edges still working when disabled

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


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

[Bug 1791200] Re: grub-pc does not allow preseeding install_devices

2024-06-13 Thread Sebastian Unger
Probably should be set to fixed rather than incomplete. The issue has
not existed in Jammy nor Focal Ubuntu . Not sure exactly when it
disappeared, but I haven't seen it for a while and I am in this
preseeded situation fairly frequently.

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

Title:
  grub-pc does not allow preseeding install_devices

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


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

[Bug 2066372] Re: Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

2024-06-10 Thread Sebastian Dichler
Any Update?

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

Title:
  Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

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


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

[Bug 2055280] Re: openjdk-17-jre-headless 17.0.10+7-1~22.04.1: segfault in jspawnhelper

2024-06-10 Thread Sebastian
Not in Jenkins, but we saw the same error in another application when
unattended upgrades upgraded from 17.0.9 to 17.0.10 back in February.
Now with the 17.0.10 to 17.0.11 upgrade we are seeing the same problem
again. Was there another change in the protocol or what's going on here?
I found https://bugs.openjdk.org/browse/JDK-8307990 that could possibly
be related at least.

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

Title:
  openjdk-17-jre-headless 17.0.10+7-1~22.04.1: segfault in jspawnhelper

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


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

[Bug 2063235] Re: Tiling Assistant makes windows resize on single click

2024-06-04 Thread Sebastian Unger
Disabling advanced tiling isn't exactly a solution. More of a work-
around. The features of ET sound great. I'd love to use them, but this
resizing bug is way more annoying, so at the moment I can't.

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

Title:
  Tiling Assistant makes windows resize on single click

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-tiling-assistant/+bug/2063235/+subscriptions


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

[Bug 2052392] Re: Noble variant=fakechroot fails on Noble (mawk fails to install)

2024-06-04 Thread Sebastian Unger
Definitely not mawk related. I have other programs (e.g. tar) failing
under fakeroot/fakechroot as well.

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

Title:
  Noble variant=fakechroot fails on Noble (mawk fails to install)

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


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

[Bug 2019468] Re: package libvlc-bin:amd64 3.0.16-1build7 failed to install/upgrade: зацикливание триггеров, отмена работы

2024-06-01 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 180 ***
https://bugs.launchpad.net/bugs/180

** This bug has been marked a duplicate of bug 180
   package libvlc-bin:amd64 3.0.17.4-5 failed to install/upgrade: triggers 
looping, abandoned

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

Title:
  package libvlc-bin:amd64 3.0.16-1build7 failed to install/upgrade:
  зацикливание триггеров, отмена работы

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


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

[Bug 2066372] Re: Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

2024-05-27 Thread Sebastian Dichler
08:44:45 hostname : Downloads :)
> debdiff swaylock_1.5-2ubuntu1_amd64.deb swaylock_1.7.2-1build2_amd64.deb 
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

Depends: libc6 (>= [-2.28),-] {+2.34),+} libcairo2 (>= 1.2.4), 
libgdk-pixbuf-2.0-0 (>= 2.31.1), [-libglib2.0-0-] {+libglib2.0-0t64+} (>= 
2.12.0), libpam0g (>= 0.99.7.1), libwayland-client0 (>= [-1.9.91),-] 
{+1.20.0),+} libxkbcommon0 (>= 0.5.0)
Installed-Size: [-111-] {+117+}
Version: [-1.5-2ubuntu1-] {+1.7.2-1build2+}

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

Title:
  Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

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


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

[Bug 2066372] Re: Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

2024-05-27 Thread Sebastian Dichler
There is already a newer Version for Ubuntu 24.04 LTS available, which fixed 
this vulnerability:
swaylock (1.7.2-1build2):
* https://packages.ubuntu.com/noble/swaylock
* https://packages.ubuntu.com/noble/amd64/swaylock/download

Dependencies swaylock (1.7.2-1build2):
* libc6 (>= 2.34)
* libcairo2 (>= 1.2.4)
* libgdk-pixbuf-2.0-0 (>= 2.31.1)
* libglib2.0-0t64 (>= 2.12.0)
* libpam0g (>= 0.99.7.1)
* libwayland-client0 (>= 1.20.0)
* libxkbcommon0 (>= 0.5.0)

Compared to Ubuntu 22.04 LTS package:
swaylock (1.5-2ubuntu1):
* https://packages.ubuntu.com/jammy/swaylock
* https://packages.ubuntu.com/jammy/amd64/swaylock/download

Dependencies swaylock (1.5-2ubuntu1):
* libc6 (>= 2.28)
* libcairo2 (>= 1.2.4)
* libgdk-pixbuf-2.0-0 (>= 2.31.1)
* libglib2.0-0 (>= 2.12.0)
* libpam0g (>= 0.99.7.1)
* libwayland-client0 (>= 1.9.91)
* libxkbcommon0 (>= 0.5.0)

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

Title:
  Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

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


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

[Bug 2066372] Re: Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

2024-05-24 Thread Sebastian Dichler
Hey @mdeslaur, I am not that advanced that I understand how to do this.
I already tried building it from the dedicated repo
https://github.com/swaywm/swaylock.


14:38:46 hostname : swaylock ((v1.7.2)) :)
> meson --reconfigure build/ --prefix=/home/user/bin/swaylock-bin
The Meson build system
Version: 1.4.0
Source dir: /home/user/bin/swaylock
Build dir: /home/user/bin/swaylock/build
Build type: native build
Project name: swaylock
Project version: 1.7.2
C compiler for the host machine: cc (gcc 11.4.0 "cc (Ubuntu 
11.4.0-1ubuntu1~22.04) 11.4.0")
C linker for the host machine: cc ld.bfd 2.38
Host machine cpu family: x86_64
Host machine cpu: x86_64
Dependency wayland-client found: YES 1.20.0 (cached)
Dependency wayland-protocols found: YES 1.25 (cached)
Dependency wayland-scanner found: YES 1.20.0 (cached)
Dependency xkbcommon found: YES 1.4.0 (cached)
Dependency cairo found: YES 1.16.0 (cached)
Found pkg-config: YES (/usr/bin/pkg-config) 0.29.2
Found CMake: /usr/bin/cmake (3.22.1)
Run-time dependency gdk-pixbuf-2.0 found: NO (tried pkgconfig and cmake)
Library pam found: NO
Library crypt found: YES
Library m found: YES
Library rt found: YES
Program git found: YES (/usr/bin/git)
Program scdoc found: NO
Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
Configuring config.h using configuration
meson.build:118: WARNING: The swaylock binary must be setuid when compiled 
without libpam
meson.build:119: WARNING: You must do this manually post-install: chmod a+s 
/path/to/swaylock
Dependency bash-completion found: YES 2.11 (cached)
Run-time dependency fish found: NO (tried pkgconfig and cmake)
Build targets in project: 1

swaylock 1.7.2

  User defined options
prefix: /home/user/bin/swaylock-bin

Found ninja-1.11.1.git.kitware.jobserver-1 at /usr/local/bin/ninja
WARNING: Running the setup command as `meson [options]` instead of `meson setup 
[options]` is ambiguous and deprecated.
14:38:53 hostname : swaylock ((v1.7.2)) :)
> ninja -C build
ninja: Entering directory `build'
[26/26] Linking target swaylock
14:39:12 hostname : swaylock ((v1.7.2)) :)
> sudo ninja -C build install
ninja: Entering directory `build'
[0/1] Installing files.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/mesonbuild/mesonmain.py", line 146, in 
run
return options.run_func(options)
  File "/usr/lib/python3/dist-packages/mesonbuild/minstall.py", line 811, in run
installer.do_install(datafilename)
  File "/usr/lib/python3/dist-packages/mesonbuild/minstall.py", line 564, in 
do_install
d = self.check_installdata(pickle.load(ifile))
ModuleNotFoundError: No module named 'mesonbuild.utils'

ERROR: Unhandled python exception

This is a Meson bug and should be reported!
FAILED: meson-internal__install
/home/dichler/.local/bin/meson install --no-rebuild
ninja: build stopped: subcommand failed.
14:39:20 hostname : swaylock ((v1.7.2)) :(
>

Greetings,
Sebastian

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

Title:
  Ubuntu 22.04 LTS - swaylock -v 1.5 - lock screen bypasses

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


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

[Bug 2065423] Re: Update AppArmor template to allow confined runc to kill containers

2024-05-21 Thread Sebastian Podjasek
Apparently, that's the fate of early adopters...

I've managed to "hand-craft" following apparmor profile and place it in:
/etc/apparmor.d/cri-containerd.apparmor.d as a temporary solution for
this problem.


** Attachment added: "Temporary working profile for apparmor"
   
https://bugs.launchpad.net/ubuntu/+source/containerd-app/+bug/2065423/+attachment/5780797/+files/cri-containerd.apparmor.d

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

Title:
  Update AppArmor template to allow confined runc to kill containers

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


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

[Bug 2065423] Re: Update AppArmor template to allow confined runc to kill containers

2024-05-11 Thread Sebastian Podjasek
Forgot to paste link to PR related to issue above :/

https://github.com/containerd/containerd/pull/10129

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

Title:
  Update AppArmor template to allow confined runc to kill containers

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


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

[Bug 2065423] [NEW] Update AppArmor template to allow confined runc to kill containers

2024-05-10 Thread Sebastian Podjasek
Public bug reported:

Is there any chance that this PR can be implemented to current Ubuntu
release?

Because as for now apparmor denies signals from runc and this results in
many pods kept in Terminating state:

audit: type=1400 audit(1715342953.323:200): apparmor="DENIED"
operation="signal" class="signal" profile="cri-containerd.apparmor.d"
pid=741102 comm="runc" requested_mask="receive" denied_mask="receive"
signal=kill peer="runc"

** Affects: containerd-app (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/2065423

Title:
  Update AppArmor template to allow confined runc to kill containers

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


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

[Bug 2062562] Re: Keyboard not working after resume from suspend on Dell XPS 13 laptop

2024-04-25 Thread Sebastian Podjasek
That previous comment was false-positive, I was probably still booted to
6.5.0-26 and on 6.5.0-28 this bug is still present. After resume from
suspend in 6.5.0-28 keyboard is not-responsive.

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

Title:
  Keyboard not working after resume from suspend on Dell XPS 13 laptop

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


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

[Bug 2062562] Re: Keyboard not working after resume from suspend on Dell XPS 13 laptop

2024-04-22 Thread Sebastian Podjasek
It seems that this is already fixed with 6.5.0-28-generic

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

Title:
  Keyboard not working after resume from suspend on Dell XPS 13 laptop

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


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

[Bug 2062562] Re: Keyboard not working after resume from suspend on Dell XPS 13 laptop

2024-04-19 Thread Sebastian Podjasek
Maybe this is related with this: https://lore.kernel.org/linux-
input/20240126160724.13278-1-hdego...@redhat.com/

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

Title:
  Keyboard not working after resume from suspend on Dell XPS 13 laptop

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


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

[Bug 2062562] [NEW] Keyboard not working after resume from suspend on Dell XPS 13 laptop

2024-04-19 Thread Sebastian Podjasek
Public bug reported:

After upgrade to 6.5.0-27-generic keyboard stopped working when laptop comes 
back to life after suspend.
When booted with 6.5.0-26-generic everything is fine.

** Affects: linux-signed (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/2062562

Title:
  Keyboard not working after resume from suspend on Dell XPS 13 laptop

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


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

[Bug 1720717] Re: Add multiarch metadata to tessaract lib/dev

2022-06-04 Thread Sebastian Ramacher
** Changed in: tesseract (Ubuntu)
   Status: New => Fix Released

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

Title:
  Add multiarch metadata to tessaract lib/dev

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


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

[Bug 1548250] Re: package libtesseract4 not installed failed to install/upgrade: trying to overWRITE /usr/lib/libtesseract.so.3.0.4 , which is also in package libtesseract3v5 3.04.00-5ubuntu1

2022-06-04 Thread Sebastian Ramacher
** Changed in: tesseract (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  package libtesseract4  not installed  failed to install/upgrade:
  trying to overWRITE  /usr/lib/libtesseract.so.3.0.4 , which is also in
  package libtesseract3v5 3.04.00-5ubuntu1

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


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

[Bug 1548481] Re: package libtesseract4 (not installed) failed to install/upgrade: Versuch, »/usr/lib/libtesseract.so.3.0.4« zu überschreiben, welches auch in Paket libtesseract3v5 3.04.00-5ubuntu1 is

2022-06-04 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 1548250 ***
https://bugs.launchpad.net/bugs/1548250

** This bug has been marked a duplicate of bug 1548250
   package libtesseract4  not installed  failed to install/upgrade: trying to 
overWRITE  /usr/lib/libtesseract.so.3.0.4 , which is also in package 
libtesseract3v5 3.04.00-5ubuntu1

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

Title:
  package libtesseract4 (not installed) failed to install/upgrade:
  Versuch, »/usr/lib/libtesseract.so.3.0.4« zu überschreiben, welches
  auch in Paket libtesseract3v5 3.04.00-5ubuntu1 ist

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


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

[Bug 1548796] Re: package libtesseract4 3.04.01-2 failed to install/upgrade: a tentar sobre-escrever '/usr/lib/libtesseract.so.3.0.4', que também está no pacote libtesseract3v5 3.04.00-5ubuntu1

2022-06-04 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 1548250 ***
https://bugs.launchpad.net/bugs/1548250

** This bug has been marked a duplicate of bug 1548250
   package libtesseract4  not installed  failed to install/upgrade: trying to 
overWRITE  /usr/lib/libtesseract.so.3.0.4 , which is also in package 
libtesseract3v5 3.04.00-5ubuntu1

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

Title:
  package libtesseract4 3.04.01-2 failed to install/upgrade: a tentar
  sobre-escrever '/usr/lib/libtesseract.so.3.0.4', que também está no
  pacote libtesseract3v5 3.04.00-5ubuntu1

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


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

[Bug 1555857] Re: package libtesseract4 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/libtesseract.so.3.0.4', which is also in package libtesseract3v5 3.04.00-5ubuntu1

2022-06-04 Thread Sebastian Ramacher
*** This bug is a duplicate of bug 1548250 ***
https://bugs.launchpad.net/bugs/1548250

** This bug has been marked a duplicate of bug 1548250
   package libtesseract4  not installed  failed to install/upgrade: trying to 
overWRITE  /usr/lib/libtesseract.so.3.0.4 , which is also in package 
libtesseract3v5 3.04.00-5ubuntu1

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

Title:
  package libtesseract4 (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/libtesseract.so.3.0.4', which is also in
  package libtesseract3v5 3.04.00-5ubuntu1

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


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

[Bug 1802334] Re: update tesseract-ocr to 4.0.0 stable

2022-06-04 Thread Sebastian Ramacher
** Changed in: tesseract (Ubuntu)
   Status: New => Fix Released

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

Title:
  update tesseract-ocr to 4.0.0 stable

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


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

[Bug 1816304] Re: Several issues due to version 4 beta while the final 4.0.0 has been released

2022-06-04 Thread Sebastian Ramacher
** Changed in: tesseract (Ubuntu)
   Status: New => Fix Released

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

Title:
  Several issues due to version 4 beta while the final 4.0.0 has been
  released

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


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

[Bug 1975566] Re: Unknown bug

2022-05-27 Thread Sebastian Schauenburg
Re-reading my previous post, I need to clarify.

about 1) and 2):
I tried to USB boot (normal) and it didn't work. I got many GUI hangs/crashes. 
After ~5-10 times I got fed up with it and tried a USB (safe) boot, which 
worked. Then I tried the USB (normal) boot again and it suddenly worked.

about 3):
if the GUI works, it hangs quickly but never in the same interval (probably 
crashes in the background) and does not recover. I seem to remember that 
sometimes even switching to a VT didn't work. I was surprised that remote SSH 
login worked, but reboots had to mostly be 'hard' eventually (e.g. the reboot 
command didn't completely finish).
When the GUI hangs, the mousecursor is static and nothing can be done. 
Alt-tabbing also did not work.

But, I found a workaround!
I installed the "5.18.0-051800-generic" kernel from 
https://wiki.ubuntu.com/Kernel/MainlineBuilds
and used this modprobe file with options:
# disable the older 'radeon' kernel module
blacklist radeon
# disable audio
options amdgpu audio=0
# magic options for my TAHITI R9 280X
options amdgpu si_support=1
options amdgpu cik_support=1
options amdgpu dpm=0
options amdgpu aspm=0
options amdgpu runpm=0
options amdgpu bapm=0

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

Title:
  Unknown bug

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


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

[Bug 1975862] acpidump.txt

2022-05-26 Thread Sebastian Fischer
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1975862/+attachment/5593171/+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/1975862

Title:
  Can't mount NFS share

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


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

[Bug 1975862] WifiSyslog.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] UdevDb.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] PulseList.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] ProcModules.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] ProcInterrupts.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] ProcCpuinfo.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] ProcEnviron.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] ProcCpuinfoMinimal.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] Lsusb-v.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] Lsusb-t.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] Lsusb.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] Lspci-vt.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] Lspci.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] CRDA.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] AlsaInfo.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] CurrentDmesg.txt

2022-05-26 Thread Sebastian Fischer
apport information

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

Title:
  Can't mount NFS share

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


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

[Bug 1975862] [NEW] Can't mount NFS share

2022-05-26 Thread Sebastian Fischer
Public bug reported:

i can't mount NFS Share on Kernel 5.13.0-41 and 5.13.0-44.
I mount via fstab : 
10.1.1.200:/Multimedia  /media/multimedia   nfs4rw,users,soft   0   0

If i boot up with kernel 5.13.0-40 everything works fine.
--- 
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  sebastian   4875 F pulseaudio
 /dev/snd/controlC0:  sebastian   4875 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: X-Cinnamon
DistroRelease: Linux Mint 20.3
InstallationDate: Installed on 2021-03-20 (432 days ago)
InstallationMedia: Linux Mint 20.1 "Ulyssa" - Release amd64 20210103
IwConfig:
 lono wireless extensions.
 
 enp34s0   no wireless extensions.
MachineType: Micro-Star International Co., Ltd. MS-7B89
Package: linux (not installed)
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-44-generic 
root=UUID=ca450908-f231-4e70-b01b-01cc18c39400 ro quiet splash
ProcVersionSignature: Ubuntu 5.13.0-44.49~20.04.1-generic 5.13.19
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-44-generic N/A
 linux-backports-modules-5.13.0-44-generic  N/A
 linux-firmware 1.187.31
RfKill:
 
Tags:  una
Uname: Linux 5.13.0-44-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True
dmi.bios.date: 12/30/2019
dmi.bios.release: 5.14
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.60
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: B450M MORTAR MAX (MS-7B89)
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd12/30/2019:br5.14:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B89:pvr1.0:rvnMicro-StarInternationalCo.,Ltd.:rnB450MMORTARMAX(MS-7B89):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7B89
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: 1.0
dmi.sys.vendor: Micro-Star International Co., Ltd.

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


** Tags: apport-collected una

** Tags added: apport-collected una

** Description changed:

  i can't mount NFS Share on Kernel 5.13.0-41 and 5.13.0-44.
  I mount via fstab : 
  10.1.1.200:/Multimedia  /media/multimedia   nfs4rw,users,soft   0 
  0
  
  If i boot up with kernel 5.13.0-40 everything works fine.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.24
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  sebastian   4875 F pulseaudio
+  /dev/snd/controlC0:  sebastian   4875 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: X-Cinnamon
+ DistroRelease: Linux Mint 20.3
+ InstallationDate: Installed on 2021-03-20 (432 days ago)
+ InstallationMedia: Linux Mint 20.1 "Ulyssa" - Release amd64 20210103
+ IwConfig:
+  lono wireless extensions.
+  
+  enp34s0   no wireless extensions.
+ MachineType: Micro-Star International Co., Ltd. MS-7B89
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-44-generic 
root=UUID=ca450908-f231-4e70-b01b-01cc18c39400 ro quiet splash
+ ProcVersionSignature: Ubuntu 5.13.0-44.49~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-44-generic N/A
+  linux-backports-modules-5.13.0-44-generic  N/A
+  linux-firmware 1.187.31
+ RfKill:
+  
+ Tags:  una
+ Uname: Linux 5.13.0-44-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/30/2019
+ dmi.bios.release: 5.14
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 2.60
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: B450M MORTAR MAX (MS-7B89)
+ dmi.board.vendor: Micro-Star International Co., Ltd.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: To be filled by O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Micro-Star International Co., Ltd.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd12/30/2019:br5.14:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B89:pvr1.0:rvnMicro-StarInternationalCo.,Ltd.:rnB450MMORTARMAX(MS-7B89):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:skuTobefilledbyO.E.M.:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: MS-7B89
+ dmi.product.sku: To be filled by O.E.M.
+ dmi.product.version: 1.0
+ dmi.sys.vendor: Micro-Star International Co., Ltd.

-- 
You received this bug notification because you are a member o

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-26 Thread Sebastian Schauenburg
Here are logs from 3 separate type of boots (actually I had to reboot at
least 20 times, because I had a lot of crashes/hangs):

1) USB safemode boot (since the normal USB boot didn't work ~ 5 times)
2) USB normal boot (it worked, don't know why, but I'm not complaining)
3) normal installed boot (could log in to GDM, but was not able to start a 
terminal. Had to switch to VT3 and back to get something useful from the 
system. Eventually I logged in via SSH. So I was not able to get glxinfo, hope 
the glxinfo from "2)" suffices.)

** Attachment added: "20220526_logs.zip"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1975566/+attachment/5593151/+files/20220526_logs.zip

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1966362] Re: libigdgmm12 version 22.1.1+ds1-1 breaks vaapi video decoding

2022-05-26 Thread Sebastian Ramacher
** Changed in: intel-gmmlib (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  libigdgmm12 version 22.1.1+ds1-1 breaks vaapi video decoding

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-26 Thread Sebastian Schauenburg
With the live USB stick, there are also Xorg issues. Even got a nice
crash rapport.

** Attachment added: "_usr_lib_xorg_Xorg.127.crash"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1975566/+attachment/5593009/+files/_usr_lib_xorg_Xorg.127.crash

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-26 Thread Sebastian Schauenburg
Here's the vulkaninfo. I got lucky, since the entire GUI hung shortly
after (don't think it's related to running this specific command
though).

Reverted the Wayland (GDM) change, so it's stock behaviour. And yes, I
switched back to stock config and kernel.

Will try to USB live version shortly.

** Attachment added: "vulkaninfosudo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1975566/+attachment/5593007/+files/vulkaninfosudo.txt

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-25 Thread Sebastian Schauenburg
Sorry for the late reply.

tonight I installed the full ubuntu-desktop package (with a "clean" test
user) and experienced crashes/hangs and other weird behaviour with the
stock setup. When I disabled Wayland in GDM3, it got a little better,
until that had issues as well.

Note: I went from an 7+ year old Intel CPU -> AMD Ryzen CPU (GPU stayed
the same)

What kind of information is useful to provide including which logs?
Would it help if I provided journalctl logs of with/without wayland and
until the moment of the crash/hang?

P.S. thanks for trying to help me out here

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
am currently using AwesomeWM ( https://awesomewm.org/ ) with LightDM.

- when I ran the vulkaninfo this time, I temporarily switched back to 'stock' 
config (which is radeon, not amdgpu). So that might be correct. Should I switch 
to amdgpu and run it again?
- between first post and now, I also switched back to the stock jammy kernel
- thanks for the pointer about the compositor, didn't look into that yet. 
Checked and I didn't have a compositor installed (probably). So I installed 
"compton" as a compositor again (used it as well on my previous system), but 
that didn't help one bit (made it worse actually). So I uninstalled it again.

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
Noticed something quite weird when using the default kernel module
(radeon).

- when running glxgears, it starts running normally, but stalls quickly. If I 
active movement (hightling a part of my terminal and moving the mouse around 
simultaneously), it seems to skyrocket and run normally. Until I stop moving my 
mouse (which highlightning a piece of the terminal), then it stops running 
again (5FPS, not being re-drawn).
- When using Firefox, it appears to 'stall' regularly. But if I hide the 
window, it seems like the page is being processed (for example when visiting a 
site) and when I show the window again, it is updated. This does not happen 
when the window is being showed, it just appears to hang.

Additional piece of info: I have a 4K 60hz monitor.

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
** Attachment added: "lsmod.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1975566/+attachment/5592575/+files/lsmod.txt

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
** Attachment added: "vulkaninfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1975566/+attachment/5592574/+files/vulkaninfo.txt

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
** Attachment added: "glxinfo.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1975566/+attachment/5592573/+files/glxinfo.txt

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] Re: radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
Already tried out some different things:
- Tried the latest linux kernel
- Fiddled with amdgpu & radeon kernel module options
- Tried running the amdgpu kernel module instead of radeon

Had to SSH into the machine to do anything (usually the system locks
up).

Some error messages from the fiddling:
# kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, signaled 
seq=19833, emitted seq=19835
# kernel: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: 
process Xorg pid 1758 thread Xorg:cs0 pid 1798

# kernel: [drm] Fence fallback timer expired on ring sdma1
# kernel: [drm] Fence fallback timer expired on ring gfx

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975566] [NEW] radeon / amdgpu bad performance or panics

2022-05-24 Thread Sebastian Schauenburg
Public bug reported:

Recently I upgraded my machine and moved my GPU over from the old (Intel
something) to the new machine (AMD Ryzen 7 5700X, B550 motherboard). I
did a fresh Ubuntu install (server) and added packages to get my GUI
rolling (lightdm + awesomewm), just like before.

The graphics cards is a "Gigabyte GV-R928XOC-3GD Rev. 2.0" which has the
R9 280X chip (TAHITI / Southern Islands). On my old system, I could play
games with Vulkan, but with this system it doesn't work.

If I run the 'default' setup, it uses the 'radeon' kernel module. The
first couple of seconds I get reasonable performance (glxgears @ 60
FPS), then it suddenly drop to 4 and motion is almost not visible).

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg (not installed)
Uname: Linux 5.18.0-051800-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.1
Architecture: amd64
CasperMD5CheckResult: pass
Date: Tue May 24 06:49:56 2022
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 
280X] [1002:6798] (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd Tahiti XTL [Radeon R9 280X OC] 
[1458:3001]
InstallationDate: Installed on 2022-05-14 (9 days ago)
InstallationMedia: Ubuntu-Server 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220421)
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.18.0-051800-generic 
root=/dev/mapper/ubuntu--vg-ubuntu--lv ro
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/25/2022
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: P2.30
dmi.board.name: B550 Phantom Gaming-ITX/ax
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP2.30:bd02/25/2022:br5.17:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB550PhantomGaming-ITX/ax:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:skuToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: To Be Filled By O.E.M.
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.
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 performance ubuntu uec-images

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

Title:
  radeon / amdgpu bad performance or panics

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


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

[Bug 1975422] acpidump.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

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

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] WifiSyslog.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] PulseList.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] UdevDb.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] ProcModules.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] ProcInterrupts.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] ProcEnviron.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] ProcCpuinfoMinimal.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] Lsusb-v.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] Lsusb-t.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] Lsusb.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] Lspci-vt.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] Lspci.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] CurrentDmesg.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] CRDA.txt

2022-05-22 Thread Sebastian Fischer
apport information

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] Re: Error mount nfs Share via fstab

2022-05-22 Thread Sebastian Fischer
apport information

** Tags added: apport-collected una

** Description changed:

  I mount my nfs share with nfs4 in fstab. When i Boot up with kernel 
5.13.0-40, there is no problem. If i boot up with kernel 5.13.0-41 i become an 
error.
  I use Linux mint 20.3. i have this error with two different computers
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.24
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  sebastian   1568 F pulseaudio
+  /dev/snd/controlC0:  sebastian   1568 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: X-Cinnamon
+ DistroRelease: Linux Mint 20.3
+ InstallationDate: Installed on 2021-03-20 (428 days ago)
+ InstallationMedia: Linux Mint 20.1 "Ulyssa" - Release amd64 20210103
+ IwConfig:
+  lono wireless extensions.
+  
+  enp34s0   no wireless extensions.
+ MachineType: Micro-Star International Co., Ltd. MS-7B89
+ Package: linux (not installed)
+ ProcFB: 0 amdgpudrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.13.0-41-generic 
root=UUID=ca450908-f231-4e70-b01b-01cc18c39400 ro quiet splash
+ ProcVersionSignature: Ubuntu 5.13.0-41.46~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-41-generic N/A
+  linux-backports-modules-5.13.0-41-generic  N/A
+  linux-firmware 1.187.31
+ RfKill:
+  
+ Tags:  una
+ Uname: Linux 5.13.0-41-generic x86_64
+ UnreportableReason: In diesem Bericht geht es um ein Paket, welches nicht 
installiert ist.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: False
+ dmi.bios.date: 12/30/2019
+ dmi.bios.release: 5.14
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 2.60
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: B450M MORTAR MAX (MS-7B89)
+ dmi.board.vendor: Micro-Star International Co., Ltd.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: To be filled by O.E.M.
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Micro-Star International Co., Ltd.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.60:bd12/30/2019:br5.14:svnMicro-StarInternationalCo.,Ltd.:pnMS-7B89:pvr1.0:rvnMicro-StarInternationalCo.,Ltd.:rnB450MMORTARMAX(MS-7B89):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:skuTobefilledbyO.E.M.:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: MS-7B89
+ dmi.product.sku: To be filled by O.E.M.
+ dmi.product.version: 1.0
+ dmi.sys.vendor: Micro-Star International Co., Ltd.

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

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1975422] [NEW] Error mount nfs Share via fstab

2022-05-22 Thread Sebastian Fischer
Public bug reported:

I mount my nfs share with nfs4 in fstab. When i Boot up with kernel 5.13.0-40, 
there is no problem. If i boot up with kernel 5.13.0-41 i become an error.
I use Linux mint 20.3. i have this error with two different computers

** Affects: linux (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/1975422

Title:
  Error mount nfs Share via fstab

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


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

[Bug 1973137] Re: ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

2022-05-16 Thread Sebastian Mendyka
Hi Lena,

i found the Problem after some time:

I dont know why but Ubuntu 22.04 needs longer to take the LDAP Request.
This is also the answer, why ldap without HAPROXY is working.

Now i have set HAPROXY timeout to 5sec and it is working now. With
Ubuntu 20.04 (same configuration) ldap Login with timeout of "1sec" is
possible.

Regards
Sebastian

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

Title:
  ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

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


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

[Bug 1420766] Re: USB Wifi drops out every 2 minutes, needs disconnecting / reconnecting to work for a further 2 minutes

2022-05-14 Thread Sebastian
Can confirm, but haven't figured out why it occurs sometimes, and
sometimes it doesn't. Definitely no indication of the problem on any UI,
Wifi seems to be connected, it's just no internet coming through. Wifi
on/off fixes it for just a few minutes, too. Very annoying problem, and
it is due to Ubuntu 22.04, the same machine, previous Ubuntu, no
problems, all other devices the network have no problems, there were no
changes on the side of the router.

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

Title:
  USB Wifi drops out every 2 minutes, needs disconnecting / reconnecting
  to work for a further 2 minutes

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


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

[Bug 1931902] Re: [AMD Ellesmere] Crackling sound on Pulseaudio

2022-05-13 Thread Sebastian Muniz
I can confirm "killall speech-dispatcher" fixes the hdmi output noise while 
reproducing any audio.
My setup:
https://linux-hardware.org/?probe=fd15b34806

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

Title:
  [AMD Ellesmere] Crackling sound on Pulseaudio

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


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

[Bug 1973137] Re: ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

2022-05-12 Thread Sebastian Mendyka
** Package changed: ubuntu => openldap (Ubuntu)

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

Title:
  ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

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


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

[Bug 1973137] [NEW] ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

2022-05-12 Thread Sebastian Mendyka
Public bug reported:

I dont know it is openldap related:

Operation System: Ubuntu 22.04
Packages: 
sssd-ldap 2.6.3-1ubuntu3
libldap-2.5-0:amd64   2.5.11+dfsg-1~exp1ubuntu3
libldap-common2.5.11+dfsg-1~exp1ubuntu3

I have configured sssd to use LDAPS over HAPROXY. With the latest Debian
Version and Ubuntu 20.04 i have no error.

But with Ubuntu 22.04 i randomly cant login. Syslog show this error:

May 12 06:57:55 ingress2 sssd[870590]: sssd_be:
../../../../libraries/libldap/request.c:970: ldap_do_free_request:
Assertion `lr->lr_refcnt == 1' failed.

If i configured SSSD to use directly our LDAP Server, its working.


Regards Sebastian

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

Title:
  ldap_do_free_request: Assertion `lr->lr_refcnt == 1' failed

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


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

[Bug 1876632] Re: [nvidia] Corrupted/missing shell textures when switching users or resuming from suspend

2022-05-09 Thread Sebastian Heiden
Try nvidia.NVreg_PreserveVideoMemoryAllocations=1 as suggested by
@vanvugt

You may wanna change the file path of the temporary file thought for
better performance.

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

Title:
  [nvidia] Corrupted/missing shell textures when switching users or
  resuming from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1876632/+subscriptions


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

[Bug 1876632] Re: [nvidia] Corrupted/missing shell textures when switching users or resuming from suspend

2022-05-09 Thread Sebastian Heiden
I'm using a RTX 3080 Ti on a Z690 Desktop motherboard and enabling the
S0ix option fixed the problem for me.

I've added the following option
"nvidia.NVreg_EnableS0ixPowerManagement=1" to
GRUB_CMDLINE_LINUX_DEFAULT.

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

Title:
  [nvidia] Corrupted/missing shell textures when switching users or
  resuming from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1876632/+subscriptions


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

[Bug 1961508] Re: Dock displaying over window after resuming from blank screen

2022-05-05 Thread Sebastian
no news on this? I would've actually classified this as an LTS
stopper... one of those non-critical but majorly annoying user-facing
snafus.. :)

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

Title:
  Dock displaying over window after resuming from blank screen

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


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

[Bug 1959144] Re: Minimizing/Restoring windows by clicking on Ubuntu Dock is buggy

2022-05-05 Thread Sebastian Haderecker
No, it works fine now on 22.04.
This bug can be closed then from my pov.
Thanks

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

Title:
  Minimizing/Restoring windows by clicking on Ubuntu Dock is buggy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1959144/+subscriptions


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

[Bug 1970711] [NEW] can't open pdf on google drive via GNOME

2022-04-28 Thread Sebastian Häusler
Public bug reported:

Ubuntu 22.04 LTS
Im' new to Linux i don't really know what a package is and which it is, i'm 
sorry for missing that Information.

Problem:
I'm not able to open a PDF on my Google Drive via GNOME.
this problem occurs by try to open the PDF with  the basic PDF viewer or 
Xournal++.

to Trigger the Problem:
1. connect Google Drive with Online Accounts
2. try to open a PDF
3. PDF does not open and throws
--> expectation PDF would open and be readable

Report:
Document 
>>file:///run/user/1000/gvfs/google-drive:host=gmail.com,user=user/longpath<< 
could not be opened.

My workaround:
I can open and work on the same PDF on Google Drive by the use of 
LibreOfficeDraw.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gvfs 1.48.1-4
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 28 08:09:40 2022
InstallationDate: Installed on 2022-04-27 (0 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gvfs
Symptom: storage
Title: Documents cannot be opened in desktop UI on storage device
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Description changed:

  Ubuntu 22.04 LTS
  Im' new to Linux i don't really know what a package is and which it is, i'm 
sorry for missing that Information.
  
- 
  Problem:
- I'm not able to open a PDF on my Google Drive via GNOME.
- this problem occurs by try to open the PDF with  the basic PDF viewer or 
Xournal++.
- 
+ I'm not able to open a PDF on my Google Drive via GNOME.
+ this problem occurs by try to open the PDF with  the basic PDF viewer or 
Xournal++.
  
  to Trigger the Problem:
- 1. connect Google Drive with Online Accounts
- 2. try to open a PDF
- 3. PDF does not open and throws 
+ 1. connect Google Drive with Online Accounts
+ 2. try to open a PDF
+ 3. PDF does not open and throws
  --> expectation PDF would open and be readable
  
  Report:
- Document 
>>file:///run/user/1000/gvfs/google-drive:host=gmail.com,user=hae.sebi/0AJTo-NBx7X-GUk9PVA/1L_BK84stz3s3Vt6bRNR2RFX0msKzfB2K/15p6lDX-XNdclq-eckL508qYZEayB5Gwo<<
 could not be opened.
- 
+ Document 
>>file:///run/user/1000/gvfs/google-drive:host=gmail.com,user=user/longpath<< 
could not be opened.
  
  My workaround:
- I can open and work on the same PDF on Google Drive by the use of 
LibreOfficeDraw.
+ I can open and work on the same PDF on Google Drive by the use of 
LibreOfficeDraw.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: gvfs 1.48.1-4
  ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
  Uname: Linux 5.15.0-27-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr 28 08:09:40 2022
  InstallationDate: Installed on 2022-04-27 (0 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gvfs
  Symptom: storage
  Title: Documents cannot be opened in desktop UI on storage device
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  can't open pdf on google drive via GNOME

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


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

[Bug 1968957] Re: Cheese displays red-green lines in 22.04

2022-04-27 Thread Sebastian Ilea
Same here, in Ubuntu 22.04: extremely poor image quality, with vertical
lines.

If I lower the resolution in Cheese, the image is normal.

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

Title:
  Cheese displays red-green lines in 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1968957/+subscriptions


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

[Bug 1961508] Re: Dock displaying over program after resuming from blank screen

2022-04-27 Thread Sebastian
thanks for noting the duplicate bug I opened. Very annoying little bug
on a fresh 22.04 :)

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

Title:
  Dock displaying over program after resuming from blank screen

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


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

[Bug 1970455] [NEW] AppArmor profile prevents DNS Servers from being added to resolv.conf

2022-04-26 Thread Sebastian Wild
Public bug reported:

Currently the AppArmor profile for strongswan prevents vpn connections that use 
ipsec mode config from adding dns settings the client gets from the vpn gateway 
to the /etc/resolv.conf.
This is because it has the settings for resolving but this is only readonly. It 
is missing the write permission to /etc/resolv.conf.
This is an old bug that was reported on debian in 2018 already: 
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1645350.html

One can fix it by adding the required line to the apparmor profile and
restart apparmor afterwards.

I know there is other solutions like modifying network-manager config to
not overwrite resolv.conf or using the resolvonf package and I did try
various but none of them worked like it was supposed to. It didn't add
DNS server at all or caused major delays in dns resolving.

With modified apparmor profile it works like a charm here now.

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


** Tags: apparmor dns strongswan

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

Title:
  AppArmor profile prevents DNS Servers from being added to resolv.conf

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


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

[Bug 1666432] Re: Internet drops every few minutes on wired and wireless connection

2022-04-26 Thread Sebastian
Eh... so on a fresh 22.04 installation (dell xps 13) my internet connection 
drops rougly every minute or so. It all worked fine on 21.04, the wifi hasn't 
changed.
This is horrible I have to say not sure if this is the right bug report for 
it. Any terminal output I should present?

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

Title:
  Internet drops every few minutes on wired and wireless connection

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


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

[Bug 1968506] Re: Xubutnu xfwm4 window tiling shortcuts not working as expected

2022-04-25 Thread Sebastian Benvenuti

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


** Attachment added: "Good xfce4-keyboard-shortcuts.xml for /etc/xdg-xubuntu"
   
https://bugs.launchpad.net/ubuntu/+source/xfwm4/+bug/1968506/+attachment/5583725/+files/%28NEW%29xfce4-keyboard-shortcuts.xml

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

Title:
  Xubutnu xfwm4 window tiling shortcuts not working as expected

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