[Bug 2057576] Re: php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-04-11 Thread Lars-Göran Karlstedt
Hi guys, thanks for pushing this forward. I've found another issue
related to this but I'm still investigating so not sure yet what to make
of it.

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

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2024-04-03 Thread Lars Rune Præstmark
For a while I stopped using Plover to avoid this issue, then I tried
using it again and nothing crashed. After using it more times and Xorg
still not crashing I think the bug seems to at least have stopped
affecting me.

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 2057576] Re: php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-03-21 Thread Lars-Göran Karlstedt
Yeah no problem Athos, I feel like maybe you can take it from here. The
official fix is not mine and I haven't even tested that one so I don't
think I'm needed here. Thanks Athos.

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

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 2057576] Re: php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-03-15 Thread Lars-Göran Karlstedt
Yeah sure I can try if you're willing to help. I've tried to learn about
how to work with .deb packages so I know the basics but I'll probably
need some guidance.

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

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 2057576] Re: php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-03-14 Thread Lars-Göran Karlstedt
I think I've found what causes the SIGSEGV, see line 59 in
sapi/fpm/fpm/fpm_status.c: It uses scoreboard_p after it checks it for
NULL

57scoreboard_p = fpm_scoreboard_acquire(NULL, 1);
58if (!scoreboard_p) {
59zlog(ZLOG_NOTICE, "[pool %s] status: scoreboard already in 
use.", scoreboard_p->pool); // scoreboard_p is NULL here
60return -1;
61}

Hope this helps.

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

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 2057576] Re: php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-03-12 Thread Lars-Göran Karlstedt
I've tested on another 20.04.6 and I could reproduce it, here's what I
did:

place this php script somewhere accessible for web-server & php-fpm:

http://localhost/status.php

after a couple of seconds SIGSEGV warnings started to appear in the php-
fpm log.


** Changed in: php7.4 (Ubuntu)
   Status: Incomplete => New

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

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 2057576] Re: php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-03-12 Thread Lars-Göran Karlstedt
** Description changed:

  Like the title says, we do run fpm_get_status a lot. We're trying to get
  metrics about our systems performance this way.
  
  lsb_release -rd:
  Description:  Ubuntu 20.04.6 LTS
  Release:  20.04
  
- apt-cache policy pkgname
+ apt-cache policy php-fpm
  php-fpm:
-   Installed: 2:7.4+75
-   Candidate: 2:7.4+75
-   Version table:
-  *** 2:7.4+75 500
- 500 http://fi.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 2:7.4+75
+   Candidate: 2:7.4+75
+   Version table:
+  *** 2:7.4+75 500
+ 500 http://fi.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
+ 100 /var/lib/dpkg/status
  
  I expected it to return fpm status, instead it crashes and kills the
  process.

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

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 2057576] [NEW] php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

2024-03-12 Thread Lars-Göran Karlstedt
Public bug reported:

Like the title says, we do run fpm_get_status a lot. We're trying to get
metrics about our systems performance this way.

lsb_release -rd:
Description:Ubuntu 20.04.6 LTS
Release:20.04

apt-cache policy pkgname
php-fpm:
  Installed: 2:7.4+75
  Candidate: 2:7.4+75
  Version table:
 *** 2:7.4+75 500
500 http://fi.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

I expected it to return fpm status, instead it crashes and kills the
process.

** Affects: php7.4 (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/2057576

Title:
  php-fpm sometimes SIGSEGVs (signal 11) when running fpm_get_status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/2057576/+subscriptions


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

[Bug 1970148] Re: Brave & Chrome browsers freezes on download and print to pdf

2022-05-20 Thread Lars
Duglas. You might be correct. I noticed that the pCloud appimage
requires fuse to work. Installing fuse will uninstall fuse3 xdg-desktop-
portal xdg-desktop-portal-gnome and xdg-desktop-portal-gtk and re-
introduce the problem  of browsers freezing when using the file
dialogue. pCloud is aware of the problem and are supposedly working on a
fix.

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

Title:
  Brave & Chrome browsers freezes on download and print to pdf

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


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

[Bug 1974059] [NEW] hiera-eyaml fails to start

2022-05-18 Thread Lars Bahner
Public bug reported:

Ever since upgrading to jammy eyaml fails completely. I thought it was
related to gpgme, ruby-gpg or my GPG keys. But then I tried in a lxc
container and it obviously doesn't work at all.

This also goes for both my laptop and my workstation after upgrading to
jammy. I used to use eyaml everyday in both hirsute and focal.

root@u1:~# eyaml edit foo.eyaml
/usr/share/rubygems-integration/all/gems/hiera-eyaml-3.2.2/lib/hiera/backend/eyaml/plugins.rb:37:in
 `block (2 levels) in find': undefined method `dependencies' for 
#, @platform="ruby", @extensions=[], 
@full_name="abbrev-0.1.0", @require_paths=["lib"]>, @name=nil, @spec=nil, 
@base_dir="/var/lib/gems/3.0.0", @gems_dir="/var/lib/gems/3.0.0/gems", 
@default_gem=true> (NoMethodError)
from 
/usr/share/rubygems-integration/all/gems/hiera-eyaml-3.2.2/lib/hiera/backend/eyaml/plugins.rb:34:in
 `each'
from 
/usr/share/rubygems-integration/all/gems/hiera-eyaml-3.2.2/lib/hiera/backend/eyaml/plugins.rb:34:in
 `block in find'
from 
/usr/share/rubygems-integration/all/gems/hiera-eyaml-3.2.2/lib/hiera/backend/eyaml/plugins.rb:31:in
 `each'
from 
/usr/share/rubygems-integration/all/gems/hiera-eyaml-3.2.2/lib/hiera/backend/eyaml/plugins.rb:31:in
 `find'
from 
/usr/share/rubygems-integration/all/gems/hiera-eyaml-3.2.2/bin/eyaml:10:in 
`'
from /usr/bin/eyaml:25:in `load'
from /usr/bin/eyaml:25:in `'
root@u1:~# history 
1  apt-get update
2  apt-get install hiera-eyaml
3  eyaml edit foo.eyaml
4  history 
root@u1:~#

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: hiera-eyaml 3.2.2-2
ProcVersionSignature: Ubuntu 5.15.0-30.31-generic 5.15.30
Uname: Linux 5.15.0-30-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Wed May 18 15:59:02 2022
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=C.UTF-8
SourcePackage: hiera-eyaml
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: hiera-eyaml (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/1974059

Title:
  hiera-eyaml fails to start

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


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

[Bug 1971954] Re: package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade: installed multipath-tools package post-installation script subprocess returned error exit status 1

2022-05-10 Thread Lars Kollstedt
After thinking a while about this, and having a look at our configuration for 
focal I thik the reason for this issue during the upgrade is that the 
`multipathd.service` and `multipathd.socket` were already masked in our focal 
setup. 
The `multipath-tools` packet is nevertheless attempting to restart them and 
this obviously fails.

We had diskussed to remove/purge the `multipath-tools` due to a massive amount 
of the following messages in focal:
```
multipathd[696]: sda: add missing path
multipathd[696]: sda: failed to get udev uid: Invalid argument
multipathd[696]: sda: failed to get sysfs uid: Invalid argument
multipathd[696]: sda: failed to get sgio uid: No such file or directory
multipathd[696]: sdb: add missing path
multipathd[696]: sdb: failed to get udev uid: Invalid argument
multipathd[696]: sdb: failed to get sysfs uid: Invalid argument
multipathd[696]: sdb: failed to get sgio uid: No such file or directory
```

And due to the dependency of the `ubuntu-servers` metapackage we decided
to mask the `multipathd.service` and `multipathd.socket` units.

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

Title:
  package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade:
  installed multipath-tools package post-installation script subprocess
  returned error exit status 1

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


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

[Bug 1971954] Re: package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade: installed multipath-tools package post-installation script subprocess returned error exit status 1

2022-05-06 Thread Lars Kollstedt
Afterwards the unit is masked:
```
root@resolver-test:~# systemctl status multipath-tools
○ multipathd.service
 Loaded: masked (Reason: Unit multipathd.service is masked.)
 Active: inactive (dead)

```

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

Title:
  package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade:
  installed multipath-tools package post-installation script subprocess
  returned error exit status 1

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


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

[Bug 1971954] Re: package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade: installed multipath-tools package post-installation script subprocess returned error exit status 1

2022-05-06 Thread Lars Kollstedt
The interessting part of the Error message is:
```
Failed to restart multipath-tools.service: Unit multipath-tools.service failed 
to load properly, please adjust/correct and reload service manager: File exists
See system logs and 'systemctl status multipath-tools.service' for details.
invoke-rc.d: initscript multipath-tools, action "restart" failed.
○ multipath-tools.service
 Loaded: error (Reason: Unit multipath-tools.service failed to 
load properly, please adjust/correct and reload service manager: File exists)
 Active: inactive (dead)
Warning: The unit file, source configuration file or drop-ins of 
multipath-tools.service changed on disk. Run 'systemctl daemon-reload' to 
reload units.
```

After reboot this is still the case:
```
root@resolver-test:~# systemctl status multipath-tools.service
Warning: The unit file, source configuration file or drop-ins of 
multipath-tools.service changed on disk. Run 'systemctl daemon-reload' to 
reload units.
○ multipath-tools.service
 Loaded: error (Reason: Unit multipath-tools.service failed to load 
properly, please adjust/correct and reload service manager: File exists)
 Active: inactive (dead)
root@resolver-test:~# systemctl restart multipath-tools.service
Failed to restart multipath-tools.service: Unit multipath-tools.service failed 
to load properly, please adjust/correct and reload service manager: File exists
See system logs and 'systemctl status multipath-tools.service' for details.
root@resolver-test:~# journalctl -u multipath-tools.service
-- No entries --
root@resolver-test:~# systemctl status multipath-tools.service
Warning: The unit file, source configuration file or drop-ins of 
multipath-tools.service changed on disk. Run 'systemctl daemon-reload' to 
reload units.
○ multipath-tools.service
 Loaded: error (Reason: Unit multipath-tools.service failed to load 
properly, please adjust/correct and reload service manager: File exists)
 Active: inactive (dead)
root@resolver-test:~# systemctl daemon-reload
root@resolver-test:~# systemctl restart multipath-tools.service
Failed to restart multipath-tools.service: Unit multipath-tools.service failed 
to load properly, please adjust/correct and reload service manager: File exists
See system logs and 'systemctl status multipath-tools.service' for details.
root@resolver-test:~# systemctl status multipath-tools.service
Warning: The unit file, source configuration file or drop-ins of 
multipath-tools.service changed on disk. Run 'systemctl daemon-reload' to 
reload units.
○ multipath-tools.service
 Loaded: error (Reason: Unit multipath-tools.service failed to load 
properly, please adjust/correct and reload service manager: File exists)
 Active: inactive (dead)

```

multipath-tools is depended by ubuntu-server but not really used.

Even purging it fails:

```
root@resolver-test:~# aptitude purge multipath-tools
The following packages will be REMOVED:  
  multipath-tools{p} 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 1,256 kB will be freed.
Do you want to continue? [Y/n/?] y
(Reading database ... 182822 files and directories currently installed.)
Removing multipath-tools (0.8.8-1ubuntu1) ...
Failed to stop multipath-tools.service: Unit multipath-tools.service not loaded.
invoke-rc.d: initscript multipath-tools, action "stop" failed.
dpkg: error processing package multipath-tools (--remove):
 installed multipath-tools package pre-removal script subprocess returned error 
exit status 1
dpkg: too many errors, stopping
multipathd.socket is a disabled or a static unit, not starting it.
Failed to start multipath-tools.service: Unit multipath-tools.service failed to 
load properly, please adjust/correct and reload service manager: File exists
See system logs and 'systemctl status multipath-tools.service' for details.
invoke-rc.d: initscript multipath-tools, action "start" failed.
○ multipath-tools.service
 Loaded: error (Reason: Unit multipath-tools.service failed to load 
properly, please adjust/correct and reload service manager: File exists)
 Active: inactive (dead)
Warning: The unit file, source configuration file or drop-ins of 
multipath-tools.service changed on disk. Run 'systemctl daemon-reload' to 
reload units.
dpkg: error while cleaning up:
 installed multipath-tools package post-installation script subprocess returned 
error exit status 1
Errors were encountered while processing:
 multipath-tools
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
Processing triggers for libc-bin (2.35-0ubuntu3) ...
```

Commenting out 
```
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x 
"/etc/init.d/multipath-tools" ] ; then
   invoke-rc.d multipath-tools stop || exit 1
