[Touch-packages] [Bug 2063438] [NEW] click fails to install in Noble

2024-04-25 Thread Sudip Mukherjee
Public bug reported:

click fails to install on Noble - 24.04

Setting up python3-click-package (0.5.2-2ubuntu4) ...
Setting up click (0.5.2-2ubuntu4) ...
Failed to preset unit, unit click-user-hooks.service does not exist.
/usr/bin/deb-systemd-helper: error: systemctl preset failed on 
click-user-hooks.service: No such file or directory
Traceback (most recent call last):
  File "/usr/bin/click", line 110, in 
sys.exit(main())
 ^^
  File "/usr/bin/click", line 85, in main
%s""") % commands.help_text())
 
  File "/usr/lib/python3/dist-packages/click_package/commands/__init__.py", 
line 54, in help_text
mod = load_command(command)
  ^
  File "/usr/lib/python3/dist-packages/click_package/commands/__init__.py", 
line 46, in load_command
return importlib.import_module("click_package.commands.%s" % command)
   ^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
   
  File "", line 1387, in _gcd_import
  File "", line 1360, in _find_and_load
  File "", line 1331, in _find_and_load_unlocked
  File "", line 935, in _load_unlocked
  File "", line 995, in exec_module
  File "", line 488, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/click_package/commands/build.py", line 
28, in 
from click_package.build import ClickBuildError, ClickBuilder
  File "/usr/lib/python3/dist-packages/click_package/build.py", line 53, in 

from click_package.framework import (
  File "/usr/lib/python3/dist-packages/click_package/framework.py", line 27, in 

import click_package.paths
  File "/usr/lib/python3/dist-packages/click_package/paths.py", line 18, in 

__multiarch = subprocess.run(['dpkg-architecture', '-q', 
'DEB_HOST_MULTIARCH'], capture_output=True, check=True).stdout
  
^^
  File "/usr/lib/python3.12/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
 ^^^
  File "/usr/lib/python3.12/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'dpkg-architecture'
dpkg: error processing package click (--configure):
 installed click package post-installation script subprocess returned error 
exit status 1
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for shared-mime-info (2.4-4) ...
Processing triggers for libc-bin (2.39-0ubuntu8) ...
Errors were encountered while processing:
 click
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

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

Title:
  click fails to install in Noble

Status in click package in Ubuntu:
  New

Bug description:
  click fails to install on Noble - 24.04

  Setting up python3-click-package (0.5.2-2ubuntu4) ...
  Setting up click (0.5.2-2ubuntu4) ...
  Failed to preset unit, unit click-user-hooks.service does not exist.
  /usr/bin/deb-systemd-helper: error: systemctl preset failed on 
click-user-hooks.service: No such file or directory
  Traceback (most recent call last):
File "/usr/bin/click", line 110, in 
  sys.exit(main())
   ^^
File "/usr/bin/click", line 85, in main
  %s""") % commands.help_text())
   
File "/usr/lib/python3/dist-packages/click_package/commands/__init__.py", 
line 54, in help_text
  mod = load_command(command)
^
File "/usr/lib/python3/dist-packages/click_package/commands/__init__.py", 
line 46, in load_command
  return importlib.import_module("click_package.commands.%s" % command)
 ^^
File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
  return _bootstrap._gcd_import(name[level:], package, level)
 
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/click_package/commands/build.py", line 
28, in 
  from click_package.build import 

[Touch-packages] [Bug 2061178] Re: geisview crashed with gi.repository.GLib.GError

2024-04-12 Thread Sudip Mukherjee
** Information type changed from Private to Public

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

Title:
  geisview crashed with gi.repository.GLib.GError

Status in geis package in Ubuntu:
  New

Bug description:
  geisview crashes immediately.

  $ geisview 
  /usr/lib/python3/dist-packages/geisview/classview.py:22: PyGIWarning: Gtk was 
