[Touch-packages] [Bug 2028023] Re: [jammy] DNS issue triggered by command "udevadm trigger --subsystem-nomatch=input"

2023-07-18 Thread Aristo Chen
 When DNS is not working 
vagrant@ubuntu-jammy:~$ ping google.com
ping: google.com: Temporary failure in name resolution
vagrant@ubuntu-jammy:~$ resolvectl status
Global
   Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub

Link 2 (enp0s3)
Current Scopes: none
 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported


 When DNS is working 
vagrant@ubuntu-jammy:~$ ping google.com
PING google.com (172.217.160.110) 56(84) bytes of data.
64 bytes from tsa03s06-in-f14.1e100.net (172.217.160.110): icmp_seq=1 ttl=63 
time=6.92 ms
64 bytes from tsa03s06-in-f14.1e100.net (172.217.160.110): icmp_seq=2 ttl=63 
time=7.14 ms
^C
--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 6.915/7.029/7.144/0.114 ms
vagrant@ubuntu-jammy:~$ resolvectl status
Global
   Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub

Link 2 (enp0s3)
Current Scopes: DNS
 Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 10.0.2.3
   DNS Servers: 10.0.2.3
DNS Domain: buildd

-- 
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/2028023

Title:
  [jammy] DNS issue triggered by command "udevadm trigger --subsystem-
  nomatch=input"

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

Bug description:
  [Summary]
  In jammy server image, when we use NetworkManager as netplan renderer, we may 
have DNS issue after executing command "udevadm trigger 
--subsystem-nomatch=input" as super user, the udevadm command may also be 
executed when we use "apt install XX" or "snap install XX".

  [Steps to reproduce]
  1. Login to a jammy server(jammy desktop environment works fine) image 
environment with Vagrant
  2. execute command "apt install network-manager"
  3. modify netplan config to use NetworkManager as renderer
  """
  # Let NetworkManager manage all devices on this system
  network:
    version: 2
    renderer: NetworkManager
  """
  4. reboot
  5. execute command "ping google.com" first to make sure DNS works fine
  6. execute command "udevadm trigger --subsystem-nomatch=input" as super user
  7. execute command "ping google.com" to check if DNS still works fine
  8. if DNS works fine, then repeat step 6-7, the fail rate is around 20-30%

  [Other info]
  I have tested the above mentioned steps for the following scenarios, which 
work fine without DNS issue
  1. Using focal server environment with Vagrant, there is no DNS issue
  2. Using jammy server environment with Vagrant which has DNS issue, then add 
the kinetic/kinetic-updates source list, install systemd(version: 
251.4-1ubuntu7.3) from kinetic, and there is no DNS issue

  If using focal server environment with Vagrant, then add the
  jammy/jammy-updates source list, install systemd(version:
  249.11-0ubuntu3.9) from jammy, then I will have DNS issue as well by
  following the steps mentioned in [Steps to reproduce]

  [Other info - Vagrantfile]
  The following content is for the Vagrantfile that I used to test
  """
  Vagrant.configure("2") do |config|
if Vagrant.has_plugin?("vagrant-timezone")
  config.timezone.value = :host
end
config.vm.define "test" do |test|
  test.vm.box = "ubuntu/jammy64"
  test.vm.provider "virtualbox" do |vb|
vb.name = "test2"
vb.memory = "4096"
vb.cpus = 4
config.disksize.size = "50GB"
  end
end
  end
  """

  [Fail rate]
  20-30%

  [Test script]
  The following is the script that I used to test. Ideally it should run forever
  """
  #!/bin/bash

  set -ex

  counter=1

  while true; do
   echo "$(date): test round ${counter}"
   counter=$((counter + 1))
   sudo udevadm trigger --subsystem-nomatch=input
   ping google.com -c 2
   sleep 0.5
  done
  """

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/2028023/+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 2027979] Re: won't warn neither prevent usage of « risky » characters in labels

2023-07-18 Thread Coeur Noir
Ok, ok, amen, so be it.

If it's ok in fstab, if bash always expands correctly then you're right,
don't change anything if it would bring more annoyance than ease of
life.

Title is « won't warn neither prevent usage of « risky » characters in labels »
Nothing else.

Accented letters in partition label seem ( nowadays ) a problem with
latest Ubuntu installer - as reported by geole on the forum ( am just
quoting here as I was unable to do anything with the latest Ubuntu
installer by my side, so can't confirm myself. )

No backpedaling from me - your bad reading because you jumped on
accented letters while I always was worrying about the « special / risky
» characters and insisted twice on that matter.

« Why should we print some kind of nanny-state, "naughty, naughty! you did 
something that might confuse a less clueful user!!" warning »
Because that's how you catch attention on a topic and eventually teach someone 
how to do better, for self and others.

Anyway thank you for your answers and explanations which justify why e2label 
needs no change.
Labels can't be an issue if I understand correctly. 

( oot : foolproof is the first translation I've found for « à toute
épreuve » ; bulletproof ? )

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

Title:
  won't warn neither prevent usage of « risky » characters in labels

Status in e2fsprogs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  if naming or renaming an EXT volume,

  e2label lets you use any character, including / or * or $ ( and
  probably others, like accented letters é è à )

  I'd expect at least a warning if such are to be found in a label name.

  Or better, it should not be possible to use those in label names.

  Example :

  a@p:~$ sudo e2label /dev/sdb12 /Ti\$*
  a@p:~$

  a@p:~$ sudo e2label /dev/sdb12
  /Ti$*
  a@p:~$

  a@p:~$ lsblk -fe7 | grep sdb12
  └─sdb12   ext4  1.0   /Ti$* 
f583e9b0-f1de-438f-8da8-c1e070407628
  a@p:~$

  coming from https://forum.ubuntu-
  fr.org/viewtopic.php?pid=22692892#p22692892 ( french )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/2027979/+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 2028056] Re: [Chuwi Hi10 X tablet] screen rotates automatically by 90° when physical keyboard is disconnected from tablet

2023-07-18 Thread Daniel van Vugt
** Summary changed:

- screen rotates automatically by 90° when physical keyboard is disconnected 
from tablet
+ [Chuwi Hi10 X tablet] screen rotates automatically by 90° when physical 
keyboard is disconnected from tablet

** Package changed: xorg (Ubuntu) => linux-hwe-5.19 (Ubuntu)

** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: gnome-shell (Ubuntu)

-- 
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/2028056

Title:
  [Chuwi Hi10 X tablet] screen rotates automatically by 90° when
  physical keyboard is disconnected from tablet

Status in linux-hwe-5.19 package in Ubuntu:
  New

Bug description:
  On my tablet PC, the screen rotates automatically by 90° as soon as I
  disconnect the physical keyboard (that came with the tablet)

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jul 18 12:05:00 2023
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  DkmsStatus: rtl8821ce/5.5.2.1: added
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation GeminiLake [UHD Graphics 600] [8086:3185] (rev 06) 
(prog-if 00 [VGA controller])
 Subsystem: nCipher Security GeminiLake [UHD Graphics 600] [0100:2782]
  InstallationDate: Installed on 2023-07-16 (2 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  MachineType: CHUWI Innovation And Technology(ShenZhen)co.,Ltd Hi10 X
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-46-generic 
root=UUID=568dc00b-4a6a-41ac-964a-bfd8bda5f161 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2021
  dmi.bios.release: 0.5
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V0.5.0_P4S0M2E0F0L8B0T6P0G48A1U0D701
  dmi.board.asset.tag: Default string
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: Default string
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 30
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV0.5.0_P4S0M2E0F0L8B0T6P0G48A1U0D701:bd05/08/2021:br0.5:svnCHUWIInnovationAndTechnology(ShenZhen)co.,Ltd:pnHi10X:pvrDefaultstring:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrDefaultstring:cvnDefaultstring:ct30:cvrDefaultstring:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Hi10 X
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: Default string
  dmi.sys.vendor: CHUWI Innovation And Technology(ShenZhen)co.,Ltd
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.3
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.17-2build1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.19/+bug/2028056/+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 2027979] Re: won't warn neither prevent usage of « risky » characters in labels

2023-07-18 Thread Theodore Ts'o
Your original bug request said: "e2label lets you use any character,
including / or * or $ ( and probably others, like accented letters é è à
). it should not be possible to use those in label names."   You've
now backpedaled and said, "I never said that!  Only "risky" characters!"

"Risky" as defined by whom?In your example, lsblk and e2label
displayed the label without a problem.   Who cares if you needed to use
a backslash to protect the "$" or "*" or " " characters?  They look just
fine.  And if the argument is that space character is well managed by
auto-completion in most CLI "mostly", I'll note that so is the "*"
character.  For example:

% touch qfoo\*bar
% ls qf

... and bash will expand that to "qfoo\*bar" so it works just **fine**
with bash.   I've just checked and the completion function used in ksh,
tcsh, and emacs (which does not require any quoting so that's a gimme)
means that it works just fine.   So any argument that you use for
outlawing * in labels would apply to spaces, too  and if for labels,
why not filenames?   Shouldn't filenames be "robust" and "foolproof"?
By some unknown definition of "fool"?

Going back to labels  for the most part, labels are mostly used for
display purposes, so if someone happens to create a label with a ' ',
'*', or '$' character, it's not a big deal; lsblk, blkid, etc. will
display them just fine.   And no escaping is necessary if you put a
special character in /etc/fstab.  For example, the following works in
/etc/fstab:

LABEL=foo$bar /mnt ext4 defaults 0 0

Sure, some care might be needed to *set* the label to "foo$bar" --- you
might need to type "e2label /dev/loop0 'foo$bar'" --- but the quoting
rules are enforced by the shell.  It might be some other shell might not
use "$" for variables --- or there might be a disk management GUI which
doesn't use quoting, just as emacs and Libreoffice doesn't require
quoting for file names with spaces in it.   So setting some arbitrary
rule because of the interface that the user might be using doesn't make
any sense.   If the user is smart enough to figure out how to pass
'foo$bar' to e2label, we should let them use it.  Why should we print
some kind of nanny-state, "naughty, naughty!  you did something that
might confuse a less clueful user!!" warning.

Again, the standard that said we should do that for labels would also
apply to characters, and then I will have *other* launchpad users
complaining to me about why did I set some kind of arbitrary
restriction, and that they had a perfectly good reason for wanting to
use these characters in their label or their filenames.

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

Title:
  won't warn neither prevent usage of « risky » characters in labels

Status in e2fsprogs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  if naming or renaming an EXT volume,

  e2label lets you use any character, including / or * or $ ( and
  probably others, like accented letters é è à )

  I'd expect at least a warning if such are to be found in a label name.

  Or better, it should not be possible to use those in label names.

  Example :

  a@p:~$ sudo e2label /dev/sdb12 /Ti\$*
  a@p:~$

  a@p:~$ sudo e2label /dev/sdb12
  /Ti$*
  a@p:~$

  a@p:~$ lsblk -fe7 | grep sdb12
  └─sdb12   ext4  1.0   /Ti$* 
f583e9b0-f1de-438f-8da8-c1e070407628
  a@p:~$

  coming from https://forum.ubuntu-
  fr.org/viewtopic.php?pid=22692892#p22692892 ( french )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/2027979/+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 2027979] Re: won't warn neither prevent usage of « risky » characters in labels

2023-07-18 Thread Coeur Noir
A warning if « special » characters are used in labels might be a first
step in the right direction.

Once again accented letters and diacritics are not the problem here
but characters that might get « translated » as « functions » such as / \ * and 
few others.

Only those.

Space character is rather well managed by auto-completion in most CLI.
Mostly.

It's not least common denominator but only the few characters that could be « 
risky ».
All other characters remain possible.

And it's not only about « uneducated user », it's just safer for
everyone by making labels more robust and « foolproof ».

But hey am just the stupid user ( sheep ) and you are the upstream maintainer ( 
god ).
You could make e2label smarter but you can't make users smarter after all…
So be it ?

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

Title:
  won't warn neither prevent usage of « risky » characters in labels

Status in e2fsprogs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  if naming or renaming an EXT volume,

  e2label lets you use any character, including / or * or $ ( and
  probably others, like accented letters é è à )

  I'd expect at least a warning if such are to be found in a label name.

  Or better, it should not be possible to use those in label names.

  Example :

  a@p:~$ sudo e2label /dev/sdb12 /Ti\$*
  a@p:~$

  a@p:~$ sudo e2label /dev/sdb12
  /Ti$*
  a@p:~$

  a@p:~$ lsblk -fe7 | grep sdb12
  └─sdb12   ext4  1.0   /Ti$* 
f583e9b0-f1de-438f-8da8-c1e070407628
  a@p:~$

  coming from https://forum.ubuntu-
  fr.org/viewtopic.php?pid=22692892#p22692892 ( french )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/2027979/+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 2027979] Re: won't warn neither prevent usage of « risky » characters in labels

2023-07-18 Thread Theodore Ts'o
Right, but exactly the same argument can be made about disallowing
anything other than plain ASCII characters in file names.  It may be
that in some graphical interfaces, spaces and accented characters and
special characters like "$" don't require any escaping whatsoever.   In
other command-line interfaces, they require escaping.  Shall we not
allow spaces when saving OpenOffice filenames because when you look at
the using the command line interface, you need to type something like:

/media/arena/Music/Coig/Carols/01\ Carol\ of\ the\ Celts.mp3

Sure, this might be "confusing to the uneducated user", but just go
ahead and file a bug against RipperX claiming that all such filenames
should prohibited.  I'll wait, and see what you get back from the
author

If we are going to restrict labels and filenames to least common
denominators, then we can't allow any special characters, because the
"uneducated user" might not know how to type "è" on a US keyboard.
Where do we draw the line in terms of enforcing policy to protect the
"uneducated user" from themselves?

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

Title:
  won't warn neither prevent usage of « risky » characters in labels

Status in e2fsprogs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  if naming or renaming an EXT volume,

  e2label lets you use any character, including / or * or $ ( and
  probably others, like accented letters é è à )

  I'd expect at least a warning if such are to be found in a label name.

  Or better, it should not be possible to use those in label names.

  Example :

  a@p:~$ sudo e2label /dev/sdb12 /Ti\$*
  a@p:~$

  a@p:~$ sudo e2label /dev/sdb12
  /Ti$*
  a@p:~$

  a@p:~$ lsblk -fe7 | grep sdb12
  └─sdb12   ext4  1.0   /Ti$* 
f583e9b0-f1de-438f-8da8-c1e070407628
  a@p:~$

  coming from https://forum.ubuntu-
  fr.org/viewtopic.php?pid=22692892#p22692892 ( french )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/2027979/+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 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-18 Thread Steve Langasek
It is a legitimate bug.

"Legitimate bug" is not the threshold for an SRU.  There are many
legitimate bugs that we decline to fix.

> Stable release updates are automatically recommended to a very large number
> of users, and so it is critically important to treat them with great caution.
> Therefore, when updates are proposed, they must be accompanied by a strong
> rationale and present a low risk of regressions.

https://wiki.ubuntu.com/StableReleaseUpdates#Why

Fixing this bug carries the non-local risk that subsequent security
updates of OTHER packages will have regressions because the build flags
used to compile them have been "corrected" to a value previously
untested by us.

And as I said, this can be worked around in local code.

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

Title:
  Python extension modules get built using wrong compiler flags with
  python2

Status in python2.7 package in Ubuntu:
  In Progress
Status in python2.7 source package in Bionic:
  Won't Fix
Status in python2.7 source package in Focal:
  Won't Fix
Status in python2.7 source package in Jammy:
  Won't Fix
Status in python2.7 source package in Kinetic:
  Won't Fix
Status in python2.7 source package in Lunar:
  Won't Fix
Status in python2.7 source package in Mantic:
  Won't Fix

Bug description:
  Compiling a Python extension using Python2 (Python 2.7.18) is making
  use of wrong compiler flags, hence dropping required optimizations
  when required. This is happening only when python2 is installed from
  Ubuntu's repositories. By default, Python's distutils module uses
  compiler and linker flags used to compile Python itself to be used to
  compile extensions.

  Steps to reproduce:
  1) On Ubuntu 20.04, install python2 using apt package manager.
  2) After successful installation, verify the CFLAGS variable from sysconfig 
