[Touch-packages] [Bug 2045855] Re: package bluez 5.64-0ubuntu1.1 failed to install/upgrade: end of file on stdin at conffile prompt

2024-02-06 Thread Launchpad Bug Tracker
[Expired for bluez (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package bluez 5.64-0ubuntu1.1 failed to install/upgrade: end of file
  on stdin at conffile prompt

Status in bluez package in Ubuntu:
  Expired

Bug description:
  I did not recognized the error.

  ProblemType: Package
  DistroRelease: Ubuntu 22.04
  Package: bluez 5.64-0ubuntu1.1
  ProcVersionSignature: Ubuntu 6.2.0-37.38~22.04.1-generic 6.2.16
  Uname: Linux 6.2.0-37-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  AptOrdering:
   bluez:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: unknown
  Date: Thu Dec  7 15:44:57 2023
  ErrorMessage: end of file on stdin at conffile prompt
  InstallationDate: Installed on 2021-01-30 (1040 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  InterestingModules: rfcomm bnep btusb bluetooth
  MachineType: Dell Inc. OptiPlex 7010
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.2.0-37-generic 
root=UUID=1aa27b2f-8d22-4b4e-931f-bd8e304ed0d4 ro quiet splash vt.handoff=7
  Python3Details: /usr/bin/python3.10, Python 3.10.12, unpackaged
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.21.1ubuntu2.2
   apt  2.4.11
  SourcePackage: bluez
  Title: package bluez 5.64-0ubuntu1.1 failed to install/upgrade: end of file 
on stdin at conffile prompt
  UpgradeStatus: Upgraded to jammy on 2023-03-28 (253 days ago)
  dmi.bios.date: 03/25/2013
  dmi.bios.release: 4.6
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A13
  dmi.board.name: 0GY6Y8
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 6
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA13:bd03/25/2013:br4.6:svnDellInc.:pnOptiPlex7010:pvr01:rvnDellInc.:rn0GY6Y8:rvrA00:cvnDellInc.:ct6:cvr:sku:
  dmi.product.name: OptiPlex 7010
  dmi.product.version: 01
  dmi.sys.vendor: Dell Inc.
  hciconfig:
   hci0:Type: Primary  Bus: USB
BD Address: 00:1A:7D:DA:71:03  ACL MTU: 310:10  SCO MTU: 64:8
UP RUNNING PSCAN 
RX bytes:1332 acl:0 sco:0 events:84 errors:0
TX bytes:3786 acl:0 sco:0 commands:81 errors:0
  mtime.conffile..etc.bluetooth.input.conf: 2020-04-03T15:47:01
  mtime.conffile..etc.bluetooth.main.conf: 2020-02-26T18:57:50
  mtime.conffile..etc.bluetooth.network.conf: 2012-12-25T02:46:55
  mtime.conffile..etc.dbus-1.system.d.bluetooth.conf: 2022-03-24T15:30:38
  mtime.conffile..etc.init.d.bluetooth: 2020-02-26T18:57:50
  rfkill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2045855/+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 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Bug Watch Updater
** Changed in: bdebstrap (Debian)
   Status: Unknown => New

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

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  In Progress
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+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 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Matthias Klose
NMUed

** Changed in: bdebstrap (Ubuntu)
   Status: New => In Progress

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

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  In Progress
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  Unknown

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+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 2051990] Re: python3-defaults 3.12 causes aubio to fail to build from source

2024-02-06 Thread Matthias Klose
NMUed in Debian

** Changed in: aubio (Ubuntu)
   Status: New => In Progress

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

Title:
  python3-defaults 3.12 causes aubio to fail to build from source

Status in aubio package in Ubuntu:
  In Progress
Status in python3-defaults package in Ubuntu:
  New
Status in aubio package in Debian:
  New

Bug description:
  python3 ./waf configure --verbose --destdir=debian/tmp --prefix=/usr 
--enable-fftw3f --libdir=/usr/lib/x86_64-linux-gnu
  /<>/waflib/Utils.py:443: SyntaxWarning: invalid escape sequence 
'\d'
return re.split('\d+$',s)[0]
  /<>/waflib/ConfigSet.py:7: SyntaxWarning: invalid escape 
sequence '\ '
re_imp=re.compile('^(#)*?([^#=]*?)\ =\ (.*?)$',re.M)
  /<>/waflib/ansiterm.py:178: SyntaxWarning: invalid escape 
sequence '\['
ansi_tokens=re.compile('(?:\x1b\[([0-9?;]*)([a-zA-Z])|([^\x1b]+))')
  Traceback (most recent call last):
File "/<>/./waf", line 164, in 
  from waflib import Scripting
File "/<>/waflib/Scripting.py", line 7, in 
  from waflib import 
Utils,Configure,Logs,Options,ConfigSet,Context,Errors,Build,Node
File "/<>/waflib/Configure.py", line 6, in 
  from waflib import ConfigSet,Utils,Options,Logs,Context,Build,Errors
File "/<>/waflib/Options.py", line 6, in 
  from waflib import Logs,Utils,Context,Errors
File "/<>/waflib/Context.py", line 5, in 
  import os,re,imp,sys
  ModuleNotFoundError: No module named 'imp'
  make[1]: *** [debian/rules:45: override_dh_auto_configure] Error 1
  make[1]: Leaving directory '/<>'
  make: *** [debian/rules:22: binary] Error 2
  dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
2
  

  Build finished at 2024-02-01T21:23:22Z

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aubio/+bug/2051990/+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 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #1061735
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061735

** Also affects: bdebstrap (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061735
   Importance: Unknown
   Status: Unknown

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

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New
Status in bdebstrap package in Debian:
  Unknown

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+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 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Vladimir Petko
bdebstrap piuparts install/upgrade/purge tests (OK)

** Attachment added: "bdebstrap-piuparts.log.gz"
   
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+attachment/5744952/+files/bdebstrap-piuparts.log.gz

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

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+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 2051990] Re: python3-defaults 3.12 causes aubio to fail to build from source

2024-02-06 Thread Vladimir Petko
aubio piuparts install-upgrade-purge (OK)

** Attachment added: "aubio-piuparts.log.gz"
   
https://bugs.launchpad.net/ubuntu/+source/aubio/+bug/2051990/+attachment/5744951/+files/aubio-piuparts.log.gz

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

Title:
  python3-defaults 3.12 causes aubio to fail to build from source

Status in aubio package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New
Status in aubio package in Debian:
  New

Bug description:
  python3 ./waf configure --verbose --destdir=debian/tmp --prefix=/usr 
--enable-fftw3f --libdir=/usr/lib/x86_64-linux-gnu
  /<>/waflib/Utils.py:443: SyntaxWarning: invalid escape sequence 
'\d'
return re.split('\d+$',s)[0]
  /<>/waflib/ConfigSet.py:7: SyntaxWarning: invalid escape 
sequence '\ '
re_imp=re.compile('^(#)*?([^#=]*?)\ =\ (.*?)$',re.M)
  /<>/waflib/ansiterm.py:178: SyntaxWarning: invalid escape 
sequence '\['
ansi_tokens=re.compile('(?:\x1b\[([0-9?;]*)([a-zA-Z])|([^\x1b]+))')
  Traceback (most recent call last):
File "/<>/./waf", line 164, in 
  from waflib import Scripting
File "/<>/waflib/Scripting.py", line 7, in 
  from waflib import 
Utils,Configure,Logs,Options,ConfigSet,Context,Errors,Build,Node
File "/<>/waflib/Configure.py", line 6, in 
  from waflib import ConfigSet,Utils,Options,Logs,Context,Build,Errors
File "/<>/waflib/Options.py", line 6, in 
  from waflib import Logs,Utils,Context,Errors
File "/<>/waflib/Context.py", line 5, in 
  import os,re,imp,sys
  ModuleNotFoundError: No module named 'imp'
  make[1]: *** [debian/rules:45: override_dh_auto_configure] Error 1
  make[1]: Leaving directory '/<>'
  make: *** [debian/rules:22: binary] Error 2
  dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
2
  

  Build finished at 2024-02-01T21:23:22Z

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aubio/+bug/2051990/+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 2052558] [NEW] prompting does not allow userspace to specify the execmode or target profile

2024-02-06 Thread John Johansen
Public bug reported:

Currently the prompting interface does not allow userspace to specify
the execmode to use, even if there is no matching exec rule in policy
(case caused by prompt flag).

Nor does it allow specifying the target profile (needed for certain exec
modes).

It also does not allow overriding of the mode like it allows for other
permissions.

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

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

Title:
  prompting does not allow userspace to specify the execmode or target
  profile

Status in apparmor package in Ubuntu:
  New

Bug description:
  Currently the prompting interface does not allow userspace to specify
  the execmode to use, even if there is no matching exec rule in policy
  (case caused by prompt flag).

  Nor does it allow specifying the target profile (needed for certain
  exec modes).

  It also does not allow overriding of the mode like it allows for other
  permissions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052558/+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 2052557] [NEW] EXEC_MODE under prompting does not do profile transitions correctly

2024-02-06 Thread John Johansen
Public bug reported:

When a prompt rule that specifies an exec transition. The transition is
not handled correctly in several cases. Resulting in denials even if the
prompt is allowed.

When prompting is triggered by the prompt flag, the behavior depends if
an exec rule is matched (behavior becomes the same as the above prompt
rule), or if there is no matching exec rule.

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

** Description changed:

  When a prompt rule that specifies an exec transition. The transition is
  not handled correctly in several cases. Resulting in denials even if the
  prompt is allowed.
+ 
+ When prompting is triggered by the prompt flag, the behavior depends if
+ an exec rule is matched (behavior becomes the same as the above prompt
+ rule), or if there is no matching exec rule.

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

Title:
  EXEC_MODE under prompting does not do profile transitions correctly

Status in apparmor package in Ubuntu:
  New