imported without specifying a version first. Use gi.require_version('Gtk', 
'4.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
  Traceback (most recent call last):
File "/usr/bin/geisview", line 308, in 
  main()
File "/usr/bin/geisview", line 303, in main
  geis_viewer = GeisViewer(args)

File "/usr/bin/geisview", line 52, in __init__
  self._builder.add_from_file(os.path.join(geisview.defaults.ui_dir,
  gi.repository.GLib.GError: gtk-builder-error-quark: 
/usr/share/geisview/geisview.ui:26:29 Invalid property: GtkImage.stock (11)

  ProblemType: Crash
  DistroRelease: Ubuntu 24.04
  Package: geis-tools 2.2.17+16.04.20160126-0ubuntu10
  ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
  Uname: Linux 6.8.0-22-generic x86_64
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr 12 19:42:58 2024
  ExecutablePath: /usr/bin/geisview
  InstallationDate: Installed on 2024-04-10 (2 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410)
  InterpreterPath: /usr/bin/python3.12
  JournalErrors:
   Apr 12 19:42:54 hostname org.gnome.Characters[2794]: MESA: error: ZINK: 
failed to choose pdev
   Apr 12 19:42:54 hostname org.gnome.Characters[2794]: libEGL warning: egl: 
failed to create dri2 screen
  LsInput: Error: command ['pkexec', 'lsinput'] failed with exit code 127: 
Cannot run program lsinput: No such file or directory
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Lsusb-t:
   /:  Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 480M
   /:  Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 5000M
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  MtDevices: No capable devices found...
  ProcCmdline: /usr/bin/python3 /usr/bin/geisview
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-22-generic 
root=UUID=1096316e-312d-465a-891d-2981d2ab7188 ro quiet splash vt.handoff=7
  Python3Details: /usr/bin/python3.12, Python 3.12.2, python3-minimal, 
3.12.2-0ubuntu2
  PythonArgs: ['/usr/bin/geisview']
  PythonDetails: N/A
  SourcePackage: geis
  Title: geisview crashed with gi.repository.GLib.GError in __init__(): 
gtk-builder-error-quark: /usr/share/geisview/geisview.ui:26:29 Invalid 
property: GtkImage.stock (11)
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sudo users
  XorgLog: Error: [Errno 2] No such file or directory: '/var/log/Xorg.0.log'
  dmi.bios.date: 04/01/2014
  dmi.bios.release: 0.0
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: rel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-7.2
  dmi.modalias: 
dmi:bvnSeaBIOS:bvrrel-1.16.1-0-g3208b098f51a-prebuilt.qemu.org:bd04/01/2014:br0.0:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-7.2:cvnQEMU:ct1:cvrpc-i440fx-7.2:sku:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-7.2
  dmi.sys.vendor: QEMU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geis/+bug/2061178/+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 1951555] Re: python3-opencv / libgdal28 can not be used due to undefined dependencies related to libdap

2024-03-31 Thread Sudip Mukherjee
Thanks for reporting the bug. I tried to reproduce the issue on latest
Jammy and the error was not seen.

I checked the version of libgdal is libgdal30 v3.4.1+dfsg-1build4.
Can you please check and confirm if the issue is still seen. I am marking the 
bug as Incomplete, please mark it as New while replying.

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

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

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

Title:
  python3-opencv / libgdal28 can not be used due to undefined
  dependencies related to libdap

Status in gdal package in Ubuntu:
  Incomplete
Status in opencv package in Ubuntu:
  Incomplete

Bug description:
  Importing the python binding of opencv fails due to undefined symbols
  in libgdal:

  $ python3 -c "import cv2"
  Traceback (most recent call last):
File "", line 1, in 
  ImportError: /lib/libgdal.so.28: undefined symbol: _ZN6libdap5ErrorD1Ev

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: libgdal28 3.2.2+dfsg-3ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu73
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Nov 19 09:47:42 2021
  InstallationDate: Installed on 2021-10-08 (41 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Beta amd64 (20210922)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdal
  UpgradeStatus: Upgraded to jammy on 2021-11-08 (10 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdal/+bug/1951555/+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-03-07 Thread Sudip Mukherjee
** Also affects: loupe (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: loupe (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/2046844

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

Status in AppArmor:
  New
Status in akonadiconsole package in Ubuntu:
  Fix Released
Status in akregator package in Ubuntu:
  Fix Released
Status in angelfish package in Ubuntu:
  Fix Released
Status in apparmor package in Ubuntu:
  Fix Released
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  Fix Released
Status in devhelp package in Ubuntu:
  Fix Released
Status in digikam package in Ubuntu:
  Fix Released
Status in epiphany-browser package in Ubuntu:
  Fix Released
Status in evolution package in Ubuntu:
  Fix Released
Status in falkon package in Ubuntu:
  Fix Released
Status in firefox package in Ubuntu:
  Confirmed
Status in freecad package in Ubuntu:
  Confirmed
Status in geary package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Fix Released
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Fix Released
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Fix Released
Status in kgeotag package in Ubuntu:
  Fix Released
Status in kiwix package in Ubuntu:
  Confirmed
Status in kmail package in Ubuntu:
  Fix Released
Status in konqueror package in Ubuntu:
  Fix Released
Status in kontact package in Ubuntu:
  Fix Released
Status in loupe package in Ubuntu:
  Confirmed
Status in marble package in Ubuntu:
  Fix Released
Status in notepadqq package in Ubuntu:
  Confirmed
Status in opam package in Ubuntu:
  Fix Released
Status in pageedit package in Ubuntu:
  Confirmed
Status in plasma-desktop package in Ubuntu:
  Fix Released
Status in plasma-welcome package in Ubuntu:
  Fix Released
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:
  Fix Committed
Status in supercollider package in Ubuntu:
  Confirmed
Status in tellico package in Ubuntu:
  Fix Released

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/apparmor/+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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-03-07 Thread Sudip Mukherjee
** Also affects: apparmor
   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/2046844

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

Status in AppArmor:
  New
Status in akonadiconsole package in Ubuntu:
  Fix Released
Status in akregator package in Ubuntu:
  Fix Released
Status in angelfish package in Ubuntu:
  Fix Released
Status in apparmor package in Ubuntu:
  Fix Released
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  Fix Released
Status in devhelp package in Ubuntu:
  Fix Released
Status in digikam package in Ubuntu:
  Fix Released
Status in epiphany-browser package in Ubuntu:
  Fix Released
Status in evolution package in Ubuntu:
  Fix Released
Status in falkon package in Ubuntu:
  Fix Released
Status in firefox package in Ubuntu:
  Confirmed
Status in freecad package in Ubuntu:
  Confirmed
Status in geary package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Fix Released
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Fix Released
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Fix Released
Status in kgeotag package in Ubuntu:
  Fix Released
Status in kiwix package in Ubuntu:
  Confirmed
Status in kmail package in Ubuntu:
  Fix Released
Status in konqueror package in Ubuntu:
  Fix Released
Status in kontact package in Ubuntu:
  Fix Released
Status in loupe package in Ubuntu:
  Confirmed
Status in marble package in Ubuntu:
  Fix Released
Status in notepadqq package in Ubuntu:
  Confirmed
Status in opam package in Ubuntu:
  Fix Released
Status in pageedit package in Ubuntu:
  Confirmed
Status in plasma-desktop package in Ubuntu:
  Fix Released
Status in plasma-welcome package in Ubuntu:
  Fix Released
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:
  Fix Committed
Status in supercollider package in Ubuntu:
  Confirmed
Status in tellico package in Ubuntu:
  Fix Released

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/apparmor/+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 2055426] Re: busybox wget with https crashes

2024-03-07 Thread Sudip Mukherjee
** Changed in: busybox (Ubuntu Mantic)
   Status: New => Confirmed

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

Title:
  busybox wget with https crashes

Status in busybox package in Ubuntu:
  Confirmed
Status in busybox source package in Mantic:
  Confirmed
Status in busybox source package in Noble:
  Confirmed

Bug description:
  $ busybox wget https://start.ubuntu.com
  Floating point exception (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: busybox (not installed)
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Feb 29 13:55:07 2024
  InstallationDate: Installed on 2024-02-20 (9 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240219)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: busybox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/2055426/+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 2055426] Re: busybox wget with https crashes

2024-03-06 Thread Sudip Mukherjee
** Changed in: busybox (Ubuntu)
   Status: New => Confirmed

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

Title:
  busybox wget with https crashes

Status in busybox package in Ubuntu:
  Confirmed

Bug description:
  $ busybox wget https://start.ubuntu.com
  Floating point exception (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: busybox (not installed)
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Feb 29 13:55:07 2024
  InstallationDate: Installed on 2024-02-20 (9 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240219)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: busybox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/2055426/+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 2055426] Re: busybox wget with https crashes

2024-03-06 Thread Sudip Mukherjee
I can reproduce this issue in Noble and Mantic, issue not reproduce in
Jammy. Also tested Debian Unstable and confirmed Debian is not affected.

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

Title:
  busybox wget with https crashes

Status in busybox package in Ubuntu:
  New

Bug description:
  $ busybox wget https://start.ubuntu.com
  Floating point exception (core dumped)

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: busybox (not installed)
  ProcVersionSignature: Ubuntu 6.8.0-11.11-generic 6.8.0-rc4
  Uname: Linux 6.8.0-11-generic x86_64
  NonfreeKernelModules: zfs
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Feb 29 13:55:07 2024
  InstallationDate: Installed on 2024-02-20 (9 days ago)
  InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Daily amd64 (20240219)
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
   SHELL=/bin/bash
   TERM=xterm-256color
   XDG_RUNTIME_DIR=
  SourcePackage: busybox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/busybox/+bug/2055426/+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-12 Thread Sudip Mukherjee
kgeotag is also affected by #2052491

-- 
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:
  Fix Released
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:
  Fix Released
Status in devhelp package in Ubuntu:
  Confirmed
Status in digikam package in Ubuntu:
  Fix Released
Status in epiphany-browser package in Ubuntu:
  Confirmed
Status in evolution package in Ubuntu:
  Confirmed
Status in falkon package in Ubuntu:
  Fix Released
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Fix Released
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Fix Released
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Confirmed
Status in kgeotag package in Ubuntu:
  Confirmed
Status in kiwix package in Ubuntu:
  Confirmed
Status in kmail package in Ubuntu:
  Fix Released
Status in konqueror package in Ubuntu:
  In Progress
Status in kontact package in Ubuntu:
  In Progress
Status in marble 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 2046844] Re: AppArmor user namespace creation restrictions cause many applications to crash with SIGTRAP

2024-02-12 Thread Sudip Mukherjee
** Also affects: kgeotag (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: kgeotag (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/2046844

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

Status in akregator package in Ubuntu:
  Fix Released
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:
  Fix Released
Status in devhelp package in Ubuntu:
  Confirmed
Status in digikam package in Ubuntu:
  Fix Released
Status in epiphany-browser package in Ubuntu:
  Confirmed
Status in evolution package in Ubuntu:
  Confirmed
Status in falkon package in Ubuntu:
  Fix Released
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Fix Released
Status in gnome-packagekit package in Ubuntu:
  Confirmed
Status in goldendict-webengine package in Ubuntu:
  Confirmed
Status in kalgebra package in Ubuntu:
  Fix Released
Status in kchmviewer package in Ubuntu:
  Confirmed
Status in kdeplasma-addons package in Ubuntu:
  Confirmed
Status in kgeotag package in Ubuntu:
  Confirmed
Status in kiwix package in Ubuntu:
  Confirmed
Status in kmail package in Ubuntu:
  Fix Released
Status in konqueror package in Ubuntu:
  In Progress
Status in kontact package in Ubuntu:
  In Progress
Status in marble 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 2049318] Re: [SRU] free(): double free detected in tcache 2

2024-02-09 Thread Sudip Mukherjee
I have now tested the second more complicated test as mentioned in the
test plan and can confirm that the test has passed. The previous error
is not seen any more.

For reference, I am attaching my terminal log.
Package tested:

$ apt-cache policy iptables
iptables:
  Installed: 1.8.7-1ubuntu5.2
  Candidate: 1.8.7-1ubuntu5.2
  Version table:
 *** 1.8.7-1ubuntu5.2 500
500 http://gb.archive.ubuntu.com/ubuntu jammy-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 1.8.7-1ubuntu5.1 500
500 http://gb.archive.ubuntu.com/ubuntu jammy-updates/main amd64 
Packages
 1.8.7-1ubuntu5 500
500 http://gb.archive.ubuntu.com/ubuntu jammy/main amd64 Packages



** Attachment added: "terminal.log"
   
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/2049318/+attachment/5745470/+files/terminal.log

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

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

Title:
  [SRU] free(): double free detected in tcache 2

Status in iptables package in Ubuntu:
  Fix Released
Status in iptables source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ]

  iptables is unable to list the iptables rules or save the iptables
  rules if a nftables ruleset is defined which iptables does not
  recognize.

  [ Test Plan ]

  1. Simple test plan based on upstream test case:

  sudo nft -f - < rules.txt

  * Convert the rule to nftables ruleset
    - sudo iptables-nft-restore < rules.txt

  * List the nftables ruleset
    - sudo nft list ruleset

  * Also confirm that iptables can list the old rule
    - sudo iptables -L

  * Now add another nftables rule (this rule is taken from upstream test
  case)

  sudo nft -f - 

[Touch-packages] [Bug 2049318] Re: [SRU] free(): double free detected in tcache 2

2024-01-26 Thread Sudip Mukherjee
I can confirm iptables from jammy-proposed have fixed the bug for me.

Tests done as mentioned in testplan:
1. create nft rule:
sudo nft -f - 

[Touch-packages] [Bug 868279] Re: curl crashed with SIGSEGV in Curl_do()

2024-01-24 Thread Sudip Mukherjee
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I could not reproduce the bug in Focal, Jammy, Mantic or Noble. Moreover curl 
7.21.6-3ubuntu3 is not in any Ubuntu releases now.
Can you please retest and check if you can still reproduce the issue and if its 
reproducible then what specific steps should we take to recreate this bug?

This will help us to find and resolve the problem.
Please change the status of the bug as "New" with your reply.

** Changed in: curl (Ubuntu)
   Status: New => Incomplete

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

Title:
  curl crashed with SIGSEGV in Curl_do()

Status in curl package in Ubuntu:
  Incomplete

Bug description:
  something wrong

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: curl 7.21.6-3ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Wed Oct  5 14:30:11 2011
  ExecutablePath: /usr/bin/curl
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110901)
  ProcCmdline: curl -v smtps://post.teletrade.ru -o /dev/null
  SegvAnalysis:
   Segfault happened at: 0x7f824e7d31ad:cmpb   $0x3c,(%rdx)
   PC (0x7f824e7d31ad) ok
   source "$0x3c" ok
   destination "(%rdx)" (0x) not located in a known VMA region (needed 
writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: curl
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
   Curl_do () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
   ?? () from /usr/lib/x86_64-linux-gnu/libcurl.so.4
   ?? ()
   __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
  Title: curl crashed with SIGSEGV in Curl_do()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/868279/+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 2049318] Re: [SRU] free(): double free detected in tcache 2

2024-01-24 Thread Sudip Mukherjee
I have triggered autopkgtest for ganeti/3.0.2-1ubuntu1 on armhf and
amd64 with trigger as "migration-reference/0" and that also fails. So,
the failure reported by ubuntu-sru-bot should not be considered as a
regression.

https://autopkgtest.ubuntu.com/packages/ganeti/jammy/amd64
https://autopkgtest.ubuntu.com/packages/ganeti/jammy/armhf

Logs are at: https://autopkgtest.ubuntu.com/results/autopkgtest-
jammy/jammy/amd64/g/ganeti/20240124_103826_df4ea@/log.gz and
https://autopkgtest.ubuntu.com/results/autopkgtest-
jammy/jammy/armhf/g/ganeti/20240124_111352_9fe6d@/log.gz

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

Title:
  [SRU] free(): double free detected in tcache 2

Status in iptables package in Ubuntu:
  Fix Released
Status in iptables source package in Jammy:
  Fix Committed

Bug description:
  [ Impact ]

  iptables is unable to list the iptables rules or save the iptables
  rules if a nftables ruleset is defined which iptables does not
  recognize.

  [ Test Plan ]

  1. Simple test plan based on upstream test case:

  sudo nft -f - < rules.txt

  * Convert the rule to nftables ruleset
    - sudo iptables-nft-restore < rules.txt

  * List the nftables ruleset
    - sudo nft list ruleset

  * Also confirm that iptables can list the old rule
    - sudo iptables -L

  * Now add another nftables rule (this rule is taken from upstream test
  case)

  sudo nft -f - 

[Touch-packages] [Bug 2049318] Re: [SRU] free(): double free detected in tcache 2

2024-01-16 Thread Sudip Mukherjee
Modified debdiff attached which is now cherry-picked from upstream and
dep3 headers added.

Also added a simple test plan based on the upstream testcase.


** Description changed:

  [ Impact ]
  
  iptables is unable to list the iptables rules or save the iptables rules
  if a nftables ruleset is defined which iptables does not recognize.
  
  [ Test Plan ]
  
+ 1. Simple test plan based on upstream test case:
+ 
+ sudo nft -f - < rules.txt
+   - sudo iptables-save > rules.txt
  
  * Convert the rule to nftables ruleset
-   - sudo iptables-nft-restore < rules.txt
+   - sudo iptables-nft-restore < rules.txt
  
  * List the nftables ruleset
-   - sudo nft list ruleset
+   - sudo nft list ruleset
  
  * Also confirm that iptables can list the old rule
-   - sudo iptables -L
+   - sudo iptables -L
  
  * Now add another nftables rule (this rule is taken from upstream test
  case)
  
  sudo nft -f - 

[Touch-packages] [Bug 2049318] Re: [SRU] free(): double free detected in tcache 2

2024-01-16 Thread Sudip Mukherjee
Yes, but Standard Support for Lunar is going to end in 9 days and I
don't think there is enough time to fix it in Lunar now as it has to go
via sponsors queue and then to SRU queue and then it need to be in
lunar-proposed for atleast 7 days before it can reach lunar-updates.

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

Title:
  [SRU] free(): double free detected in tcache 2

Status in iptables package in Ubuntu:
  Fix Released
Status in iptables source package in Jammy:
  Confirmed

Bug description:
  [ Impact ]

  iptables is unable to list the iptables rules or save the iptables
  rules if a nftables ruleset is defined which iptables does not
  recognize.

  [ Test Plan ]

  * Add an iptables rule.
- sudo iptables -A OUTPUT -p tcp --dport   -j REJECT

  * save the rules in a file
- sudo iptables-save > rules.txt

  * Convert the rule to nftables ruleset
- sudo iptables-nft-restore < rules.txt

  * List the nftables ruleset
- sudo nft list ruleset

  * Also confirm that iptables can list the old rule
- sudo iptables -L

  * Now add another nftables rule (this rule is taken from upstream test
  case)

  sudo nft -f - 

[Touch-packages] [Bug 2049318] Re: [SRU] free(): double free detected in tcache 2

2024-01-15 Thread Sudip Mukherjee
debdiff for Jammy attached.


** Summary changed:

- free(): double free detected in tcache 2
+ [SRU] free(): double free detected in tcache 2

** Description changed:

+ [ Impact ]
+ 
+ iptables is unable to list the iptables rules or save the iptables rules
+ if a nftables ruleset is defined which iptables does not recognize.
+ 
+ [ Test Plan ]
+ 
+ * Add an iptables rule.
+   - sudo iptables -A OUTPUT -p tcp --dport   -j REJECT
+ 
+ * save the rules in a file
+   - sudo iptables-save > rules.txt
+ 
+ * Convert the rule to nftables ruleset
+   - sudo iptables-nft-restore < rules.txt
+ 
+ * List the nftables ruleset
+   - sudo nft list ruleset
+ 
+ * Also confirm that iptables can list the old rule
+   - sudo iptables -L
+ 
+ * Now add another nftables rule (this rule is taken from upstream test
+ case)
+ 
+ sudo nft -f - <https://git.netfilter.org/iptables/commit/?id=4318961230bce82958df82b57f1796143bf2f421
- 
  
  1) The release of Ubuntu
  
  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04
  
  2) The version of the package
  
  $ apt info iptables
  Package: iptables
  Version: 1.8.7-1ubuntu5.1
  
  3) What you expected to happen
  
  not to crash with valid, working nftables rules
  
  4) What happened instead
  
  crash
  