fi
```
in /var/lib/dpkg/info/multipath-tools.prerm, allows me to purge 
`multipath-tools` and install `ubuntu-server` including the 

[Bug 1971954] [NEW] package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade: installed multipath-tools package post-installation script subprocess returned error exit status 1

2022-05-06 Thread Lars Kollstedt
Public bug reported:

Bug-Report suggested by mechanism during `do-release-upgrade -d` from
20.04 focal to 22.04 jammy on a test machine. First upgrade attempt.

| Extra debug information will be added to the bug report automatically.
Haven't seen this information, yet. ;-)

#1928374 does'nt really match, since that was on upgrade von 20.10 to
21.04, but might be related. The Error message displayed "multipath-
tools package post-installation script subprocess returned error exit
status 1" is the same, but not saying much.

Kind regards,
   Lars

ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: multipath-tools 0.8.8-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-109.123-generic 5.4.178
Uname: Linux 5.4.0-109-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Fri May  6 10:10:37 2022
ErrorMessage: installed multipath-tools package post-installation script 
subprocess returned error exit status 1
Python3Details: /usr/bin/python3.10, Python 3.10.4, python3-minimal, 
3.10.4-0ubuntu2
PythonDetails: N/A
RebootRequiredPkgs: Error: path contained symlinks.
RelatedPackageVersions:
 dpkg 1.21.1ubuntu2
 apt  2.4.5
SourcePackage: multipath-tools
Title: package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade: 
installed multipath-tools package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: Upgraded to jammy on 2022-05-06 (0 days ago)

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


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

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

Title:
  package multipath-tools 0.8.8-1ubuntu1 failed to install/upgrade:
  installed multipath-tools package post-installation script subprocess
  returned error exit status 1

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


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

[Bug 1971523] Re: Static build does not work for libmnl (-lmnl)

2022-05-05 Thread Lars Ekman
Reported in;
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010616


** Bug watch added: Debian Bug tracker #1010616
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010616

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

Title:
  Static build does not work for libmnl (-lmnl)

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


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

[Bug 1970148] Re: Brave & Chrome browsers freezes on download and print to pdf

2022-05-04 Thread Lars
Running sudo apt install xdg-desktop-portal-gnome resolved the problem
on Vivaldi and Chrome on my Ubuntu 22.04 (upgraded from 20.04) machine.
It did however introduce another problem as fuse was removed during the
installation. .appimages no longer work. Is there another workaround?

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

Title:
  Brave & Chrome browsers freezes on download and print to pdf

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


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

[Bug 1971523] [NEW] Static build does not work for libmnl (-lmnl)

2022-05-03 Thread Lars Ekman
Public bug reported:

Example;
# gcc -o /tmp/hello /tmp/hello.c -lmnl
(dynamic libs work)
# gcc -static -o /tmp/hello /tmp/hello.c -lmnl
/usr/bin/ld: cannot find -lmnl: No such file or directory


My program uses both -lmnl and -lnetfilter_queue and in Ubuntu 20.04 the 
-lnetfilter_queue did not work and -lmnl worked for static builds. In Ubuntu 
22.04 the problem is reversed, -lnetfilter_queue works but -lmnl doesn't for 
static builds. This is very awkward during the transition 20.04->22.04 when 
both should be supported.

I compensated in Ubuntu 20.04 by building netfilter_queue locally;
https://github.com/Nordix/nfqueue-loadbalancer#build

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: libmnl0:amd64 1.0.4-3build2
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Wed May  4 07:33:26 2022
InstallationDate: Installed on 2018-09-07 (1334 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: libmnl
UpgradeStatus: Upgraded to jammy on 2022-05-01 (2 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Static build does not work for libmnl (-lmnl)

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


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

[Bug 1971425] [NEW] The "look" cli dictionary only sees capitalized words

2022-05-03 Thread Lars Ekman
Public bug reported:

In Ubuntu 20.04;
~ > look accident
accident
accident's
accidental
accidental's
accidentally
accidentals
accidents
In Ubuntu 22.04;
~ > look accident
(nothing)
~ > look acc
Accenture
Accenture's
Accra
Accra's
Digging deeper; the dictionary at /usr/share/dict/words seems OK.
If I copy the "look" binary from Ubuntu 20.04 and use it on Ubuntu 22.04 it 
works;
~ > ./look accident
accident
accidental
accidentally
accidental's
accidentals
accident's
accidents

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: bsdextrautils 2.37.2-4ubuntu3
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Tue May  3 14:19:57 2022
InstallationDate: Installed on 2018-09-07 (1334 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: util-linux
UpgradeStatus: Upgraded to jammy on 2022-05-01 (2 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  The "look" cli dictionary only sees capitalized words

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


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

[Bug 1965633] Re: indiana jones emperors tomp issue wine

2022-04-16 Thread Lars Martin Hambro
xdu/jammy 3.0-20 amd64
xdvik-ja/jammy 22.87.05+j1.42-2 amd64
xdx/jammy 2.5.0-4 amd64
xe/jammy 0.11-5 amd64
xemacs21-basesupport-el/jammy,jammy 2009.02.17.dfsg.2-5 all
xemacs21-basesupport/jammy,jammy 2009.02.17.dfsg.2-5 all
xemacs21-bin/jammy 21.4.24-9ubuntu2 amd64
xemacs21-mule-canna-wnn/jammy 21.4.24-9ubuntu2 amd64
xemacs21-mule/jammy 21.4.24-9ubuntu2 amd64
xemacs21-mulesupport-el/jammy,jammy 2009.02.17.dfsg.2-5 all
xemacs21-mulesupport/jammy,jammy 2009.02.17.dfsg.2-5 all
xemacs21-nomule/jammy 21.4.24-9ubuntu2 amd64
xemacs21-support/jammy,jammy 21.4.24-9ubuntu2 all
xemacs21-supportel/jammy,jammy 21.4.24-9ubuntu2 all
xemacs21/jammy,jammy 21.4.24-9ubuntu2 all
xen-doc/jammy 4.16.0-1~ubuntu2 amd64
xen-hypervisor-4.16-amd64/jammy 4.16.0-1~ubuntu2 amd64
xen-hypervisor-common/jammy,jammy 4.16.0-1~ubuntu2 all
xen-system-amd64/jammy 4.16.0-1~ubuntu2 amd64
xen-tools/jammy,jammy 4.9.1-1 all
xen-utils-4.16/jammy 4.16.0-1~ubuntu2 amd64
xen-utils-common/jammy 4.16.0-1~ubuntu2 amd64
xenstore-utils/jammy 4.16.0-1~ubuntu2 amd64
xeus-dev/jammy 1.0.4-1build1 amd64
xeus-python-dev/jammy 0.12.5-1build1 amd64
xevil/jammy 2.02r2-10.2 amd64
xfaces/jammy 3.3-29ubuntu1 amd64
xfburn/jammy,now 0.6.2-1build1 amd64 [installert]
xfce4-appfinder/jammy 4.16.1-1 amd64
xfce4-appmenu-plugin/jammy 0.7.6+dfsg1-4 amd64
xfce4-battery-plugin/jammy 1.1.4-0ubuntu1 amd64
xfce4-clipman-plugin/jammy 2:1.6.2-1 amd64
xfce4-clipman/jammy 2:1.6.2-1 amd64
xfce4-cpufreq-plugin/jammy 1.2.7-1 amd64
xfce4-cpugraph-plugin/jammy 1.2.6-1 amd64
xfce4-datetime-plugin/jammy 0.8.1-1 amd64
xfce4-dev-tools/jammy 4.16.0-1 amd64
xfce4-dev-tools/jammy 4.16.0-1 i386
xfce4-dict/jammy 0.8.4-1build1 amd64
xfce4-diskperf-plugin/jammy 2.6.3-1 amd64
xfce4-eyes-plugin/jammy 4.5.1-1build1 amd64
xfce4-fsguard-plugin/jammy 1.1.2-1 amd64
xfce4-genmon-plugin/jammy 4.1.1-1 amd64
xfce4-goodies/jammy 4.14.0 amd64
xfce4-helpers/jammy 4.16.2-1ubuntu2 amd64
xfce4-indicator-plugin/jammy 2.4.1-1 amd64
xfce4-mailwatch-plugin/jammy 1.3.0-0ubuntu2 amd64
xfce4-mount-plugin/jammy 1.1.5-1 amd64
xfce4-mpc-plugin/jammy 0.5.2-2 amd64
xfce4-netload-plugin/jammy 1.4.0-0ubuntu1 amd64
xfce4-notes-plugin/jammy 1.9.0-1 amd64
xfce4-notes/jammy 1.9.0-1 amd64 [rest-oppsett]
xfce4-notifyd/jammy 0.6.3-1 amd64
xfce4-panel-profiles/jammy,jammy 1.0.13-0ubuntu2 all
xfce4-panel/jammy 4.16.3-1 amd64 [rest-oppsett]
xfce4-places-plugin/jammy 1.8.1-1build1 amd64
xfce4-power-manager-data/jammy,jammy 4.16.0-1 all
xfce4-power-manager-plugins/jammy 4.16.0-1 amd64
xfce4-power-manager/jammy 4.16.0-1 amd64 [rest-oppsett]
xfce4-pulseaudio-plugin/jammy 0.4.3-1 amd64
xfce4-screensaver/jammy 4.16.0-1 amd64 [rest-oppsett]
xfce4-screenshooter/jammy 1.9.9-1 amd64
xfce4-sensors-plugin/jammy 1.4.3-1 amd64
xfce4-session/jammy 4.16.0-1ubuntu2 amd64 [rest-oppsett]
xfce4-settings/jammy 4.16.2-1ubuntu2 amd64 [rest-oppsett]
xfce4-smartbookmark-plugin/jammy 0.5.2-1 amd64
xfce4-sntray-plugin-common/jammy,jammy 0.4.13.1-2 all
xfce4-sntray-plugin/jammy 0.4.13.1-2 amd64
xfce4-statusnotifier-plugin/jammy 0.2.3-1 amd64
xfce4-systemload-plugin/jammy 1:1.3.1-1ubuntu1 amd64
xfce4-taskmanager/jammy 1.5.2-1 amd64
xfce4-terminal/jammy 0.8.10-1 amd64
xfce4-time-out-plugin/jammy 1.1.1-0ubuntu2 amd64
xfce4-timer-plugin/jammy 1.7.1-1 amd64
xfce4-verve-plugin/jammy 2.0.1-1 amd64
xfce4-volumed/jammy 0.2.0-0ubuntu3 amd64
xfce4-wavelan-plugin/jammy 0.6.2-1 amd64
xfce4-weather-plugin/jammy 0.11.0-1 amd64
xfce4-whiskermenu-plugin/jammy 2.7.1-1 amd64 [rest-oppsett]
xfce4-xkb-plugin/jammy 1:0.8.2-1 amd64
xfce4/jammy,jammy 4.16 all
xfconf/jammy,now 4.16.0-2 amd64 [installert,automatisk]
xfconf/jammy 4.16.0-2 i386
xfdashboard-plugins/jammy 0.8.1-0ubuntu1 amd64
xfdashboard/jammy 0.8.1-0ubuntu1 amd64
xfdesktop4-data/jammy,jammy,now 4.16.0-1 all [installert,automatisk]
xfdesktop4/jammy,now 4.16.0-1 amd64 [installert]
xfe-i18n/jammy,jammy 1.43.2-3 all
xfe-themes/jammy,jammy 1.43.2-3 all
xfe/jammy 1.43.2-3 amd64
xfig-doc/jammy,jammy 1:3.2.8b-1 all
xfig-libs/jammy,jammy 1:3.2.8b-1 all
xfig/jammy 1:3.2.8b-1 amd64
xfireworks/jammy 1.3-13 amd64
xfishtank/jammy 2.5-1build1 amd64
xflip/jammy 1.01-28 amd64
xfoil/jammy 6.99.dfsg+1-3 amd64
xfonts-100dpi-transcoded/jammy,jammy 1:1.0.4+nmu1.1 all
xfonts-100dpi/jammy,jammy 1:1.0.4+nmu1.1 all
xfonts-75dpi-transcoded/jammy,jammy 1:1.0.4+nmu1.1 all
xfonts-75dpi/jammy,jammy 1:1.0.4+nmu1.1 all
xfonts-a12k12/jammy,jammy 1-13 all
xfonts-ayu/jammy,jammy 1:1.7a-9 all
xfonts-baekmuk/jammy,jammy 2.2-9 all
xfonts-base/jammy,jammy,now 1:1.0.5 all [installert,automatisk]
xfonts-biznet-100dpi/jammy,jammy 3.0.0-27 all
xfonts-biznet-75dpi/jammy,jammy 3.0.0-27 all
xfonts-biznet-base/jammy,jammy 3.0.0-27 all
xfonts-bolkhov-75dpi/jammy,jammy 1.1.20001007-8.2 all
xfonts-bolkhov-cp1251-75dpi/jammy,jammy 1.1.20001007-8.2 all
xfonts-bolkhov-cp1251-misc/jammy,jammy 1.1.20001007-8.2 all
xfonts-bolkhov-isocyr-75dpi/jammy,jammy 1.1.20001007-8.2 all
xfonts-bolkhov-isocyr-misc/jammy,jammy 1.1.20001007-8.2 all
xfonts-bolkhov-koi8r-75dpi/jammy,jammy 

[Bug 1969218] Re: issue with reinstall bootloader and mouse did not works in mainfactor boot

2022-04-15 Thread Lars Martin Hambro
grub-install /dev/sda6
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
ubuntu@ubuntu:~$ grub-install /dev/sda7
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
ubuntu@ubuntu:~$ sudo update-grub  
/usr/sbin/grub-probe: error: failed to get canonical path of `/cow'.
grub-install --target=x86_64-efi /dev/sdb
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
grub-install --recheck /dev/sdb
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.

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

