[Touch-packages] [Bug 1951470] Re: webkit javascript segmentation fault

2021-11-21 Thread bugproxy
--- Comment From andreas.kreb...@de.ibm.com 2021-11-22 02:30 EDT---
(In reply to comment #10)
> This does not look like an Ubuntu system. Linux kernel has wrong version:
> "Linux 193438490afd 5.8.15-301.fc33.s390x". Are you sure you are testing it
> on Ubuntu image?

I just mechanically copied the uname -a output there forgetting that I
was working in a container. Hence the output is bogus, please ignore.
But as mentioned already the issue is not kernel related anyway.

--- Comment From andreas.kreb...@de.ibm.com 2021-11-22 02:37 EDT---
(In reply to comment #13)
...
> @Andreas Is your proposed fix known to be save for other platform (LE), too?

Yes, the fix should be safe for LE platforms as well. Before that change
it just accidentally worked on LE. But this would need to be tested of
course.

> And can you point me to the upstream issue where this got fixed?

It looks like it got fixed as part of a commit which fixes numerous
other CLoop issues:

commit 3fdde71c7d95d758a61fcbc4c58168616794c102
Author: Mark Lam 
Date:   Mon Jan 14 21:34:47 2019 +

Fix all CLoop JSC test failures (including some LLInt bugs due to recent 
bytecode format change).
https://bugs.webkit.org/show_bug.cgi?id=193402

Reviewed by Keith Miller.

There you can find a similar change as in my proposed patch. However, it
is based on a commit which changed how these data are stored. So it
might not be obvious to backport it. On the other hand it looks like it
contains more fixes which we might want to have as well.

llintOpWithMetadata(op_get_from_scope, OpGetFromScope, macro (size, get, 
dispatch, metadata, return)
macro getProperty()
-loadis OpGetFromScope::Metadata::operand[t5], t3
+loadp OpGetFromScope::Metadata::operand[t5], t3
loadPropertyAtVariableOffset(t3, t0, t1, t2)
valueProfile(OpGetFromScope, t5, t1, t2)
return(t1, t2)

** Bug watch added: bugs.webkit.org/ #193402
   https://bugs.webkit.org/show_bug.cgi?id=193402

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtwebkit-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1951470

Title:
  webkit javascript segmentation fault

Status in Ubuntu on IBM z Systems:
  Confirmed
Status in qtwebkit-opensource-src package in Ubuntu:
  Confirmed

Bug description:
  == Comment: #0 - Andreas Krebbel  - 2021-11-15 
09:29:44 ==
  ---Problem Description---
  Segmentation fault from WebKit Javascript engine
   
  Contact Information = andreas.kreb...@de.ibm.com 
   
  ---uname output---
  Linux 193438490afd 5.8.15-301.fc33.s390x #1 SMP Thu Oct 15 15:55:57 UTC 2020 
s390x s390x s390x GNU/Linux
   
  Machine Type = IBM Z 
   
  ---Debugger---
  A debugger is not configured
   
  ---Steps to Reproduce---
   index.html:
  
  




  

  

  min.js:
  var i = Math.max

  wkhtmltopdf index.html test.pdf
  QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
  Loading page (1/2)
  Segmentation fault (core dumped) ] 17%
   
  Userspace tool common name: wkhtmltopdf 
   
  The userspace tool has the following bit modes: 64 

  Userspace rpm: libqt5webkit5

  Userspace tool obtained from project website:  na 
   
  *Additional Instructions for andreas.kreb...@de.ibm.com:
  -Attach ltrace and strace of userspace application.

  == Comment: #1 - Andreas Krebbel  - 2021-11-15 
09:44:04 ==
  In CodeBlock.cpp the code preparing the operands of op_get_from_scope writes 
the property offset as pointer size (hence 64 bit) value:

  2141: instructions[i + 6].u.pointer =
  reinterpret_cast(op.operand);

  while the same slot is accessed later by the jitted code as 32 bit
  integer:

  macro getProperty(slow)
  loadisFromInstruction(6, t1)

  This fails on big endian targets since the integer access takes the
  higher part of the 64 bit value.

  Changing:

  macro getProperty(slow)
  loadisFromInstruction(6, t1)

  to

  macro getProperty(slow)
  loadpFromInstruction(6, t1)

  in llint/LowLevelInterpreter64.asm fixes the problem for me.

  
  I could not reproduce the problem on Ubuntu 20.10. In upstream webkit the 
problem got fixed as a side effect of a larger change but in the end quite 
similar to the change I'm proposing. The value resides somewhere else now but 
it is accessed as 64 bit value in getProperty:

  macro getProperty()
  loadp OpGetFromScope::Metadata::m_operand[t5], t1


  If you have the jsc binary from the webkit package available the
  problem can be reproduced with just 'jsc -e "i=Math.min"'

  == Comment: #2 - Andreas Krebbel  -
  2021-11-15 09:49:55 ==

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1951470/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951730] Re: Having Display driver error

2021-11-21 Thread Daniel van Vugt
There does not appear to be any problem with your display driver. You
have an Intel GPU and the driver for that is built into the kernel

What is the real problem you are encountering?


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

** Changed in: ubuntu
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1951730

Title:
  Having Display driver error

Status in Ubuntu:
  Incomplete

Bug description:
  Well... my display driver is not updated so I was trying to update it.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: xorg 1:7.7+22ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
  Uname: Linux 5.13.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 21 17:44:54 2021
  DistUpgraded: Fresh install
  DistroCodename: impish
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 620 [103c:84a6]
  InstallationDate: Installed on 2021-11-19 (2 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:b009 Realtek Semiconductor Corp. Realtek 
Bluetooth 4.2 Adapter
   Bus 001 Device 003: ID 05c8:03c7 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP TrueVision HD Camera
   Bus 001 Device 002: ID 25a7:fa23 Areson Technology Corp 2.4G Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Laptop 15-da0xxx
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=fca0da1e-062a-42e3-934a-d75b5d590bf6 ro
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2018
  dmi.bios.release: 15.7
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 84A6
  dmi.board.vendor: HP
  dmi.board.version: 80.31
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 80.31
  dmi.modalias: 
dmi:bvnInsyde:bvrF.07:bd11/21/2018:br15.7:efr80.31:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A6:rvr80.31:cvnHP:ct10:cvrChassisVersion:sku5AY34PA#ACJ:
  dmi.product.family: 103C_5335KV HP Notebook
  dmi.product.name: HP Laptop 15-da0xxx
  dmi.product.sku: 5AY34PA#ACJ
  dmi.product.version: Type1ProductConfigId
  dmi.sys.vendor: HP
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.107-8ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-1build1

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951683] Re: Xorg freeze

2021-11-21 Thread Daniel van Vugt
Thanks for the bug report.

If you have graphics problems then the most likely cause is the
'nouveau' driver you are using. Please open the 'Additional Drivers' app
and install the latest Nvidia driver. Then reboot.

If the problem continues after that then please run:

  lspci -kv > lspci.txt

and attach the resulting text file here.


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

** Changed in: ubuntu
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1951683

Title:
  Xorg freeze

Status in Ubuntu:
  Incomplete

Bug description:
  /usr/lib/gdm3/gdm-x-session[2681]: (EE) open /dev/fb0: Permission denied
  /usr/lib/gdm3/gdm-x-session[2681]: (EE) modeset(G0): glamor initialization 
failed

  Description:Ubuntu 20.04.3 LTS

   
  Release:20.04  

  gdm3:
Installed: 3.36.3-0ubuntu0.20.04.4
Candidate: 3.36.3-0ubuntu0.20.04.4
Version table:
   *** 3.36.3-0ubuntu0.20.04.4 500
  500 http://au.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   3.36.3-0ubuntu0.20.04.2 500
  500 http://security.ubuntu.com/ubuntu focal-security/main amd64 
Packages
   3.34.1-1ubuntu1 500
  500 http://au.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  xorg:
Installed: 1:7.7+19ubuntu14
Candidate: 1:7.7+19ubuntu14
Version table:
   *** 1:7.7+19ubuntu14 500
  500 http://au.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  3) What you expected to happen - continue to respond to keyboard and mouse
  4) What happened instead - no response from keyboard or mouse

  TIA

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.4.0-89.100-generic 5.4.143
  Uname: Linux 5.4.0-89-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: LXQt
  Date: Sat Nov 20 23:31:52 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GpuHangFrequency: Once a week
  GpuHangReproducibility: Seems to happen randomly
  GpuHangStarted: Immediately after installing this version of Ubuntu
  GraphicsCard:
   Intel Corporation UHD Graphics [8086:9bc4] (rev 05) (prog-if 00 [VGA 
controller])
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:12bd]
 Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:12bd]
  InstallationDate: Installed on 2021-01-07 (317 days ago)
  InstallationMedia: Lubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 002: ID 046d:c542 Logitech, Inc. Wireless Receiver
   Bus 001 Device 004: ID 8087:0026 Intel Corp. 
   Bus 001 Device 003: ID 5986:211b Acer, Inc HD Webcam
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Micro-Star International Co., Ltd. GF63 Thin 10SCXR
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.4.0-89-generic 
root=UUID=3405df65-a898-4ac8-86a0-474b4da9b724 ro rootflags=subvol=@ quiet 
splash crashkernel=512M-:192M vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  Title: Xorg freeze
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/30/2020
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: E16R4IMS.108
  dmi.board.asset.tag: Default string
  dmi.board.name: MS-16R4
  dmi.board.vendor: Micro-Star International Co., Ltd.
  dmi.board.version: REV:1.0
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 10
  dmi.chassis.vendor: Micro-Star International Co., Ltd.
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16R4IMS.108:bd09/30/2020:svnMicro-StarInternationalCo.,Ltd.:pnGF63Thin10SCXR:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16R4:rvrREV1.0:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrDefaultstring:
  dmi.product.family: GF
  dmi.product.name: GF63 Thin 10SCXR
  dmi.product.sku: 16R4.1
  dmi.product.version: REV:1.0
  dmi.sys.vendor: Micro-Star International Co., Ltd.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~20.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.4
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.3~20.04.4
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 