- 
  A plausible workaround could be a backport of iptables 1.8.9 from mantic
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: iptables 1.8.7-1ubuntu5.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: none
  CloudName: none
  CloudPlatform: none
  CloudSubPlatform: config
  Date: Sun Jan 14 20:36:59 2024
  InstallationDate: Installed on 2021-11-23 (782 days ago)
  InstallationMedia: Ubuntu-Server 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210824)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: iptables
  UpgradeStatus: Upgraded to jammy on 2023-04-30 (259 days ago)

** Patch added: "iptables_jammy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/2049318/+attachment/5739693/+files/iptables_jammy.debdiff

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

** Changed in: iptables (Ubuntu Jammy)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

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

Title:
  [SRU] free(): double free detected in tcache 2

Status in iptables package in Ubuntu:
  Fix Released
Status in iptables source package in Jammy:
  Confirmed

Bug description:
  [ Impact ]

  iptables is unable to list the iptables rules or save the iptables
  rules if a nftables ruleset is defined which iptables does not
  recognize.

  [ Test Plan ]

  * Add an iptables rule.
- sudo iptables -A OUTPUT -p tcp --dport   -j REJECT

  * save the rules in a file
- sudo iptables-save > rules.txt

  * Convert the rule to nftables ruleset
- sudo iptables-nft-restore < rules.txt

  * List the nftables ruleset