Title:
  issue with reinstall bootloader and mouse did not works in mainfactor
  boot

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


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

[Bug 1969218] Re: issue with reinstall bootloader and mouse did not works in mainfactor boot

2022-04-15 Thread Lars Martin Hambro
[ -d /sys/firmware/efi ] && echo "Installed in UEFI mode" || echo "Installed in 
Legacy mode"
Installed in UEFI mode

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

Title:
  issue with reinstall bootloader and mouse did not works in mainfactor
  boot

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


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

[Bug 1969218] Re: issue with reinstall bootloader and mouse did not works in mainfactor boot

2022-04-15 Thread Lars Martin Hambro
Disk /dev/sda: 465.76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 840 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xef7903ca

Device Boot Start   End   Sectors   Size Id Type
/dev/sda12048718847716800   350M  7 HPFS/NTFS/exFAT
/dev/sda2  718848 893703154 892984307 425.8G  7 HPFS/NTFS/exFAT
/dev/sda3   893704192 894849023   1144832   559M 27 Hidden NTFS WinRE
/dev/sda4   894851070 976771071  81920002  39.1G  5 Extended
/dev/sda5   894851072 895899647   1048576   512M  b W95 FAT32
/dev/sda6  *895901696 896950271   1048576   512M ef EFI (FAT-12/16/32)
/dev/sda7   896952320 976771071  79818752  38.1G 83 Linux


Disk /dev/sdb: 14.77 GiB, 15854469120 bytes, 30965760 sectors
Disk model: Storage Media   
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x4ded068f

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

Title:
  issue with reinstall bootloader and mouse did not works in mainfactor
  boot

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


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

[Bug 1969218] Re: issue with reinstall bootloader and mouse did not works in mainfactor boot

2022-04-15 Thread Lars Martin Hambro
** Attachment added: "issue boot install"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1969218/+attachment/5580951/+files/Screenshot%20from%202022-04-15%2014-25-30.png

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

Title:
  issue with reinstall bootloader and mouse did not works in mainfactor
  boot

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


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

[Bug 1969218] Re: issue with reinstall bootloader and mouse did not works in mainfactor boot

2022-04-15 Thread Lars Martin Hambro
** Attachment added: "failed grub"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1969218/+attachment/5580950/+files/Screenshot%20from%202022-04-15%2012-04-54.png

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

Title:
  issue with reinstall bootloader and mouse did not works in mainfactor
  boot

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


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

[Bug 1969218] [NEW] issue with reinstall bootloader and mouse did not works in mainfactor boot

2022-04-15 Thread Lars Martin Hambro
Public bug reported:

Hi try to fix bootloader on this laptop but did not know how to do it
its fail when i upgrade from memorystick or dvd other ubuntu also not
sure if password protected SSD or UEFI\bios issue?