[Touch-packages] [Bug 1951671] Re: Display 640x480

2021-11-21 Thread Daniel van Vugt
Yes the kernel driver appears to be loading successfully so it would
have been some other package. That said, the latest Nvidia driver has
been published since July so I don't know what changed to cause this.

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

** Changed in: ubuntu
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1951671

Title:
  Display 640x480

Status in Ubuntu:
  Incomplete

Bug description:
  NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1)

  Before, display was OK. Today, not detected !
  Try to boot whis previous kernel linux-image-5.11.0-38-generic. No success

  Note : try to install ubuntu 20.04 on ASUSx71sl . Nvidia geforce 9300M
  gs => display unknown

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.11.0-38.42~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-38-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.144  Wed Jun  2 23:02:41 
UTC 2021
   GCC version:
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Nov 20 08:36:06 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GF108M [GeForce GT 525M] [10de:0dec] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Toshiba Corporation GF108M [GeForce GT 525M] [1179:fc61]
  InstallationDate: Installed on 2021-07-29 (113 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  MachineType: TOSHIBA SATELLITE PRO L770-12X
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-38-generic 
root=UUID=a3b542c3-e7ba-4550-894d-f4e28b8294c4 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/28/2011
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1.40
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: Oneonta Falls
  dmi.board.vendor: Intel Corporation
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.40:bd06/28/2011:br4.6:svnTOSHIBA:pnSATELLITEPROL770-12X:pvrPSK3XE-00Y00QFR:skuPSK3XE-00Y00QFR:rvnIntelCorporation:rnOneontaFalls:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct9:cvrToBeFilledByO.E.M.:
  dmi.product.family: PEGA Family
  dmi.product.name: SATELLITE PRO L770-12X
  dmi.product.sku: PSK3XE-00Y00QFR
  dmi.product.version: PSK3XE-00Y00QFR
  dmi.sys.vendor: TOSHIBA
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~20.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.3
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1891338] Re: apparmor misconfigured for evince