- sudo nft list ruleset

  * Also confirm that iptables can list the old rule
- sudo iptables -L

  * Now add another nftables rule (this rule is taken from upstream test
  case)

  sudo nft -f - <https://git.netfilter.org/iptables/commit/?id=4318961230bce82958df82b57f1796143bf2f421

  1) The release of Ubuntu

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  2) The version of the package

  $ apt info iptables
  Package: iptables
  Version: 1.8.7-1ubuntu5.1

  3) What you expected to happen

  not to crash with valid, working nftables rules

  4) What happened instead

  crash

  A plausible workaround could be a backport of iptables 1.8.9 from
  mantic

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: iptables 1.8.7-1ubuntu5.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: none
  CloudName: none
  CloudPlatform: none
  CloudSubPlatform: config
  Date: Sun Jan 14 20:36:59 2024
  InstallationDate: Installed on 2021-11-23 (782 days ago)
  InstallationMedia: Ubuntu-Server 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210824)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: iptables
  UpgradeStatus: Upgraded to jammy on 2023-04-30 (259 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/2049318/+s

[Touch-packages] [Bug 2049318] Re: free(): double free detected in tcache 2

2024-01-15 Thread Sudip Mukherjee
** Changed in: iptables (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: iptables (Ubuntu Jammy)
 Assignee: (unassigned) => Sudip Mukherjee (sudipmuk)

** Changed in: iptables (Ubuntu)
   Status: New => Fix Released

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

Title:
  free(): double free detected in tcache 2

Status in iptables package in Ubuntu:
  Fix Released
Status in iptables source package in Jammy:
  In Progress

Bug description:
  nftables is being used successfully with no difficulty.

  Running iptables on my node receives a crash:

  $ sudo iptables -nL
  free(): double free detected in tcache 2
  Aborted (core dumped)

  without sudo

  # iptables -nL
  free(): double free detected in tcache 2
  Aborted (core dumped)

  This bug is known and was fixed in version 1.8.8 of iptables
  
https://git.netfilter.org/iptables/commit/?id=4318961230bce82958df82b57f1796143bf2f421

  
  1) The release of Ubuntu

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  2) The version of the package

  $ apt info iptables
  Package: iptables
  Version: 1.8.7-1ubuntu5.1

  3) What you expected to happen

  not to crash with valid, working nftables rules

  4) What happened instead

  crash

  
  A plausible workaround could be a backport of iptables 1.8.9 from mantic

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: iptables 1.8.7-1ubuntu5.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: none
  CloudName: none
  CloudPlatform: none
  CloudSubPlatform: config
  Date: Sun Jan 14 20:36:59 2024
  InstallationDate: Installed on 2021-11-23 (782 days ago)
  InstallationMedia: Ubuntu-Server 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210824)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: iptables
  UpgradeStatus: Upgraded to jammy on 2023-04-30 (259 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/2049318/+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 2049318] Re: free(): double free detected in tcache 2