module. On my machine, the output is 

  Python 2.7.18 (default, Jul  1 2022, 12:27:04)
  [GCC 9.4.0] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import sysconfig
  >>> sysconfig.get_config_var('CFLAGS')
  '-fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-Wdate-time -D_FORTIFY_SOURCE=2 -g 
-fdebug-prefix-map=/build/python2.7-vvQ8AI/python2.7-2.7.18=. 
-fstack-protector-strong -Wformat -Werror=format-security  '

  3) Build a test extension module using python2 and verify the compilation 
flags. 
  python2 setup.py build_ext --inplace

  Output from below command is not matching with our expected above CFLAGS. 
  aarch64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time 
-D_FORTIFY_SOURCE=2 -g 
-fdebug-prefix-map=/build/python2.7-vvQ8AI/python2.7-2.7.18=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC 
-I/usr/include/python2.7 -c testmodule.c -o 
build/temp.linux-aarch64-2.7/testmodule.o

  
  On further investigation, it looks like Ubuntu's specific patch applied on 
libpython2.7-stdlib package is altering the original upstream implementation of 
distutils/sysconfig.py code.

  Package - https://packages.ubuntu.com/focal/libpython2.7-stdlib
  Patch - 
http://archive.ubuntu.com/ubuntu/pool/universe/p/python2.7/python2.7_2.7.18-1~20.04.3.diff.gz

  Below is the code block which is causing the issue, where the presence of 
configure_cflags is modifying cflags. This code is result of ubuntu's patch and 
doesn't come directly from upstream python implementation.
  File - /usr/lib/python2.7/distutils/sysconfig.py
  Part of code block:
  elif configure_cflags:
  cflags = ' '.join(str(x) for x in (basecflags, configure_cflags, 
extra_cflags) if x)
  ldshared = ldshared + ' ' + configure_cflags

  
  I don't see problem on Python3 though we have extra code added from patch 
there as well. Patch used on python3, is not modifying the cflags completely 
and instead appending new flags to cflags.
  On python3 (tested on Ubuntu 20.04)
  File - /usr/lib/python3.8/distutils/sysconfig.py
  Part of code block which doesn't alter cflags completely
  elif configure_cflags:
  cflags = cflags + ' ' + configure_cflags
  ldshared = ldshared + ' ' + configure_cflags

  
  Request to update the python2 patch to behave similar to what is been done on 
python3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/2002043/+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 2027079] Re: New upstream microrelease 2.5.15

2023-07-18 Thread Sergio Durigan Junior
As is usual with these MREs, the verification phase is considered done
when all dep8 tests pass. This is now true for the Jammy upload.
Therefore, tagging the bug accordingly.

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy

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

Title:
   New upstream microrelease 2.5.15

Status in openldap package in Ubuntu:
  Invalid
Status in openldap source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ]

   * MRE for the latest stable OpenLDAP 2.5.x release, 2.5.15.

  This update includes bugfixes only following the SRU policy exception
  defined at https://wiki.ubuntu.com/OpenLDAPUpdates.

  [ Major Changes ]

   * See the list of bugs fixed in this release here:

  https://lists.openldap.org/hyperkitty/list/openldap-
  annou...@openldap.org/thread/ZQC6MWMJMETDFWV3UHDKESBFPHHTNO5S/

  [ Test Plan ]

   * Upstream gitlab pipeline results:
  
https://git.openldap.org/openldap/openldap/-/commit/d0fbbc3599148e1033218ec097bf5ab5f6236c76/pipelines?ref=OPENLDAP_REL_ENG_2_5_15

   * Upstream "call for testing":

  https://lists.openldap.org/hyperkitty/list/openldap-
  techni...@openldap.org/message/HUNFQO6GJR7CCJAYKMTRXE44ZPHBKKMD/

   * As described in the MRE wiki page for OpenLDAP, the test plan is to
  build the package in a PPA and make sure that (1) all build-time tests
  pass and (2) all autopkgtest runs (from reverse dependencies) also
  pass.

   * Build log (amd64) confirming that the build-time testsuite has been 
performed and completed successfully:
    - 
https://launchpadlibrarian.net/676793029/buildlog_ubuntu-jammy-amd64.openldap_2.5.15+dfsg-0ubuntu0.22.04.1_BUILDING.txt.gz

  [ Where problems could occur ]

   * Upstream tests are always executed during build-time. There are
  many reverse dependencies whose dep8 tests depend on OpenLDAP so the
  coverage is good. Nevertheless, there is always a risk for something
  to break since we are dealing with a microrelease upgrade. Whenever a
  test failure is detected, we will be on top of it and make sure it
  doesn't affect existing users.

  [ Other Info ]

   * This is a reoccurring MRE. See below for links to previous OpenLDAP
  MREs.

   * CVEs fixed by this release:
     - None.

  Current versions in supported releases that got updates:
   openldap | 2.5.14+dfsg-0ubuntu0.22.04.2 | jammy-updates   | source

  Special cases:
  - None.

  Previous MREs for OpenLDAP:
  - https://pad.lv/1977627
  - https://pad.lv/1983618
  - https://pad.lv/2007625

  As usual we test and prep from the PPA and then push through
  SRU/Security as applicable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/2027079/+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 2028082] [NEW] Update glib to 2.76.4

2023-07-18 Thread Jeremy Bícha
Public bug reported:

Impact
--
There is a new bugfix release in the stable 2.76 series

The current release in Ubuntu 23.04 is 2.76.1

https://gitlab.gnome.org/GNOME/glib/-/blob/2.76.4/NEWS

Test Case 1
---
glib has an extensive test suite.

Failing tests will fail the build.
This update will also trigger a lot of autopkgtests.

Ensure that there aren't autopgktest regressions triggered by this
update and that the builds complete successfully

Test Case 2
---
Pretty much all parts of GNOME use GLib, so test anything in the desktop that 
you can. If you reboot the machine and can get to the desktop, that's already 
tested GLib extensively. But also run applications like the terminal, the file 
browser and epiphany-browser

What Could Go Wrong
---
This update contains fixes in multiple places so multiple apps could be 
affected. The consequences of a broken GLib can range from some functions 
returning bad results sometimes, which have minimal runtime implications, up to 
the system simply crashing all the time.

Other Info
--
The upstream gnome-remote-desktop maintainer requested that we do this update 
to fix a frequent gnome-remote-desktop crash that shows on errors.ubuntu.com

** Affects: glib2.0 (Ubuntu)
 Importance: High
 Status: Fix Released

** Affects: glib2.0 (Ubuntu Lunar)
 Importance: High
 Assignee: Jeremy Bícha (jbicha)
 Status: In Progress


** Tags: lunar upgrade-software-version

** Also affects: glib2.0 (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Changed in: glib2.0 (Ubuntu Lunar)
   Status: New => In Progress

** Changed in: glib2.0 (Ubuntu Lunar)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Lunar)
 Assignee: (unassigned) => Jeremy Bícha (jbicha)

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

Title:
  Update glib to 2.76.4

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Lunar:
  In Progress

Bug description:
  Impact
  --
  There is a new bugfix release in the stable 2.76 series

  The current release in Ubuntu 23.04 is 2.76.1

  https://gitlab.gnome.org/GNOME/glib/-/blob/2.76.4/NEWS

  Test Case 1
  ---
  glib has an extensive test suite.

  Failing tests will fail the build.
  This update will also trigger a lot of autopkgtests.

  Ensure that there aren't autopgktest regressions triggered by this
  update and that the builds complete successfully

  Test Case 2
  ---
  Pretty much all parts of GNOME use GLib, so test anything in the desktop that 