2021-11-21 Thread Launchpad Bug Tracker
This bug was fixed in the package evince - 41.3-1

---
evince (41.3-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release

  [ Sebastien Bacher ]
  * debian/apparmor-profile:
- use the exo abstraction rather than listing the binaries directly
  (lp: #1891338)

 -- Jeremy Bicha   Sun, 21 Nov 2021 13:03:23 -0500

** Changed in: evince (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apparmor in Ubuntu.
https://bugs.launchpad.net/bugs/1891338

Title:
  apparmor misconfigured for evince

Status in apparmor package in Ubuntu:
  Fix Released
Status in evince package in Ubuntu:
  Fix Released

Bug description:
  On a fully up to date xubuntu 20-04 system, when i run evince and
  click on a link, it fails to follow that link in my browser. This kind
  of thing happens when you are reading a technical paper and want to
  follow one of the references and click on the doi or url.

  When i click on the link i get a box that i cannot copy from that says:
  Failed to launch preferred application for category "WebBrowser".

  Failed to execute child process "/usr/lib/x86_64-linux-
  gnu/xfce4/exo-2/exo-helper-2"(Permission denied).

  Did I say that it is annoying that i could not copy the text in this
  box!!

  The output of the ldd command you asked for is attached.

  I should also point out that this worked fine under xubuntu 18.04.

  I had originally posted this as an additional comment on
  https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1869159?comments=all
  but https://launchpad.net/~seb128 said that I should submit this as a
  separate bug because this is likely an apparmor configuration problem
  that is similar to the ancient bug
  https://bugs.launchpad.net/bugs/987578.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951742] Re: debianutils in jammy misses tempfile utility

2021-11-21 Thread Bug Watch Updater
** Changed in: debianutils
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debianutils in Ubuntu.
https://bugs.launchpad.net/bugs/1951742

Title:
  debianutils in jammy misses tempfile utility

Status in debianutils:
  Fix Released
Status in debianutils package in Ubuntu:
  New

Bug description:
  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.

  Please add this executable back to debianutils package.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-11-21 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
  Package: debianutils 5.5-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Tags:  jammy
  Uname: Linux 5.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951742] Re: debianutils in jammy misses tempfile utility

2021-11-21 Thread Norbert
** Bug watch added: Debian Bug tracker #992396
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992396

** Also affects: debianutils via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992396
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debianutils in Ubuntu.
https://bugs.launchpad.net/bugs/1951742

Title:
  debianutils in jammy misses tempfile utility

Status in debianutils:
  Unknown
Status in debianutils package in Ubuntu:
  New

Bug description:
  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.

  Please add this executable back to debianutils package.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-11-21 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
  Package: debianutils 5.5-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Tags:  jammy
  Uname: Linux 5.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951742] ProcCpuinfoMinimal.txt

2021-11-21 Thread Norbert
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debianutils in Ubuntu.
https://bugs.launchpad.net/bugs/1951742

Title:
  debianutils in jammy misses tempfile utility

Status in debianutils package in Ubuntu:
  New

Bug description:
  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.

  Please add this executable back to debianutils package.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-11-21 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
  Package: debianutils 5.5-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Tags:  jammy
  Uname: Linux 5.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951742] ProcEnviron.txt