2024-01-15 Thread Sudip Mukherjee
I can reproduce the segfault in Jammy using the testcase that the
upstream as added. Also tested on other releases to confirm they are not
affected.

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

Title:
  free(): double free detected in tcache 2

Status in iptables package in Ubuntu:
  New

Bug description:
  nftables is being used successfully with no difficulty.

  Running iptables on my node receives a crash:

  $ sudo iptables -nL
  free(): double free detected in tcache 2
  Aborted (core dumped)

  without sudo

  # iptables -nL
  free(): double free detected in tcache 2
  Aborted (core dumped)

  This bug is known and was fixed in version 1.8.8 of iptables
  
https://git.netfilter.org/iptables/commit/?id=4318961230bce82958df82b57f1796143bf2f421

  
  1) The release of Ubuntu

  $ lsb_release -rd
  Description:  Ubuntu 22.04.3 LTS
  Release:  22.04

  2) The version of the package

  $ apt info iptables
  Package: iptables
  Version: 1.8.7-1ubuntu5.1

  3) What you expected to happen

  not to crash with valid, working nftables rules

  4) What happened instead

  crash

  
  A plausible workaround could be a backport of iptables 1.8.9 from mantic

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: iptables 1.8.7-1ubuntu5.1
  ProcVersionSignature: Ubuntu 5.15.0-91.101-generic 5.15.131
  Uname: Linux 5.15.0-91-generic x86_64
  ApportVersion: 2.20.11-0ubuntu82.5
  Architecture: amd64
  CasperMD5CheckResult: pass
  CloudArchitecture: x86_64
  CloudID: none
  CloudName: none
  CloudPlatform: none
  CloudSubPlatform: config
  Date: Sun Jan 14 20:36:59 2024
  InstallationDate: Installed on 2021-11-23 (782 days ago)
  InstallationMedia: Ubuntu-Server 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210824)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: iptables
  UpgradeStatus: Upgraded to jammy on 2023-04-30 (259 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/2049318/+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 2049240] Re: ghostwriter no longer runs on ubuntu noble