Bug description:
  When a prompt rule that specifies an exec transition. The transition
  is not handled correctly in several cases. Resulting in denials even
  if the prompt is allowed.

  When prompting is triggered by the prompt flag, the behavior depends
  if an exec rule is matched (behavior becomes the same as the above
  prompt rule), or if there is no matching exec rule.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052557/+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 2011385] Re: [950XED, Realtek ALC298, Speaker, Internal] No sound at all

2024-02-06 Thread Rares Petrescu
Sam issue here with Razer Blade 16 2024:

cat /proc/asound/card1/codec* | grep Codec
Codec: Realtek ALC298

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

Title:
  [950XED, Realtek ALC298, Speaker, Internal] No sound at all

Status in alsa-driver package in Ubuntu:
  Confirmed
Status in linux-hwe-5.19 package in Ubuntu:
  Confirmed

Bug description:
  only bluetooth can work,im sungsang book2 pro

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 5.19.0-35.36~22.04.1-generic 5.19.17
  Uname: Linux 5.19.0-35-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wang   1658 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Mar 13 15:41:47 2023
  InstallationDate: Installed on 2023-03-08 (4 days ago)
  InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:sofhdadsp failed
  Symptom_Card: sof-hda-dsp - sof-hda-dsp
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  wang   1658 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [950XED, Realtek ALC298, Speaker, Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/17/2022
  dmi.bios.release: 5.25
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: P08RGF.054.220817.ZQ
  dmi.board.asset.tag: No Asset Tag
  dmi.board.name: NT950XEW-A51AS
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: SGLFREEDOS-C00-R000-S+1.0.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrP08RGF.054.220817.ZQ:bd08/17/2022:br5.25:svnSAMSUNGELECTRONICSCO.,LTD.:pn950XED:pvrP08RGF:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNT950XEW-A51AS:rvrSGLFREEDOS-C00-R000-S+1.0.:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:skuSCAI-ICPS-A5A5-ADLP-PRGF:
  dmi.product.family: Galaxy Book2 Pro
  dmi.product.name: 950XED
  dmi.product.sku: SCAI-ICPS-A5A5-ADLP-PRGF
  dmi.product.version: P08RGF
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/2011385/+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 2040405] Re: Merge openldap from Debian unstable for noble

2024-02-06 Thread Sergio Durigan Junior
** Merge proposal linked:
   
https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/460126

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

Title:
  Merge openldap from Debian unstable for noble

Status in openldap package in Ubuntu:
  In Progress

Bug description:
  Upstream: tbd
  Debian:   2.5.13+dfsg-52.6.6+dfsg-1~exp2
  Ubuntu:   2.6.6+dfsg-1~exp1ubuntu1


  Debian new has 2.6.6+dfsg-1~exp2, which may be available for merge
  soon.

  If it turns out this needs a sync rather than a merge, please change
  the tag 'needs-merge' to 'needs-sync', and (optionally) update the
  title as desired.

  
  ### New Debian Changes ###

  openldap (2.5.13+dfsg-5) unstable; urgency=medium