I use overwrite old ubuntu so its can be bug or something?

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.7
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.468
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 15 11:59:35 2022
LiveMediaBuild: Ubuntu 22.04 LTS "Jammy Jellyfish" - Beta amd64 (20220329.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug dist-upgrade jammy

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

Title:
  issue with reinstall bootloader and mouse did not works in mainfactor
  boot

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


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

[Bug 1966216] Re: xfce terminal get grapical issue

2022-03-25 Thread Lars Martin Hambro
** Attachment added: "Screenshot from 2022-03-25 06-17-32.png"
   
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/1966216/+attachment/5572807/+files/Screenshot%20from%202022-03-25%2006-17-32.png

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

Title:
  xfce terminal get grapical issue

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


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

[Bug 1966216] Re: xfce terminal get grapical issue

2022-03-25 Thread Lars Martin Hambro
** Attachment added: "Screenshot from 2022-03-25 06-21-36.png"
   
https://bugs.launchpad.net/ubuntu/+source/xfce4-terminal/+bug/1966216/+attachment/5572806/+files/Screenshot%20from%202022-03-25%2006-21-36.png

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

Title:
  xfce terminal get grapical issue

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


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

[Bug 1966216] Re: xfce terminal get grapical issue

2022-03-24 Thread Lars Martin Hambro
You can make a script to debug its look like bug for me also missing
functionality to config networks card in merge and allow pass trow need
windows 10 for that.

After sudo do-release-upgrade -d its download files i get some poor
screen like broked GPU or issue with drivers? So i must login to
CRTL+alt f3 to use apt-get update &% upgrade to upgrade ubuntu.

How to debug it with autoupload screenshot because its did not look to
works.

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

Title:
  xfce terminal get grapical issue

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


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

[Bug 1966216] Re: xfce terminal get grapical issue

2022-03-24 Thread Lars Martin Hambro
https://computingforgeeks.com/upgrade-from-ubuntu-focal-fossa-to-ubuntu-
jammy-jellyfish/ tryed from desktop but its failed look like grapical
issue wrong drivers intel.

https://user-
images.githubusercontent.com/66003722/82995477-41693400-a021-11ea-99bb-4f7830213003.png
but with green  issue on terminal window hard to make picture other
than do its with camera. But i think software is wrong or drivers its
works nice with other things.

Its is window to reboot services on linux webserver and grapical setting
on boot.

From version 20.04 to 21.04 its samme issue.

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

Title:
  xfce terminal get grapical issue

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


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

[Bug 1966216] [NEW] xfce terminal get grapical issue

2022-03-24 Thread Lars Martin Hambro
Public bug reported:

i get look like drivers intel issue need to use crlt+alt + f3 to upgrade
ubuntu.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xfce4-terminal 0.8.10-1
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar 24 14:01:22 2022
InstallationDate: Installed on 2020-07-05 (627 days ago)
InstallationMedia: Ubuntu-Server 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
SourcePackage: xfce4-terminal
UpgradeStatus: Upgraded to jammy on 2022-03-24 (0 days ago)

** Affects: xfce4-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy third-party-packages uec-images 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/1966216

Title:
  xfce terminal get grapical issue

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


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

[Bug 1965932] [NEW] package linux-image-5.13.0-37-generic 5.13.0-37.42~20.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2022-03-22 Thread Lars Näppä
Public bug reported:

Error experienced under a Software Updater run.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.13.0-37-generic 5.13.0-37.42~20.04.1
ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-30-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Mar 22 12:49:47 2022
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2021-12-28 (83 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: initramfs-tools
Title: package linux-image-5.13.0-37-generic 5.13.0-37.42~20.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package linux-image-5.13.0-37-generic 5.13.0-37.42~20.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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


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

[Bug 1965630] Re: wine Sam and max on CD a lot of issue

2022-03-19 Thread Lars Martin Hambro
this did i get when i use crtl + alt +f3 when runing games.

** Attachment added: "sammax .JPG"
   
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1965630/+attachment/5570823/+files/sammax%20.JPG

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

Title:
  wine Sam and max on CD a lot of issue

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


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

[Bug 1965633] Re: indiana jones emperors tomp issue wine

2022-03-19 Thread Lars Martin Hambro
** Attachment added: "indiana jones.png"
   
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1965633/+attachment/5570820/+files/indiana%20jones.png

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

Title:
  indiana jones emperors tomp issue wine

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


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

[Bug 1965633] [NEW] indiana jones emperors tomp issue wine

2022-03-19 Thread Lars Martin Hambro
Public bug reported:

I tryed to install this games on ubuntu its was harder because its need
2 cds both most be monted manualy and installed i get issue in wine its
can not find cd but that is not only bug its also a bug first time its
set desktop to 640x480 so much switch back to 1920x1080 games crashed
its not easy rapport function in wine only with ubuntu userfeedback.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: wine 5.0.3-3ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Mar 19 19:28:08 2022
InstallationDate: Installed on 2019-05-07 (1047 days ago)
InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: wine
UpgradeStatus: Upgraded to jammy on 2021-12-05 (104 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  indiana jones emperors tomp issue wine

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


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

[Bug 1965632] Re: Day of the thentacle wine did not make icon

2022-03-19 Thread Lars Martin Hambro
** Attachment added: "issue"
   
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1965632/+attachment/5570815/+files/day%20of%20thencle.png

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

Title:
  Day of the thentacle wine did not make icon

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


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

[Bug 1965632] Re: Day of the thentacle wine did not make icon

2022-03-19 Thread Lars Martin Hambro
Its uninstaller only not run games so its wasteless?

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

Title:
  Day of the thentacle wine did not make icon

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


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

[Bug 1965632] [NEW] Day of the thentacle wine did not make icon

2022-03-19 Thread Lars Martin Hambro
Public bug reported:

Tryed to install Day of the thentacle  on wine-Programs-Day of the
tentacle-Avinstaller did get list on installed wine programs?

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: wine 5.0.3-3ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Mar 19 19:06:53 2022
InstallationDate: Installed on 2019-05-07 (1047 days ago)
InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: wine
UpgradeStatus: Upgraded to jammy on 2021-12-05 (104 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  Day of the thentacle wine did not make icon

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


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

[Bug 1965630] [NEW] wine Sam and max on CD a lot of issue

2022-03-19 Thread Lars Martin Hambro
Public bug reported:

When i try to run sam and max hit the road i get its safe risk? why not
set it to run safe on wine emulator? Its did not support scale to screen
so i must live with 640\480 low screen and issue with Escape key and
none possible to kill it i must reboot computer or logout to quit it so
its possible to make this better with wine? windows 10 or XP its better.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: wine 5.0.3-3ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-23.23-generic 5.15.27
Uname: Linux 5.15.0-23-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu79
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: KDE
Date: Sat Mar 19 18:51:58 2022
InstallationDate: Installed on 2019-05-07 (1047 days ago)
InstallationMedia: Kubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: wine
UpgradeStatus: Upgraded to jammy on 2021-12-05 (104 days ago)

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


** Tags: amd64 apport-bug jammy

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

Title:
  wine Sam and max on CD a lot of issue

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


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

[Bug 1962186] Re: Login issue screen and printscreen did not save other than tmp

2022-02-24 Thread Lars Martin Hambro
** Attachment added: "Skjermbilde på 2022-02-24 15-06-46.png"
   
https://bugs.launchpad.net/ubuntu/+bug/1962186/+attachment/5563501/+files/Skjermbilde%20p%C3%A5%202022-02-24%2015-06-46.png

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

Title:
  Login issue screen and printscreen did not save other than tmp

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


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

[Bug 1962186] Re: Login issue screen and printscreen did not save other than tmp

2022-02-24 Thread Lars Martin Hambro
** Attachment added: "Skjermbilde på 2022-02-24 15-06-46.png"
   
https://bugs.launchpad.net/ubuntu/+bug/1962186/+attachment/5563502/+files/Skjermbilde%20p%C3%A5%202022-02-24%2015-06-46.png

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

Title:
  Login issue screen and printscreen did not save other than tmp

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


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

[Bug 1962186] Re: Login issue screen and printscreen did not save other than tmp

2022-02-24 Thread Lars Martin Hambro
** Attachment added: "Skjermbilde på 2022-02-24 15-08-45.png"
   
https://bugs.launchpad.net/ubuntu/+bug/1962186/+attachment/5563497/+files/Skjermbilde%20p%C3%A5%202022-02-24%2015-08-45.png

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

Title:
  Login issue screen and printscreen did not save other than tmp

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


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

[Bug 1962186] [NEW] Login issue screen and printscreen did not save other than tmp

2022-02-24 Thread Lars Martin Hambro
Public bug reported:

Login screen show poor and issue with picture other than temp folder did
not works to save other directions

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: login 1:4.8.1-2ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu78
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Feb 24 15:11:13 2022
SourcePackage: shadow
UpgradeStatus: Upgraded to jammy on 2021-12-02 (84 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

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

Title:
  Login issue screen and printscreen did not save other than tmp

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


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

[Bug 1962186] Re: Login issue screen and printscreen did not save other than tmp

2022-02-24 Thread Lars Martin Hambro
** Attachment added: "Skjermbilde på 2022-02-24 15-08-45.png"
   
https://bugs.launchpad.net/ubuntu/+bug/1962186/+attachment/5563496/+files/Skjermbilde%20p%C3%A5%202022-02-24%2015-08-45.png

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

Title:
  Login issue screen and printscreen did not save other than tmp

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


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

[Bug 1961617] Re: String returned when DATETIME expected

2022-02-23 Thread Lars Tangvald
I think this is the same issue as reported in
https://bugs.mysql.com/bug.php?id=106352 (which will be fixed in
upcoming 8.0.29)

** Bug watch added: MySQL Bug System #106352
   http://bugs.mysql.com/bug.php?id=106352

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

Title:
  String returned when DATETIME expected

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


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

[Bug 1961617] Re: String returned when DATETIME expected

2022-02-23 Thread Lars Tangvald
We're looking into it, will get back to you when I know more :)

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

Title:
  String returned when DATETIME expected

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


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2022-02-11 Thread Lars Rune Præstmark
It happened again, this time on the Lubuntu desktop, and this time I'm
pretty sure there was a crash file with "xorg" in the name, but running
ubuntu-bug might just have renamed it without sending anything...
Anyway, it seems it wasn't the only thing that crashed, so might as well
give you the link to the error report that does appear to have got sent:
https://errors.ubuntu.com/oops/2138bbc8-8b76-11ec-87d9-fa163e6cac46

That probably doesn't help a lot. But yeah, mentioning that something
else seems to have crashed at the same time seems like the type of thing
that probably doesn't matter but maybe it does. I've also heard from
another person who got the crash today, not sure if that was on Ubuntu
or something else (I do hope distributions have some coordination rather
than fixing the bugs independently of each other, but I've started to
wonder if they do).

If it is getting annoying that I tell you every time I notice anything
new, it's okay to tell me to stop.

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2022-02-06 Thread Lars Rune Præstmark
I tried to use the Plasma (x11) desktop (installed the kubuntu-desktop package) 
and I got the crash there too, and I think I already mentioned it happen on 
GNOME (Ubuntu, manually installed the ubuntu-desktop package) and LXQt 
(Lubuntu). Well, someone else seems to have got a crash under similar 
circumstances but using KDE on Manjaro, and for them Xorg actually logged some 
error messages. And they reported it to Plover: 
https://github.com/openstenoproject/plover/issues/1479 I'm aware that Manjaro 
might have a slightly different version of Xorg, but I figured it was worth 
mentioning that this has happened to someone on another distro too, and that 
unlike me they got this in the Xorg logs:
[ 14208.301] (EE) Segmentation fault at address 0x7ffd98866000
in case that helps with anything.

** Bug watch added: github.com/openstenoproject/plover/issues #1479
   https://github.com/openstenoproject/plover/issues/1479

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 1959655] [NEW] package linux-image-5.13.0-28-generic 5.13.0-28.31~20.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2022-02-01 Thread lars
Public bug reported:

runnung low on /dev boot 
did an sudo aptitude - update - upgrade

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.13.0-28-generic 5.13.0-28.31~20.04.1
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Feb  1 09:44:56 2022
DpkgHistoryLog:
 Start-Date: 2022-02-01  09:44:08
 Requested-By: lars (1000)
 Install: linux-headers-5.13.0-28-generic:amd64 (5.13.0-28.31~20.04.1, 
automatic), linux-modules-extra-5.13.0-28-generic:amd64 (5.13.0-28.31~20.04.1, 
automatic), linux-modules-5.13.0-28-generic:amd64 (5.13.0-28.31~20.04.1, 
automatic), linux-image-5.13.0-28-generic:amd64 (5.13.0-28.31~20.04.1, 
automatic), linux-hwe-5.13-headers-5.13.0-28:amd64 (5.13.0-28.31~20.04.1, 
automatic)
 Upgrade: linux-headers-generic-hwe-20.04:amd64 (5.13.0.27.29~20.04.13, 
5.13.0.28.31~20.04.15), linux-libc-dev:amd64 (5.4.0-96.109, 5.4.0-97.110), 
linux-image-generic-hwe-20.04:amd64 (5.13.0.27.29~20.04.13, 
5.13.0.28.31~20.04.15), linux-generic-hwe-20.04:amd64 (5.13.0.27.29~20.04.13, 
5.13.0.28.31~20.04.15)
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2021-09-27 (126 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: initramfs-tools
Title: package linux-image-5.13.0-28-generic 5.13.0-28.31~20.04.1 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package linux-image-5.13.0-28-generic 5.13.0-28.31~20.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2022-01-28 Thread Lars Rune Præstmark
Today I got sent back to the login screen in the same way, same
symptoms, same circumstances as last time (writing text into Firefox
using Plover), and this is after upgrading to 21.10. However, I can't
see a crash file from Xorg, only a _usr_bin_lxqt-panel.1000.crash. This
time I was using the Lubuntu desktop rather than the (GNOME) Ubuntu one
where I had been getting a different bug that made it look like I made a
bunch of typos.

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2022-01-28 Thread Lars Rune Præstmark
Still less than twenty-four hours since the upgrade, still no crashes
after it. But I found a workaround for the missing characters bug. Just
switch to the Lubuntu desktop instead of the (GNOME) Ubuntu one. Might
still want to report that bug to IBus or Xorg or whatever was causing
the keypresses to get lost. So if you know how to figure out which
package I should be reporting it about, that would be nice.

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2022-01-28 Thread Lars Rune Præstmark
I upgraded to 21.10 yesterday, but haven't used it long enough to know
for sure if the crash also happens here. And it switched to Wayland,
which doesn't really solve the problem, since Plover isn't currently
compatible with it. But I switched to Xorg and haven't got any Xorg
crashes on 21.10 so far.

However I did get another bug, which I'm not sure which package is in.
Sometimes a word or phrase written with a single chord on the keyboard
will come out with some characters missing, or backspacing gets messed
up. This seems to be happening only with charcters that appear several
times in the thing I'm writing, so if I write "teen princess", it might
get turned into "ten princes" with the repeated e and s removed. Teen
teen teen teen teen teen teen teen teen teen teen teen teen  teen teen
teen teen. Well, I guess it's not happening right now, at least on that
word. There are there are there are ther are there are. Well, one of the
there's got an e to little, so that's the type of issue. Where would I
report that? It happens when I use Plover, but  when I try to check what
Plover is trying to outpt, it's sending the right keypresses, so it's
something that processes them later tha's getting rid of some
characters.

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 1958592] Re: Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from QueueKeyboardEvents() from xf86PostKeyEventM() from xf86PostKeyboardEvent()

2022-01-21 Thread Lars Rune Præstmark
Possibly fixed after 20.04? I might try upgrading some day I have plenty
of time then. If I then stop getting the crashes, I could mention that
here. And if I still get them, I guess I could mention that. It's pretty
random when it happens, but I guess it should happen at least once per
month, especially if I type a lot or install certain Plover plugins
(system switcher and VLC commands).

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

Title:
  Xorg crashed with SIGSEGV in mieqEnqueue() from queueEventList() from
  QueueKeyboardEvents() from xf86PostKeyEventM() from
  xf86PostKeyboardEvent()

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


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

[Bug 1958444] Re: Xorg sometimes seems to crash when Plover is running

2022-01-20 Thread Lars Rune Præstmark
The crash took some time to happen again, but happened a moment ago. It
does seem pretty inconsistent, and I was starting to think of unplugging
the keyboard and plugging it in again to see if that would cause it, or
reinstall those Plover plugins that seemed to make it happen much more
often when they were installed than when they weren't. But now that it
happened, I tried following the steps above.

So I followed step 1, and it exits without telling me an ID.

I followed step 2, and it shows several crashes, the most recent is in
xserver-xorg-core, links to
https://errors.ubuntu.com/oops/7990b650-763f-11ec-83e8-fa163e6cac46 and
says it was received on 2022-01-15 20:01 UTC. I hope that helps.

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

Title:
  Xorg sometimes seems to crash when Plover is running

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


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

[Bug 1958444] [NEW] Xorg sometimes seems to crash when Plover is running

2022-01-19 Thread Lars Rune Præstmark
Public bug reported:

If I'm typing text into an application like gedit or Firefox using
Plover, I occasionally get a screen freeze, then a black screen, and
then I'm thrown back to the login screen, and all applications seem to
get closed. I think I first noticed this in March 2021, but at that
time, removing some Plover plugins that I had installed (system switcher
and VLC controls) seemed to make it stop happen, at least for a while.
There's also been some time in the middle where I rarely used Plover. It
seems Plover isn't seeing anything going wrong. I'm using the version of
Plover that's in Ubuntu's repositories. But now it seems to happen
pretty often again.

Symptoms: The crashes only happen when I'm typing text using Plover. At
random but pretty frequent times (I think it's more than once every 2000
words), I will press a chord, release it, nothing will happen for a
moment (I think I've tried moving the mouse and finding it didn't move),
then I briefly get a black screen and then I'm back at the login screen.
No sign of being logged in. I can type my password on qwerty, Plover
isn't running. And when I'm logged in, all applications, including
Plover and the one I was typing into, are closed.

System: Ubuntu 20.04.3 LTS
Xorg: 1:7.7+19ubuntu14 (if I understood correctly how to get the version number)

Other: I got a software update today, and haven't had any crashes today
so far, but I'm not sure Xorg was among the updated packages. And once I
started typing this report and realized it could theoretically have been
fixed today without me noticing, I decided to finish submitting the
report so that I don't have to start over typing it. I'm typing it on
qwerty so that I don't get any crashes while typing it.

I looked through the last part of Xorg0.log right after logging back in
after a crash:

[ 13245.576] (II) config/udev: Adding input device Corsair Corsair K65 Gaming 
Keyboard (/dev/input/event14)
[ 13245.576] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass 
"libinput keyboard catchall"
[ 13245.576] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass 
"system-keyboard"
[ 13245.576] (II) Using input driver 'libinput' for 'Corsair Corsair K65 Gaming 
Keyboard'
[ 13245.578] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 25 
paused 1
[ 13245.578] (II) systemd-logind: releasing fd for 13:78
[ 13245.607] (II) config/udev: Adding input device Corsair Corsair K65 Gaming 
Keyboard (/dev/input/event13)
[ 13245.607] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass 
"libinput keyboard catchall"
[ 13245.607] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass 
"system-keyboard"
[ 13245.607] (II) Using input driver 'libinput' for 'Corsair Corsair K65 Gaming 
Keyboard'
[ 13245.609] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 25 
paused 1
[ 13245.609] (II) systemd-logind: releasing fd for 13:77
[ 13245.646] (II) config/udev: Adding input device Corsair Corsair K65 Gaming 
Keyboard (/dev/input/event12)
[ 13245.646] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass 
"libinput keyboard catchall"
[ 13245.646] (**) Corsair Corsair K65 Gaming Keyboard: Applying InputClass 
"system-keyboard"
[ 13245.646] (II) Using input driver 'libinput' for 'Corsair Corsair K65 Gaming 
Keyboard'
[ 13245.648] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 25 
paused 1
[ 13245.648] (II) systemd-logind: releasing fd for 13:76
[ 27639.231] (II) UnloadModule: "libinput"
[ 27639.231] (II) systemd-logind: releasing fd for 13:67
[ 27639.363] (II) UnloadModule: "libinput"
[ 27639.363] (II) systemd-logind: releasing fd for 13:69
[ 27639.398] (II) UnloadModule: "libinput"
[ 27639.398] (II) systemd-logind: releasing fd for 13:70
[ 27639.422] (II) UnloadModule: "libinput"
[ 27639.422] (II) systemd-logind: releasing fd for 13:71
[ 27639.442] (II) UnloadModule: "libinput"
[ 27639.442] (II) systemd-logind: releasing fd for 13:75
[ 27639.462] (II) UnloadModule: "libinput"
[ 27639.462] (II) systemd-logind: releasing fd for 13:65
[ 27639.486] (II) UnloadModule: "libinput"
[ 27639.486] (II) systemd-logind: releasing fd for 13:68
[ 27639.506] (II) UnloadModule: "libinput"
[ 27639.691] (II) systemd-logind: releasing fd for 13:66
[ 27639.784] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[ 27639.784] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[ 27639.784] (WW) xf86CloseConsole: VT_ACTIVATE failed: Input/output error
[ 27639.785] (II) Server terminated successfully (0). Closing log file.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-96.109-generic 5.4.157
Uname: Linux 5.4.0-96-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
BootLog: Error: [Errno 13] Adgang nægtet: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Jan 19 19:16:52 2022
DistUpgraded: Fresh install
DistroCodename: 

[Bug 1940377] Re: The WWAN - Huawei Technologies Co., Ltd. [12d1:15c1] does not work after install Ubuntu Hirsute.

2022-01-17 Thread Lars Melin
There are 2 usable configurations in 12d1:15c1, cfg#2 which is cdc_ether
and cfg#3 which is cdc_mbim , usb_modeswitch will select the linux
preferred mbim configuration if mbim drivers are present in the kernel.
This is by design and not a bug.

A user who prefers cdc_ether can disable the the automagic mbim switch
by changing the line DisableMBIMGlobal=0 to DisableMBIMGlobal=1 in
/etc/usb_modeswitch.conf, there is really no need to revert to an older
usb_modeswitch version in order to disable the mbim auto selection.

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

Title:
  The WWAN - Huawei Technologies Co., Ltd. [12d1:15c1] does not work
  after install Ubuntu Hirsute.

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


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

[Bug 1956101] Re: BUG: kernel NULL pointer dereference, address: 00000000000006c8

2022-01-06 Thread Lars
Updating to jammy fixed this problem...

-> Close

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

Title:
  BUG: kernel NULL pointer dereference, address: 06c8

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


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

[Bug 1956523] [NEW] package linux-image-5.11.0-44-generic 5.11.0-44.48~20.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2022-01-05 Thread lars
Public bug reported:

I'm running low on /boot and have always to "sudo apt autoremove"
beforehand ... this time it created this error even with cleaning.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-44-generic 5.11.0-44.48~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-43.47~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-43-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Jan  5 21:21:08 2022
ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
InstallationDate: Installed on 2021-09-27 (100 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: initramfs-tools
Title: package linux-image-5.11.0-44-generic 5.11.0-44.48~20.04.2 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package linux-image-5.11.0-44-generic 5.11.0-44.48~20.04.2 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

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


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

[Bug 1847275] Re: stunnel4: "INTERNAL ERROR: Bad magic at ssl.c, line 117" - DoS vulnerability

2022-01-04 Thread Lars Kollstedt
Steve Arnolds package for bionic from
https://bugs.launchpad.net/ubuntu/+source/stunnel4/+bug/1847275/comments/25
works for me.

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

Title:
  stunnel4: "INTERNAL ERROR: Bad magic at ssl.c, line 117" - DoS
  vulnerability

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


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

[Bug 1956101] [NEW] BUG: kernel NULL pointer dereference, address: 00000000000006c8

2021-12-31 Thread Lars
Public bug reported:

I am trying to get rid of the bug#1906476, so I installed a new Ubuntu/Impish 
on another Disk with an unencrypted rpool followed the tutorial at
https://openzfs.github.io/openzfs-docs/Getting%20Started/Ubuntu/Ubuntu%2020.04%20Root%20on%20ZFS.html

After installation I copied the most from the encrypted disk to the unencrypted 
one via booting from stick, importing encrypted rpool and unencrypted rpool and 
using rsync.
The first reboot into the new disk hits another Bug:

[0.126013] Kernel command line: 
BOOT_IMAGE=/BOOT/ubuntu_1m79i1@/vmlinuz-5.13.0-23-generic 
root=ZFS=rpool_unencrypted/ROOT/ubuntu_1m79i1 ro text console=tty0 
console=ttyS0,115200n8 nosplash init_on_alloc=0
...
Begin: Running /scripts/local-premount ... done.
[   66.651432] spl: loading out-of-tree module taints kernel.
[   66.666011] znvpair: module license 'CDDL' taints kernel.
[   66.673672] Disabling lock debugging due to kernel taint
[   66.849345] ZFS: Loaded module v2.0.6-1ubuntu2, ZFS pool version 5000, ZFS 
filesystem version 5
Begin: Importing ZFS root pool 'rpool_unencrypted' ... [   67.920948] BUG: 
kernel NULL pointer dereference, address: 06c8
[   67.929514] #PF: supervisor write access in kernel mode
[   67.935991] #PF: error_code(0x0002) - not-present page
[   67.942355] PGD 0 P4D 0 
[   67.946127] Oops: 0002 [#1] SMP PTI
[   67.950831] CPU: 5 PID: 341 Comm: zpool Tainted: P   O  
5.13.0-23-generic #23-Ubuntu
[   67.960839] Hardware name: Sun Microsystems SUN FIRE X4150/SUN FIRE X4150, 
BIOS 1ADQW068 11/16/2010
[   67.971112] RIP: 0010:mutex_lock+0x1e/0x40
[   67.976427] Code: c3 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48 
89 e5 41 54 49 89 fc e8 cd ec ff ff 31 c0 65 48 8b 14 25 c0 7b 01 00  49 0f 
b1 14 24 75 06 4c 8b 65 f8 c9 c3 4c 89 e7 e8 ac ff ff ff
[   67.997696] RSP: 0018:b7a0c0897b08 EFLAGS: 00010246
[   68.004175] RAX:  RBX:  RCX: 
[   68.012565] RDX: 8d9654f49700 RSI:  RDI: 06c8
[   68.020937] RBP: b7a0c0897b10 R08: 8d9642091d20 R09: 8d9642091d20
[   68.029298] R10: 8d9656462400 R11: 8d9656462400 R12: 06c8
[   68.037658] R13: c0841458 R14: 06e8 R15: 
[   68.046023] FS:  7f9315e5f7c0() GS:8d9853d4() 
knlGS:
[   68.055341] CS:  0010 DS:  ES:  CR0: 80050033
[   68.062313] CR2: 06c8 CR3: 000115f48000 CR4: 06e0
[   68.070671] Call Trace:
[   68.074330]  rrw_enter_read_impl+0x22/0x100 [zfs]
[   68.080520]  rrw_enter_read+0x13/0x20 [zfs]
[   68.086096]  rrw_enter+0x1d/0x20 [zfs]
[   68.091202]  dsl_pool_config_enter+0x1d/0x20 [zfs]
[   68.097328]  spa_prop_get+0x98/0x3c0 [zfs]
[   68.102750]  ? spl_kmem_free_impl+0x25/0x30 [spl]
[   68.108601]  ? __raw_callee_save___native_queued_spin_unlock+0x15/0x23
[   68.116274]  ? __raw_callee_save___native_queued_spin_unlock+0x15/0x23
[   68.123923]  ? __raw_callee_save___native_queued_spin_unlock+0x15/0x23
[   68.131555]  ? queued_spin_unlock+0x9/0x10 [zfs]
[   68.137462]  ? do_raw_spin_unlock+0x9/0x10 [zfs]
[   68.143346]  ? __raw_spin_unlock+0x9/0x10 [zfs]
[   68.149140]  ? spa_open_common+0x4fd/0x510 [zfs]
[   68.155013]  ? spa_name_compare+0xe/0x30 [zfs]
[   68.160704]  ? avl_find+0x5f/0x90 [zavl]
[   68.165666]  zfs_ioc_pool_get_props+0x79/0x140 [zfs]
[   68.171864]  zfsdev_ioctl_common+0x645/0x6f0 [zfs]
[   68.177890]  ? __check_object_size.part.0+0x4a/0x150
[   68.183897]  ? _copy_from_user+0x2e/0x60
[   68.188852]  zfsdev_ioctl+0x57/0xe0 [zfs]
[   68.194081]  __x64_sys_ioctl+0x91/0xc0
[   68.198864]  do_syscall_64+0x61/0xb0
[   68.203470]  ? handle_mm_fault+0xda/0x2c0
[   68.208514]  ? do_user_addr_fault+0x1d0/0x660
[   68.213899]  ? exit_to_user_mode_prepare+0x37/0xb0
[   68.219719]  ? irqentry_exit_to_user_mode+0x9/0x20
[   68.225536]  ? irqentry_exit+0x19/0x30
[   68.230279]  ? exc_page_fault+0x8f/0x170
[   68.235169]  ? asm_exc_page_fault+0x8/0x30
[   68.240225]  entry_SYSCALL_64_after_hwframe+0x44/0xae
[   68.246237] RIP: 0033:0x7f931644f9cb
[   68.250769] Code: ff ff ff 85 c0 79 8b 49 c7 c4 ff ff ff ff 5b 5d 4c 89 e0 
41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d 35 a4 0f 00 f7 d8 64 89 01 48
[   68.271548] RSP: 002b:7fff7de60648 EFLAGS: 0246 ORIG_RAX: 
0010
[   68.280137] RAX: ffda RBX: 555b30942ca0 RCX: 7f931644f9cb
[   68.288279] RDX: 7fff7de60650 RSI: 5a27 RDI: 0003
[   68.296398] RBP: 7fff7de63c30 R08: 555b30955f80 R09: 7f931654b3d0
[   68.304489] R10: f000 R11: 0246 R12: 7fff7de60650
[   68.312560] R13: 555b3093b320 R14:  R15: 555b30942ca0
[   68.320627] Modules linked in: zfs(PO) zunicode(PO) zzstd(O) zlua(O) 
zavl(PO) icp(PO) zcommon(PO) znvpair(PO) spl(O) ses enclosure 

[Bug 1847275] Re: stunnel4: "INTERNAL ERROR: Bad magic at ssl.c, line 117" - DoS vulnerability

2021-12-21 Thread Lars Kollstedt
I also think CVE-2021-20230 and this bug are probably two different
things. But Steve Arnold is also addressing CVE-2021-20230 in
Comment#25, and it's still considered unfixed on
https://ubuntu.com/security/CVE-2021-20230. So there is a a relation to
this CVE, but CVE-2021-20230 is not describing this bug.

This Bug should be worth a CVE, but I did't find one really describing
this, yet. I'm trying one of Steves Arnolds Packages, now. Since I was
experiencing crashes due this bug almost every day.

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

Title:
  stunnel4: "INTERNAL ERROR: Bad magic at ssl.c, line 117" - DoS
  vulnerability

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


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

[Bug 1847275] Re: stunnel4: "INTERNAL ERROR: Bad magic at ssl.c, line 117" - DoS vulnerability

2021-12-21 Thread Lars Kollstedt
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-20230

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

Title:
  stunnel4: "INTERNAL ERROR: Bad magic at ssl.c, line 117" - DoS
  vulnerability

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


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

[Bug 1721838] Re: dch --release does not defaulted to previous released distribution

2021-12-20 Thread Lars Kruse
The specific problem here is the wrong documentation of the behavior in
the manpage:

```
--release
Finalize  the  changelog for a release.  Update the changelog timestamp. If the 
distribution is set to UNRELEASED, change it to the distribu-
tion from the previous changelog entry (or another distribution as specified by 
--distribution).  If there are no previous changelog  entries
and  an  explicit  distribution  has not been specified, unstable will be used 
(or the name of the current development release when run under
Ubuntu).
```

The last sentence ("If there are no previous changelog entries ...") is
wrong, since under Ubuntu the "current development release" is used,
even if previous changelog entries exist (e.g. for "unstable").

Thus at the moment reading the source is the only option for determining
the behavior of the distribution resolution. A fix for the wrong
description in the man page would be very helpful!

PS: Personally I refrained from doing this work myself, since the
current implementation feels really questionable: Ubuntu users are
exposed to an incompatible implementation of "dch" and there is no way
to disable this Ubuntu-specific behavior - neither locally nor for
specific projects. This is not beautiful :(

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

Title:
  dch --release does not defaulted to previous released distribution

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


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

[Bug 1946235] Re: pcscd won't install due to bad dependency version

2021-10-07 Thread Lars Noodén
Ok. This was probably a bug in the update-manager that only manifested
symptoms in my case in pcscd.

I noticed the only place 'hirsute' was mentioned was in /etc/apt/ is one
file, /etc/apt/sources.list.d/system.sources there.  Once I changed all
instances of 'hirsute' to 'impish' in
/etc/apt/sources.list.d/system.sources it was possible to get pcscd
installed as normal.

So I guess this is either solved or should be relabeled as applying to
'update-manager'

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

Title:
  pcscd won't install due to bad dependency version

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


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

[Bug 1946235] Re: pcscd won't install due to bad dependency version

2021-10-06 Thread Lars Noodén
$ apt policy pcscd libpcsclite1
pcscd:
  Installed: (none)
  Candidate: 1.9.1-1
  Version table:
 1.9.1-1 500
500 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages
100 /var/lib/dpkg/status
libpcsclite1:
  Installed: 1.9.3-2
  Candidate: 1.9.3-2
  Version table:
 *** 1.9.3-2 500
500 http://archive.ubuntu.com/ubuntu impish/main amd64 Packages
100 /var/lib/dpkg/status
 1.9.1-1 500
500 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages

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

Title:
  pcscd won't install due to bad dependency version

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


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

[Bug 1946235] Re: pcscd won't install due to bad dependency version

2021-10-06 Thread Lars Noodén
I should add that libpcsclite1 is installed but a newer version,

# apt install libpcsclite1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libpcsclite1 is already the newest version (1.9.3-2).

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

Title:
  pcscd won't install due to bad dependency version

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


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

[Bug 1946235] Re: pcscd won't install due to bad dependency version

2021-10-06 Thread Lars Noodén
Yes, I've done the following.

apt update
apt upgrade

However, qemu is not mentioned in any part of the output from those
steps.  Though it is installed:

$ apt-cache policy qemu-system-x86 | head -n 3
qemu-system-x86:
  Installed: 1:6.0+dfsg-2expubuntu1
  Candidate: 1:6.0+dfsg-2expubuntu1

The problems with pcscd arose after using the update-manager to move
from 21.04 to 21.10-beta.  pcscd is a dependency for another package
which is the main reason for using Ubuntu instead of another distro.
Specifically it is a smart card reader needed to interact with an
increasing number of government sites and services.

After removing qemu-block-extra, I get the following when trying to
install pcscd :

# apt install pcscd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pcscd : Depends: libpcsclite1 (= 1.9.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

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

Title:
  pcscd won't install due to bad dependency version

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


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

[Bug 1946235] [NEW] pcscd won't install due to bad dependency version

2021-10-06 Thread Lars Noodén
Public bug reported:

# apt install pcscd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 pcscd : Depends: libpcsclite1 (= 1.9.1-1) but it is not going to be installed
 qemu-block-extra : Depends: qemu-system-x86 (= 1:6.0+dfsg-2expubuntu1) but it 
is not going to be installed or
 qemu-system-arm (= 1:6.0+dfsg-2expubuntu1) but it 
is not going to be installed or
 qemu-system-mips (= 1:6.0+dfsg-2expubuntu1) but it 
is not going to be installed or
 qemu-system-ppc (= 1:6.0+dfsg-2expubuntu1) but it 
is not going to be installed or
 qemu-system-sparc (= 1:6.0+dfsg-2expubuntu1) but 
it is not going to be installed or
 qemu-system-misc (= 1:6.0+dfsg-2expubuntu1) but it 
is not going to be installed or
 qemu-system-s390x (= 1:6.0+dfsg-2expubuntu1) but 
it is not going to be installed or
 qemu-system-x86-xen (= 1:6.0+dfsg-2expubuntu1) but 
it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: pcscd (not installed)
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Wed Oct  6 17:15:29 2021
InstallationDate: Installed on 2020-06-16 (477 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: pcsc-lite
UpgradeStatus: Upgraded to impish on 2021-10-06 (0 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

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

Title:
  pcscd won't install due to bad dependency version

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


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

[Bug 1322968] Re: Changing country leads to invalid locale

2021-08-24 Thread Lars Müller-Stumpf
I just opened a new report as requested here: 
https://bugs.kde.org/show_bug.cgi?id=441468
I couldn't find a kde-runtime package, so I just reported it under kde.

** Bug watch added: KDE Bug Tracking System #441468
   https://bugs.kde.org/show_bug.cgi?id=441468

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

Title:
  Changing country leads to invalid locale

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


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

[Bug 1322968] Re: Changing country leads to invalid locale

2021-08-23 Thread Lars Müller-Stumpf
I just checked upstream and found that this bug already has been
reported there some time ago, marked as "resolved donwstream":
https://bugs.kde.org/show_bug.cgi?id=335301

Im confused. The bug still persists and there are a plethora of other
linked bug reports branching off of that bug report i just linked,
either on this or KDE's bug tracking site. What is the current state of
this bug then? :D

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

Title:
  Changing country leads to invalid locale

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


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

[Bug 1322968] Re: Changing country leads to invalid locale

2021-08-22 Thread Lars Müller-Stumpf
Hi Erich,
thanks for supervising the bug reporting here. I think everyone (except a 
few..) appreciate people like you who take the time out of their day to put 
effort towards maintain a project like this. :)

Regarding the bug: It has been outlined pretty clearly what needs to be
done in order for this bug to appear. Install a fresh copy of (in this
case) Kubuntu, and change the Region (under System Settings -> Regional
Settings -> Formats -> Region) from English to something else, and your
locale breaks immediately. In my case, the variables "LC_ALL",
"LC_CTYPE" and "LC_MESSAGE" were unset in the /etc/default/locale file,
resulting in a lot of program errors (Anki reported a broken UTF-8 and
would crash before being able to start in my case).

I could report this bug upstream if you don't want to do that or if
that's not your "job"/task, but I'm not sure how to do that. What would
be the next upstream package to report to even?

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

Title:
  Changing country leads to invalid locale

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


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

[Bug 1940772] [NEW] F1, F4 and NumLock LEDs lit after shutdown on Lenovo L15

2021-08-22 Thread Lars
Public bug reported:

For the Lenovo L15 (with Ubuntu 20.04 and Kernel 5.10.0-1038.40) the F1,
F4 and NumLock LEDs remain lit after shutdown.

Boot of the machine via the power button is not possible until the battery is 
drained and the machine is plugged via power chord. Alternatively, a hard reset 
by pressing the Power-Button for 30 seconds allows for booting again.
In case of reboot instead of shutdown, the LEDs also remain lit for some 
second, but reboot is done without problems.

The problem started after install of package "linux-image-oem-20.04b:amd
(5.10.0.1038.40, automatic)" and also persist after update to
5.10.0.1044.46.

Using to the generic kernel 5.11.0.27 does not show the same behavior.

** Affects: linux-meta-oem-5.10 (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/1940772

Title:
  F1, F4 and NumLock LEDs lit after shutdown on Lenovo L15

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


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

[Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Lars Müller-Stumpf
Apparently still not fixed, just happened to me with a fresh install of
kubuntu 21.04. I live in germany and want my system language to be
english.

Changing the language from American English to British English, manually
adding "LC_ALL", "LC_CTYPE" and "LC_MESSAGE" to the /etc/default/locale
file, running sudo update-locale and sudo locale-gen and then restarting
the pc fixed the issue.

For me, this bug prevented Anki from launching (Error: "Anki needs an
UTF-8 locale"). Pretty minor in comparison to what others are
experiencing but still.

This bug is now more than 7 years old, could someone please at least
assign this bug to a dev?

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

Title:
  Changing country leads to invalid locale

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


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

[Bug 1936673] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2021-07-22 Thread Lars
The security fixed Kernel

# cat /proc/version_signature
Ubuntu 5.4.0-80.90-generic 5.4.124

from focal-security also fixes the problem.
Greetings,
   Lars

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

Title:
  BUG: kernel NULL pointer dereference, address: 

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


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

[Bug 1936673] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2021-07-19 Thread Lars
Hello Kleber,
thank you very much for your fast reply!

I can confirm that Kernel:

# cat /proc/version_signature
Ubuntu 5.4.0-79.88-generic 5.4.124

fixes my Problem.
We can close this bug.

Greetings,
   Lars

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

Title:
  BUG: kernel NULL pointer dereference, address: 

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


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

[Bug 1936673] [NEW] BUG: kernel NULL pointer dereference, address: 0000000000000000

2021-07-16 Thread Lars
.588561] RBP: 7fff18df1800 
R08: 7fff18df1828 R09: 
Jul 16 15:26:10 maria2021-muc-2 kernel: [  678.589368] R10: 01b6 
R11: 0246 R12: 0010
Jul 16 15:26:10 maria2021-muc-2 kernel: [  678.590157] R13:  
R14: 7fff18df1910 R15: 7fff18df1880
Jul 16 15:26:10 maria2021-muc-2 kernel: [  678.590981] Modules linked in: 
xt_recent btrfs xor zstd_compress raid6_pq ufs qnx4 hfsplus hfs minix ntfs 
msdos jfs xfs nfs_layout_nfsv41_files rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs 
lockd grace fscache vmw_vsock_vmci_transport vsock nls_iso8859_1 intel_rapl_msr 
intel_rapl_common sb_edac crct10dif_pclmul ghash_clmulni_intel aesni_intel 
crypto_simd cryptd glue_helper rapl vmw_balloon input_leds joydev serio_raw 
vmw_vmci mac_hid nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt 
nf_log_ipv4 nf_log_common ipt_REJECT nf_reject_ipv4 xt_LOG xt_comment xt_limit 
xt_addrtype xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 
libcrc32c ip6table_filter sch_fq_codel sunrpc ip6_tables iptable_filter 
bpfilter ip_tables x_tables autofs4 zfs(PO) zunicode(PO) zlua(PO) zavl(PO) 
icp(PO) zcommon(PO) znvpair(PO) spl(O) crc32_pclmul vmwgfx psmouse ttm 
drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm vmxnet3 
vmw_pvscsi i2c_piix4 pata_acpi
Jul 16 15:26:10 maria2021-muc-2 kernel: [  678.598044] CR2: 
Jul 16 15:26:10 maria2021-muc-2 kernel: [  678.599024] ---[ end trace 
60579b30ad37024f ]---

# dpkg -l linux-image-5.4.0-77-generic
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version  Architecture Description
+++----=
ii  linux-image-5.4.0-77-generic 5.4.0-77.86  amd64Signed kernel image 
generic

# cat /proc/version_signature
Ubuntu 5.4.0-77.86-generic 5.4.119

Is anyone else having this problem?
Thanks in advance,
   Lars

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


** Tags: kernel-bug nfsv4.1

** Attachment added: "sudo lspci -vnvn"
   
https://bugs.launchpad.net/bugs/1936673/+attachment/5511454/+files/lspci-vnvn.log

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

Title:
  BUG: kernel NULL pointer dereference, address: 

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


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

[Bug 1936673] Re: BUG: kernel NULL pointer dereference, address: 0000000000000000

2021-07-16 Thread Lars
BTW, booting back into 5.4.0-74.83-generic and everything works fine
again.

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

Title:
  BUG: kernel NULL pointer dereference, address: 

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


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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-07-09 Thread Lars Martin Hambro
I find Usage: clevis COMMAND [OPTIONS]

  clevis decrypt  Decrypts using the policy defined at encryption time
  clevis decrypt tpm2plus Encrypts using a TPM2.0 chip binding policy
  clevis encrypt sss  Encrypts using a Shamir's Secret Sharing policy
  clevis encrypt tang Encrypts using a Tang binding server policy
  clevis encrypt tpm2plus Encrypts using a TPM2.0 chip binding policy
  clevis pin tpm2 Encrypts using a TPM2.0 chip binding policy

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-07-08 Thread Lars Martin Hambro
https://www.asus.com/Motherboards-
Components/Motherboards/Accessories/TPM-M-R2-0/

can you confirm its should works with gnome-online-accounts  this TPM_M modules 
or other?
so user id be stored on motherboard?

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1930879] [NEW] Current hwe-netboot kernel does not support Intel X710 NICs

2021-06-04 Thread Lars Erik Pedersen
Public bug reported:

Hi.

(sorry if this is in the wrong place, but a nice person at
#ubuntu@LiberaChat told me to try here)

The current hwe-netboot kernel for bionic is still suffering from the
bug described in #1893956, which basically lacks the support for Intel
X710 NICs. Causing netboot to be impossible with these cards.

Would it be possible to update this to a newer version? The kernel that
the hwe-netboot installs (5.4.0-74-generic) has the fix included, and
the NIC works perfectly fine on a installed OS with that kernel.

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

Title:
  Current hwe-netboot kernel does not support Intel X710 NICs

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-27 Thread Lars Martin Hambro
its its possible to add windows 10 hello safety login?
Or button to open in browser like edge in windows 10? so its can use password 
on maskines to login? or its hard to add? did not need 2 ways login or be its 
safety issue in linux?

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-27 Thread Lars Martin Hambro
yes gnome-online-accounts (3.38.1-1ubuntu1.1
https://i.ibb.co/K6RGY0k/onlineaccountv2.png

But its be nice with instagram and facebook option later. Its not other
ways to fix other than hackmicrosoft to get .exe files from windows 10
stores and install in on wine and hope its works.

Sorry becouse long time but its did not help me much.

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1928187] Re: can not reinstall grub loader its broked on this laptop

2021-05-13 Thread Lars Martin Hambro
Because i did not get any Check for failed or checkdisk option before
start, so i mean its was before 21.04?

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

Title:
  can not reinstall grub loader its broked on this laptop

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

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

[Bug 1928187] Re: can not reinstall grub loader its broked on this laptop

2021-05-13 Thread Lars Martin Hambro
https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#3-usb-
selection

So it some issue with program to make menory stick? or its read only if
some fail when make its its impossible to fix without reinstall again?
Or its possible to fix?

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

Title:
  can not reinstall grub loader its broked on this laptop

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

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

[Bug 1928187] Re: can not reinstall grub loader its broked on this laptop

2021-05-12 Thread Lars Martin Hambro
its also issue with uefi firmware missing fxsetup or other? sudo  apt-
get upgrade did not works on usb memory stick?

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

Title:
  can not reinstall grub loader its broked on this laptop

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

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

[Bug 1928187] [NEW] can not reinstall grub loader its broked on this laptop

2021-05-12 Thread Lars Martin Hambro
Public bug reported:

sudo update-grub
/usr/sbin/grub-probe: error: failed to get canonical path of `/cow'

sudo fdisk -l
Disk /dev/loop0: 2,06 GiB, 2213470208 bytes, 4323184 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 55,45 MiB, 58142720 bytes, 113560 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 218,99 MiB, 229629952 bytes, 448496 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 64,77 MiB, 67915776 bytes, 132648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 51,04 MiB, 53522432 bytes, 104536 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop5: 32,27 MiB, 33841152 bytes, 66096 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/sda: 465,76 GiB, 500107862016 bytes, 976773168 sectors
Disk model: Samsung SSD 840 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xef7903ca

Device Boot Start   End   Sectors   Size Id Type
/dev/sda12048718847716800   350M  7 HPFS/NTFS/exFAT
/dev/sda2  718848 893703154 892984307 425,8G  7 HPFS/NTFS/exFAT
/dev/sda3   893704192 894849023   1144832   559M 27 Hidden NTFS WinRE
/dev/sda4   894851070 976771071  81920002  39,1G  5 Extended
/dev/sda5   894851072 895899647   1048576   512M  b W95 FAT32
/dev/sda6  *895901696 896950271   1048576   512M ef EFI (FAT-12/16/32)
/dev/sda7   896952320 976771071  79818752  38,1G 83 Linux


Disk /dev/sdb: 57,81 GiB, 62075699200 bytes, 121241600 sectors
Disk model: Flash Disk  
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x1f9f5781

Device Boot Start   End   Sectors  Size Id Type
/dev/sdb1  *   32 121241599 121241568 57,8G  c W95 FAT32 (LBA)
ubuntu@ubuntu:~$ sudo grub-install /dev/sda6 
Installing for x86_64-efi platform.
grub-install: error: cannot find EFI directory.
ubuntu@ubuntu:~$ ubuntu-bug grub2
ubuntu@ubuntu:~$ sudo blkid
/dev/sda1: LABEL="Reservert av systemet" BLOCK_SIZE="512" 
UUID="8254056454055C73" TYPE="ntfs" PARTUUID="ef7903ca-01"
/dev/sda2: BLOCK_SIZE="512" UUID="EE46073F46070853" TYPE="ntfs" 
PARTUUID="ef7903ca-02"
/dev/sda3: BLOCK_SIZE="512" UUID="86F2F854F2F84A47" TYPE="ntfs" 
PARTUUID="ef7903ca-03"
/dev/sda5: UUID="6DED-C152" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="ef7903ca-05"
/dev/sda6: UUID="FB6E-4D34" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="ef7903ca-06"
/dev/sda7: UUID="ba06bde7-a8af-4acf-8956-f29ec54283f2" BLOCK_SIZE="4096" 
TYPE="ext4" PARTUUID="ef7903ca-07"
/dev/sdb1: LABEL="UUI" UUID="1AEC-2F52" BLOCK_SIZE="512" TYPE="vfat" 
PARTUUID="1f9f5781-01"
/dev/loop0: TYPE="squashfs"
/dev/loop1: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop3: TYPE="squashfs"
/dev/loop4: TYPE="squashfs"
/dev/loop5: TYPE="squashfs"

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: grub2-common 2.04-1ubuntu45
ProcVersionSignature: Ubuntu 5.11.0-16.17-generic 5.11.12
Uname: Linux 5.11.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu65
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.461
CurrentDesktop: ubuntu:GNOME
Date: Wed May 12 08:20:05 2021
LiveMediaBuild: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=nb_NO.UTF-8
 SHELL=/bin/bash
SourcePackage: grub2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug hirsute

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

Title:
  can not reinstall grub loader its broked on this laptop

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-10 Thread Lars Martin Hambro
But can you confirm:
sudo add-apt-repository ppa:folke-schwinning/personal
sudo apt-get update
sudo apt-get install desktop-facebook

 sudo apt install npm nodejs-legacy git

https://snapcraft.io/install/facebook-webapp/ubuntu

Its this safe as worksaground or may is get safety issue?
I want replacement for linux, because windows 10 android works with facebook 
but did no know how becauce is hard to get to works with wine HQ or other 
software?

Because i did not know if APT get or other repo is protected other than
wrong repo to old config, because some software may be maded only
because developer get money for works with other company that get money
on password leaks or other. Not sure if some of apps if safe because it
can come software bugs to safety also.

Or is snap\apt-get safe with install apps?

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1926847] Re: poor and wasteless program

2021-05-08 Thread Lars Martin Hambro
I have installed game-data-packager (67)

Still same issue:
Rise of the Triad Startup Version 1.4
 Shareware Version
Z_INIT: 895 bytes
IN_Startup: Mouse Present
Adding /usr/share/games/rott/HUNTBGIN.WAD.
Adding /usr/share/games/rott/REMOTE1.RTS.
W_Wad: Wad Manager Started NUMLUMPS=2103
RT_DRAW: Tables Initialized
MU_Startup:
SD_SetupFXCard: Fx ok.
SD_Startup: Fx ok.
RT_MAIN: Fonts Initialized
RT_MSG: Message System Started
RT_VIEW: Colormaps Initialized
OH NO OH NO ROTT CRASHED!
Here is where:
Stack dump:
{
 /lib/x86_64-linux-gnu/libc.so.6(+0x41040) [0x7f7563103040]
 /lib/x86_64-linux-gnu/libfluidsynth.so.2(+0x1627e) [0x7f7562acc27e]
 /lib/x86_64-linux-gnu/libfluidsynth.so.2(+0x1781c) [0x7f7562acd81c]
 /lib/x86_64-linux-gnu/libfluidsynth.so.2(+0x18005) [0x7f7562ace005]
 /lib/x86_64-linux-gnu/libfluidsynth.so.2(delete_fluid_synth+0x2e) 
[0x7f7562ae46be]
 /lib/x86_64-linux-gnu/libSDL_mixer-1.2.so.0(fluidsynth_freesong+0x3f) 
[0x7f75632cab1f]
 /lib/x86_64-linux-gnu/libSDL_mixer-1.2.so.0(Mix_FreeMusic+0x107) 
[0x7f75632bdb67]
 rott(+0x210c2) [0x563674a210c2]
 rott(+0x72a89) [0x563674a72a89]
 rott(+0x72ce4) [0x563674a72ce4]
 rott(+0x55c15) [0x563674a55c15]
 rott(main+0x1de) [0x563674a1df5e]
 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xd5) [0x7f75630ea565]
 rott(+0x1e1da) [0x563674a1e1da]
}

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

Title:
  poor and wasteless program

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-08 Thread Lars Martin Hambro
Why is disable the facebook provider since it's current not working? its
because facebook did not want to use it on linux or safety issue?

Because android and windows 10 support instgram and facebook apps?

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-08 Thread Lars Martin Hambro
sorry i can not find gnome-online-accounts - 3.38.1-1ubuntu2 packages so
please tell how to add it with apt-get?

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1926844] Re: get white screen when i play with Videos app or totem name wrong

2021-05-07 Thread Lars Martin Hambro
** Attachment added: "videos issue"
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1926844/+attachment/5495545/+files/videos%20gnome%20issue.png

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

Title:
  get white screen when i play with Videos app or totem name wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1926844/+subscriptions

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

[Bug 1926844] Re: get white screen when i play with Videos app or totem name wrong

2021-05-07 Thread Lars Martin Hambro
its  other bug on other pc,

** Attachment added: "videos not find.png"
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1926844/+attachment/5495544/+files/videos%20not%20find.png

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

Title:
  get white screen when i play with Videos app or totem name wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1926844/+subscriptions

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-07 Thread Lars Martin Hambro
stil the samme issue?

XDG_CURRENT_DESKTOP=GNOME gnome-control-center
Gtk-Message: 18:39:14.049: Failed to load module "appmenu-gtk-module"
Gtk-Message: 18:39:19.385: Failed to load module "appmenu-gtk-module"

(WebKitWebProcess:2): dbind-WARNING **: 18:39:19.409: Couldn't connect
to accessibility bus: Failed to connect to socket /tmp/dbus-pkft2CzOvy:
file or folder did not exist.

Also want to know

sed -i ‘s/^Exec.*/Exec=env XDG_CURRENT_DESKTOP=GNOME gnome-control-
center --overview/’ ~/.local/share/applications/gnome-control-
center.desktop --debug


how to use that one?

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1926843] Re: online accounts integration with fb isn't working

2021-05-07 Thread Lars Martin Hambro
gnome-online-accounts (3.38.1-1ubuntu1).
sudo apt-get upgrade
0 upgrade, 0 new installed, 0 to remove and 0 no upgrades.

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

Title:
  online accounts integration with fb isn't working

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

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

[Bug 1925805] Re: Installing texlive on Ubuntu 20.04 breaks log window in COMSOL Multiphysics

2021-05-07 Thread Lars Dammann
** Attachment removed: "What the broken log window looks like. This should show 
text instead."
   
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/1925805/+attachment/5491394/+files/log_problem.jpg

** Changed in: texlive-base (Ubuntu)
 Assignee: (unassigned) => Lars Dammann (larsdammanncomsol)

** Description changed:

- Hi,
- 
- My name is Lars Dammann and I'm an applications engineer at COMSOL
- Multiphysics, a company that makes commercial software for numerical
- simulation. Recently, we have seen many reports by our users that our
- log window breaks on Ubuntu 20.04 and we tracked the problem down to
- texlive. So, installing texlive somehow breaks our log window. We were
- able to reproduce this on a completely fresh installation of Ubuntu
- 20.04 in a VM: Install COMSOL on the fresh install and it works fine,
- install texlive and it breaks, uninstall texlive again and it works fine
- again. Our software does not use texlive and does not have any relation
- to texlive at all. The affected widget is a SWT text box and uses a
- Courier font. Our development has no idea how the presence of texlive
- could mess with our text widget, but they do not have time to
- investigate further. I'm acting on my own in trying to figure out what
- the problem is.
- 
- I would like to bring this to the attention of the texlive community, in
- case someone of you has some idea what we could do to fix this. We
- suspect that it is a bug in the texlive package. Please note that this
- is only a problem on Ubuntu 20.04 but not Ubuntu 18.04. I'm sorry if
- this is not the right place to ask this question. I'm not very familiar
- with this kind of problem. I kindly ask your advice in this matter.
- 
- Best wishes
- Lars
+ Removed

** Changed in: texlive-base (Ubuntu)
   Status: New => Invalid

** Information type changed from Public to Private

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

Title:
  Installing texlive on Ubuntu 20.04 breaks log window in COMSOL
  Multiphysics

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

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

[Bug 1926843] Re: gnome-control-center online-accounts poor app to add facebook and other

2021-05-05 Thread Lars Martin Hambro
Its isssue with Facebook as picture show, but other like ubuntu\hotmail
or google email works to login but not did not help much to use
thunderbird or firefox\chrome to make its more easy to login without
less safety issue.

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

Title:
  gnome-control-center online-accounts poor app to add facebook and
  other

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

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

[Bug 1926902] Re: xfce ubuntu server say package is installed

2021-05-02 Thread Lars Martin Hambro
Failed to restart networking.service: Unit networking.service not found

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

Title:
  xfce ubuntu server say package is installed

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

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

[Bug 1926902] Re: xfce ubuntu server say package is installed

2021-05-02 Thread Lars Martin Hambro
Issue here i did not get any networks icon in XFCE and only one SFP+
port works to internet other one did not give any ip adresses, works
perfect in windows 10.

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

Title:
  xfce ubuntu server say package is installed

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

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

[Bug 1926902] Re: xfce ubuntu server say package is installed

2021-05-02 Thread Lars Martin Hambro
ort SATA Controller [IDE mode] (rev 04)
01:00.0 Ethernet controller: Mellanox Technologies MT26448 [ConnectX EN 10GigE, 
PCIe 2.0 5GT/s] (rev b0)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 09)

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

Title:
  xfce ubuntu server say package is installed

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

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

[Bug 1926902] [NEW] xfce ubuntu server say package is installed

2021-05-02 Thread Lars Martin Hambro
Public bug reported:

network-manager is already the newest version (1.30.0-1ubuntu3).
The following packages were automatically installed and are no longer required:
  libfile-find-rule-perl libnumber-compare-perl libtext-glob-perl
Use 'sudo apt autoremove' to remove them.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: network-manager 1.30.0-1ubuntu3
ProcVersionSignature: Ubuntu 5.11.0-13.14-generic 5.11.7
Uname: Linux 5.11.0-13-generic x86_64
ApportVersion: 2.20.11-0ubuntu65
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sun May  2 17:57:53 2021
IfupdownConfig:
 auto eth1
iface eth1 inet dhcp
InstallationDate: Installed on 2020-07-05 (301 days ago)
InstallationMedia: Ubuntu-Server 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
IpRoute:
 default via 192.168.1.1 dev enp1s0d1 proto dhcp src 192.168.1.18 metric 100 
 192.168.1.0/24 dev enp1s0d1 proto kernel scope link src 192.168.1.18 
 192.168.1.1 dev enp1s0d1 proto dhcp scope link src 192.168.1.18 metric 100
RebootRequiredPkgs:
 network-manager
 gnome-shell
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: Upgraded to hirsute on 2021-04-12 (20 days ago)
WifiSyslog:
 
nmcli-con:
 
nmcli-dev:
 DEVICETYPE  STATE  IP4-CONNECTIVITY  IP6-CONNECTIVITY  DBUS-PATH   
   CONNECTION  CON-UUID  CON-PATH 
 enp1s0ethernet  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/2  --  ----   
 enp1s0d1  ethernet  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/3  --  ----   
 enp3s0ethernet  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/4  --  ----   
 loloopback  unmanaged  unknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --  ----
nmcli-nm:
 RUNNING  VERSION  STATE STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
 running  1.30.0   disconnected  started  unknown   enabled enabled  
enabled  enabled  enabled

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


** Tags: amd64 apport-bug hirsute uec-images 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/1926902

Title:
  xfce ubuntu server say package is installed

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

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

[Bug 1926854] Re: kstart5 plasmashell loop issue

2021-05-02 Thread Lars Martin Hambro
** Package changed: ubuntu => apt (Ubuntu)

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

Title:
  kstart5 plasmashell loop issue

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