you can. If you reboot the machine and can get to the desktop, that's already 
tested GLib extensively. But also run applications like the terminal, the file 
browser and epiphany-browser

  What Could Go Wrong
  ---
  This update contains fixes in multiple places so multiple apps could be 
affected. The consequences of a broken GLib can range from some functions 
returning bad results sometimes, which have minimal runtime implications, up to 
the system simply crashing all the time.

  Other Info
  --
  The upstream gnome-remote-desktop maintainer requested that we do this update 
to fix a frequent gnome-remote-desktop crash that shows on errors.ubuntu.com

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/2028082/+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 1550050] Re: repeating phantom key when bt disconnects

2023-07-18 Thread Venkat Satish BV
phanto key repeats

** Attachment added: "Screenshot from 2023-07-19 00-15-55.png"
   
https://bugs.launchpad.net/canonical-pocket-desktop/+bug/1550050/+attachment/5687044/+files/Screenshot%20from%202023-07-19%2000-15-55.png

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

Title:
  repeating phantom key when bt disconnects

Status in Canonical System Image:
  Fix Released
Status in Canonical Pocket Desktop:
  Fix Committed
Status in Mir:
  Fix Released
Status in Mir 0.20 series:
  Fix Released
Status in bluez package in Ubuntu:
  Invalid
Status in mir package in Ubuntu:
  Fix Released

Bug description:
  Every now and then when having bt mouse/keyboard connected - you will
  see when selecting a text box there is a repeating character (there is
  no specific character, but always repeats)

  It seems to be related somehow to bt devices disconnecting
  the only cure is a reboot

  This was reproduced by turning off the keyboard while holding down a
  key. We suspect the key up event is never delivered. This mimics the
  case where the BT connection drops off momentarily or perhaps an event
  is missed over the BT connection.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1550050/+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 2028069] Re: when command-not-found is installed I get an apt-get update error

2023-07-18 Thread Julian Andres Klode
** Package changed: command-not-found (Ubuntu) => python3.10 (Ubuntu)

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

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

Title:
  when command-not-found is installed I get an apt-get update error

Status in python3.10 package in Ubuntu:
  New
Status in sqlite3 package in Ubuntu:
  New

Bug description:
  1)
  Description:  Ubuntu 22.04.2 LTS
  Release:  22.04

  2)
  command-not-found:
Installed: 22.04.0
Candidate: 22.04.0
Version table:
   *** 22.04.0 500
  500 http://gb.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
  500 http://gb.archive.ubuntu.com/ubuntu jammy/main i386 Packages
  100 /var/lib/dpkg/status

  3)
  Tried running `apt-get update` I'd expect to run smoothly,

  4)
  but got the error

  ```
  Get:20 http://gb.archive.ubuntu.com/ubuntu jammy-backports/multiverse amd64 
c-n-f Metadata [116 B]
  Fetched 499 kB in 1s (795 kB/s)
  Traceback (most recent call last):
File "/usr/lib/cnf-update-db", line 9, in 
  from CommandNotFound.db.creator import DbCreator
File "/usr/lib/python3/dist-packages/CommandNotFound/db/creator.py", line 
7, in 
  import sqlite3
File "/usr/lib/python3.10/sqlite3/__init__.py", line 57, in 
  from sqlite3.dbapi2 import *
File "/usr/lib/python3.10/sqlite3/dbapi2.py", line 27, in 
  from _sqlite3 import *
  ImportError: 
/usr/lib/python3.10/lib-dynload/_sqlite3.cpython-310-x86_64-linux-gnu.so: 
undefined symbol: sqlite3_enable_load_extension
  Reading package lists... Done
  E: Problem executing scripts APT::Update::Post-Invoke-Success 'if 
/usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib/cnf-update-db; then 
/usr/lib/cnf-update-db > /dev/null; fi'
  E: Sub-process returned an error code
  ```

  It seems there is a library it was removed from my Ubuntu, but I don't
  know which one it is (I'm not the only admin for this box), I realised
  if I remove `command-not-found` it "fixes" the error but just because
  I don't see it, because when I run `python3 -c 'import sqlite3' I get
  the same error.

  I think whichever package has been removed from this installation
  should be part of the dependencies for `command-not-found` (I re-
  install command-not-found and the issue is not fixed)

  Thanks

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: command-not-found 22.04.0
  ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-46-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jul 18 15:35:12 2023
  InstallationDate: Installed on 2023-07-03 (15 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  PackageArchitecture: all
  SourcePackage: command-not-found
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/2028069/+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 1964100] Re: Cannot connect to open WLAN with 1.36.0-1ubuntu2 on Jammy

2023-07-18 Thread Kenneth Hanson
Bug is still present with network-manager 1.40.0-1ubuntu2 on Kubuntu
23.04. Just experienced this for the first time today.

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

Title:
  Cannot connect to open WLAN with 1.36.0-1ubuntu2 on Jammy

Status in network-manager package in Ubuntu:
  Expired

Bug description:
  I'm trying to connect to an open (i.e. no ecryption) WLAN with
  network-manager 1.36.0-1ubuntu2 on 22.04 but it's failing with the
  following error message (after selecting the network from the network-
  manager applet prompt):

  Mär 08 10:50:04 Isaac-Laptop NetworkManager[31754]: 
  [1646733004.4425] audit: op="connection-add-activate" pid=12122
  uid=1000 result="fail" reason="802-11-wireless-security.key-mgmt:
  Access point does not support PSK but setting requires it"

  I haven't changed any of the default settings for network-manager and
  this network worked on 20.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1964100/+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 2019424] Re: Heimdal can be synced

2023-07-18 Thread Steve Langasek
FTR, I did a local rebuild of heimdal 7.8.git20221117.28daf24+dfsg-3 on
amd64 and see:

 Package: libwind0-heimdal
 Depends: libc6 (>= 2.14), libcom-err2 (>= 1.43.9)


# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libwind0-heimdal`.

And when disabling LTO:

 Depends: libc6 (>= 2.14), libcom-err2 (>= 1.43.9), libroken19-heimdal
(>= 1.4.0+git20110226)

So I don't know why you're not seeing the same delta on amd64!

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

Title:
  Heimdal can be synced

Status in heimdal package in Ubuntu:
  Won't Fix

Bug description:
  After heimdal merge process, I was trying to figure out if the delta that is 
still not dropped is required or not.
  So, to test it, I have created 2 PPAs, one in which lto is disabled, and the 
second one, where the lto is enabled. I have built them and downloaded the debs 
for i386 and amd64.
  Then I have compared amd64 deb from PPA1 with amd64 deb from PPA2. The same 
story with i386. The binary dependencies were identical. There is no difference 
between the files. So in that case, the delta can possibly be dropped.

  The package has already been merged again, with the change:

  heimdal (7.8.git20221117.28daf24+dfsg-2ubuntu1) mantic; urgency=low

    * Merge from Debian unstable. Remaining changes:
  - d/rules: Disable lto, to regain dep on roken, otherwise
    dependencies on amd64 are different than i386 resulting in
    different files on amd64 and i386.

   -- Steve Langasek  Tue, 02 May 2023
  09:56:10 +0200

  heimdal (7.8.git20221117.28daf24+dfsg-1ubuntu1) lunar; urgency=low

    * Merge from Debian unstable. Remaining changes:
  - d/rules: Disable lto, to regain dep on roken, otherwise
    dependencies on amd64 are different than i386 resulting in
    different files on amd64 and i386.
    (LP #1934936)

   -- Steve Langasek  Tue, 24 Jan 2023
  19:14:54 -0800

  Due to this, syncpackage doesn't run.
  The package can be sync'd next time it comes up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heimdal/+bug/2019424/+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 1923363] Re: Grant access to hardware (UARTs, I2C, etc.) via custom udev rules

2023-07-18 Thread Dave Jones
** Changed in: ubuntu-settings (Ubuntu Mantic)
 Assignee: (unassigned) => Dave Jones (waveform)

** Changed in: ubuntu-settings (Ubuntu Jammy)
 Assignee: (unassigned) => Dave Jones (waveform)

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

Title:
  Grant access to hardware (UARTs, I2C, etc.) via custom udev rules

Status in cloud-init package in Ubuntu:
  Confirmed
Status in ubiquity package in Ubuntu:
  Invalid
Status in ubuntu-settings package in Ubuntu:
  Confirmed
Status in user-setup package in Ubuntu:
  Invalid
Status in cloud-init source package in Impish:
  Won't Fix
Status in ubiquity source package in Impish:
  Invalid
Status in ubuntu-settings source package in Impish:
  Won't Fix
Status in user-setup source package in Impish:
  Invalid
Status in cloud-init source package in Jammy:
  Confirmed
Status in ubiquity source package in Jammy:
  Invalid
Status in ubuntu-settings source package in Jammy:
  Confirmed
Status in user-setup source package in Jammy:
  Invalid
Status in cloud-init source package in Kinetic:
  Won't Fix
Status in ubiquity source package in Kinetic:
  Invalid
Status in ubuntu-settings source package in Kinetic:
  Won't Fix
Status in user-setup source package in Kinetic:
  Invalid
Status in cloud-init source package in Lunar:
  Won't Fix
Status in ubiquity source package in Lunar:
  Invalid
Status in ubuntu-settings source package in Lunar:
  Won't Fix
Status in user-setup source package in Lunar:
  Invalid
Status in cloud-init source package in Mantic:
  Confirmed
Status in ubiquity source package in Mantic:
  Invalid
Status in ubuntu-settings source package in Mantic:
  Confirmed
Status in user-setup source package in Mantic:
  Invalid

Bug description:
  We're attempting to make the GPIO system on the Raspberry Pi images
  work "out of the box" on the new image. By default, GPIO kernel
  devices are made available to members of the "dialout" group which the
  initial user is added to by default on our server images. However,
  we've noticed that this isn't the case on the desktop images.

  The regression potential is minimal; the group already exists and
  we're simply adding the freshly created user to a new group and not
  removing any existing memberships. The group in question ("dialout")
  is also rarely used these days except for providing access to serial
  consoles, and as mentioned above is already a default membership on
  the server images. The change has been tested on the desktop image
  successfully.

  A test build of the updated image will be made under
  https://launchpad.net/~waveform/+archive/ubuntu/ubiquity and I'll
  attach a debdiff shortly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1923363/+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 2021484] Re: Editing a VPN ask to introduce credentials but if you cancel can be accessed anyway

2023-07-18 Thread Cristobal Diaz Aircury
Sorry, I recently formatted the computer so I don't have that
information anymore. Thanks for your response.

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

Title:
  Editing a VPN ask to introduce credentials but if you cancel can be
  accessed anyway

Status in ubuntu-settings package in Ubuntu:
  New

Bug description:
  I'm logged as a normal user without admin privileges. When I try to
  edit a VPN I'm asked to introduce the credentials of the admin,
  nevertheless if I click cancel I can still access to the VPN
  configuration.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-settings 20.04.6
  ProcVersionSignature: Ubuntu 5.15.0-72.79~20.04.1-generic 5.15.98
  Uname: Linux 5.15.0-72-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon May 29 11:16:38 2023
  InstallationDate: Installed on 2022-05-04 (389 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: ubuntu-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/2021484/+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 2021484] Re: Editing a VPN ask to introduce credentials but if you cancel can be accessed anyway

2023-07-18 Thread Marc Deslauriers
Are you in the admin or the sudo group? What's the output of the
"groups" command?

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

Title:
  Editing a VPN ask to introduce credentials but if you cancel can be
  accessed anyway

Status in ubuntu-settings package in Ubuntu:
  New

Bug description:
  I'm logged as a normal user without admin privileges. When I try to
  edit a VPN I'm asked to introduce the credentials of the admin,
  nevertheless if I click cancel I can still access to the VPN
  configuration.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-settings 20.04.6
  ProcVersionSignature: Ubuntu 5.15.0-72.79~20.04.1-generic 5.15.98
  Uname: Linux 5.15.0-72-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.26
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Mon May 29 11:16:38 2023
  InstallationDate: Installed on 2022-05-04 (389 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  PackageArchitecture: all
  SourcePackage: ubuntu-settings
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/2021484/+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 2025695] Re: manually dhclient ethx,dns nameserver in the /etc/resolve.conf will be written duplicate