2024-01-13 Thread Sudip Mukherjee
*** This bug is a duplicate of bug 2046844 ***
https://bugs.launchpad.net/bugs/2046844

I have now tested with the attached profile and confirmed that
ghostwriter works after the policy update.


** Attachment added: "usr.bin.ghostwriter"
   
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2049240/+attachment/5738992/+files/usr.bin.ghostwriter

** This bug has been marked a duplicate of bug 2046844
   AppArmor user namespace creation restrictions cause many applications to 
crash with SIGTRAP

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

Title:
  ghostwriter no longer runs on ubuntu noble

Status in apparmor package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu noble  (desktop is LXQt; so Lubuntu if technical)

  I've used ghostwriter on this box before, so expect it to run without
  issue... alas it no longer is

  guiverc@d7050-next:~$   ghostwriter 
  Command "pandoc" is not available.
  Command "multimarkdown" is not available.
  Command "cmark" is not available.
  Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
  kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed
  [1103820:1103820:0112/100524.977724:FATAL:credentials.cc(125)] Check failed: 
. : Permission denied (13)
  Trace/breakpoint trap (core dumped)

  
  I've also on another Ubuntu noble box `sudo apt install ghostwriter` & get a 
similar failure on attempt to run.

  
  Of note:  

  I also tried the snap version of ghostwriter (hoping to use in the
  meantime) and it's also failing; I've not tried the snap before so
  this may not be different.  I've not reboot in a week (probably equal
  on my other box too)

  