* Fix sha2-contrib autopkgtest failure. Call slappasswd using its full path.
  (Closes: #1030814)
* Disable flaky test test069-delta-multiprovider-starttls.

   -- Ryan Tandy   Tue, 07 Feb 2023 17:56:12 -0800

  openldap (2.5.13+dfsg-4) unstable; urgency=medium

[ Andreas Hasenack ]
* d/rules: Fix passwd/sha2 build (Closes: #1030716, LP: #2000817)
* d/t/sha2-contrib: add test for sha2 module

   -- Ryan Tandy   Mon, 06 Feb 2023 19:21:05 -0800

  openldap (2.5.13+dfsg-3) unstable; urgency=medium

[ Ryan Tandy ]
* Disable flaky test test063-delta-multiprovider. Mitigates #1010608.

[ Gioele Barabucci ]
* slapd.scripts-common: Avoid double-UTF8-encoding org name (Closes: 
#1016185)
* d/slapd.scripts-common: Remove outdated `migrate_to_slapd_d_style`
* d/slapd.postinst: Remove test for ancient version
* slapd.scripts-common: Remove unused `normalize_ldif`
* d/slapd.scripts-common: Use sed instead of perl in `release_diagnostics`

   -- Ryan Tandy   Fri, 13 Jan 2023 16:29:59 -0800

  openldap (2.5.13+dfsg-2) unstable; urgency=medium

* d/tests/smbk5pwd: Grant slapd access to /var/lib/heimdal-kdc. Fixes the
  autopkgtest failure due to heimdal setting mode 700 on this directory.
  (Closes: #1020442)
* d/source/lintian-overrides: Add wildcards to make overrides compatible
  with both older and newer versions of lintian.
* d/slapd-contrib.lintian-overrides: Remove unused
  custom-library-search-path override now that krb5-config no longer sets
  -rpath.

   -- Ryan Tandy   Sat, 24 Sep 2022 12:40:21 -0700

  openldap (2.5.13+dfsg-1) unstable; urgency=medium

* d/rules: Remove get-orig-source, now unnecessary.
* Check PGP signature when running uscan.
* d/watch: Modernize watch file; use repacksuffix.
* d/copyright: Update according to DEP-5.
* d/control: Add myself to Uploaders.
* New upstream release.

   -- Sergio Durigan Junior   Sun, 18 Sep 2022
  18:29:46 -0400

  openldap (2.5.12+dfsg-2) unstable; urgency=medium

* Stop slapd explicitly in prerm as a workaround for #1006147, which caused
  dpkg-reconfigure to not restart the service, so the new configuration was
  not applied. See also #994204. (Closes: #1010971)

   -- Ryan Tandy   Mon, 23 May 2022 10:14:53 -0700

  openldap (2.5.12+dfsg-1) unstable; urgency=medium

* New upstream release.
  - Fixed SQL injection in back-sql (ITS#9815) (CVE-2022-29155)
* Update debconf translations:
  - German, thanks to Helge Kreutzmann. (Closes: #1007728)
  - Spanish, thanks to Camaleón. (Closes: #1008529)
  - Dutch, thanks to Frans Spiesschaert. (Closes: #1010034)

   -- Ryan Tandy   Wed, 04 May 2022 18:00:16 -0700

  openldap (2.5.11+dfsg-1) unstable; urgency=medium

* Upload to unstable.

   -- Ryan Tandy   Fri, 11 Mar 2022 19:38:02 -0800

  openldap (2.5.11+dfsg-1~exp1) experimental; urgency=medium

* New upstream release.
* Add openssl to Build-Depends to enable more checks in test067-tls.
* Update slapd-contrib's custom-library-search-path override to work with
  current Lintian.

   -- Ryan Tandy   Sun, 23 Jan 2022 17:16:05 -0800

  openldap (2.5.8+dfsg-1~exp1) experimental; urgency=medium

* New upstream release.
* Update slapd-contrib's custom-library-search-path override to work with
  Lintian 2.108.0.

   -- Ryan Tandy   Wed, 13 Oct 2021 18:42:55 -0700

  openldap (2.5.7+dfsg-1~exp1) experimental; urgency=medium

* New upstream release.
* Don't run autoreconf in contrib/ldapc++. We don't build it, and it is not


  ### Old Ubuntu Delta ###

  openldap (2.6.6+dfsg-1~exp1ubuntu1) mantic; urgency=medium

* Merge with Debian unstable (LP: #2028721). Remaining changes:
  - Enable AppArmor support:
+ d/apparmor-profile: add AppArmor profile
+ d/rules: use dh_apparmor
+ d/control: Build-Depends on dh-apparmor
+ d/slapd.README.Debian: add note about AppArmor
  - Enable ufw support:
+ d/control: suggest ufw.
+ d/rules: install ufw profile.
+ d/slapd.ufw.profile: add ufw profile.
   

[Touch-packages] [Bug 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-06 Thread Georgia Garcia
** Also affects: apparmor
   Importance: Undecided
   Status: New

** No longer affects: apparmor

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

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

Status in apparmor package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  New

Bug description:
  Noble Mate Daily 20230205 ISO

  Boots up past Splash to black screen. Last errors in logs are about
  apparmor denied on snap desktop integration...

  So the graphics layer is being denied because of an apparmor error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052489/+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 2051990] Re: python3-defaults 3.12 causes aubio to fail to build from source

2024-02-06 Thread Vladimir Petko
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/aubio/+git/aubio/+merge/460125

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

Title:
  python3-defaults 3.12 causes aubio to fail to build from source

Status in aubio package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New
Status in aubio package in Debian:
  New

Bug description:
  python3 ./waf configure --verbose --destdir=debian/tmp --prefix=/usr 
--enable-fftw3f --libdir=/usr/lib/x86_64-linux-gnu
  /<>/waflib/Utils.py:443: SyntaxWarning: invalid escape sequence 
'\d'
return re.split('\d+$',s)[0]
  /<>/waflib/ConfigSet.py:7: SyntaxWarning: invalid escape 
sequence '\ '
re_imp=re.compile('^(#)*?([^#=]*?)\ =\ (.*?)$',re.M)
  /<>/waflib/ansiterm.py:178: SyntaxWarning: invalid escape 
sequence '\['
ansi_tokens=re.compile('(?:\x1b\[([0-9?;]*)([a-zA-Z])|([^\x1b]+))')
  Traceback (most recent call last):
File "/<>/./waf", line 164, in 
  from waflib import Scripting
File "/<>/waflib/Scripting.py", line 7, in 
  from waflib import 
Utils,Configure,Logs,Options,ConfigSet,Context,Errors,Build,Node
File "/<>/waflib/Configure.py", line 6, in 
  from waflib import ConfigSet,Utils,Options,Logs,Context,Build,Errors
File "/<>/waflib/Options.py", line 6, in 
  from waflib import Logs,Utils,Context,Errors
File "/<>/waflib/Context.py", line 5, in 
  import os,re,imp,sys
  ModuleNotFoundError: No module named 'imp'
  make[1]: *** [debian/rules:45: override_dh_auto_configure] Error 1
  make[1]: Leaving directory '/<>'
  make: *** [debian/rules:22: binary] Error 2
  dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
2
  

  Build finished at 2024-02-01T21:23:22Z

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aubio/+bug/2051990/+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 2051997] Re: bdebstrap fails to build with python3-defaults 3.12

2024-02-06 Thread Vladimir Petko
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/bdebstrap/+git/bdebstrap/+merge/460124

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

Title:
  bdebstrap fails to build with python3-defaults 3.12

Status in bdebstrap package in Ubuntu:
  New
Status in python3-defaults package in Ubuntu:
  New

Bug description:
  When building bdebstrap with python3-default 3.12 the following error occurs
  --
  usr/bin/python3.12 -m pylint --rcfile=/<>/tests/pylint.conf -- 
/<>/bdebstrap tests /<>/setup.py
  FAIL
  test_flake8 (tests.test_shellcheck.ShellcheckTestCase.test_flake8)
  Test: Run shellcheck on Shell source code. ... Running following command:
  shellcheck /<>/hooks/disable-units 
/<>/hooks/enable-units
  ok

  ==
  FAIL: test_pylint (tests.test_pylint.PylintTestCase.test_pylint)
  Test: Run pylint on Python source code.
  --
  Traceback (most recent call last):
File "/<>/tests/test_pylint.py", line 74, in test_pylint
  self.fail("\n".join(msgs))
  AssertionError: pylint found issues:
  * Module setup
  /<>/setup.py:26:0: E0401: Unable to import 'distutils.log' 
(import-error)
  /<>/setup.py:27:0: E0401: Unable to import 
'distutils.command.build' (import-error)
  /<>/setup.py:28:0: E0401: Unable to import 
'distutils.command.clean' (import-error)
  /<>/setup.py:57:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:54:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)
  /<>/setup.py:65:4: C0116: Missing function or method docstring 
(missing-function-docstring)
  /<>/setup.py:62:0: R0903: Too few public methods (1/2) 
(too-few-public-methods)

  --

  due to removal of distutils in python 3.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bdebstrap/+bug/2051997/+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 2051506] Re: apparmor blocks libnss-resolve socket

2024-02-06 Thread Georgia Garcia
Hi Gunnar,
could you share which AppArmor version you are running? and which kernel 
version?

Thanks

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

Title:
  apparmor blocks libnss-resolve socket

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Usage of `libnss-resolve` socket is blocked by apparmor.

  Evidence:
  - Install `libnss-resolve`
  - Set /etc/nsswitch.conf to have `hosts: files resolve`
  - Try resolving anything, it fails

  `strace` of affected process reveals:
  `connect(5, {sa_family=AF_UNIX, 
sun_path="/run/systemd/resolve/io.systemd.Resolve"}, 42) = -1 EACCES 
(Permission denied)`

  Run `aa-disable` on affected profile and `strace` it again, it works:
  `connect(5, {sa_family=AF_UNIX, 
sun_path="/run/systemd/resolve/io.systemd.Resolve"}, 42) = 0`

  Note that using `aa-complain` DOES NOT work.

  p.s. has this ever worked?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2051506/+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 2040405] Re: Merge openldap from Debian unstable for noble

2024-02-06 Thread Sergio Durigan Junior
** Changed in: openldap (Ubuntu)
   Status: New => In Progress

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

Title:
  Merge openldap from Debian unstable for noble

Status in openldap package in Ubuntu:
  In Progress

Bug description:
  Upstream: tbd
  Debian:   2.5.13+dfsg-52.6.6+dfsg-1~exp2
  Ubuntu:   2.6.6+dfsg-1~exp1ubuntu1


  Debian new has 2.6.6+dfsg-1~exp2, which may be available for merge
  soon.

  If it turns out this needs a sync rather than a merge, please change
  the tag 'needs-merge' to 'needs-sync', and (optionally) update the
  title as desired.

  
  ### New Debian Changes ###

  openldap (2.5.13+dfsg-5) unstable; urgency=medium

* Fix sha2-contrib autopkgtest failure. Call slappasswd using its full path.
  (Closes: #1030814)
* Disable flaky test test069-delta-multiprovider-starttls.

   -- Ryan Tandy   Tue, 07 Feb 2023 17:56:12 -0800

  openldap (2.5.13+dfsg-4) unstable; urgency=medium

[ Andreas Hasenack ]
* d/rules: Fix passwd/sha2 build (Closes: #1030716, LP: #2000817)
* d/t/sha2-contrib: add test for sha2 module

   -- Ryan Tandy   Mon, 06 Feb 2023 19:21:05 -0800

  openldap (2.5.13+dfsg-3) unstable; urgency=medium

[ Ryan Tandy ]
* Disable flaky test test063-delta-multiprovider. Mitigates #1010608.

[ Gioele Barabucci ]
* slapd.scripts-common: Avoid double-UTF8-encoding org name (Closes: 
#1016185)
* d/slapd.scripts-common: Remove outdated `migrate_to_slapd_d_style`
* d/slapd.postinst: Remove test for ancient version
* slapd.scripts-common: Remove unused `normalize_ldif`
* d/slapd.scripts-common: Use sed instead of perl in `release_diagnostics`

   -- Ryan Tandy   Fri, 13 Jan 2023 16:29:59 -0800

  openldap (2.5.13+dfsg-2) unstable; urgency=medium

* d/tests/smbk5pwd: Grant slapd access to /var/lib/heimdal-kdc. Fixes the
  autopkgtest failure due to heimdal setting mode 700 on this directory.
  (Closes: #1020442)
* d/source/lintian-overrides: Add wildcards to make overrides compatible
  with both older and newer versions of lintian.
* d/slapd-contrib.lintian-overrides: Remove unused
  custom-library-search-path override now that krb5-config no longer sets
  -rpath.

   -- Ryan Tandy   Sat, 24 Sep 2022 12:40:21 -0700

  openldap (2.5.13+dfsg-1) unstable; urgency=medium

* d/rules: Remove get-orig-source, now unnecessary.
* Check PGP signature when running uscan.
* d/watch: Modernize watch file; use repacksuffix.
* d/copyright: Update according to DEP-5.
* d/control: Add myself to Uploaders.
* New upstream release.

   -- Sergio Durigan Junior   Sun, 18 Sep 2022
  18:29:46 -0400

  openldap (2.5.12+dfsg-2) unstable; urgency=medium

* Stop slapd explicitly in prerm as a workaround for #1006147, which caused
  dpkg-reconfigure to not restart the service, so the new configuration was
  not applied. See also #994204. (Closes: #1010971)

   -- Ryan Tandy   Mon, 23 May 2022 10:14:53 -0700

  openldap (2.5.12+dfsg-1) unstable; urgency=medium

* New upstream release.
  - Fixed SQL injection in back-sql (ITS#9815) (CVE-2022-29155)
* Update debconf translations:
  - German, thanks to Helge Kreutzmann. (Closes: #1007728)
  - Spanish, thanks to Camaleón. (Closes: #1008529)
  - Dutch, thanks to Frans Spiesschaert. (Closes: #1010034)

   -- Ryan Tandy   Wed, 04 May 2022 18:00:16 -0700

  openldap (2.5.11+dfsg-1) unstable; urgency=medium

* Upload to unstable.

   -- Ryan Tandy   Fri, 11 Mar 2022 19:38:02 -0800

  openldap (2.5.11+dfsg-1~exp1) experimental; urgency=medium

* New upstream release.
* Add openssl to Build-Depends to enable more checks in test067-tls.
* Update slapd-contrib's custom-library-search-path override to work with
  current Lintian.

   -- Ryan Tandy   Sun, 23 Jan 2022 17:16:05 -0800

  openldap (2.5.8+dfsg-1~exp1) experimental; urgency=medium

* New upstream release.
* Update slapd-contrib's custom-library-search-path override to work with
  Lintian 2.108.0.

   -- Ryan Tandy   Wed, 13 Oct 2021 18:42:55 -0700

  openldap (2.5.7+dfsg-1~exp1) experimental; urgency=medium

* New upstream release.
* Don't run autoreconf in contrib/ldapc++. We don't build it, and it is not


  ### Old Ubuntu Delta ###

  openldap (2.6.6+dfsg-1~exp1ubuntu1) mantic; urgency=medium

* Merge with Debian unstable (LP: #2028721). Remaining changes:
  - Enable AppArmor support:
+ d/apparmor-profile: add AppArmor profile
+ d/rules: use dh_apparmor
+ d/control: Build-Depends on dh-apparmor
+ d/slapd.README.Debian: add note about AppArmor
  - Enable ufw support:
+ d/control: suggest ufw.
+ d/rules: install ufw profile.
+ d/slapd.ufw.profile: add ufw profile.
  - d/{rules,slapd.py}: Add apport hook.
  - 

[Touch-packages] [Bug 1914198] Re: Ubuntu 20.04.1 LTS Server shutdown after 'unattended-upgrades.service: Succeeded.'

2024-02-06 Thread prebenjaeger
Hi David. I'm experiencing pretty much the same issue, only once though.
But odd enough for me to want to investigate it. Did you ever get an
answer?

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

Title:
  Ubuntu 20.04.1 LTS Server shutdown after 'unattended-upgrades.service:
  Succeeded.'

Status in unattended-upgrades package in Ubuntu:
  New

Bug description:
  Hi,

  We have a Ubuntu 20.04.1 LTS Server which seems to be shutting down
  after 'unattended-upgrades.service: Succeeded.' indication in logs.

  The server mentioned: Dell PowerEdge R530

  Based on my findings we noticed the following:

  #/var/log/syslog:

  Feb  2 02:30:50  systemd[1]: unattended-upgrades.service: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopping Session 1 of user sysadmin.
  Feb  2 02:30:50  systemd[1]: Removed slice system-modprobe.slice.
  Feb  2 02:30:50  systemd[1]: Stopped target Cloud-init target.
  Feb  2 02:30:50  systemd[1]: Stopped target Graphical Interface.
  Feb  2 02:30:50  systemd[1]: Stopped target Host and Network Name Lookups.
  Feb  2 02:30:50  systemd[1]: Stopped target Timers.
  Feb  2 02:30:50  systemd[1]: apt-daily-upgrade.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Daily apt upgrade and clean activities.
  Feb  2 02:30:50  systemd[1]: apt-daily.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Daily apt download activities.
  Feb  2 02:30:50  systemd[1]: e2scrub_all.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Periodic ext4 Online Metadata Check for 
All Filesystems.
  Feb  2 02:30:50  systemd[1]: fstrim.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Discard unused blocks once a week.
  Feb  2 02:30:50  systemd[1]: fwupd-refresh.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Refresh fwupd metadata regularly.
  Feb  2 02:30:50  systemd[1]: logrotate.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Daily rotation of log files.
  Feb  2 02:30:50  systemd[1]: man-db.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Daily man-db regeneration.
  Feb  2 02:30:50  systemd[1]: motd-news.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Message of the Day.
  Feb  2 02:30:50  systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Daily Cleanup of Temporary Directories.
  Feb  2 02:30:50  systemd[1]: Stopped target System Time Synchronized.
  Feb  2 02:30:50  systemd[1]: Stopped target System Time Set.
  Feb  2 02:30:50  systemd[1]: lvm2-lvmpolld.socket: Succeeded.
  Feb  2 02:30:50  systemd[1]: Closed LVM2 poll daemon socket.
  Feb  2 02:30:50  systemd[1]: systemd-rfkill.socket: Succeeded.
  Feb  2 02:30:50  systemd[1]: Closed Load/Save RF Kill Switch Status 
/dev/rfkill Watch.
  Feb  2 02:30:50  systemd[1]: Stopping Accounts Service...
  Feb  2 02:30:50  systemd[1]: Stopping Availability of block devices...
  Feb  2 02:30:50  systemd[1]: cloud-final.service: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Execute cloud user/final scripts.
  Feb  2 02:30:50  systemd[1]: Stopped target Multi-User System.
  Feb  2 02:30:50  systemd[1]: Stopped target Login Prompts.
  Feb  2 02:30:50  systemd[1]: Stopped target ZFS startup target.
  Feb  2 02:30:50  systemd[1]: Stopped target ZFS pool import target.
  Feb  2 02:30:50  systemd[1]: Stopped target ZFS volumes are ready.
  Feb  2 02:30:50  systemd[1]: Stopping LSB: automatic crash report 
generation...
  Feb  2 02:30:50  systemd[1]: Stopping Deferred execution scheduler...
  Feb  2 02:30:50  systemd[1]: cloud-config.service: Succeeded.
  Feb  2 02:30:50  systemd[1]: Stopped Apply the settings specified in 
cloud-config.
  Feb  2 02:30:50  systemd[1]: Stopped target Cloud-config availability.
  Feb  2 02:30:50  blkdeactivate[36212]: Deactivating block devices:
  Feb  2 02:30:50  systemd[1]: Stopped target Network is Online.
  Feb  2 02:30:50  systemd[1]: Stopping Regular background program processing 
daemon...
  Feb  2 02:30:50  systemd[1]: Stopping Create final runtime dir for shutdown 
pivot root...
  Feb  2 02:30:50  systemd[1]: Stopping Getty on tty1...
  Feb  2 02:30:50  systemd[1]: Stopping LSB: Record successful boot for GRUB...
  Feb  2 02:30:50  systemd[1]: Stopping irqbalance daemon...
  Feb  2 02:30:50  systemd[1]: Stopping LVM event activation on device 8:19...
  Feb  2 02:30:50  systemd[1]: Stopping Dispatcher daemon for 
systemd-networkd...
  Feb  2 02:30:50  systemd[1]: Stopping Authorization Manager...
  Feb  2 08:12:53  systemd-sysctl[852]: Not setting 
net/ipv4/conf/all/promote_secondaries (explicit setting exists).
  Feb  2 08:12:53  systemd-sysctl[852]: Not setting 
net/ipv4/conf/default/promote_secondaries (explicit setting exists).

  #/var/log/auth.log:
  Feb  2 02:30:50  systemd-logind[1646]: Power key pressed.
  Feb  2 02:30:50  systemd-logind[1646]: Powering Off...
  Feb  2 02:30:50  

[Touch-packages] [Bug 2052535] Re: Blocked by pycountry autopkgtest

2024-02-06 Thread Brian Murray
** Tags removed: update-excuse

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

Title:
  Blocked by pycountry autopkgtest

Status in iso-codes package in Ubuntu:
  New

Bug description:
  https://bugs.launchpad.net/ubuntu/+source/pycountry/+bug/2052318
  currently prevents iso-codes to migrate from 4.15.0-1 to 4.16.0-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iso-codes/+bug/2052535/+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 2051576] Re: Please merge 1.9.15p5-3 into noble

2024-02-06 Thread Dan Bungert
LGTM, uploading.

** Changed in: sudo (Ubuntu)
   Status: New => Fix Committed

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

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

Title:
  Please merge 1.9.15p5-3 into noble

Status in sudo package in Ubuntu:
  Fix Committed

Bug description:
  tracking bug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/2051576/+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 1674137] Re: ifdown unknown interface net-tools is broken

2024-02-06 Thread Lucas Kanashiro
** Changed in: net-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  ifdown unknown interface net-tools is broken

Status in Linux Mint:
  New
Status in net-tools package in Ubuntu:
  Incomplete

Bug description:
  System:Host: GT70-2PE Kernel: 4.5.4-040504-generic x86_64 (64 bit gcc: 
5.3.1)
     Desktop: Cinnamon 3.2.7 (Gtk 3.18.9) Distro: Linux Mint 18.1 Serena
  Network:   Card-1: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller
     driver: alx port: d000 bus-ID: 03:00.0
     IF: enp3s0 state: up speed: 1000 Mbps duplex: full
     Card-2: Qualcomm Atheros AR9462 Wireless Network Adapter driver: 
ath9k bus-ID: 04:00.0
     IF: wlp4s0 state: up

  After mint 18.1 upgrade had various issues.
  After quite a few updates I started having issues with ifdown command.

  I use a script with qemu to setup a bridge (br0) with tap0 and the default 
wired connection enp3s0. The script began giving off unknown interface errors.
  Testing showed that the ifdown command changed behavior after the updates and 
now does this.
  The behavior is not limited to scripting.
  I changed the code from using ifdown to ifconfig enp3s0 down.
  This fails also within the script but with no error.
  It, however, works from a terminal just fine.
  I switched to using the ip command i.e. ip link set enp3s0 down.
  Same result, the interface does not go down, but no error.
  After the script is run and windows 7 boots in qemu I have to open a terminal 
and run the commands manually:
  >ifconfig enp3s0 down
  >ifconfig enp3s0 0.0.0.0 promisc up

  Then all is well.
  These commands will not run from within a script.
  The script is run as such:
  >sudo ./up.sh tap0

  It creates br0 and tap0 and adds enp3s0 and tap0 to the bridge.

  The fact that ifdown no longer recognizes any interfaces seems to
  point to a change in net-tools that has broken something.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1674137/+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 2052318] Re: pycountry: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.11" returned exit code 13

2024-02-06 Thread Skia
https://bugs.launchpad.net/ubuntu/+source/iso-codes/+bug/2052535

** Also affects: iso-codes (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  pycountry: FTBFS: dh_auto_test: error: pybuild --test -i
  python{version} -p "3.12 3.11" returned exit code 13

Status in iso-codes package in Ubuntu:
  New
Status in pycountry package in Ubuntu:
  New
Status in pycountry package in Debian:
  New

Bug description:
  Imported from Debian bug http://bugs.debian.org/1060934:

  Source: pycountry
  Version: 23.12.11+ds1-1
  Severity: serious
  Justification: FTBFS
  Tags: trixie sid ftbfs
  User: lu...@debian.org
  Usertags: ftbfs-20240115 ftbfs-trixie

  Hi,

  During a rebuild of all packages in sid, your package failed to build
  on amd64.

  
  Relevant part (hopefully):
  > make[1]: Entering directory '/<>'
  > # The data provided by the iso-codes package is not within this
  > # source package; reassemble the sources
  > # poetry insists on real files not strange out-of-module symlinks when
  > # building, but we want to end up with symlinks back to iso-codes
  > # in the package
  > echo "# AUTOGENERATED FROM d/rules" >> debian/links
  > # json databases
  > mkdir -p src/pycountry/databases
  > for f in /usr/share/iso-codes/json/iso*; do \
  >   src="$f"; \
  >   part=`echo "$f" | sed s@/usr/share/iso-codes/json/@@ | tr -d _`; \
  >   srcdest=src/pycountry/databases/"$part"; \
  >   debdest=usr/lib/python3/dist-packages/pycountry/databases/"$part"; \
  >   cp "$src" "$srcdest"; \
  >   echo "$src" "$debdest" >> debian/links; \
  > done
  > # locales data
  > mkdir -p src/pycountry/locales
  > dpkg -L iso-codes | \
  >   grep /usr/share/locale/ | \
  >   xargs dirname | \
  >   uniq | \
  >   sed "s@/usr/share/locale/@@" | \
  >   xargs -I{} -n1 mkdir -p src/pycountry/locales/{}
  > for f in `dpkg -L iso-codes | grep /usr/share/locale/`; do \
  >   if [ -f "$f" ]; then \
  > src="$f"; \
  > part=`echo "$f" | sed "s@/usr/share/locale/@@;s@iso_@iso@"`; \
  > srcdest=src/pycountry/locales/"$part"; \
  > debdest=/usr/lib/python3/dist-packages/pycountry/locales/"$part"; \
  > cp "$src" "$srcdest"; \
  > echo "$src" "$debdest" >> debian/links; \
  >   fi; \
  > done
  > echo "RECONSTRUCTED PACKAGE:"
  > RECONSTRUCTED PACKAGE:
  > find src/pycountry
  > src/pycountry
  > src/pycountry/db.py
  > src/pycountry/__init__.py
  > src/pycountry/tests
  > src/pycountry/tests/test_general.py
  > src/pycountry/databases
  > src/pycountry/databases/iso3166-2.json
  > src/pycountry/databases/iso15924.json
  > src/pycountry/databases/iso3166-1.json
  > src/pycountry/databases/iso639-5.json
  > src/pycountry/databases/iso639-3.json
  > src/pycountry/databases/iso3166-3.json
  > src/pycountry/databases/iso639-2.json
  > src/pycountry/databases/iso4217.json
  > src/pycountry/py.typed
  > src/pycountry/locales
  > src/pycountry/locales/wa
  > src/pycountry/locales/wa/LC_MESSAGES
  > src/pycountry/locales/wa/LC_MESSAGES/iso3166-1.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso3166.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso639-2.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso3166-2.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso639-3.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso639.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso3166-3.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso639_3.mo
  > src/pycountry/locales/wa/LC_MESSAGES/iso3166_2.mo
  > src/pycountry/locales/chr
  > src/pycountry/locales/chr/LC_MESSAGES
  > src/pycountry/locales/chr/LC_MESSAGES/iso3166-1.mo
  > src/pycountry/locales/chr/LC_MESSAGES/iso3166.mo
  > src/pycountry/locales/gv
  > src/pycountry/locales/gv/LC_MESSAGES
  > src/pycountry/locales/gv/LC_MESSAGES/iso3166-1.mo
  > src/pycountry/locales/gv/LC_MESSAGES/iso3166.mo
  > src/pycountry/locales/en
  > src/pycountry/locales/en/LC_MESSAGES
  > src/pycountry/locales/en/LC_MESSAGES/iso3166-2.mo
  > src/pycountry/locales/en/LC_MESSAGES/iso3166_2.mo
  > src/pycountry/locales/ka
  > src/pycountry/locales/ka/LC_MESSAGES
  > src/pycountry/locales/ka/LC_MESSAGES/iso3166-1.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso4217.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso639-5.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso3166.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso639-2.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso3166-2.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso639-3.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso639.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso639_5.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso15924.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso3166-3.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso639_3.mo
  > src/pycountry/locales/ka/LC_MESSAGES/iso3166_2.mo
  > src/pycountry/locales/tt@iqtelif
  > src/pycountry/locales/tt@iqtelif/LC_MESSAGES
  > 

[Touch-packages] [Bug 2052535] [NEW] Blocked by pycountry autopkgtest

2024-02-06 Thread Skia
Public bug reported:

https://bugs.launchpad.net/ubuntu/+source/pycountry/+bug/2052318
currently prevents iso-codes to migrate from 4.15.0-1 to 4.16.0-1

** Affects: iso-codes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: update-excuse

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

Title:
  Blocked by pycountry autopkgtest

Status in iso-codes package in Ubuntu:
  New

Bug description:
  https://bugs.launchpad.net/ubuntu/+source/pycountry/+bug/2052318
  currently prevents iso-codes to migrate from 4.15.0-1 to 4.16.0-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iso-codes/+bug/2052535/+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 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-06 Thread ajgreeny
I've also tried the kernel option apparmor=0 and can confirm that it made no 
difference; still got to a black screen and no GUI.
I have not had time to try the move to gdm instead of lightdm but may also try 
that later.

Can I assume this problem occurs on a bare metal install as well as on a
virtual install? I don't have a spare area to try that at the moment.

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Noble Mate Daily 20230205 ISO

  Boots up past Splash to black screen. Last errors in logs are about
  apparmor denied on snap desktop integration...

  So the graphics layer is being denied because of an apparmor error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052489/+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 2052525] Re: dracut initramfs missing systemd-executor

2024-02-06 Thread Nick Rosbrook
** Changed in: dracut (Ubuntu)
   Status: New => In Progress

** Changed in: dracut (Ubuntu)
   Importance: Undecided => Medium

** Changed in: dracut (Ubuntu)
 Assignee: (unassigned) => Nick Rosbrook (enr0n)

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

Title:
  dracut initramfs missing systemd-executor

Status in dracut package in Ubuntu:
  In Progress
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  The dracut autopkgtest fails when run against systemd v255.2-3ubuntu2.
  This looks to be the problem:

  
  504s Failed to stat /etc/localtime, ignoring: No such file or 
directory

  504s /etc/localtime doesn't exist yet, watching /etc
  instead.

  504s Failed to open executor binary
  '/usr/lib/systemd/systemd-executor': No such file or directory

  504s Failed to allocate manager object: No such file or
  directory

  504s [!!] Failed to allocate manager object.

  504s Rebooting in 10s...

  514s Rebooting now...

  514s [   12.571123] ACPI: PM: Preparing to enter system sleep state S5
  514s [   12.573098] reboot: Restarting system
  514s [   12.574688] reboot: machine restart
  515s TEST: root filesystem on a ext3 filesystem   [FAILED] 
  515s see 
/tmp/autopkgtest.Vd8poK/autopkgtest_tmp/dracut-test.Fz28KvLkEv/TEST-01-BASIC/test.log
  515s make[1]: Leaving directory 
'/tmp/autopkgtest.Vd8poK/autopkgtest_tmp/dracut-test.Fz28KvLkEv/TEST-01-BASIC'
  515s make[1]: *** [../Makefile.testdir:4: all] Error 1
  515s make: *** [Makefile:4: TEST-01-BASIC] Error 2
  515s make: Leaving directory 
'/tmp/autopkgtest.Vd8poK/autopkgtest_tmp/dracut-test.Fz28KvLkEv'
  515s autopkgtest [03:42:52]: test upstream-dracut-core: 
---]

  I.e., the systemd-executor binary (which is new in systemd v255) is
  not copied into the initramfs. This has already been fixed in upstream
  dracut.

  [1] 
https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-noble/noble/amd64/d/dracut/20240203_093708_6cc09@/log.gz
  [2] 
https://github.com/dracutdevs/dracut/commit/bee1c4824a8cd47ce6c01892a548bdc07b1fa678

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dracut/+bug/2052525/+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 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-06 Thread Mike Ferreira
With 'apparmor=0' as a boot parameter, it boots in less than 1/3 the
time, but still fails on bringing up LightDM in vtty7.

When I toggle to vtty-1 it, instead of the normal cursor, waititng on
the DM (LightDM), was at the console login prompt.

'startx' brings up the DE.

So not bringing up the the DM at all. Let me check something... 
>>>
mafoelffen@noble-mate-01:~$ journalctl -b -u lightdm --no-pager
Feb 06 06:58:17 noble-mate-01 systemd[1]: Starting lightdm.service - Light 
Display Manager...
Feb 06 06:58:17 noble-mate-01 lightdm[1243]: Seat type 'xlocal' is deprecated, 
use 'type=local' instead
Feb 06 06:58:17 noble-mate-01 systemd[1]: Started lightdm.service - Light 
Display Manager.
Feb 06 06:58:18 noble-mate-01 lightdm[1439]: pam_unix(lightdm-greeter:session): 
session opened for user lightdm(uid=112) by (uid=0)
Feb 06 06:58:18 noble-mate-01 lightdm[1439]: gkr-pam: couldn't unlock the login 
keyring.
Feb 06 06:58:18 noble-mate-01 lightdm[1439]: pam_env(lightdm-greeter:session): 
deprecated reading of user environment enabled
>>>
Doesn't it usually get that error if an autologin failed? Having to do with 
gnome-keyring-daemon.serrvice?

I don't see gnome-keyring-daemon.service there. Did that get replaced
with something else?

GDM3 also uses the same keyring... Installing just to test.

I can see that might not work right either... Hmmm. Output from the end of that:
>>>
Creating config file /etc/gdm3/greeter.dconf-defaults with new version
update-alternatives: using /etc/pam.d/gdm-smartcard-sssd-exclusive to provide 
/etc/pam.d/gdm-smartcar
d (gdm-smartcard) in auto mode
gdm.service is not active, cannot reload.
invoke-rc.d: initscript gdm3, action "reload" failed.
Setting up gnome-control-center (1:46~alpha-2ubuntu2) ...
Processing triggers for rygel (0.42.5-1ubuntu1) ...
Processing triggers for libc-bin (2.38-3ubuntu1) ...
>>>
sudo systemctl restart gdm
>>>

Success. Reboot went to GDM3 and was able to login... But
>>>
sudo dpkg-reconfigure lightdm
reboot
>>>
On reboot, Lightdm fails to start LightDM and results  in Black Screen.

Is that enough to go off of?

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Noble Mate Daily 20230205 ISO

  Boots up past Splash to black screen. Last errors in logs are about
  apparmor denied on snap desktop integration...

  So the graphics layer is being denied because of an apparmor error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052489/+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 2052525] Re: dracut initramfs missing systemd-executor

2024-02-06 Thread Nick Rosbrook
The failing autopkgtest blocks systemd from migrating at the moment.

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

** Changed in: systemd (Ubuntu)
   Status: New => Invalid

** Tags added: update-excuse

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

Title:
  dracut initramfs missing systemd-executor

Status in dracut package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  The dracut autopkgtest fails when run against systemd v255.2-3ubuntu2.
  This looks to be the problem:

  
  504s Failed to stat /etc/localtime, ignoring: No such file or 
directory

  504s /etc/localtime doesn't exist yet, watching /etc
  instead.

  504s Failed to open executor binary
  '/usr/lib/systemd/systemd-executor': No such file or directory

  504s Failed to allocate manager object: No such file or
  directory

  504s [!!] Failed to allocate manager object.

  504s Rebooting in 10s...

  514s Rebooting now...

  514s [   12.571123] ACPI: PM: Preparing to enter system sleep state S5
  514s [   12.573098] reboot: Restarting system
  514s [   12.574688] reboot: machine restart
  515s TEST: root filesystem on a ext3 filesystem   [FAILED] 
  515s see 
/tmp/autopkgtest.Vd8poK/autopkgtest_tmp/dracut-test.Fz28KvLkEv/TEST-01-BASIC/test.log
  515s make[1]: Leaving directory 
'/tmp/autopkgtest.Vd8poK/autopkgtest_tmp/dracut-test.Fz28KvLkEv/TEST-01-BASIC'
  515s make[1]: *** [../Makefile.testdir:4: all] Error 1
  515s make: *** [Makefile:4: TEST-01-BASIC] Error 2
  515s make: Leaving directory 
'/tmp/autopkgtest.Vd8poK/autopkgtest_tmp/dracut-test.Fz28KvLkEv'
  515s autopkgtest [03:42:52]: test upstream-dracut-core: 
---]

  I.e., the systemd-executor binary (which is new in systemd v255) is
  not copied into the initramfs. This has already been fixed in upstream
  dracut.

  [1] 
https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest-noble/noble/amd64/d/dracut/20240203_093708_6cc09@/log.gz
  [2] 
https://github.com/dracutdevs/dracut/commit/bee1c4824a8cd47ce6c01892a548bdc07b1fa678

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dracut/+bug/2052525/+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 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-06 Thread Mike Ferreira
LOL. Yes. I did see snap confine in the logs also...

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Noble Mate Daily 20230205 ISO

  Boots up past Splash to black screen. Last errors in logs are about
  apparmor denied on snap desktop integration...

  So the graphics layer is being denied because of an apparmor error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052489/+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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-02-06 Thread Scarlett Gately Moore
** Changed in: kalgebra (Ubuntu)
   Importance: Undecided => High

** Changed in: kalgebra (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: kalgebra (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: kalgebra (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: konqueror (Ubuntu)
   Importance: Undecided => High

** Changed in: konqueror (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: konqueror (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: konqueror (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: kontact (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: kontact (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: kontact (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: tellico (Ubuntu)
   Importance: Undecided => High

** Changed in: tellico (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: tellico (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: tellico (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

Status in akregator package in Ubuntu:
  In Progress
Status in angelfish package in Ubuntu:
  In Progress
Status in apparmor package in Ubuntu:
  Confirmed
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  In Progress
Status in devhelp package in Ubuntu:
  Confirmed
Status in digikam package in Ubuntu:
  In Progress
Status in epiphany-browser package in Ubuntu:
  Confirmed
Status in evolution package in Ubuntu:
  Confirmed
Status in falkon package in Ubuntu:
  In Progress
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  In Progress
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  In Progress
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Confirmed
Status in kiwix package in Ubuntu:
  Confirmed
Status in konqueror package in Ubuntu:
  In Progress
Status in kontact package in Ubuntu:
  In Progress
Status in notepadqq package in Ubuntu:
  Confirmed
Status in opam package in Ubuntu:
  Confirmed
Status in pageedit package in Ubuntu:
  Confirmed
Status in plasma-desktop package in Ubuntu:
  Confirmed
Status in privacybrowser package in Ubuntu:
  Confirmed
Status in qmapshack package in Ubuntu:
  Confirmed
Status in qutebrowser package in Ubuntu:
  Confirmed
Status in rssguard package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed
Status in supercollider package in Ubuntu:
  Confirmed
Status in tellico package in Ubuntu:
  In Progress

Bug description:
  Hi, I run Ubuntu development branch 24.04 and I have a problem with
  Epiphany browser 45.1-1 (Gnome Web): program doesn't launch, and I get
  this error

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:12085): ERROR **: 14:44:35.023: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:30878): ERROR **: 22:22:26.926: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  Thanks for your help!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akregator/+bug/2046844/+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 1451286] Re: crontab -r deletes cron entries without asking for confirmation

2024-02-06 Thread Vasil Sarbinsky
Just accidentally hit it on a production machine :/ Recreated the cron
config using the system logs.

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

Title:
  crontab -r deletes cron entries without asking for confirmation

Status in cron package in Ubuntu:
  Confirmed
Status in cron package in Debian:
  New

Bug description:
  type: crontab -r

  Expected use case : should ask user if they really want to delete this
  file, of which there are no backups on the system by default, and may
  take hours to restore by hand, if it's even possible.

  what happens: user's cron entry is deleted with no warning.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1451286/+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 2039252] Re: [needs-packaging] The packages ntp and ntpsec are not equivalent

2024-02-06 Thread Ulrich Weber
Please note that its not always possible to switch to unicast.
We use multicast NTP to synchronize via a unidirectional fiber diode, which is 
one way only:
https://en.wikipedia.org/wiki/Unidirectional_network

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

Title:
  [needs-packaging] The packages ntp and ntpsec are not equivalent

Status in NTP:
  Confirmed
Status in ntp package in Ubuntu:
  Confirmed
Status in ntp package in Juju Charms Collection:
  Confirmed
Status in ntp package in Debian:
  Confirmed

Bug description:
  I recently did an install of Ubuntu 23.04 and then configured ntp as I have 
been doing so for more than 8 years.
  With previous versions of Debian and Ubuntu using the real ntp package, the 
details at https://wiki.ubuntu.com/JonathanFerguson/NTP?action=recall=38 
created the desired results.
  I updated the details at https://wiki.ubuntu.com/JonathanFerguson/NTP with 
the new location of ntp.conf, after restarting I noticed that the resultant 
output was missing requisite details.

  
  Compare the following and the lack of ".MCST." and ".ACST.":

  Original ntp on Apollo-Lake-N3150
  jonathan@Apollo-Lake-N3450:~$ lsb_release -rd
  Description:Ubuntu 22.04.3 LTS
  Release:22.04
  jonathan@Apollo-Lake-N3450:~$ ntpq -p
   remote   refid  st t when poll reach   delay   offset  jitter
  ==
   0.ubuntu.pool.n .POOL.  16 p-   6400.000   +0.000   0.000
   1.ubuntu.pool.n .POOL.  16 p-   6400.000   +0.000   0.000
   2.ubuntu.pool.n .POOL.  16 p-   6400.000   +0.000   0.000
   3.ubuntu.pool.n .POOL.  16 p-   6400.000   +0.000   0.000
   ntp.ubuntu.com  .POOL.  16 p-   6400.000   +0.000   0.000
   ntp.mcast.net   .MCST.  16 M-   6400.000   +0.000   0.000
   ff0e::101   .MCST.  16 M-   6400.000   +0.000   0.000
   ntp.mcast.net   .ACST.  16 a-   6400.000   +0.000   0.000
   ff0e::101   .ACST.  16 a-   6400.000   +0.000   0.000
  *time.cloudflare 10.242.8.77  3 u  469 1024  367  234.691   -0.929  67.380
  +2001-44b8-2100- 42.3.115.79  2 u  581 1024  377  487.209  +55.669  57.154
  +2001-44b8-2100- 4.179.66.17  3 u  215 1024  377  489.637  +57.002  35.399
  jonathan@Apollo-Lake-N3450:~$

  NTPsec on Braswell-N3150
  jonathan@Braswell-N3150:~$ lsb_release -rd
  No LSB modules are available.
  Description:Ubuntu 23.04
  Release:23.04
  jonathan@Braswell-N3150:~$ ntpq -p
   remote   refid  st t when poll reach 
  delay   offset   jitter
  
===
   0.ubuntu.pool.ntp.org   .POOL.  16 p-  2560  
 0.   0.   0.0002
   1.ubuntu.pool.ntp.org   .POOL.  16 p-  2560  
 0.   0.   0.0002
   2.ubuntu.pool.ntp.org   .POOL.  16 p-  2560  
 0.   0.   0.0002
   3.ubuntu.pool.ntp.org   .POOL.  16 p-   640  
 0.   0.   0.0002
  +prod-ntp-5.ntp1.ps5.canonical.com   37.15.221.1892 u  141 1024  367 
383.4932 -19.6895  35.0534
  *time.tfmcloud.au203.35.83.2422 u  325 1024  367 
325.9317  -0.1496  43.0522
  +any.time.nl 133.243.238.243  2 u  158 1024  373 
300.7941 -20.8962 136.1422
  +ntp2.its.waikato.ac.nz  .GPS.1 u  363 1024  377 
356.5361 -18.2740 140.5984
  +2001-44b8-2100-3f00---007b-0004 42.3.115.79  2 u  214 1024  367 
490.3898  28.3416   2.7728
  +tic.ntp.telstra.net 203.35.83.2422 u   13 1024  367 
566.0744 -14.1332   6.0377
  +863xqmprtfqv69pv7nwc.ip6.superloop.au   192.168.1.1  2 u   79 1024  367 
330.2658 -14.3483  16.2172
  +gps-ads.10mrlp.juneks.com.au.PPS.1 u  271 1024  367 
443.4812 -71.8020  44.6332
  +x.ns.gin.ntt.net129.250.35.222   2 u   57 1024  367  
22.4974  41.3055   6.0639
  jonathan@Braswell-N3150:~$

  
  This behaviour will affect the following:
  Ubuntu 22.10, 23.04 and 23.10
  Debian 12, 13 and 14

  NTPsec have documented their reasoning for lacking support.
  https://docs.ntpsec.org/latest/discover.html
  https://docs.ntpsec.org/latest/ntpsec.html
  https://docs.ntpsec.org/latest/assoc.html#broad
  https://docs.ntpsec.org/latest/assoc.html#many

  The issue remains that ntp and ntpsec are not capability equivalent.

  I foresee two means of rectifying this predicament, if NTPsec is going
  to be the default implementation of NTP then ntpsec needs to implement
  all of the 

[Touch-packages] [Bug 1996958] Fix included in openstack/tripleo-heat-templates train-eol

2024-02-06 Thread OpenStack Infra
This issue was fixed in the openstack/tripleo-heat-templates train-eol
release.

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

Title:
  [Azure] 18.04 - non-unique ID_PATH for SCSI disks

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Bionic:
  Won't Fix

Bug description:
  [Impact]

   * The PATH_ID for SCSI disks on Azure/Hyper-V might not be unique
 with the systemd/udev version in Ubuntu 18.04 LTS (Bionic Beaver).

   * This cause issues on applications that require unique PATH_IDs;
 for example Veritas Dynamic Multi-Pathing (DMP).

   * The fix introduces changes to PATH_ID format/values for VMBUS,
 which would break stable names/links, so it must be an opt-in.

   * The kernel command line option 'udev.new_vmbus_path_id' (boolean)
 can be used to opt in to (different) unique PATH_IDs.

   * It's not used by default (i.e., no behavior change by default).

  [Test Plan]

   1. Launch an Ubuntu 18.04 VM on Azure
   2. Add extra disks to the VM
   3. Check the disks PATH_ID for (non-)unique values
   4. (Opt-in for the fix with kernel cmdline option; repeat 3.)

   * Before:

$ lsscsi | grep /dev/sd
[0:0:0:0]diskMsft Virtual Disk 1.0   /dev/sdc
[0:0:0:1]diskMsft Virtual Disk 1.0   /dev/sdd
[1:0:0:0]diskMsft Virtual Disk 1.0   /dev/sda
[1:0:0:1]diskMsft Virtual Disk 1.0   /dev/sdb

$ for sd in /dev/sd?; do \
  udevadm test-builtin path_id /block/${sd#/dev} \
2>/dev/null | grep ID_PATH=; \
  done | sort | uniq -c
2 ID_PATH=acpi-VMBUS:00-scsi-0:0:0:0
2 ID_PATH=acpi-VMBUS:00-scsi-0:0:0:1

   * After:

Opt-in mechanism:

$ cat 

[Touch-packages] [Bug 2052505] Re: Can't install openssl/libssl3 debug package

2024-02-06 Thread Alexander Köpke
changed package to openssl, as openssl-dbgsym and libssl3-dbgsym are not
selectable

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

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

Title:
  Can't install openssl/libssl3 debug package

Status in openssl package in Ubuntu:
  New

Bug description:
  I'm building an application in docker, using
  `mcr.microsoft.com/dotnet/runtime:7.0-jammy`
  (https://github.com/dotnet/dotnet-
  docker/blob/main/src/runtime/7.0/jammy/amd64/Dockerfile) image, that
  is using `amd64/buildpack-deps:jammy-curl`(https://github.com/docker-
  library/buildpack-
  
deps/blob/93d6db0797f91ab674535553b7e0e762941a02d0/ubuntu/jammy/curl/Dockerfile)
  as base image.

  In my docker file I added ubuntu debug repositories and install debug
  packages:

  ```bash
  apt-get install -y software-properties-common
  echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe 
multiverse
  deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted 
universe multiverse | \
  deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted 
universe multiverse" | \
  tee -a /etc/apt/sources.list.d/ddebs.list
  apt install ubuntu-dbgsym-keyring
  apt-get update -y
  apt-get install -y --no-install-recommends libc6-dbg libssl3-dbgsym 
openssl-dbgsym libicu70-dbgsym libstdc++6-dbgsym 
  ```
  Yesterday I tried and the build isn'T running anymore with the error message:

  ```output
  1.884 Some packages could not be installed. This may mean that you have
  1.884 requested an impossible situation or if you are using the unstable
  1.884 distribution that some required packages have not yet been created
  1.884 or been moved out of Incoming.
  1.884 The following information may help to resolve the situation:
  1.884 
  1.887 The following packages have unmet dependencies:
  2.072  libssl3-dbgsym : Depends: libssl3 (= 3.0.2-0ubuntu1.13) but 
3.0.2-0ubuntu1.14 is to be installed
  2.075  openssl-dbgsym : Depends: openssl (= 3.0.2-0ubuntu1.13) but 
3.0.2-0ubuntu1.14 is to be installed
  2.080 E: Unable to correct problems, you have held broken packages.
  ```

  It looks like the debug symbol oackage for libssl3 and openssl should
  be updated. I waited 24h for mirror sync, but error still persist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/2052505/+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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-02-06 Thread Scarlett Gately Moore
** Changed in: akregator (Ubuntu)
   Importance: Undecided => Critical

** Changed in: akregator (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: akregator (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: angelfish (Ubuntu)
   Importance: Undecided => Critical

** Changed in: angelfish (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: angelfish (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: cantor (Ubuntu)
   Importance: Undecided => Critical

** Changed in: cantor (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: cantor (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: cantor (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: angelfish (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: akregator (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: digikam (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: digikam (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: digikam (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: falkon (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: falkon (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: falkon (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

** Changed in: ghostwriter (Ubuntu)
   Importance: Undecided => High

** Changed in: ghostwriter (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: ghostwriter (Ubuntu)
Milestone: None => ubuntu-24.04-feature-freeze

** Changed in: ghostwriter (Ubuntu)
 Assignee: (unassigned) => Scarlett Gately Moore (scarlettmoore)

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

Title:
  AppArmor user namespace creation restrictions cause many applications
  to crash with SIGTRAP

Status in akregator package in Ubuntu:
  In Progress
Status in angelfish package in Ubuntu:
  In Progress
Status in apparmor package in Ubuntu:
  Confirmed
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  In Progress
Status in devhelp package in Ubuntu:
  Confirmed
Status in digikam package in Ubuntu:
  In Progress
Status in epiphany-browser package in Ubuntu:
  Confirmed
Status in evolution package in Ubuntu:
  Confirmed
Status in falkon package in Ubuntu:
  In Progress
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  In Progress
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Confirmed
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Confirmed
Status in kiwix package in Ubuntu:
  Confirmed
Status in konqueror package in Ubuntu:
  Confirmed
Status in kontact package in Ubuntu:
  Confirmed
Status in notepadqq package in Ubuntu:
  Confirmed
Status in opam package in Ubuntu:
  Confirmed
Status in pageedit package in Ubuntu:
  Confirmed
Status in plasma-desktop package in Ubuntu:
  Confirmed
Status in privacybrowser package in Ubuntu:
  Confirmed
Status in qmapshack package in Ubuntu:
  Confirmed
Status in qutebrowser package in Ubuntu:
  Confirmed
Status in rssguard package in Ubuntu:
  Confirmed
Status in steam package in Ubuntu:
  Confirmed
Status in supercollider package in Ubuntu:
  Confirmed
Status in tellico package in Ubuntu:
  Confirmed

Bug description:
  Hi, I run Ubuntu development branch 24.04 and I have a problem with
  Epiphany browser 45.1-1 (Gnome Web): program doesn't launch, and I get
  this error

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:12085): ERROR **: 14:44:35.023: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  $ epiphany
  bwrap: Creating new namespace failed: Permission denied

  ** (epiphany:30878): ERROR **: 22:22:26.926: Failed to fully launch 
dbus-proxy: Le processus fils s’est terminé avec le code 1
  Trappe pour point d'arrêt et de trace (core dumped)

  Thanks for your help!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/akregator/+bug/2046844/+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 2052505] [NEW] Can't install openssl/libssl3 debug package

2024-02-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm building an application in docker, using
`mcr.microsoft.com/dotnet/runtime:7.0-jammy`
(https://github.com/dotnet/dotnet-
docker/blob/main/src/runtime/7.0/jammy/amd64/Dockerfile) image, that is
using `amd64/buildpack-deps:jammy-curl`(https://github.com/docker-
library/buildpack-
deps/blob/93d6db0797f91ab674535553b7e0e762941a02d0/ubuntu/jammy/curl/Dockerfile)
as base image.

In my docker file I added ubuntu debug repositories and install debug
packages:

```bash
apt-get install -y software-properties-common
echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main restricted universe 
multiverse
deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted universe 
multiverse | \
deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted 
universe multiverse" | \
tee -a /etc/apt/sources.list.d/ddebs.list
apt install ubuntu-dbgsym-keyring
apt-get update -y
apt-get install -y --no-install-recommends libc6-dbg libssl3-dbgsym 
openssl-dbgsym libicu70-dbgsym libstdc++6-dbgsym 
```
Yesterday I tried and the build isn'T running anymore with the error message:

```output
1.884 Some packages could not be installed. This may mean that you have
1.884 requested an impossible situation or if you are using the unstable
1.884 distribution that some required packages have not yet been created
1.884 or been moved out of Incoming.
1.884 The following information may help to resolve the situation:
1.884 
1.887 The following packages have unmet dependencies:
2.072  libssl3-dbgsym : Depends: libssl3 (= 3.0.2-0ubuntu1.13) but 
3.0.2-0ubuntu1.14 is to be installed
2.075  openssl-dbgsym : Depends: openssl (= 3.0.2-0ubuntu1.13) but 
3.0.2-0ubuntu1.14 is to be installed
2.080 E: Unable to correct problems, you have held broken packages.
```

It looks like the debug symbol oackage for libssl3 and openssl should be
updated. I waited 24h for mirror sync, but error still persist.

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


** Tags: bot-comment
-- 
Can't install openssl/libssl3 debug package 
https://bugs.launchpad.net/bugs/2052505
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to openssl in Ubuntu.

-- 
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 2052494] Re: There is an error in the recording of timezones for some cities

2024-02-06 Thread Simon Chopin
Hi!

Thank you for taking the time to report this. Could you confirm on which
version of Ubuntu you're seeing this issue?

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

Title:
  There is an error in the recording of timezones for some cities

Status in libtimezonemap package in Ubuntu:
  New

Bug description:
  There is an error in the recording of timezones for some cities.
  Cities such as Zhanjiang are located in Guangdong Province, which is in the 
East 8 time zone, which is in the Asia/Shanghai time zone.but in the file 
timezonemap/src/data/cities15000.txt the city is recorded as being in East 6, 
the Asia/Urumqi time zone.

  
  Here is the modifications:
  ==
  timezonemap/src/data/cities15000.txt
  3054c3054
  < 1784990 Zhanjiang   Zhanjiang   
Chan-chiang,Chan-chiang-shih,Chankiang,Chzhan'czjan,Fort 
Bayard,Hsi-ying,Kwangchow,Kwangchowan,Kwangchowwan,Tram Giang,Trạm 
Giang,Tsamkong,ZHA,Zhanjiang,Zhanjiang Shi,zhan jiang,zhan jiang 
shi,Чжаньцзян,جاڭجياڭ شەھىرى,湛江,湛江市21.28145110.34271   P
   PPLA2   CN  30  637790  29   
   Asia/Shanghai   2012-01-18
  ---
  > 1784990 Zhanjiang   Zhanjiang   
Chan-chiang,Chan-chiang-shih,Chankiang,Chzhan'czjan,Fort 
Bayard,Hsi-ying,Kwangchow,Kwangchowan,Kwangchowwan,Tram Giang,Trạm 
Giang,Tsamkong,ZHA,Zhanjiang,Zhanjiang Shi,zhan jiang,zhan jiang 
shi,Чжаньцзян,جاڭجياڭ شەھىرى,湛江,湛江市21.28145110.34271   P
   PPLA2   CN  30  637790  29   
   Asia/Urumqi 2012-01-18
  3108c3108
  < 1787837 Xucheng Xucheng 
Hsu-wen,Hsu-wen-hsien,Hsü-wen,Hsü-wen-hsien,Suwen,Suwenyun,Tsuimen,Xucheng,Xucheng
 Jiedao,Xucheng Zhen,Xuwen,xu cheng,xu cheng jie dao,xu cheng zhen,徐城,徐城街道,徐城镇  
  20.32917110.16712   P   PPLA3   CN  30
  83267   75  Asia/Shanghai   2013-10-05
  ---
  > 1787837 Xucheng Xucheng 
Hsu-wen,Hsu-wen-hsien,Hsü-wen,Hsü-wen-hsien,Suwen,Suwenyun,Tsuimen,Xucheng,Xucheng
 Jiedao,Xucheng Zhen,Xuwen,xu cheng,xu cheng jie dao,xu cheng zhen,徐城,徐城街道,徐城镇  
  20.32917110.16712   P   PPLA3   CN  30
  83267   75  Asia/Urumqi 2013-10-05
  3318c3318
  < 1800829 Wuchuan Wuchuan 
Hai-lu,Mei-lu-shih,Mei-mao,Meilu,Muiluk,Wuchuan,wu chuan,吴川 21.45713
110.76591   P   PPL CN  30  
104168  7   Asia/Shanghai   2012-01-18
  ---
  > 1800829 Wuchuan Wuchuan 
Hai-lu,Mei-lu-shih,Mei-mao,Meilu,Muiluk,Wuchuan,wu chuan,吴川 21.45713
110.76591   P   PPL CN  30  
104168  7   Asia/Urumqi 2012-01-18
  3364c3364
  < 1804120 Lianjiang   Lianjiang   
Lei-pei,Liancheng,Lianjiang,Lien-chiang,Lien-chiang-hsien,Limkong,Limkong-hsien,Lunkong,Shih-ch'eng,Shih-ch’eng,lian
 jiang,廉江   21.64673110.28172   P   PPL CN  30  
100341  46  Asia/Shanghai   2012-01-18
  ---
  > 1804120 Lianjiang   Lianjiang   
Lei-pei,Liancheng,Lianjiang,Lien-chiang,Lien-chiang-hsien,Limkong,Limkong-hsien,Lunkong,Shih-ch'eng,Shih-ch’eng,lian
 jiang,廉江   21.64673110.28172   P   PPL CN  30  
100341  46  Asia/Urumqi 2012-01-18
  3432c3432
  < 1806960 Huazhou Huazhou 
Fachow,Fahsien,Fu-ch'eng-chen,Fu-ch’eng-chen,Hau-hsien,Hua,Hua-chou,Hua-hsien,Huazhou
   21.6110.58333   P   PPL CN  30   
   91701   35  Asia/Shanghai   2012-01-18
  ---
  > 1806960 Huazhou Huazhou 
Fachow,Fahsien,Fu-ch'eng-chen,Fu-ch’eng-chen,Hau-hsien,Hua,Hua-chou,Hua-hsien,Huazhou
   21.6110.58333   P   PPL CN  30   
   91701   35  Asia/Urumqi 2012-01-18
  3484c3484
  < 1810295 Gaozhou Gaozhou 
Gaozhou,Kao-chou,Kaochow,Kochow,Kochowfu,Mao-ming,Mao-ming-hsien,Mowming,gao 
zhou,高州21.93924110.84607   P   PPL CN  30   
   166069  57  Asia/Shanghai   2012-01-18
  ---
  > 1810295 Gaozhou Gaozhou 
Gaozhou,Kao-chou,Kaochow,Kochow,Kochowfu,Mao-ming,Mao-ming-hsien,Mowming,gao 
zhou,高州21.93924110.84607   P   PPL CN  30   
   166069  57  Asia/Urumqi 2012-01-18
  3507c3507
  < 1812057 Xinyi   Xinyi   
Dongzhen,Hsin-i,Tung-chen,Tung-chen-chen,Tung-chen-hsu,Tung-chen-hsü,Xinyi,xin 
yi,信宜22.37303110.94746   P   PPL CN   

[Touch-packages] [Bug 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-06 Thread ajgreeny
I had the same black screen after logging in to a virtual install in KVM from 
the iso file of Feb 5.
Moving to tty3 I ran startx and was surprised to see the GUI appear, though 
then running command 
echo $XDG_DESKTOP_STYLE
I see output of tty, not x11 as I anticipated.
I normally remove all snap infrastructure from my installs without a problem, 
my machines all being fairly old and slow by modern comparison, but have not 
done so yet on this VM.

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Noble Mate Daily 20230205 ISO

  Boots up past Splash to black screen. Last errors in logs are about
  apparmor denied on snap desktop integration...

  So the graphics layer is being denied because of an apparmor error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052489/+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 2052489] Re: Mate Daily Graphic Layer does not come up - apparmor denied snap desktop integration

2024-02-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apparmor (Ubuntu)
   Status: New => Confirmed

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

Title:
  Mate Daily Graphic Layer does not come up - apparmor denied snap
  desktop integration

Status in apparmor package in Ubuntu:
  Confirmed

Bug description:
  Noble Mate Daily 20230205 ISO

  Boots up past Splash to black screen. Last errors in logs are about
  apparmor denied on snap desktop integration...

  So the graphics layer is being denied because of an apparmor error.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2052489/+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 2043524] Re: audio disappeared after upgrade to Ubuntu 23.10

2024-02-06 Thread George Salukvadze
I also did a clean install since last report.
The issue is still present

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

Title:
  audio disappeared after upgrade to Ubuntu 23.10

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  I upgraded to Ubuntu 23.10 from 23.04. Everything seems to work except
  there is no audio output on streaming functions. The external
  bluetooth speaker is connected and detected. It is charged and
  responds to testing. Just no sound when playing videos or podcasts.

  ProblemType: Bug
  DistroRelease: Ubuntu 23.10
  Package: pulseaudio 1:16.1+dfsg1-2ubuntu4
  ProcVersionSignature: Ubuntu 6.5.0-10.10-generic 6.5.3
  Uname: Linux 6.5.0-10-generic x86_64
  ApportVersion: 2.27.0-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  owner   975 F wireplumber
   /dev/snd/seq:owner   971 F pipewire
  CasperMD5CheckResult: fail
  CurrentDesktop: KDE
  Date: Tue Nov 14 17:50:17 2023
  InstallationDate: Installed on 2023-04-15 (213 days ago)
  InstallationMedia: Kubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  SourcePackage: pulseaudio
  Symptom: audio
  UpgradeStatus: Upgraded to mantic on 2023-11-09 (5 days ago)
  dmi.bios.date: 07/04/2012
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V3.0
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: H61M-P31/W8 (MS-7788)
  dmi.board.vendor: MSI
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV3.0:bd07/04/2012:br4.6:svnMSI:pnMS-7788:pvr1.0:rvnMSI:rnH61M-P31/W8(MS-7788):rvr1.0:cvnMSI:ct3:cvr1.0:skuTobefilledbyO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7788
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 1.0
  dmi.sys.vendor: MSI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/2043524/+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 2052492] Re: Pairing: passcode dialogue disappears in <1 second

2024-02-06 Thread Daniel van Vugt
Incomplete: Waiting for the bug to reoccur... It sounds to me like a
kernel or hardware problem though, in which the device itself is
believed to have disappeared, and so would the dialog.

** Tags added: mantic

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

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

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

Title:
  Pairing: passcode dialogue disappears in <1 second

Status in Ubuntu:
  Incomplete

Bug description:
  UPDATE: I am creating this bug in case it comes back again. My Fix was to put 
the bluetooth keyboard
  aside for a week (not use it), then reconnect after the laptop had been 
rebooted after an update
  and daily use.

  I will post the things that I tried, just in case:
    1) There is something I messed that someone else can suggest; and
    2) it occurs for someone else.

  I suspect that it will happen again at some stage.

  
--

  I am seeing this issue in Ubuntu 23.10.
  bluez 5.68-0ubuntu1.1

  Hardware: Logi POP Keys
  
https://www.logitech.com/en-au/products/keyboards/pop-keys-wireless-mechanical.920-011226.html

  I have managed to have it working in the past, but the 6-digit code
  pop-up disappears very quickly (as described, <1sec).

  System details
  -
  $ lsb_release -rd
  No LSB modules are available.
  Description:  Ubuntu 23.10
  Release:  23.10
  -
  ii  bluez  5.68-0ubuntu1.1amd64Bluetooth 
tools and daemons
  --
  Bluetooth Device

  Logitech - Logi POP Keys (see link below)

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