2023-07-18 Thread Marc Deslauriers
** Information type changed from Public Security to Public

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

Title:
  manually dhclient ethx,dns nameserver in the /etc/resolve.conf will be
  written duplicate

Status in isc-dhcp package in Ubuntu:
  New

Bug description:
  systemd version the issue has been seen with
  249

  Used distribution
  ubuntu22

  Linux kernel version used
  5.15.0-72-generic

  CPU architectures issue was seen on
  None

  Component
  systemd-resolved

  Unexpected behaviour you saw

  https://github.com/systemd/systemd/issues/28055

  not this problem when I was on ubuntu20. The version of systemd is 245

  this problem when I was on ubuntu22. The systemd version is 249

  I compared the codes and suspected that v248 commit cbf23f3
  caused by

  I saw this issuse about netplan on ubuntu
  
https://superuser.com/questions/1721017/remove-redundant-dns-servers-in-ubuntu-22-04

  But it doesn't work for dhclient (why I use dhclient, because I found
  it out of curiosity)

  Steps to reproduce the problem
  1: Start a virtual machine on the cloud
  2: Insert multiple network cards (auxiliary network card)
  3: Manually use dhclient to start ethx (except eth0) dhclient -v -d eth1
  4: View /etc/resolve.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/2025695/+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 2019856] Re: Add missing ARM-cores to support Grace-based systems

2023-07-18 Thread Mauricio Faria de Oliveira
The autopkgtests failures in lunar seem to be a kernel issue during the
initialization of the virtio rng driver, when the mutex for
(generic/core) hw rng is acquired (apparently something else is holding
it indefinitely, thus the blocked task warnings show up, and it seems
the VM doesn't proceed to the point of being detected, and the test
fails/times out).

I haven't seen related commits listed in the later linux package
changelogs for lunar (this is with 6.2.0-25-generic), nor could
reproduce this in a LXD VM with the same version (it uses a virtio rng
device too).

Let's try again when another openstack image for lunar is available
(current/failing is 2023-07-17).

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

Title:
  Add missing ARM-cores to support Grace-based systems

Status in util-linux package in Ubuntu:
  Fix Released
Status in util-linux source package in Jammy:
  Fix Committed
Status in util-linux source package in Kinetic:
  Won't Fix
Status in util-linux source package in Lunar:
  Fix Committed
Status in util-linux source package in Mantic:
  Fix Released

Bug description:
  [Impact]

  When running "lscpu" on a Grace-based system + Ubuntu 22.04, it
  doesn't report a model name:

  Vendor ID: ARM
  Model: 0

  [Fix]

  Adding the additional arm_part to sys-utils/lscpu-arm.c solves the
  problem. The commit below adds the specific codes missing from Jammy's
  version.

  https://github.com/util-linux/util-
  linux/commit/6857cccbb4157d5da34ca98f77a0ac9d68e1e740

  [Test Steps]

  * Verify whether output of lscpu is correct on new CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-V2

  * Verify whether output of lscpu doesn't change on old CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-N1

  [What Could Go Wrong]

  The fix only introduces additional model identifiers to match
  against and print a model name string, thus regression impact
  should be contained within lscpu and printing cpus model name
  on ARM systems. 

  Output doesn't change on systems with non-affected CPU models.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2019856/+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 2019856] Re: Add missing ARM-cores to support Grace-based systems

2023-07-18 Thread Mauricio Faria de Oliveira
The autopkgtests failures in jammy seem to be of various sorts, but are
not expected to be related to this code change at all. I've skimmed
through them, and some seemed worth of retries (timeouts, network
issues, etc).

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

Title:
  Add missing ARM-cores to support Grace-based systems

Status in util-linux package in Ubuntu:
  Fix Released
Status in util-linux source package in Jammy:
  Fix Committed
Status in util-linux source package in Kinetic:
  Won't Fix
Status in util-linux source package in Lunar:
  Fix Committed
Status in util-linux source package in Mantic:
  Fix Released

Bug description:
  [Impact]

  When running "lscpu" on a Grace-based system + Ubuntu 22.04, it
  doesn't report a model name:

  Vendor ID: ARM
  Model: 0

  [Fix]

  Adding the additional arm_part to sys-utils/lscpu-arm.c solves the
  problem. The commit below adds the specific codes missing from Jammy's
  version.

  https://github.com/util-linux/util-
  linux/commit/6857cccbb4157d5da34ca98f77a0ac9d68e1e740

  [Test Steps]

  * Verify whether output of lscpu is correct on new CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-V2

  * Verify whether output of lscpu doesn't change on old CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-N1

  [What Could Go Wrong]

  The fix only introduces additional model identifiers to match
  against and print a model name string, thus regression impact
  should be contained within lscpu and printing cpus model name
  on ARM systems. 

  Output doesn't change on systems with non-affected CPU models.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2019856/+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 1923363] Re: Grant access to hardware (UARTs, I2C, etc.) via custom udev rules

2023-07-18 Thread Dave Jones
Added PR for cloud-init to remove the default groups that were removed
(ages ago) from the desktop image (excepting the lxd group which was
added in a reasonably recent commit and so is presumably wanted):
https://github.com/canonical/cloud-init/pull/4258

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

Title:
  Grant access to hardware (UARTs, I2C, etc.) via custom udev rules

Status in cloud-init package in Ubuntu:
  Confirmed
Status in ubiquity package in Ubuntu:
  Invalid
Status in ubuntu-settings package in Ubuntu:
  Confirmed
Status in user-setup package in Ubuntu:
  Invalid
Status in cloud-init source package in Impish:
  Won't Fix
Status in ubiquity source package in Impish:
  Invalid
Status in ubuntu-settings source package in Impish:
  Won't Fix
Status in user-setup source package in Impish:
  Invalid
Status in cloud-init source package in Jammy:
  Confirmed
Status in ubiquity source package in Jammy:
  Invalid
Status in ubuntu-settings source package in Jammy:
  Confirmed
Status in user-setup source package in Jammy:
  Invalid
Status in cloud-init source package in Kinetic:
  Won't Fix
Status in ubiquity source package in Kinetic:
  Invalid
Status in ubuntu-settings source package in Kinetic:
  Won't Fix
Status in user-setup source package in Kinetic:
  Invalid
Status in cloud-init source package in Lunar:
  Won't Fix
Status in ubiquity source package in Lunar:
  Invalid
Status in ubuntu-settings source package in Lunar:
  Won't Fix
Status in user-setup source package in Lunar:
  Invalid
Status in cloud-init source package in Mantic:
  Confirmed
Status in ubiquity source package in Mantic:
  Invalid
Status in ubuntu-settings source package in Mantic:
  Confirmed
Status in user-setup source package in Mantic:
  Invalid

Bug description:
  We're attempting to make the GPIO system on the Raspberry Pi images
  work "out of the box" on the new image. By default, GPIO kernel
  devices are made available to members of the "dialout" group which the
  initial user is added to by default on our server images. However,
  we've noticed that this isn't the case on the desktop images.

  The regression potential is minimal; the group already exists and
  we're simply adding the freshly created user to a new group and not
  removing any existing memberships. The group in question ("dialout")
  is also rarely used these days except for providing access to serial
  consoles, and as mentioned above is already a default membership on
  the server images. The change has been tested on the desktop image
  successfully.

  A test build of the updated image will be made under
  https://launchpad.net/~waveform/+archive/ubuntu/ubiquity and I'll
  attach a debdiff shortly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1923363/+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 2008846] Re: package libssl3:amd64 3.0.2-0ubuntu1.8 failed to install/upgrade: installed libssl3:amd64 package post-installation script subprocess returned error exit status 1

2023-07-18 Thread Adrien Nader
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

I came back to this bug report several times but was unable to progress
much. An elephant in the room is plesk which apparently has a component
which does updates itself and I don't know how it does it since it's
closed source and not accessible nor publicly documented. There are also
additional apt repositories which can be an issue even though it's less
likely.

Anyway, since I don't think it is possible to move forward on this
specific bug entry, I'm going to mark it as duplicate of the main bug
for this kind of error. Don't hesite to comment nonetheless if you still
have something broken or have additional infos.

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package libssl3:amd64 3.0.2-0ubuntu1.8 failed to install/upgrade:
  installed libssl3:amd64 package post-installation script subprocess
  returned error exit status 1

Status in needrestart package in Ubuntu:
  New
Status in openssl package in Ubuntu:
  Incomplete

Bug description:
  encounter error when attempting to do sudo update, upgrade, and full-
  upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: libssl3:amd64 3.0.2-0ubuntu1.8
  ProcVersionSignature: Ubuntu 5.15.0-58.64-generic 5.15.74
  Uname: Linux 5.15.0-58-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  CasperMD5CheckResult: pass
  Date: Wed Mar  1 10:28:26 2023
  ErrorMessage: installed libssl3:amd64 package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2022-10-01 (150 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  Python3Details: /usr/bin/python3.10, Python 3.10.6, python3-minimal, 
3.10.6-1~22.04
  PythonDetails: N/A
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.1
   apt  2.4.8
  SourcePackage: openssl
  Title: package libssl3:amd64 3.0.2-0ubuntu1.8 failed to install/upgrade: 
installed libssl3:amd64 package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/needrestart/+bug/2008846/+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 2019856] Autopkgtest regression report (util-linux/2.37.2-4ubuntu3.1)

2023-07-18 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted util-linux (2.37.2-4ubuntu3.1) for 
jammy have finished running.
The following regressions have been reported in tests triggered by the package:

cluster-glue/1.0.12-20ubuntu3 (ppc64el)
cmake-extras/1.6-1 (armhf)
kopanocore/8.7.0-7.1ubuntu10 (amd64)
netplan.io/0.105-0ubuntu2~22.04.3 (arm64, armhf, s390x)
node-mqtt/4.2.8-1 (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/jammy/update_excuses.html#util-linux

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Add missing ARM-cores to support Grace-based systems

Status in util-linux package in Ubuntu:
  Fix Released
Status in util-linux source package in Jammy:
  Fix Committed
Status in util-linux source package in Kinetic:
  Won't Fix
Status in util-linux source package in Lunar:
  Fix Committed
Status in util-linux source package in Mantic:
  Fix Released

Bug description:
  [Impact]

  When running "lscpu" on a Grace-based system + Ubuntu 22.04, it
  doesn't report a model name:

  Vendor ID: ARM
  Model: 0

  [Fix]

  Adding the additional arm_part to sys-utils/lscpu-arm.c solves the
  problem. The commit below adds the specific codes missing from Jammy's
  version.

  https://github.com/util-linux/util-
  linux/commit/6857cccbb4157d5da34ca98f77a0ac9d68e1e740

  [Test Steps]

  * Verify whether output of lscpu is correct on new CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-V2

  * Verify whether output of lscpu doesn't change on old CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-N1

  [What Could Go Wrong]

  The fix only introduces additional model identifiers to match
  against and print a model name string, thus regression impact
  should be contained within lscpu and printing cpus model name
  on ARM systems. 

  Output doesn't change on systems with non-affected CPU models.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2019856/+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 1611077] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2023-07-18 Thread GuldSolByggenAB
Solceller Stockholm
https://www.guldsolbyggen.se/solceller-stockholm/

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

Title:
  package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  No funciona impresión con Hp deskjet 3050 all in one

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: cups-daemon 2.1.3-4
  ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
  Uname: Linux 4.4.0-31-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  Date: Mon Aug  8 15:29:11 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-10-13 (300 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  Lpstat: device for Samsung-ML-2160-Series: 
usb://Samsung/ML-2160%20Series?serial=Z7C8B8GD4D00JYH
  MachineType: Gigabyte Technology Co., Ltd. B85M-D3H
  Papersize: a4
  PpdFiles: Samsung-ML-2160-Series: Samsung ML-2160 Series
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=b5bc76e2-d1c3-4343-926f-4d9c78eb24fd ro quiet splash vt.handoff=7
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-31-generic.efi.signed 
root=UUID=b5bc76e2-d1c3-4343-926f-4d9c78eb24fd ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.12~ubuntu16.04.1
  SourcePackage: cups
  Title: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2014
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: FB
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-D3H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFB:bd06/19/2014:svnGigabyteTechnologyCo.,Ltd.:pnB85M-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnB85M-D3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: B85M-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  mtime.conffile..etc.init.d.cups: 2016-07-07T18:45:07.649090

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1611077/+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 2027979] Re: won't warn neither prevent usage of « risky » characters in labels

2023-07-18 Thread Coeur Noir
You misread the case here, Theodore.
It's not a problem of language - accented letters and diacritics are used in 
many languages and might be used in labels.

Sorry for me just being a stupid downstream user. Such names with «
special » characters in are a flawed design as they have high potential
for confusion ( both for human and system. )

As in your example

foo\$bar → becomes → 'foo\x24bar' → not exactly the same form, which
might not be expected by uneducated user. And ( legitimately ) escaped
but not usable « as is » in all context.



In fact, there's nothing wrong with using any of these characters in
file system labels.

Of course, there's something wrong about using *some* of those characters / \ 
space * $ #
Accented letters are not the issue ( except with new Ubuntu installer… )

What will be the output of

cd /path/to/{ any label containing / or * or $ or spaces in its name }

if { label name } is not escaped ?

To prevent user from any later confusion, e2label should at least gives
a warning if « special » characters are used inside a label.

And my opinion is that e2label should strictly prevent using those « special » 
characters inside label.
While those can be « managed » with escaping, « names » in paths should never 
create confusion, so avoiding by default / or $ or * sound safer to me.

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

Title:
  won't warn neither prevent usage of « risky » characters in labels

Status in e2fsprogs package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  if naming or renaming an EXT volume,

  e2label lets you use any character, including / or * or $ ( and
  probably others, like accented letters é è à )

  I'd expect at least a warning if such are to be found in a label name.

  Or better, it should not be possible to use those in label names.

  Example :

  a@p:~$ sudo e2label /dev/sdb12 /Ti\$*
  a@p:~$

  a@p:~$ sudo e2label /dev/sdb12
  /Ti$*
  a@p:~$

  a@p:~$ lsblk -fe7 | grep sdb12
  └─sdb12   ext4  1.0   /Ti$* 
f583e9b0-f1de-438f-8da8-c1e070407628
  a@p:~$

  coming from https://forum.ubuntu-
  fr.org/viewtopic.php?pid=22692892#p22692892 ( french )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/2027979/+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 2019856] Autopkgtest regression report (util-linux/2.38.1-4ubuntu1.1)

2023-07-18 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted util-linux (2.38.1-4ubuntu1.1) for 
lunar have finished running.
The following regressions have been reported in tests triggered by the package:

glib2.0/2.76.1-1 (armhf)
rsyslog/8.2302.0-1ubuntu3 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/lunar/update_excuses.html#util-linux

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

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

Title:
  Add missing ARM-cores to support Grace-based systems

Status in util-linux package in Ubuntu:
  Fix Released
Status in util-linux source package in Jammy:
  Fix Committed
Status in util-linux source package in Kinetic:
  Won't Fix
Status in util-linux source package in Lunar:
  Fix Committed
Status in util-linux source package in Mantic:
  Fix Released

Bug description:
  [Impact]

  When running "lscpu" on a Grace-based system + Ubuntu 22.04, it
  doesn't report a model name:

  Vendor ID: ARM
  Model: 0

  [Fix]

  Adding the additional arm_part to sys-utils/lscpu-arm.c solves the
  problem. The commit below adds the specific codes missing from Jammy's
  version.

  https://github.com/util-linux/util-
  linux/commit/6857cccbb4157d5da34ca98f77a0ac9d68e1e740

  [Test Steps]

  * Verify whether output of lscpu is correct on new CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-V2

  * Verify whether output of lscpu doesn't change on old CPUs; eg:
  Vendor ID: ARM
  Model name: Neoverse-N1

  [What Could Go Wrong]

  The fix only introduces additional model identifiers to match
  against and print a model name string, thus regression impact
  should be contained within lscpu and printing cpus model name
  on ARM systems. 

  Output doesn't change on systems with non-affected CPU models.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/2019856/+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 2028056] [NEW] screen rotates automatically by 90° when physical keyboard is disconnected from tablet

2023-07-18 Thread Dan
Public bug reported:

On my tablet PC, the screen rotates automatically by 90° as soon as I
disconnect the physical keyboard (that came with the tablet)

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
Uname: Linux 5.19.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul 18 12:05:00 2023
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
DkmsStatus: rtl8821ce/5.5.2.1: added
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation GeminiLake [UHD Graphics 600] [8086:3185] (rev 06) (prog-if 
00 [VGA controller])
   Subsystem: nCipher Security GeminiLake [UHD Graphics 600] [0100:2782]
InstallationDate: Installed on 2023-07-16 (2 days ago)
InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
MachineType: CHUWI Innovation And Technology(ShenZhen)co.,Ltd Hi10 X
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-46-generic 
root=UUID=568dc00b-4a6a-41ac-964a-bfd8bda5f161 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/08/2021
dmi.bios.release: 0.5
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V0.5.0_P4S0M2E0F0L8B0T6P0G48A1U0D701
dmi.board.asset.tag: Default string
dmi.board.name: To be filled by O.E.M.
dmi.board.vendor: To be filled by O.E.M.
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 30
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV0.5.0_P4S0M2E0F0L8B0T6P0G48A1U0D701:bd05/08/2021:br0.5:svnCHUWIInnovationAndTechnology(ShenZhen)co.,Ltd:pnHi10X:pvrDefaultstring:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrDefaultstring:cvnDefaultstring:ct30:cvrDefaultstring:skuTobefilledbyO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: Hi10 X
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: Default string
dmi.sys.vendor: CHUWI Innovation And Technology(ShenZhen)co.,Ltd
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 22.2.5-0ubuntu0.1~22.04.3
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


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

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

Title:
  screen rotates automatically by 90° when physical keyboard is
  disconnected from tablet

Status in xorg package in Ubuntu:
  New

Bug description:
  On my tablet PC, the screen rotates automatically by 90° as soon as I
  disconnect the physical keyboard (that came with the tablet)

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: xorg 1:7.7+23ubuntu2
  ProcVersionSignature: Ubuntu 5.19.0-46.47~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-46-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jul 18 12:05:00 2023
  DistUpgraded: Fresh install
  DistroCodename: jammy
  DistroVariant: ubuntu
  DkmsStatus: rtl8821ce/5.5.2.1: added
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation GeminiLake [UHD Graphics 600] [8086:3185] (rev 06) 
(prog-if 00 [VGA controller])
 Subsystem: nCipher Security GeminiLake [UHD Graphics 600] [0100:2782]
  InstallationDate: Installed on 2023-07-16 (2 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  MachineType: CHUWI Innovation And Technology(ShenZhen)co.,Ltd Hi10 X
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.19.0-46-generic 
root=UUID=568dc00b-4a6a-41ac-964a-bfd8bda5f161 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/08/2021
  dmi.bios.release: 0.5
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V0.5.0_P4S0M2E0F

[Touch-packages] [Bug 1553899] Re: package linux-image-4.4.0-10-generic 4.4.0-10.25 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 1532355 ***
https://bugs.launchpad.net/bugs/1532355

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1532355, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1532355
   package linux-image-4.3.0-5-generic 4.3.0-5.16 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

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

Title:
  package linux-image-4.4.0-10-generic 4.4.0-10.25 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  similar to #1553744, but not UEFI motherboard

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-10-generic 4.4.0-10.25
  ProcVersionSignature: Ubuntu 4.4.0-10.25-generic 4.4.3
  Uname: Linux 4.4.0-10-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  katon134   1648 F pulseaudio
   /dev/snd/controlC0:  katon134   1648 F pulseaudio
  Date: Sun Mar  6 16:36:52 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=f6a0fabf-ed00-4ab8-b544-d355fce70a25
  InstallationDate: Installed on 2016-01-18 (48 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IwConfig:
   enp2s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. GA-E350N-USB3
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-10-generic 
root=UUID=17250a95-f4c2-4a66-8e0c-9c7e0884847f ro persistent quiet splash 
vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: initramfs-tools
  Title: package linux-image-4.4.0-10-generic 4.4.0-10.25 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-03-07 (0 days ago)
  dmi.bios.date: 01/10/2011
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F1
  dmi.board.name: GA-E350N-USB3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd01/10/2011:svnGigabyteTechnologyCo.,Ltd.:pnGA-E350N-USB3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-E350N-USB3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-E350N-USB3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1553899/+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 1548668] Re: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 1532355 ***
https://bugs.launchpad.net/bugs/1532355

** This bug is no longer a duplicate of bug 1548667
   package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
** This bug has been marked a duplicate of bug 1532355
   package linux-image-4.3.0-5-generic 4.3.0-5.16 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

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

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  oikko

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-6-generic 4.4.0-6.21
  ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
  Uname: Linux 4.4.0-6-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anders 1960 F pulseaudio
   /dev/snd/controlC0:  anders 1960 F pulseaudio
  Date: Tue Feb 23 01:29:55 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=1f3ca00d-4b16-4a04-9a84-0153c3ecea90
  InstallationDate: Installed on 2016-02-22 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IwConfig:
   eno1  no wireless extensions.
   
   lono wireless extensions.
   
   enp8s0no wireless extensions.
  MachineType: ASUS All Series
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-6-generic 
root=UUID=036f8476-3d89-4a91-a031-e118a8304149 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: initramfs-tools
  Title: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-23 (0 days ago)
  dmi.bios.date: 09/30/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X99-DELUXE
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2001:bd09/30/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnX99-DELUXE:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1548668/+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 1548804] Re: package linux-image-3.19.0-49-generic 3.19.0-49.55~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 798414 ***
https://bugs.launchpad.net/bugs/798414

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 798414, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 798414
   update-initramfs should produce a more helpful error message when there 
isn't enough  free space--or provide an automatic tool for removal of old files

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

Title:
  package linux-image-3.19.0-49-generic 3.19.0-49.55~14.04.1 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 1

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  i don't know

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.19.0-49-generic 3.19.0-49.55~14.04.1
  ProcVersionSignature: Ubuntu 3.19.0-42.48~14.04.1-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  Date: Tue Feb 23 09:56:21 2016
  DuplicateSignature: 
package:linux-image-3.19.0-49-generic:3.19.0-49.55~14.04.1:run-parts: 
/etc/kernel/postinst.d/initramfs-tools exited with return code 1
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 1
  InstallationDate: Installed on 2015-11-30 (85 days ago)
  InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.5
   apt  1.0.1ubuntu2.10
  SourcePackage: initramfs-tools
  Title: package linux-image-3.19.0-49-generic 3.19.0-49.55~14.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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1548804/+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 1548667] Re: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 1532355 ***
https://bugs.launchpad.net/bugs/1532355

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1532355, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1532355
   package linux-image-4.3.0-5-generic 4.3.0-5.16 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

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

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  oikko

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-6-generic 4.4.0-6.21
  ProcVersionSignature: Ubuntu 4.4.0-6.21-generic 4.4.1
  Uname: Linux 4.4.0-6-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  anders 1960 F pulseaudio
   /dev/snd/controlC0:  anders 1960 F pulseaudio
  Date: Tue Feb 23 01:29:55 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=1f3ca00d-4b16-4a04-9a84-0153c3ecea90
  InstallationDate: Installed on 2016-02-22 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IwConfig:
   eno1  no wireless extensions.
   
   lono wireless extensions.
   
   enp8s0no wireless extensions.
  MachineType: ASUS All Series
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-6-generic 
root=UUID=036f8476-3d89-4a91-a031-e118a8304149 ro quiet splash
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: initramfs-tools
  Title: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-23 (0 days ago)
  dmi.bios.date: 09/30/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 2001
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: X99-DELUXE
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: Rev 1.xx
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2001:bd09/30/2015:svnASUS:pnAllSeries:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnX99-DELUXE:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: All Series
  dmi.product.version: System Version
  dmi.sys.vendor: ASUS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1548667/+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 1552823] Re: package linux-image-4.4.0-9-generic 4.4.0-9.24 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 1532355 ***