2021-11-21 Thread Norbert
apport information

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debianutils in Ubuntu.
https://bugs.launchpad.net/bugs/1951742

Title:
  debianutils in jammy misses tempfile utility

Status in debianutils package in Ubuntu:
  New

Bug description:
  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.

  Please add this executable back to debianutils package.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-11-21 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
  Package: debianutils 5.5-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Tags:  jammy
  Uname: Linux 5.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951742] Re: debianutils in jammy misses tempfile utility

2021-11-21 Thread Norbert
apport information

** Tags added: apport-collected

** Description changed:

  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.
  
  Please add this executable back to debianutils package.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu73
+ Architecture: amd64
+ CasperMD5CheckResult: pass
+ CurrentDesktop: MATE
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2021-11-21 (0 days ago)
+ InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
+ Package: debianutils 5.5-1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
+ Tags:  jammy
+ Uname: Linux 5.13.0-19-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debianutils in Ubuntu.
https://bugs.launchpad.net/bugs/1951742

Title:
  debianutils in jammy misses tempfile utility

Status in debianutils package in Ubuntu:
  New

Bug description:
  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.

  Please add this executable back to debianutils package.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2021-11-21 (0 days ago)
  InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20211120)
  Package: debianutils 5.5-1
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Tags:  jammy
  Uname: Linux 5.13.0-19-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951742] [NEW] debianutils in jammy misses tempfile utility