guiverc@d7050-next:/de2900/lubuntu/testcases_2023/ubuntu-manual-tests/testcases/image$
   uptime
   10:04:55 up 7 days, 23:23,  1 user,  load average: 4.90, 2.05, 1.69

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: ghostwriter 23.08.4+ds-0ubuntu1
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: LXQt
  Date: Sat Jan 13 10:01:32 2024
  InstallationDate: Installed on 2023-08-29 (137 days ago)
  InstallationMedia: Xubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230829)
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: ghostwriter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2049240/+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-01-13 Thread Sudip Mukherjee
** Also affects: ghostwriter (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ghostwriter (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/2046844

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

Status in akregator package in Ubuntu:
  Confirmed
Status in angelfish package in Ubuntu:
  Confirmed
Status in apparmor package in Ubuntu:
  Confirmed
Status in bubblewrap package in Ubuntu:
  Confirmed
Status in cantor package in Ubuntu:
  Confirmed
Status in devhelp package in Ubuntu:
  Confirmed
Status in digikam package in Ubuntu:
  Confirmed
Status in epiphany-browser package in Ubuntu:
  Confirmed
Status in evolution package in Ubuntu:
  Confirmed
Status in falkon package in Ubuntu:
  Confirmed
Status in freecad package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Confirmed
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 2049240] Re: ghostwriter no longer runs on ubuntu noble

2024-01-13 Thread Sudip Mukherjee
** Also affects: apparmor (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  ghostwriter no longer runs on ubuntu noble

Status in apparmor package in Ubuntu:
  Confirmed
Status in ghostwriter package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu noble  (desktop is LXQt; so Lubuntu if technical)

  I've used ghostwriter on this box before, so expect it to run without
  issue... alas it no longer is

  guiverc@d7050-next:~$   ghostwriter 
  Command "pandoc" is not available.
  Command "multimarkdown" is not available.
  Command "cmark" is not available.
  Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
  kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed
  [1103820:1103820:0112/100524.977724:FATAL:credentials.cc(125)] Check failed: 
. : Permission denied (13)
  Trace/breakpoint trap (core dumped)

  
  I've also on another Ubuntu noble box `sudo apt install ghostwriter` & get a 
similar failure on attempt to run.

  
  Of note:  

  I also tried the snap version of ghostwriter (hoping to use in the
  meantime) and it's also failing; I've not tried the snap before so
  this may not be different.  I've not reboot in a week (probably equal
  on my other box too)

  
guiverc@d7050-next:/de2900/lubuntu/testcases_2023/ubuntu-manual-tests/testcases/image$
   uptime
   10:04:55 up 7 days, 23:23,  1 user,  load average: 4.90, 2.05, 1.69

  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: ghostwriter 23.08.4+ds-0ubuntu1
  ProcVersionSignature: Ubuntu 6.6.0-14.14-generic 6.6.3
  Uname: Linux 6.6.0-14-generic x86_64
  ApportVersion: 2.27.0-0ubuntu6
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: LXQt
  Date: Sat Jan 13 10:01:32 2024
  InstallationDate: Installed on 2023-08-29 (137 days ago)
  InstallationMedia: Xubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230829)
  RebootRequiredPkgs: Error: path contained symlinks.
  SourcePackage: ghostwriter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2049240/+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 2044300] Re: Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

2023-12-25 Thread Sudip Mukherjee
new debdiff from Debian 1.0.4-5 is attached. The debdiff between 
zeitgeist_1.0.3-4ubuntu1 and this version is quite big, and I can upload if 
necessary. 
A new patch has been added which will fix the test in Ubuntu. Also forwrded the 
patch in an unstream issue.
Build log is at 
https://launchpadlibrarian.net/705607547/buildlog_ubuntu-noble-amd64.zeitgeist_1.0.4-5ubuntu1_BUILDING.txt.gz



** Patch removed: "zeitgeist_1.0.4-5ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+attachment/5722736/+files/zeitgeist_1.0.4-5ubuntu1.debdiff

** Patch added: "zeitgeist.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+attachment/5732357/+files/zeitgeist.debdiff

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

Title:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Status in zeitgeist package in Ubuntu:
  Confirmed

Bug description:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta:

  Carry forward three previous Ubuntu specific patch.
  1. add_datahub_autostart_delay.patch
  2. nodisplay_autostart.patch
  3. pre_populator.patch

  Extra change for this version:

  The monitor-test was skipped in the previous version as it was
  failing. That test has now been enabled in Debian but is still failing
  in Ubuntu. And, so the extra change for this version was to disable it
  for now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+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 2044300] Re: [Merge] ~sudipmuk/ubuntu/+source/zeitgeist:merge-lp2044300-noble into ubuntu/+source/zeitgeist:debian/sid

2023-11-27 Thread Sudip Mukherjee
Hi Utkarsh,

Thanks for looking into this.

On Sat, 25 Nov 2023 at 17:04, Utkarsh Gupta
 wrote:
>
> Review: Needs Information
>
> Hey there!
>
> Thanks for raising this much, much appreciated. This is great as-is but here 
> are some points that'd make it EVEN better:
>
> - 
> https://git.launchpad.net/~sudipmuk/ubuntu/+source/zeitgeist/commit/?id=95fd328c45f72fa0f3895900216ad0726e86139e
>  -> it misses the DEP-3 headers. I am aware that you're just rebasing the new 
> version and you're not really adding the patch itself. But whilst at it, if 
> you could really add DEP-3 headers to a patch, that'd be EXCELLENT!

I could not find any bug report which might explain this patch. Seems
to be an Ubuntu specific patch and introduced in
zeitgeist_0.9.14-0ubuntu1.