https://bugs.launchpad.net/bugs/1532355

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1532355, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1532355
   package linux-image-4.3.0-5-generic 4.3.0-5.16 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

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

Title:
  package linux-image-4.4.0-9-generic 4.4.0-9.24 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  package linux-image-4.4.0-9-generic 4.4.0-9.24 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-9-generic 4.4.0-9.24
  ProcVersionSignature: Ubuntu 4.4.0-9.24-generic 4.4.3
  Uname: Linux 4.4.0-9-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm 988 F pulseaudio
ubunds23   1675 F pulseaudio
   /dev/snd/controlC1:  lightdm 988 F pulseaudio
ubunds23   1675 F pulseaudio
  Date: Thu Mar  3 17:30:29 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=0280bc02-fdcd-49d8-93eb-02fe08686e74
  InstallationDate: Installed on 2016-03-03 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  IwConfig:
   enp2s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Acer Aspire E5-573
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-4.4.0-9-generic.efi.signed 
root=UUID=751f5c59-10c6-4901-995f-cae5dfd2 ro rootflags=subvol=@ quiet 
splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc N/A
  SourcePackage: initramfs-tools
  Title: package linux-image-4.4.0-9-generic 4.4.0-9.24 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-03-03 (0 days ago)
  dmi.bios.date: 03/17/2015
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V1.07
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: ZORO_BH
  dmi.board.vendor: Acer
  dmi.board.version: Type2 - A01 Board Version
  dmi.chassis.type: 10
  dmi.chassis.vendor: Chassis Manufacturer
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.07:bd03/17/2015:svnAcer:pnAspireE5-573:pvrV3.72:rvnAcer:rnZORO_BH:rvrType2-A01BoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
  dmi.product.name: Aspire E5-573
  dmi.product.version: V3.72
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1552823/+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 1548916] Re: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 1532355 ***
https://bugs.launchpad.net/bugs/1532355

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1532355, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1532355
   package linux-image-4.3.0-5-generic 4.3.0-5.16 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

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

Title:
  package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  Got error and screen asked me to submit

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-6-generic 4.4.0-6.21
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  lightdm1254 F pulseaudio
  Date: Tue Feb 23 11:49:26 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=8d4e3236-92cf-4e33-8abb-7fecd2adbb0b
  InstallationDate: Installed on 2016-02-10 (13 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  IwConfig:
   eth0  no wireless extensions.
   
   lono wireless extensions.
  Lsusb:
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Precision T1500
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-27-generic 
root=UUID=bb3f3060-1896-43e9-842b-615e5d7feabc ro quiet splash vt.handoff=7
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-4.4.0-6-generic 4.4.0-6.21 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-23 (0 days ago)
  dmi.bios.date: 11/30/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 2.0.1
  dmi.board.name: 0XC7MM
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A01
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr2.0.1:bd11/30/2009:svnDellInc.:pnPrecisionT1500:pvr00:rvnDellInc.:rn0XC7MM:rvrA01:cvnDellInc.:ct3:cvr:
  dmi.product.name: Precision T1500
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1548916/+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 1550830] Re: package linux-image-extra-4.4.0-8-generic 4.4.0-8.23 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

2023-07-18 Thread Benjamin Drung
*** This bug is a duplicate of bug 1532355 ***
https://bugs.launchpad.net/bugs/1532355

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1532355, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 1532355
   package linux-image-4.3.0-5-generic 4.3.0-5.16 failed to install/upgrade: 
run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2

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

Title:
  package linux-image-extra-4.4.0-8-generic 4.4.0-8.23 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools
  exited with return code 2

Status in initramfs-tools package in Ubuntu:
  New

Bug description:
  This happens when I upgrade to 16.04 from 15.08

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-image-extra-4.4.0-8-generic 4.4.0-8.23
  ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mariano1348 F pulseaudio
  Date: Sat Feb 27 21:28:51 2016
  ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  HibernationDevice: RESUME=UUID=7d444ceb-3f27-45df-8cc0-9aa1c8363ef3
  InstallationDate: Installed on 2015-09-05 (175 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150903)
  IwConfig:
   enp3s0no wireless extensions.
   
   lono wireless extensions.
  MachineType: Dell Inc. Studio Slim 540s
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-30-generic 
root=UUID=ef778647-8505-4fb0-bf23-226b30b7e162 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36
  RfKill:
   
  SourcePackage: initramfs-tools
  Title: package linux-image-extra-4.4.0-8-generic 4.4.0-8.23 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with 
return code 2
  UpgradeStatus: Upgraded to xenial on 2016-02-28 (0 days ago)
  dmi.bios.date: 11/03/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.0.6
  dmi.board.name: 0M017G
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 3
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: '01'
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.6:bd11/03/2008:svnDellInc.:pnStudioSlim540s:pvr:rvnDellInc.:rn0M017G:rvrA00:cvnDellInc.:ct3:cvr'01':
  dmi.product.name: Studio Slim 540s
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1550830/+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 400784] Re: package libpng12-0 1.2.27-1ubuntu0.1 failed to install/upgrade:

2023-07-18 Thread Adrien Nader
*** This bug is a duplicate of bug 400766 ***
https://bugs.launchpad.net/bugs/400766

This is a duplicate of #400766 with libpng being the victim of an issue
with libc6/base-passwd/bash.

** This bug has been marked a duplicate of bug 400766
   ubuntu  9.04 installation problem

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

Title:
  package libpng12-0 1.2.27-1ubuntu0.1 failed to install/upgrade:

Status in libpng package in Ubuntu:
  New

Bug description:
  Doesn't installeted thils pack when the ubuntu 9.04 updated, and it
  sended a failure massage from this problem.

  ProblemType: Package
  Architecture: i386
  Dependencies:
   libgcc1 1:4.3.2-1ubuntu12
   zlib1g 1:1.2.3.3.dfsg-12ubuntu1
   gcc-4.3-base 4.3.2-1ubuntu12
   findutils 4.4.0-2ubuntu3
   libc6 2.8~20080505-0ubuntu9
  DistroRelease: Ubuntu 8.10
  ErrorMessage:
   ErrorMessage: A(z) libpng12-0 csomag már települt és be van állítva
  Package: libpng12-0 1.2.27-1ubuntu0.1
  SourcePackage: libpng
  Title: package libpng12-0 1.2.27-1ubuntu0.1 failed to install/upgrade: 
  Uname: Linux 2.6.27-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpng/+bug/400784/+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 2015539] Re: `numeric-owner` doesn't apply to ACL entries

2023-07-18 Thread Piotr Łobacz
This patch has been already applied to the upstream
http://git.savannah.gnu.org/cgit/tar.git/commit/?id=5461025569c2d946fb31b79f16f60e923bbd79f9
Can you also apply the patch to the deb package?

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

Title:
  `numeric-owner` doesn't apply to ACL entries

Status in tar package in Ubuntu:
  New

Bug description:
  1) The release of Ubuntu you are using
  Description:  Ubuntu 22.04.2 LTS
  Release:  22.04

  2) The version of the package you are using
  tar:
Installed: 1.34+dfsg-1ubuntu0.1.22.04.1
Candidate: 1.34+dfsg-1ubuntu0.1.22.04.1
Version table:
   *** 1.34+dfsg-1ubuntu0.1.22.04.1 500
  500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
  500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.34+dfsg-1build3 500
  500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages

  3,4) What you expected to happen and what happened instead
  ACL entries store references to numeric uids/gids. on platforms that have 
libacl, use `acl_to_any_text` to generate ACL strings that preserve those 
numeric identifiers if `numeric-owner` is set (instead of doing a conversion to 
user/group name, like the acl_to_text function does).

  reproducer (similar ones exist where a user/group of the stored name
  exists, but has a different numeric identifier):

  system A with user foo with uid 1001
  system B with no user foo
  file with ACL referencing uid 1001 on system A

  on A:
  $ echo 'bar' > file
  $ setfacl -m u:foo:r file
  $ tar --acls --xattrs --numeric-owner -cf test.tar file
  $ tar -vv --acls --xattrs -tf test.tar

  expected output:
  -rw-r--r--+ 0/0 4 2022-01-26 14:32 file
a: user::rw-,user:1001:r--,group::r--,mask::r--,other::r--

  actual output:
  -rw-r--r--+ 0/0 4 2022-01-26 14:32 file
a: user::rw-,user:fakeuser:r--,group::r--,mask::r--,other::r--

  on B:
  $ tar --acls --xattrs -xf test.tar
  $ getfacl -n file

  expected output (extraction) - none
  expected output (getfacl):
   # file: file
   # owner: 0
   # group: 0
   user::rw-
   user:1001:r--
   group::r--
   other::r--

  actual output (extraction):
  tar: file: Warning: Cannot acl_from_text: Invalid argument

  actual output (getfacl) - note the missing user entry:
   # file: file
   # owner: 0
   # group: 0
   user::rw-
   group::r--
   other::r--

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tar/+bug/2015539/+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 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-18 Thread Fabio Augusto Miranda Martins
It's also worth mentioning that, a patch was backported mentioning "#
DP: Allow setting BASECFLAGS, OPT and EXTRA_LDFLAGS (like, CC, CXX, CPP,
CFLAGS, CPPFLAGS, CCSHARED, LDSHARED) from the environment." [1], but
then OPT is not being added at all by the patch (which had just
mentioned adding it), which seems to point that this is a bug.

https://git.launchpad.net/ubuntu/+source/python2.7/tree/debian/patches/distutils-
sysconfig.diff?h=applied/ubuntu/focal

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

Title:
  Python extension modules get built using wrong compiler flags with
  python2

Status in python2.7 package in Ubuntu:
  In Progress
Status in python2.7 source package in Bionic:
  Won't Fix
Status in python2.7 source package in Focal:
  Won't Fix
Status in python2.7 source package in Jammy:
  Won't Fix
Status in python2.7 source package in Kinetic:
  Won't Fix
Status in python2.7 source package in Lunar:
  Won't Fix
Status in python2.7 source package in Mantic:
  Won't Fix

Bug description:
  Compiling a Python extension using Python2 (Python 2.7.18) is making
  use of wrong compiler flags, hence dropping required optimizations
  when required. This is happening only when python2 is installed from
  Ubuntu's repositories. By default, Python's distutils module uses
  compiler and linker flags used to compile Python itself to be used to
  compile extensions.

  Steps to reproduce:
  1) On Ubuntu 20.04, install python2 using apt package manager.
  2) After successful installation, verify the CFLAGS variable from sysconfig 
module. On my machine, the output is 

  Python 2.7.18 (default, Jul  1 2022, 12:27:04)
  [GCC 9.4.0] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import sysconfig
  >>> sysconfig.get_config_var('CFLAGS')
  '-fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-Wdate-time -D_FORTIFY_SOURCE=2 -g 
-fdebug-prefix-map=/build/python2.7-vvQ8AI/python2.7-2.7.18=. 
-fstack-protector-strong -Wformat -Werror=format-security  '

  3) Build a test extension module using python2 and verify the compilation 
flags. 
  python2 setup.py build_ext --inplace

  Output from below command is not matching with our expected above CFLAGS. 
  aarch64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time 
-D_FORTIFY_SOURCE=2 -g 
-fdebug-prefix-map=/build/python2.7-vvQ8AI/python2.7-2.7.18=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC 
-I/usr/include/python2.7 -c testmodule.c -o 
build/temp.linux-aarch64-2.7/testmodule.o

  
  On further investigation, it looks like Ubuntu's specific patch applied on 