2021-11-21 Thread Norbert
Public bug reported:

Previous version of debianutils has /bin/tempfile , but modern 5.5-1
does not.

Please add this executable back to debianutils package.

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


** Tags: jammy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to debianutils in Ubuntu.
https://bugs.launchpad.net/bugs/1951742

Title:
  debianutils in jammy misses tempfile utility

Status in debianutils package in Ubuntu:
  New

Bug description:
  Previous version of debianutils has /bin/tempfile , but modern 5.5-1
  does not.

  Please add this executable back to debianutils package.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1943561] Re: Add ACCEL_LOCATION=base property for 6 Dell clamshell models

2021-11-21 Thread Michael Lin
Hi systemd team (@mhodson),

Could you please SRU this request before the end of Nov. due to it will
impact OEM's GM image schedule? Thanks for your assistance.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1943561

Title:
  Add ACCEL_LOCATION=base property for 6 Dell clamshell models

Status in OEM Priority Project:
  New
Status in systemd package in Ubuntu:
  New

Bug description:
  This hwdb update is to avoid unwanted screen rotation when tilting the
  laptop.

  This is the update to the previously rolled back SRU LP: #1938259

  [Impact]

   * This fixes unwanted rotations on certain Dell clamshell laptop
  models with accelerometer.

  [Test Plan]

   * On Dell laptops with model SKU 0A36, 0A3E, 0B09, 0B0B, 0B0D, 0B11, install 
this package and ensure the kernel is updated to the latest.
   * Screen should be correct side up in login screen and desktop.
   * Tilt the laptop and the screen should not be rotated.

  [Where problems could occur]

   * This is to add parameters for certain models in hwdb, and does not
  affect any other part of systemd.

   * Only models with the same Dell SKU would be affected.

  [scope]

  this is needed for all releases

  this is being added to upstream by
  https://github.com/systemd/systemd/pull/20314 and
  https://github.com/systemd/systemd/pull/20661

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951736] [NEW] dead_caron seems not be working (QTBUG-71678)

2021-11-21 Thread Martin Zbořil
Public bug reported:

in Kubuntu 20.04.3, I am unable to type ť, ď, ň, ľ ... other letters
with caron without dedicated key or caron itself in any qt based
application.

The symbol is common in the Baltic, Slavic, Finnic, Samic and Berber
languages. source: https://en.wikipedia.org/wiki/Caron

workaround exists in using gtk based application.