>
> See: 
> https://git.launchpad.net/~sudipmuk/ubuntu/+source/zeitgeist/commit/?id=a6cff2e5ac675b90cc574a26dc953f452aa9a00c
>  for example. It has the DEP-3 headers and tells me why it's needed, some bug 
> history, et al.
>
> I generally look at it because sometimes we shouldn't really be merging stuff 
> as-is and carry-forwarding the tech-debt but actively be looking at drop the 
> delta wherever and whenever possible.
>
> Now, OTOH, look at 
> https://git.launchpad.net/~sudipmuk/ubuntu/+source/zeitgeist/commit/?id=e940d9763d0fba97dc8504ed382e01210a43f08d
>  -> it gives me a quick description but doesn't tell me if it's coming from 
> upstream or was it written by downstream, is there an upstream bug? a 
> downstream bug? or? and I spend my time looking at things, et al. That's why 
> DEP-3 headers are really useful.

This one seems to fix LP: #962265 but I could not find a way to be
sure and so not confident enough to add DEP-3 headers to the patch.
Again, this also was introduced in zeitgeist_0.9.14-0ubuntu1.

>
> - 
> https://git.launchpad.net/~sudipmuk/ubuntu/+source/zeitgeist/commit/?id=2ab99989a22d2e07bfc28e5eae942bd8283c1aa7
>  -> did you verify if that's still needed? why? :)

Yes, this is still needed. My initial build failed as I did not have
this one disabled. I have done a diff of the buildinfo and saw there
are version mismatch of many packages between Debian and Ubuntu. One
of the mismatch is still causing the issue in Ubuntu, but I don't know
which one yet.


-- 
Regards
Sudip

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

Title:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Status in zeitgeist package in Ubuntu:
  Confirmed

Bug description:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta:

  Carry forward three previous Ubuntu specific patch.
  1. add_datahub_autostart_delay.patch
  2. nodisplay_autostart.patch
  3. pre_populator.patch

  Extra change for this version:

  The monitor-test was skipped in the previous version as it was
  failing. That test has now been enabled in Debian but is still failing
  in Ubuntu. And, so the extra change for this version was to disable it
  for now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+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 2044300] Re: Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

2023-11-25 Thread Sudip Mukherjee
** Merge proposal linked:
   
https://code.launchpad.net/~sudipmuk/ubuntu/+source/zeitgeist/+git/zeitgeist/+merge/456270

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

Title:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Status in zeitgeist package in Ubuntu:
  Confirmed

Bug description:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta:

  Carry forward three previous Ubuntu specific patch.
  1. add_datahub_autostart_delay.patch
  2. nodisplay_autostart.patch
  3. pre_populator.patch

  Extra change for this version:

  The monitor-test was skipped in the previous version as it was
  failing. That test has now been enabled in Debian but is still failing
  in Ubuntu. And, so the extra change for this version was to disable it
  for now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+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 2044300] Re: Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

2023-11-23 Thread Sudip Mukherjee
debdiff from Debian 1.0.4-5 is attached. The debdiff between
zeitgeist_1.0.3-4ubuntu1 and this version is quite big, and I can upload
if necessary.



** Patch added: "zeitgeist_1.0.4-5ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+attachment/5722736/+files/zeitgeist_1.0.4-5ubuntu1.debdiff

** Changed in: zeitgeist (Ubuntu)
 Assignee: Sudip Mukherjee (sudipmuk) => (unassigned)

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

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

Title:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Status in zeitgeist package in Ubuntu:
  Confirmed

Bug description:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta:

  Carry forward three previous Ubuntu specific patch.
  1. add_datahub_autostart_delay.patch
  2. nodisplay_autostart.patch
  3. pre_populator.patch

  Extra change for this version:

  The monitor-test was skipped in the previous version as it was
  failing. That test has now been enabled in Debian but is still failing
  in Ubuntu. And, so the extra change for this version was to disable it
  for now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+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 2044300] Re: Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

2023-11-23 Thread Sudip Mukherjee
** Description changed:

  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)
  
  Explanation of the Ubuntu delta:
+ 
+ Carry forward three previous Ubuntu specific patch.
+ 1. add_datahub_autostart_delay.patch
+ 2. nodisplay_autostart.patch
+ 3. pre_populator.patch
+ 
+ Extra change for this version:
+ 
+ The monitor-test was skipped in the previous version as it was failing.
+ That test has now been enabled in Debian but is still failing in Ubuntu.
+ And, so the extra change for this version was to disable it for now.

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

Title:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Status in zeitgeist package in Ubuntu:
  Confirmed

Bug description:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta:

  Carry forward three previous Ubuntu specific patch.
  1. add_datahub_autostart_delay.patch
  2. nodisplay_autostart.patch
  3. pre_populator.patch

  Extra change for this version:

  The monitor-test was skipped in the previous version as it was
  failing. That test has now been enabled in Debian but is still failing
  in Ubuntu. And, so the extra change for this version was to disable it
  for now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zeitgeist/+bug/2044300/+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 2044300] [NEW] Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

2023-11-22 Thread Sudip Mukherjee
Public bug reported:

Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta:

** Affects: zeitgeist (Ubuntu)
 Importance: Undecided
 Assignee: Sudip Mukherjee (sudipmuk)
 Status: In Progress

** Changed in: zeitgeist (Ubuntu)
 Assignee: (unassigned) => Sudip Mukherjee (sudipmuk)

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

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

Title:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

Status in zeitgeist package in Ubuntu:
  In Progress

Bug description:
  Please merge zeitgeist 1.0.4-5 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta:

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