libpython2.7-stdlib package is altering the original upstream implementation of 
distutils/sysconfig.py code.

  Package - https://packages.ubuntu.com/focal/libpython2.7-stdlib
  Patch - 
http://archive.ubuntu.com/ubuntu/pool/universe/p/python2.7/python2.7_2.7.18-1~20.04.3.diff.gz

  Below is the code block which is causing the issue, where the presence of 
configure_cflags is modifying cflags. This code is result of ubuntu's patch and 
doesn't come directly from upstream python implementation.
  File - /usr/lib/python2.7/distutils/sysconfig.py
  Part of code block:
  elif configure_cflags:
  cflags = ' '.join(str(x) for x in (basecflags, configure_cflags, 
extra_cflags) if x)
  ldshared = ldshared + ' ' + configure_cflags

  
  I don't see problem on Python3 though we have extra code added from patch 
there as well. Patch used on python3, is not modifying the cflags completely 
and instead appending new flags to cflags.
  On python3 (tested on Ubuntu 20.04)
  File - /usr/lib/python3.8/distutils/sysconfig.py
  Part of code block which doesn't alter cflags completely
  elif configure_cflags:
  cflags = cflags + ' ' + configure_cflags
  ldshared = ldshared + ' ' + configure_cflags

  
  Request to update the python2 patch to behave similar to what is been done on 
python3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/2002043/+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 2027991] Re: Please merge dbus 1.14.8-2 (main) from debian unstable (main)

2023-07-18 Thread Olivier Gayot
** Merge proposal linked:
   
https://code.launchpad.net/~ogayot/ubuntu/+source/dbus/+git/dbus/+merge/447077

** Description changed:

  Debian has dbus 1.14.8-2 in unstable
  Ubuntu has dbus 1.14.6-1ubuntu1 in mantic
+ 
+ The changes upstream and in Debian are minimal. Those are mostly bug
+ fixes and some adjustments to logging. Therefore, our delta does not
+ need to be changed.

** Changed in: dbus (Ubuntu)
 Assignee: (unassigned) => Olivier Gayot (ogayot)

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

Title:
   Please merge dbus 1.14.8-2 (main) from debian unstable (main)

Status in dbus package in Ubuntu:
  New

Bug description:
  Debian has dbus 1.14.8-2 in unstable
  Ubuntu has dbus 1.14.6-1ubuntu1 in mantic

  The changes upstream and in Debian are minimal. Those are mostly bug
  fixes and some adjustments to logging. Therefore, our delta does not
  need to be changed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/2027991/+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 1982483] Re: No sound from built-in speakers HP Pavilion All-in-One Desktop 27-ca1xxx (ALC274)

2023-07-18 Thread Bug Watch Updater
** Bug watch added: Linux Kernel Bug Tracker #207423
   https://bugzilla.kernel.org/show_bug.cgi?id=207423

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion All-in-One Desktop 27-ca1xxx
  dmi.product.sku: 661Q7EA#UUW
  dmi.sys.vendor: HP
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2022-06-15T22:28:44.879144

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1982483/+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 1982483]

2023-07-18 Thread erasmocaponio
(In reply to Ernst Sjöstrand from comment #5)
> Hi! Is it possible for you to try Windows on the computer (dual-boot, etc..)
> ?
> 
> Then you could run something called RtHDDump.exe like referenced here:
> https://bugzilla.kernel.org/show_bug.cgi?id=207423
> 
> Where do you actually find RtHDDump.exe... ? I'm not sure yet!


I've found it here https://asus-linux.org/blog/sound-2021-01-11/

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion All-in-One Desktop 27-ca1xxx
  dmi.product.sku: 661Q7EA#UUW
  dmi.sys.vendor: HP
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2022-06-15T22:28:44.879144

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to

[Touch-packages] [Bug 1982483]

2023-07-18 Thread erasmocaponio
Created attachment 304647
dump file

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion All-in-One Desktop 27-ca1xxx
  dmi.product.sku: 661Q7EA#UUW
  dmi.sys.vendor: HP
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2022-06-15T22:28:44.879144

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1982483/+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 1982483]

2023-07-18 Thread erasmocaponio
(In reply to erasmocaponio from comment #8)
> (In reply to Ernst Sjöstrand from comment #7)
> > The point of running RtHDDump.exe under Windows is just to let it read out
> > what all the HDA registers are programmed to by the Windows driver.
> > 
> > You can sen an example in "Output from RtHDDump.exe" in
> > https://bugzilla.kernel.org/show_bug.cgi?id=207423
> > 
> > That will be needed to update the Linux kernel to apply the same
> > configuration.
> > 
> > Oh, you have working headphones? I don't even have that, last time I
> tried...
> 
> Ok I will try later, and post the output here

ah sorry I forgot to mention that I got audio from headphones after
replacing pulseaudio with pipewire (I am almost sure... but it might
have been the upgrade from kernel 6.3 to 6.4...)

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product

[Touch-packages] [Bug 1982483]

2023-07-18 Thread erasmocaponio
(In reply to Ernst Sjöstrand from comment #7)
> The point of running RtHDDump.exe under Windows is just to let it read out
> what all the HDA registers are programmed to by the Windows driver.
> 
> You can sen an example in "Output from RtHDDump.exe" in
> https://bugzilla.kernel.org/show_bug.cgi?id=207423
> 
> That will be needed to update the Linux kernel to apply the same
> configuration.
> 
> Oh, you have working headphones? I don't even have that, last time I tried...

Ok I will try later, and post the output here

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion All-in-One Desktop 27-ca1xxx
  dmi.product.sku: 661Q7EA#UUW
  dmi.sys.vendor: HP
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2022-06-15T22:28:44.879144

To manage notifications about this bug go

[Touch-packages] [Bug 1982483]

2023-07-18 Thread ernstp
The point of running RtHDDump.exe under Windows is just to let it read
out what all the HDA registers are programmed to by the Windows driver.

You can sen an example in "Output from RtHDDump.exe" in
https://bugzilla.kernel.org/show_bug.cgi?id=207423

That will be needed to update the Linux kernel to apply the same
configuration.

Oh, you have working headphones? I don't even have that, last time I
tried...

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion All-in-One Desktop 27-ca1xxx
  dmi.product.sku: 661Q7EA#UUW
  dmi.sys.vendor: HP
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2022-06-15T22:28:44.879144

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


-- 
Mailing list: https://launchpad.net/~touc

[Touch-packages] [Bug 1982483]

2023-07-18 Thread erasmocaponio
(In reply to Ernst Sjöstrand from comment #5)
> Hi! Is it possible for you to try Windows on the computer (dual-boot, etc..)
> ?
> 
> Then you could run something called RtHDDump.exe like referenced here:
> https://bugzilla.kernel.org/show_bug.cgi?id=207423
> 
> Where do you actually find RtHDDump.exe... ? I'm not sure yet!

Hi!, yes I have dual boot with Win 11 (the speakers work perfectly in windows).
In Manjaro, I have audio from headphones, the camera and the microphone (built 
in the monitor) work perfectly. The only thing that does not work are the Bose 
speakers. So I am not going to risk to make the thing worse by applying some 
"not official" patch. By the way, I've contacted Hp support some months ago 
without receiving any answer from them.

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion Al

[Touch-packages] [Bug 1982483]

2023-07-18 Thread ernstp
Hi! Is it possible for you to try Windows on the computer (dual-boot,
etc..) ?

Then you could run something called RtHDDump.exe like referenced here:
https://bugzilla.kernel.org/show_bug.cgi?id=207423

Where do you actually find RtHDDump.exe... ? I'm not sure yet!

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

Title:
  No sound from built-in speakers HP Pavilion All-in-One Desktop
  27-ca1xxx (ALC274)

Status in Linux:
  Confirmed
Status in alsa-driver package in Ubuntu:
  New
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  I have tried:

  options snd-hda-intel model=alc285-hp-amp-init
  options snd-hda-intel model=alc274-dell-aio

  and newer kernels up to 5.19-rc6.

  21: PCI 1f.3: 0403 Audio device 
[Created at pci.386]
Unique ID: nS1_.2CriaNVEdN5
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Device Name: "Onboard - Sound"
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0x7ad0 
SubVendor: pci 0x103c "Hewlett-Packard Company"
SubDevice: pci 0x89e9 
Revision: 0x11
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0x6105238000-0x610523bfff (rw,non-prefetchable)
Memory Range: 0x610500-0x61050f (rw,non-prefetchable)
IRQ: 161 (1098 events)
Module Alias: "pci:v8086d7AD0sv103Csd89E9bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Driver Info #1:
  Driver Status: snd_sof_pci_intel_tgl is active
  Driver Activation Cmd: "modprobe snd_sof_pci_intel_tgl"
Config Status: cfg=new, avail=yes, need=no, active=unknown

  
<6>[3.582352] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC274: 
line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
<6>[3.582359] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
<6>[3.582362] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x21/0x0/0x0/0x0/0x0)
<6>[3.582364] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
<6>[3.582366] snd_hda_codec_realtek hdaudioC0D0:inputs:
<6>[3.582367] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x19
<6>[3.582369] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12

  
  Alsa-info:

  https://alsa-
  project.org/db/?f=ed6190cfc9d9eb1c758c6c3106dd236b150f5b31

  Here is a kernel bug report:

  https://bugzilla.kernel.org/show_bug.cgi?id=216139
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu82.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ernst  1560 F pulseaudio
   /dev/snd/controlC0:  ernst  1560 F pulseaudio
  CRDA: N/A
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 22.04
  InstallationDate: Installed on 2022-06-15 (143 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  MachineType: HP HP Pavilion All-in-One Desktop 27-ca1xxx
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.0.0-1006-oem 
root=UUID=72ea78e1-7744-4fcc-b63c-3aa577c86a80 ro quiet splash ibt=off 
mitigations=off vt.handoff=7
  ProcVersionSignature: Ubuntu 6.0.0-1006.6-oem 6.0.0
  RelatedPackageVersions:
   linux-restricted-modules-6.0.0-1006-oem N/A
   linux-backports-modules-6.0.0-1006-oem  N/A
   linux-firmware  20220329.git681281e4-0ubuntu3.6
  Tags:  jammy wayland-session
  Uname: Linux 6.0.0-1006-oem x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 02/09/2022
  dmi.bios.release: 15.2
  dmi.bios.vendor: AMI
  dmi.bios.version: F.02
  dmi.board.name: 89E9
  dmi.board.vendor: HP
  dmi.board.version: 0100
  dmi.chassis.type: 13
  dmi.chassis.vendor: HP
  dmi.ec.firmware.release: 1.16
  dmi.modalias: 
dmi:bvnAMI:bvrF.02:bd02/09/2022:br15.2:efr1.16:svnHP:pnHPPavilionAll-in-OneDesktop27-ca1xxx:pvr:rvnHP:rn89E9:rvr0100:cvnHP:ct13:cvr:sku661Q7EA#UUW:
  dmi.product.family: 103C_53311M HP Pavilion
  dmi.product.name: HP Pavilion All-in-One Desktop 27-ca1xxx
  dmi.product.sku: 661Q7EA#UUW
  dmi.sys.vendor: HP
  modified.conffile..etc.default.apport: [modified]
  mtime.conffile..etc.default.apport: 2022-06-15T22:28:44.879144

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1982483/+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.launch

[Touch-packages] [Bug 2002043] Re: Python extension modules get built using wrong compiler flags with python2

2023-07-18 Thread Fabio Augusto Miranda Martins
Hi Steve,

Thanks for looking into this SRU request.

Their original request was specifically to python2.7 on Ĵammy, which
matches your comment on the eligible releases.

The request is not to rebuild the python extensions, but to fix the
compiler so new modules getting compiled will inherit the right flags.

Based on the description and the proposed patches, this seems to be a
legitimate bug, so shouldn't we fix this? Especially considering that
Focal still have a long lifecycle ahead.

Also, if the issue is that python2.7 is in universe, can't we fix this
through esm-apps?

Regards,
Fabio Martins

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

Title:
  Python extension modules get built using wrong compiler flags with
  python2

Status in python2.7 package in Ubuntu:
  In Progress
Status in python2.7 source package in Bionic:
  Won't Fix
Status in python2.7 source package in Focal:
  Won't Fix
Status in python2.7 source package in Jammy:
  Won't Fix
Status in python2.7 source package in Kinetic:
  Won't Fix
Status in python2.7 source package in Lunar:
  Won't Fix
Status in python2.7 source package in Mantic:
  Won't Fix

Bug description:
  Compiling a Python extension using Python2 (Python 2.7.18) is making
  use of wrong compiler flags, hence dropping required optimizations
  when required. This is happening only when python2 is installed from
  Ubuntu's repositories. By default, Python's distutils module uses
  compiler and linker flags used to compile Python itself to be used to
  compile extensions.

  Steps to reproduce:
  1) On Ubuntu 20.04, install python2 using apt package manager.
  2) After successful installation, verify the CFLAGS variable from sysconfig 
module. On my machine, the output is 

  Python 2.7.18 (default, Jul  1 2022, 12:27:04)
  [GCC 9.4.0] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import sysconfig
  >>> sysconfig.get_config_var('CFLAGS')
  '-fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes 
-Wdate-time -D_FORTIFY_SOURCE=2 -g 
-fdebug-prefix-map=/build/python2.7-vvQ8AI/python2.7-2.7.18=. 
-fstack-protector-strong -Wformat -Werror=format-security  '

  3) Build a test extension module using python2 and verify the compilation 
flags. 
  python2 setup.py build_ext --inplace

  Output from below command is not matching with our expected above CFLAGS. 
  aarch64-linux-gnu-gcc -pthread -fno-strict-aliasing -Wdate-time 
-D_FORTIFY_SOURCE=2 -g 
-fdebug-prefix-map=/build/python2.7-vvQ8AI/python2.7-2.7.18=. 
-fstack-protector-strong -Wformat -Werror=format-security -fPIC 
-I/usr/include/python2.7 -c testmodule.c -o 
build/temp.linux-aarch64-2.7/testmodule.o

  
  On further investigation, it looks like Ubuntu's specific patch applied on 
libpython2.7-stdlib package is altering the original upstream implementation of 
distutils/sysconfig.py code.

  Package - https://packages.ubuntu.com/focal/libpython2.7-stdlib
  Patch - 
http://archive.ubuntu.com/ubuntu/pool/universe/p/python2.7/python2.7_2.7.18-1~20.04.3.diff.gz

  Below is the code block which is causing the issue, where the presence of 
configure_cflags is modifying cflags. This code is result of ubuntu's patch and 
doesn't come directly from upstream python implementation.
  File - /usr/lib/python2.7/distutils/sysconfig.py
  Part of code block:
  elif configure_cflags:
  cflags = ' '.join(str(x) for x in (basecflags, configure_cflags, 
extra_cflags) if x)
  ldshared = ldshared + ' ' + configure_cflags

  
  I don't see problem on Python3 though we have extra code added from patch 
there as well. Patch used on python3, is not modifying the cflags completely 
and instead appending new flags to cflags.
  On python3 (tested on Ubuntu 20.04)
  File - /usr/lib/python3.8/distutils/sysconfig.py
  Part of code block which doesn't alter cflags completely
  elif configure_cflags:
  cflags = cflags + ' ' + configure_cflags
  ldshared = ldshared + ' ' + configure_cflags

  
  Request to update the python2 patch to behave similar to what is been done on 
python3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/2002043/+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 1660316] Re: apparmor denial of CUPS