upstream bug exists and was fixed 2 years ago:
https://bugreports.qt.io/browse/QTBUG-71678

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libqt5core5a 5.12.8+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
Uname: Linux 5.4.0-90-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Sun Nov 21 15:25:13 2021
InstallationDate: Installed on 2018-10-08 (1139 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: qtbase-opensource-src
UpgradeStatus: Upgraded to focal on 2020-10-17 (400 days ago)

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1951736

Title:
  dead_caron seems not be working (QTBUG-71678)

Status in qtbase-opensource-src package in Ubuntu:
  New

Bug description:
  in Kubuntu 20.04.3, I am unable to type ť, ď, ň, ľ ... other letters
  with caron without dedicated key or caron itself in any qt based
  application.

  The symbol is common in the Baltic, Slavic, Finnic, Samic and Berber
  languages. source: https://en.wikipedia.org/wiki/Caron

  workaround exists in using gtk based application.

  upstream bug exists and was fixed 2 years ago:
  https://bugreports.qt.io/browse/QTBUG-71678

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libqt5core5a 5.12.8+dfsg-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-90.101-generic 5.4.148
  Uname: Linux 5.4.0-90-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: KDE
  Date: Sun Nov 21 15:25:13 2021
  InstallationDate: Installed on 2018-10-08 (1139 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  SourcePackage: qtbase-opensource-src
  UpgradeStatus: Upgraded to focal on 2020-10-17 (400 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1951736/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1951730] [NEW] Having Display driver error

2021-11-21 Thread Mansimar Singh
Public bug reported:

Well... my display driver is not updated so I was trying to update it.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: xorg 1:7.7+22ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Nov 21 17:44:54 2021
DistUpgraded: Fresh install
DistroCodename: impish
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company HD Graphics 620 [103c:84a6]
InstallationDate: Installed on 2021-11-19 (2 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 0bda:b009 Realtek Semiconductor Corp. Realtek Bluetooth 
4.2 Adapter
 Bus 001 Device 003: ID 05c8:03c7 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP TrueVision HD Camera
 Bus 001 Device 002: ID 25a7:fa23 Areson Technology Corp 2.4G Receiver
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP Laptop 15-da0xxx
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=fca0da1e-062a-42e3-934a-d75b5d590bf6 ro
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/21/2018
dmi.bios.release: 15.7
dmi.bios.vendor: Insyde
dmi.bios.version: F.07
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 84A6
dmi.board.vendor: HP
dmi.board.version: 80.31
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 80.31
dmi.modalias: 
dmi:bvnInsyde:bvrF.07:bd11/21/2018:br15.7:efr80.31:svnHP:pnHPLaptop15-da0xxx:pvrType1ProductConfigId:rvnHP:rn84A6:rvr80.31:cvnHP:ct10:cvrChassisVersion:sku5AY34PA#ACJ:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-da0xxx
dmi.product.sku: 5AY34PA#ACJ
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.107-8ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.2.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1build1

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


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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1951730

Title:
  Having Display driver error

Status in xorg package in Ubuntu:
  New

Bug description:
  Well... my display driver is not updated so I was trying to update it.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: xorg 1:7.7+22ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
  Uname: Linux 5.13.0-21-generic x86_64
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Nov 21 17:44:54 2021
  DistUpgraded: Fresh install
  DistroCodename: impish
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   Intel Corporation HD Graphics 620 [8086:5916] (rev 02) (prog-if 00 [VGA 
controller])
 Subsystem: Hewlett-Packard Company HD Graphics 620 [103c:84a6]
  InstallationDate: Installed on 2021-11-19 (2 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:b009 Realtek Semiconductor Corp. Realtek 
Bluetooth 4.2 Adapter
   Bus 001 Device 003: ID 05c8:03c7 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HP TrueVision HD Camera
   Bus 001 Device 002: ID 25a7:fa23 Areson Technology Corp 2.4G Receiver
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP Laptop 15-da0xxx
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-21-generic 
root=UUID=fca0da1e-062a-42e3-934a-d75b5d590bf6 ro
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/21/2018
  dmi.bios.release: 15.7
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.07
  dmi.board.asset.tag: Type2 - Board Asset 

[Touch-packages] [Bug 1951727] [NEW] Sync libsemanage 3.3-1 (main) from Debian unstable (main)

2021-11-21 Thread Rico Tzschichholz
Public bug reported:

Please sync libsemanage 3.3-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Don't build with lto. Fedora has a patch enabling this, but also
removing some symbols.

This new upstream version builds without errors.

Changelog entries since current jammy version 3.1-1ubuntu3:

libsemanage (3.3-1) unstable; urgency=medium

  [ Christian Göttsche ]
  * d/gitlab-ci.yml: Use Debian recipe
  * d/control: Bump debhelper compat to level 13
  * d/control: Bump Standards-Version to 4.5.1 (no further changes)
  * d/control: Update homepage
  * d/rules: Enable build hardening
  * d/rules: Enable -Wall -Wextra
  * d/control: Convert cute fields
  * d/control: Declare semanage-utils Architecture all

  [ Laurent Bigonville ]
  * debian/control: Properly depend against libsepol2 instead of libsepol1
  * New upstream version 3.3
- debian/control: Bump {build-}dependencies to match new release
  * debian/control: Bump Standards-Version to 4.6.0 (no further changes)
  * debian/control: Relax the versioned dependency against -common a bit

 -- Laurent Bigonville   Mon, 08 Nov 2021 15:01:36
+0100

libsemanage (3.2-1) experimental; urgency=medium

  * New upstream version
- debian/control: Bump {build-}dependencies to match new release
- Bump the soname from 1 to 2, drop the soname from the -dev package
  * debian/watch: Update the URL to follow the new tagging format
  * debian/control: Drop ancients Breaks against selinux-policy-default and
selinux-policy-mls
  * debian/patches/fix_tests.patch: Add the Forwarded tag to please lintian

 -- Laurent Bigonville   Sat, 24 Apr 2021 13:52:18
+0200

** Affects: libsemanage (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: libsemanage (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libsemanage in Ubuntu.
https://bugs.launchpad.net/bugs/1951727

Title:
  Sync libsemanage 3.3-1 (main) from Debian unstable (main)

Status in libsemanage package in Ubuntu:
  New

Bug description:
  Please sync libsemanage 3.3-1 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
* Don't build with lto. Fedora has a patch enabling this, but also
  removing some symbols.

  This new upstream version builds without errors.

  Changelog entries since current jammy version 3.1-1ubuntu3:

  libsemanage (3.3-1) unstable; urgency=medium

[ Christian Göttsche ]
* d/gitlab-ci.yml: Use Debian recipe
* d/control: Bump debhelper compat to level 13
* d/control: Bump Standards-Version to 4.5.1 (no further changes)
* d/control: Update homepage
* d/rules: Enable build hardening
* d/rules: Enable -Wall -Wextra
* d/control: Convert cute fields
* d/control: Declare semanage-utils Architecture all

[ Laurent Bigonville ]
* debian/control: Properly depend against libsepol2 instead of libsepol1
* New upstream version 3.3
  - debian/control: Bump {build-}dependencies to match new release
* debian/control: Bump Standards-Version to 4.6.0 (no further changes)
* debian/control: Relax the versioned dependency against -common a bit

   -- Laurent Bigonville   Mon, 08 Nov 2021 15:01:36
  +0100

  libsemanage (3.2-1) experimental; urgency=medium

* New upstream version
  - debian/control: Bump {build-}dependencies to match new release
  - Bump the soname from 1 to 2, drop the soname from the -dev package
* debian/watch: Update the URL to follow the new tagging format
* debian/control: Drop ancients Breaks against selinux-policy-default and
  selinux-policy-mls
* debian/patches/fix_tests.patch: Add the Forwarded tag to please lintian

   -- Laurent Bigonville   Sat, 24 Apr 2021 13:52:18
  +0200

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1950850] Re: Systemd-resolved gets confused and replies to SOA queries for local breaking mDNS resolution

2021-11-21 Thread Sergio Callegari
Looks like the DNS provided by Cloudflare (1.1.1.1 and 1.0.0.1) has
picked up with standards and is also delivering NXDOMAIN together with
an authority section with a SOA when you query anything in local.

.   86400   IN  SOA a.root-servers.net.
nstld.verisign-grs.com. 2021112100 1800 900 604800 86400

Hence also cloudflare is now unusable with the default configuration of
ubuntu 20.04 because it ends up breaking local name resolution via mDNS.
This follows from the fact that ubuntu focal relies on systemd-resolved
by default and uses version 245.4 which is broken as per this bug (and
also unsupported by upstream that would like not to be questioned for
anything apart the last two versions).

I have been pointed to a PPA providing daily builds of systemd, but
obviously replacing your init system daily with the associated risk of
breaking boot and not being able to access apt to restore the system is
not feasible outside of a test-and-throw-away virtual machine.

Please, try to have this bug fixed, because having a broken DNS stub
resolver by default is a bit of a pain.

If possible, also try to (downstream) decouple initialized services from
init supervision itself so that when a service like systemd-resolved
reveals an issue it is possible to try addressing it without having to
replace the whole of the init system — risking serious system breakage —
or without having to move to a different codebase to provide the same or
a similar service — overriding the system default.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1950850

Title:
  Systemd-resolved gets confused and replies to SOA queries for local
  breaking mDNS resolution

Status in systemd package in Ubuntu:
  New

Bug description:
  As discussed on https://gitlab.nic.cz/knot/knot-resolver/-/issues/686,
  DNS servers are expected to immediately answer any queries within
  local by NXDOMAIN. See
  https://datatracker.ietf.org/doc/html/rfc6762#section-22.1 in this
  respect. However, while they do so they seem to be  also expected to
  deliver an AUTHORITY section with a SOA. As a matter of fact, I am
  being told the relevant RFCs do not explicitly mention that SOA should
  be there, but that NXDOMAIN without a SOA is generally considered
  incorrect, e.g. it necessarily causes caching issues due to missing
  TTL.

  The problem is that such SOA confuses systemd-resolved (at least the
  version distributed with Ubuntu Focal) that ends up converting the
  NXDOMAIN reply into a positive reply with such a SOA.

  The final consequence is that local name resolution via mDNS is broken
  with the default ubuntu focal setup.

  
  A detailed discussion of the matter and of the scenario triggering the issue 
follows.

  
  Suppose that on your network you have a DNS server following the .local 
blocking indicated in 
https://datatracker.ietf.org/doc/html/rfc6762#section-22.1 (bullet 4). An 
example of a modern DNS that has already implemented this feature is knot 
resolver and the feature is also present in some routers notably the Turris 
Omnia series. Such a DNS server would reply to queries to local in this way:

$ dig local
  ;; WARNING: .local is reserved for Multicast DNS
  ;; You are currently testing what happens when an mDNS query is leaked to DNS
  ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 56352
  ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

  ;; QUESTION SECTION:

  ;local. IN  A

  ;; AUTHORITY SECTION:

  local.  10800   IN  SOA local. nobody.invalid.
  1 3600 1200 604800 10800

  ;; ADDITIONAL SECTION:

  explanation.invalid.10800   IN  TXT “Blocking is mandated
  by standards, see references on
  https://www.iana.org/assignments/special-use-domain-names/special-use-
  domain-names.xhtml”

  Now let's see what happens to Ubuntu Focal hosts when such a DNS
  server is deployed in the network and you try to reach a local host:

  1.  You do something like ping foo.local or ssh foo.local

  2.  Ubuntu focal has by default the host field in nsswitch.conf set
  to:

  hosts:  files mdns4_minimal [NOTFOUND=return] dns so it
  tries the /etc/hosts/ file and then mdns via the nss mdns4_minimal
  client

  3.  The mdns4_minimal client before doing anything else tries unicast DNS 
looking for a SOA for
  local. This mechanism is present in the mdns4_minimal client to avoid 
issues when local is
  under DNS control and is documented at

  https://github.com/lathiat/nss-mdns/blob/master/README.md
  
  4.  Ubuntu focal uses by default systemd-resolved as a caching DNS, so the 
query from
  mdns4_minimal gets to systemd-resolved

  5. systemd-resolved passes the query to the DNS it is configured to use. If 
this is a modern DNS
 server blocking local it gets