2023-07-18 Thread Daniel Richard G.
Reopening this issue as I am still observing the net_admin denial in
jammy.

** Changed in: cups (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  apparmor denial of CUPS

Status in cups package in Ubuntu:
  Confirmed

Bug description:
  Printing is enabled when doing sudo aa-complain cupsd

  Here is an extract of /var/log/syslog:

  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929457] audit: type=1400 
audit(1485776519.269:37): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6932 
comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.929744] audit: type=1400 
audit(1485776519.269:38): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6932 comm="apparmor_parser"
  Jan 30 12:41:59 dag-TS-P500 kernel: [  868.945422] audit: type=1400 
audit(1485776519.285:39): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6932 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817070] audit: type=1400 
audit(1485776530.158:40): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.817342] audit: type=1400 
audit(1485776530.158:41): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=6941 comm="apparmor_parser"
  Jan 30 12:42:10 dag-TS-P500 kernel: [  879.837254] audit: type=1400 
audit(1485776530.178:42): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=6941 
comm="apparmor_parser"
  Jan 30 12:42:16 dag-TS-P500 zeitgeist-datah[3706]: 
downloads-directory-provider.vala:120: Couldn't process /home/dag/.glvndcEQzqA: 
Error when getting information for file '/home/dag/.glvndcEQzqA': No such file 
or directory
  Jan 30 12:42:23 dag-TS-P500 dbus[996]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service'
  Jan 30 12:42:23 dag-TS-P500 systemd[1]: Starting Hostname Service...
  Jan 30 12:42:24 dag-TS-P500 dbus[996]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
  Jan 30 12:42:24 dag-TS-P500 systemd[1]: Started Hostname Service.
  Jan 30 12:42:26 dag-TS-P500 kernel: [  895.746636] audit: type=1400 
audit(1485776546.086:43): apparmor="DENIED" operation="capable" 
profile="/usr/sbin/cupsd" pid=6967 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Starting Cleanup of Temporary 
Directories...
  Jan 30 12:42:54 dag-TS-P500 systemd-tmpfiles[6973]: 
[/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
  Jan 30 12:42:54 dag-TS-P500 systemd[1]: Started Cleanup of Temporary 
Directories.
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.OneConf'
  Jan 30 12:44:03 dag-TS-P500 com.ubuntu.OneConf[2707]: 
WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file 
or directory: 
'/home/dag/.cache/oneconf/d2fc3bf30c9f4976b441a8f14de53bda/other_hosts'
  Jan 30 12:44:23 dag-TS-P500 dbus-daemon[2707]: Activating service 
name='com.ubuntu.sso'
  Jan 30 12:44:24 dag-TS-P500 dbus-daemon[2707]: Successfully activated service 
'com.ubuntu.sso'
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.685842] audit: type=1400 
audit(1485776751.028:44): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.686099] audit: type=1400 
audit(1485776751.028:45): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd" pid=7024 comm="apparmor_parser"
  Jan 30 12:45:51 dag-TS-P500 kernel: [ 1100.700446] audit: type=1400 
audit(1485776751.044:46): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=7024 
comm="apparmor_parser"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940891] audit: type=1400 
audit(1485776757.284:47): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"
  Jan 30 12:45:57 dag-TS-P500 kernel: [ 1106.940938] audit: type=1400 
audit(1485776757.284:48): apparmor="ALLOWED" operation="capable" 
profile="/usr/sbin/cupsd" pid=7031 comm="lpd" capability=12  capname="net_admin"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: cups 2.2.0-2
  ProcVersionSignature: Ubuntu 4.8.0-34.36-generic 4.8.11
  Uname: Linux 4.8.0-34-generic x86_64
  NonfreeKernelModules: nvidi

[Touch-packages] [Bug 2028035] [NEW] [HDA-Intel - HDA Intel PCH, playback] No sound at all

2023-07-18 Thread bhanu
Public bug reported:

Internal microphone not working in ubuntu 20.Please help me solve
this.please inform me if you need any further info to fix this
issue.thanks in advance

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.15.0-69.76~20.04.1-generic 5.15.87
Uname: Linux 5.15.0-69-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.25
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  isolated   1624 F pulseaudio
 /dev/snd/pcmC0D0p:   isolated   1624 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul 18 13:09:18 2023
InstallationDate: Installed on 2021-02-21 (876 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  isolated   1624 F pulseaudio
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA Intel PCH, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/09/2020
dmi.bios.release: 1.33
dmi.bios.vendor: LENOVO
dmi.bios.version: CJCN33WW
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.ec.firmware.release: 1.33
dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN33WW:bd12/09/2020:br1.33:efr1.33:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:skuLENOVO_MT_20RV_BU_idea_FM_LenovoThinkBook14-IML:
dmi.product.family: Lenovo ThinkBook 14-IML
dmi.product.name: 20RV
dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
dmi.product.version: Lenovo ThinkBook 14-IML
dmi.sys.vendor: LENOVO
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2023-07-18T12:45:45.793136

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  Internal microphone not working in ubuntu 20.Please help me solve
  this.please inform me if you need any further info to fix this
  issue.thanks in advance

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.15.0-69.76~20.04.1-generic 5.15.87
  Uname: Linux 5.15.0-69-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isolated   1624 F pulseaudio
   /dev/snd/pcmC0D0p:   isolated   1624 F...m pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jul 18 13:09:18 2023
  InstallationDate: Installed on 2021-02-21 (876 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isolated   1624 F pulseaudio
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA Intel PCH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/09/2020
  dmi.bios.release: 1.33
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CJCN33WW
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.ec.firmware.release: 1.33
  dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN33WW:bd12/09/2020:br1.33:efr1.33:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:skuLENOVO_MT_20RV_BU_idea_FM_LenovoThinkBook14-IML:
  dmi.product.family: Lenovo ThinkBook 14-IML
  dmi.product.name: 20RV
  dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
  dmi.product.version: Lenovo ThinkBook 14-IML
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2023-07-18T12:45:45.793136

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2028035/+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 2028034] [NEW] [HDA-Intel - HDA Intel PCH, playback] No sound at all

2023-07-18 Thread bhanu
Public bug reported:

In my ubuntu 20,I have problem with the internal microphone working.I
think there is a problem with the input.please help me resolve this
issue.Thanks in advance

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.15.0-69.76~20.04.1-generic 5.15.87
Uname: Linux 5.15.0-69-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.25
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  isolated   1624 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Jul 18 12:56:54 2023
InstallationDate: Installed on 2021-02-21 (876 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  isolated   1624 F pulseaudio
Symptom_Type: No sound at all
Title: [HDA-Intel - HDA Intel PCH, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/09/2020
dmi.bios.release: 1.33
dmi.bios.vendor: LENOVO
dmi.bios.version: CJCN33WW
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.ec.firmware.release: 1.33
dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN33WW:bd12/09/2020:br1.33:efr1.33:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:skuLENOVO_MT_20RV_BU_idea_FM_LenovoThinkBook14-IML:
dmi.product.family: Lenovo ThinkBook 14-IML
dmi.product.name: 20RV
dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
dmi.product.version: Lenovo ThinkBook 14-IML
dmi.sys.vendor: LENOVO
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2023-07-18T12:45:45.793136

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [HDA-Intel - HDA Intel PCH, playback] No sound at all

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  In my ubuntu 20,I have problem with the internal microphone working.I
  think there is a problem with the input.please help me resolve this
  issue.Thanks in advance

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.15.0-69.76~20.04.1-generic 5.15.87
  Uname: Linux 5.15.0-69-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.25
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isolated   1624 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jul 18 12:56:54 2023
  InstallationDate: Installed on 2021-02-21 (876 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  isolated   1624 F pulseaudio
  Symptom_Type: No sound at all
  Title: [HDA-Intel - HDA Intel PCH, playback] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/09/2020
  dmi.bios.release: 1.33
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CJCN33WW
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0J40697 WIN
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.ec.firmware.release: 1.33
  dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN33WW:bd12/09/2020:br1.33:efr1.33:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:skuLENOVO_MT_20RV_BU_idea_FM_LenovoThinkBook14-IML:
  dmi.product.family: Lenovo ThinkBook 14-IML
  dmi.product.name: 20RV
  dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
  dmi.product.version: Lenovo ThinkBook 14-IML
  dmi.sys.vendor: LENOVO
  mtime.conffile..etc.modprobe.d.alsa-base.conf: 2023-07-18T12:45:45.793136

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