Bug#1082540: burgerspace: new upstream release + patch

2024-09-21 Thread Patrice Duroux
Source: burgerspace
Version: 1.9.5-1
Severity: normal
Tags: patch

Dear maintainers,

Here is a suggested patch to bump the packaging.
Feel free to take whatever you want.

Regards,
Patrice
diff --git a/debian/changelog b/debian/changelog
index a05b53c..6c153ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+burgerspace (1.10.0-0.1) UNRELEASED; urgency=medium
+
+  * New upstream version 1.10.0. (Close: #1038063)
+  * Declare compliance with Debian Policy 4.7.0.
+  * Refresh d/watch file.
+  * Update d/copyright years.
+  * Refresh depends in d/control.
+
+ -- Patrice Duroux   Sat, 21 Sep 2024 17:11:09 +0200
+
 burgerspace (1.9.5-1) unstable; urgency=medium
 
   * New upstream version 1.9.5.
diff --git a/debian/control b/debian/control
index aa97db2..2dba7b8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,9 @@ Maintainer: Debian Games Team 
 Uploaders: Markus Koschany 
 Build-Depends:
  debhelper-compat (= 13),
- libflatzebra-dev (>= 0.1.7),
- libsdl-image1.2-dev,
- libsdl-mixer1.2-dev,
- libsdl1.2-dev,
- pkg-config
-Standards-Version: 4.6.1
+ libflatzebra-dev (>= 0.2.0),
+ pkgconf
+Standards-Version: 4.7.0
 Homepage: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
 Vcs-Git: https://salsa.debian.org/games-team/burgerspace.git
 Vcs-Browser: https://salsa.debian.org/games-team/burgerspace
diff --git a/debian/copyright b/debian/copyright
index bd0fc9c..eb67393 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Pierre Sarrazin 
 Source: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
 
 Files: *
-Copyright: 2001-2022 Pierre Sarrazin 
+Copyright: 2001-2024 Pierre Sarrazin 
2001-2013 Luce St-Amand (graphics)
2001-2013 Marika (graphics)
 License: GPL-2+
diff --git a/debian/watch b/debian/watch
index 1a27791..4719771 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html burgerspace-(.*)\.tar\.gz debian uupdate
+http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate


Bug#1082538: flatzebra: new upstream 0.2.0 + patch

2024-09-21 Thread Patrice Duroux
Source: flatzebra
Version: 0.1.7-2.1
Severity: normal
Tags: patch

Dear maintainers,

Here is a suggested patch to bump the packaging.
Feel free to take whatever you want.

Regards,
Patrice

ps: a patch will also be sent accordingly to the burgerspace package
diff --git a/debian/changelog b/debian/changelog
index be96578..ee87035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-flatzebra (0.1.7-3) UNRELEASED; urgency=medium
+flatzebra (0.2.0-0.1) UNRELEASED; urgency=medium
 
+  [ Debian Janitor ]
   * Update watch file format version to 4.
 
- -- Debian Janitor   Sat, 25 Feb 2023 16:42:34 -
+  [ Patrice Duroux ]
+  * New upstream version 0.2.0. (Close: #1038346)
+  * Declare compliance with Debian Policy 4.7.0.
+  * Refresh d/watch file.
+  * Update d/copyright years.
+  * Add libflatzebra-common package.
+  * Refresh depends in d/control.
+
+ -- Patrice Duroux   Sat, 21 Sep 2024 17:21:20 +0200
 
 flatzebra (0.1.7-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 14ced2f..c2d191e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,36 @@ Maintainer: Debian Games Team 
 Uploaders: Markus Koschany 
 Build-Depends:
  debhelper-compat (= 13),
- libsdl-image1.2-dev,
- libsdl-mixer1.2-dev,
- libsdl1.2-dev,
- pkg-config
-Standards-Version: 4.6.2
+ libsdl2-image-dev,
+ libsdl2-mixer-dev,
+ libsdl2-ttf-dev,
+ libsdl2-gfx-dev,
+ libsdl2-dev,
+ pkgconf
+Standards-Version: 4.7.0
 Section: libs
 Homepage: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
 Vcs-Git: https://salsa.debian.org/games-team/flatzebra.git
 Vcs-Browser: https://salsa.debian.org/games-team/flatzebra
 
-Package: libflatzebra-0.1-2v5
+Package: libflatzebra-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Generic Game Engine library resource files
+ flatzebra is a simple generic C++ game engine library supporting 2D
+ double-buffering.
+ .
+ This package contains resource files.
+
+Package: libflatzebra-0.2-2
 Pre-Depends: ${misc:Pre-Depends}
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ libflatzebra-common (= ${source:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends}
 Description: Generic Game Engine library
  flatzebra is a simple generic C++ game engine library supporting 2D
  double-buffering.
@@ -30,7 +45,14 @@ Package: libflatzebra-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libflatzebra-0.1-2v5 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libflatzebra-0.2-2 (= ${binary:Version}),
+ libsdl2-image-dev,
+ libsdl2-mixer-dev,
+ libsdl2-ttf-dev,
+ libsdl2-gfx-dev,
+ libsdl2-dev,
+ ${misc:Depends}
 Description: Generic Game Engine library development files
  flatzebra is a simple, generic C++ game engine library supporting 2D
  double-buffering.
diff --git a/debian/copyright b/debian/copyright
index eeaa368..e5bd622 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Pierre Sarrazin 
 Source: http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html
 
 Files: *
-Copyright: 2001-2019 Pierre Sarrazin 
+Copyright: 2001-2024 Pierre Sarrazin 
 License: GPL-2+
 
 Files: debian/*
diff --git a/debian/libflatzebra-0.1-2v5.install b/debian/libflatzebra-0.1-2v5.install
deleted file mode 100644
index 39ba709..000
--- a/debian/libflatzebra-0.1-2v5.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libflatzebra*.so.*
diff --git a/debian/libflatzebra-dev.install b/debian/libflatzebra-dev.install
index 8963516..3980258 100644
--- a/debian/libflatzebra-dev.install
+++ b/debian/libflatzebra-dev.install
@@ -1,3 +1,3 @@
-usr/include/flatzebra-*/flatzebra/*.h   usr/include/flatzebra
+usr/include/flatzebra-*/*   usr/include/
 usr/lib/*/*.so
 usr/lib/*/pkgconfig/*
diff --git a/debian/watch b/debian/watch
index ab05500..f62b17a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=4
-http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html flatzebra-(.*)\.tar\.gz debian uupdate
+http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate


Bug#1082522: wildmidi: small packaging change suggestions

2024-09-21 Thread Patrice Duroux
Here with the patches, sorry.
diff --git a/debian/control b/debian/control
index 33e4177..e40a43d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 12),
cmake,
libasound2-dev [linux-any]
 Standards-Version: 4.5.0
-Homepage: https://www.mindwerks.net/projects/wildmidi/
+Homepage: https://github.com/Mindwerks/wildmidi
 Vcs-Browser: https://salsa.debian.org/games-team/WildMIDI
 Vcs-Git: https://salsa.debian.org/games-team/WildMIDI.git
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 66bfa03..c31e148 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,5 @@
 ---
-Bug-Database: https://github.com/psi29a/wildmidi/issues
-Bug-Submit: https://github.com/psi29a/wildmidi/issues/new
-Repository: https://github.com/psi29a/wildmidi.git
-Repository-Browse: https://github.com/psi29a/wildmidi
+Bug-Database: https://github.com/Mindwerks/wildmidi/issues
+Bug-Submit: https://github.com/Mindwerks/wildmidi/issues/new
+Repository: https://github.com/Mindwerks/wildmidi.git
+Repository-Browse: https://github.com/Mindwerks/wildmidi


Bug#1082522: wildmidi: small packaging change suggestions

2024-09-21 Thread Patrice Duroux
Source: wildmidi
Version: 0.4.3-1
Severity: minor
Tags: patch

Hi,

Here are 2 suggested patches to avoid the 404 homepage error and some
github redirection.

Thanks,
Patrice



Bug#1081959: josm-installer: add openjfx to Recommends or...

2024-09-16 Thread Patrice Duroux
So fast, great!
Regards,
Patrice

Le lun. 16 sept. 2024 à 20:26, Sebastiaan Couwenberg
 a écrit :
>
> Control: tags -1 pending
>
> Fix in git by adding openjfx to Depends like for the regular josm package.
>
> Kind Regards,
>
> Bas
>
> --
>   GPG Key ID: 4096R/6750F10AE88D4AF1
> Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1



Bug#1081961: josm-installer: move to a better placeholder for the downloaded jar (/var/lib/josm ...)

2024-09-16 Thread Patrice Duroux
Package: josm-installer
Version: 0.0.5+svn19018
Severity: wishlist

Hi,

Could be somewhere in /var a more compliant place for files not
included in a package, but downloaded, generated at installation, etc?

Question: is the .service/.timer for a regular updating of its version?
Why did I have to run josm-installer after a fresh install? Is that
not intended to be done also in .postinst?

Many thanks,
Patrice



Bug#1081959: josm-installer: add openjfx to Recommends or...

2024-09-16 Thread Patrice Duroux
Package: josm-installer
Version: 0.0.5+svn19018
Severity: minor

Hi,

Regarding the following issue after a fresh install on a Sid system:

$ josm
Using /usr/lib/jvm/java-21-openjdk-amd64/bin/java to execute josm.
Error occurred during initialization of boot layer
java.lang.module.FindException: Module javafx.web not found

and with any JRE (>= 11), it seems to require openjfx package to be installed.

Different ways to facilitate users:
- josm(-installer) should check/suggest(/install) openjfx when detecting JRE >
11,
- or at least have the openjfx package in its packaging recommends as JRE >= 11
is becoming very common.

Regards,
Patrice




-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.11-rc5-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages josm-installer depends on:
ii  default-jre [java11-runtime] 2:1.21-76
ii  fonts-noto   20201225-2
ii  openjdk-17-jre [java11-runtime]  17.0.13~6ea-1
ii  openjdk-21-jre [java11-runtime]  21.0.5~6ea-1
ii  proj-data9.5.0-1
ii  python3  3.12.5-1+b1
ii  python3-requests 2.32.3+dfsg-1

josm-installer recommends no packages.

josm-installer suggests no packages.

-- no debconf information



Bug#1081786: libplacebo: update d/watch file

2024-09-14 Thread Patrice Duroux
Source: libplacebo
Version: 7.349.0-2
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice.
diff --git a/debian/watch b/debian/watch
index 68697f9..e3b82af 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=4
-opts="uversionmangle=s/-rc/~rc/" \
-https://code.videolan.org/videolan/libplacebo/-/tags 
.*/libplacebo-v@ANY_VERSION@\.tar\.gz
+opts="searchmode=plain,uversionmangle=s/-rc/~rc/" \
+https://code.videolan.org/videolan/libplacebo/-/tags 
archive/[^/]+/@PACKAGE@@ANY_VERSION@\.tar\.gz


Bug#1081710: freeglut: update d/watch file (and new upstream 3.6.0)

2024-09-14 Thread Patrice Duroux
Source: freeglut
Version: 3.4.0-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index f14d45c..ea6d6dd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=4
-https://sf.net/freeglut freeglut-([\d.]+)\.tar\.gz
+opts="searchmode=plain" \
+https://sf.net/freeglut/ freeglut@ANY_VERSION@\.tar\.gz


Bug#1081460: libcanberra: update d/watch file

2024-09-11 Thread Patrice Duroux
Source: libcanberra
Version: 0.30-17
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 5ecac25..23d3ae2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
+opts="searchmode=plain" \
 https://0pointer.de/lennart/projects/@PACKAGE@/ \
@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


Bug#1081221: python3-tk: depends on both python3.12-tk and python3.13-tk?

2024-09-09 Thread Patrice Duroux
On Mon, 9 Sep 2024 20:27:01 +0200 Matthias Klose  wrote:
> On 09.09.24 17:11, Patrice Duroux wrote:
> > Package: python3-tk
> > Version: 3.12.5-3
> > Severity: minor
> > 
> > Hi,
> > 
> > Is this expected to depend on two versions at a time?
> > Same then for python3-gdbm.
> > Not sure if it has also something to do with #1073298.
> 
> yes, before the package had the extensions for the two versions in the 
> same package, now they are split across two packages. Nothing else changed.
> 

Is this a packaging change in progress or will upgrading bookworm to trixie pull
two python versions without being able to remove any due to such dependencies?
Do all python3-X the same?

Thanks for your patience.



Bug#1081221: python3-tk: depends on both python3.12-tk and python3.13-tk?

2024-09-09 Thread Patrice Duroux
Package: python3-tk
Version: 3.12.5-3
Severity: minor

Hi,

Is this expected to depend on two versions at a time?
Same then for python3-gdbm.
Not sure if it has also something to do with #1073298.

Regards,
Patrice

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.8-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-tk depends on:
ii  blt2.5.3+dfsg-7
ii  python33.12.5-1
ii  python3.12-tk  3.12.5-4
ii  python3.13-tk  3.13.0~rc1-4

python3-tk recommends no packages.

Versions of packages python3-tk suggests:
pn  python3-tk-dbg  
ii  tix 8.4.3-14

-- no debconf information



Bug#1081182: devscripts: uscan: does not support tar archive

2024-09-09 Thread Patrice Duroux
 Hi,

And it seems to be a consequence of debian/source/format (= 3.0 (quilt))
because without it here is the result:

$ uscan --force-download
uscan warn: Possible OpenPGP signature found at:
   https://elpa.gnu.org/packages/oauth2-0.17.tar.sig
 * Add opts=pgpsigurlmangle=s/$/.sig/ or opts=pgpmode=auto to debian/watch
 * Add debian/upstream/signing-key.asc.
 See uscan(1) for more details
uscan warn: Missing debian/source/format, switch compression to gzip
Successfully repacked ../oauth2-0.17.tar as
../emacs-oauth2_0.17.orig.tar.gz.
$ tar tf ../emacs-oauth2_0.17.orig.tar.gz
oauth2-0.17/
oauth2-0.17/oauth2.el
oauth2-0.17/NEWS
oauth2-0.17/oauth2-pkg.el
$ tar tf ../oauth2-0.17.tar
oauth2-0.17/
oauth2-0.17/oauth2.el
oauth2-0.17/NEWS
oauth2-0.17/oauth2-pkg.el

Patrice


On Sun, 08 Sep 2024 16:32:18 -0700 Xiyue Deng  wrote:
> Package: devscripts
> Version: 2.23.7
> Severity: wishlist
>
> Dear Maintainer,
>
> uscan doesn't seem to support archive without compression, e.g.  "*.tar"
> archive.  For example, archives in GNU ELPA (Emacs Lisp Package Archive)
> uses uncompressed tar files for release.  Given a watch file like below
>
> ,
> | version=4
> | https://elpa.gnu.org/packages/oauth2.html \
> | oauth2@ANY_VERSION@\.tar.* debian
> `
>
> Running "uscan --force-download" results in the following error:
>
> ,
> | $ uscan --force-download
> | uscan warn: Possible OpenPGP signature found at:
> |https://elpa.gnu.org/packages/oauth2-0.17.tar.sig
>  |  * Add
opts=pgpsigurlmangle=s/$/.sig/ or opts=pgpmode=auto to debian/watch
> |  * Add debian/upstream/signing-key.asc.
> |  See uscan(1) for more details
> | uscan: error: tar is not a supported compression
> `
>
> It would be great if uscan can support uncompressed archives.
>
>
> -- System Information:
> Debian Release: 12.7
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 6.1.0-25-amd64 (SMP w/16 CPU threads; PREEMPT)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE
not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages devscripts depends on:
> ii  dpkg-dev  1.21.22
> ii  fakeroot  1.31-1.2
> ii  file  1:5.44-3
> ii  gnupg 2.2.40-1.1
> ii  gpgv  2.2.40-1.1
> ii  libc6 2.36-9+deb12u8
> ii  libfile-dirlist-perl  0.05-3
> ii  libfile-homedir-perl  1.006-2
> ii  libfile-touch-perl0.12-2
> ii  libfile-which-perl1.27-2
> ii  libipc-run-perl   20220807.0-1
> ii  libmoo-perl   2.005005-1
> ii  libwww-perl   6.68-1
> ii  patchutils0.4.2-1
> ii  perl  5.36.0-7+deb12u1
> ii  python3   3.11.2-1+b1


Bug#1081064: libjaylink: update d/watch file

2024-09-07 Thread Patrice Duroux
Source: libjaylink
Version: 1.2.2-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 061540c..c701017 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=4
-https://gitlab.zapb.de/libjaylink/libjaylink/-/tags 
.*/[\d\.]+/libjaylink-([\d\.]+)\.tar\.bz2
+opts="searchmode=plain" \
+https://gitlab.zapb.de/libjaylink/libjaylink/tags 
-/archive/[\d\.]+/@PACKAGE@@ANY_VERSION@\.tar\.bz2


Bug#1081060: libqrtr-glib: update d/watch file

2024-09-07 Thread Patrice Duroux
Source: libqrtr-glib
Version: 1.2.2-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 28bac55..5ac5788 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
-https://gitlab.freedesktop.org/mobile-broadband/@PACKAGE@/-/tags?sort=updated_desc
 \
-.*/archive/\d\S+/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
+opts="searchmode=plain" \
+https://gitlab.freedesktop.org/mobile-broadband/@PACKAGE@/tags?sort=updated_desc
 \
+-/archive/[^/]+/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


Bug#1081059: libdecor-0: update d/watch file

2024-09-07 Thread Patrice Duroux
Source: libdecor-0
Version: 0.2.2-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 7842415..c59ef14 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts="filenamemangle=s%(?:.*?)?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
+opts="searchmode=plain,filenamemangle=s%(?:.*?)?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%"
 \
 https://gitlab.freedesktop.org/libdecor/libdecor/-/tags \
 archive/[0-9.]+/libdecor-@ANY_VERSION@\.tar\.gz


Bug#1076555: linux-image-6.9.9-amd64: boot crash RIP: 0010:kmem_cache_alloc

2024-09-07 Thread Patrice Duroux
Hi Ben,

All my attempts both after installing 6.9.9 on my current Sid system,
or using a snapshot of Sid at that time when linux-image-6.9.9 was pushed
(fastidious by the way) have failed. I am not able to get the issue again.

But since then it occurs to me that there was also a firmware update (fwupd)
for my Dell laptop system (1.32.0 to 1.34.0)

$ LC_ALL="C.UTF-8" fwupdmgr get-history
Dell Inc. Precision 7540
│
└─System Firmware:
  │   Device ID:  591f43f1e1ff1092daa9c95dd2b19488a82ae9e4
  │   Previous version:   1.32.0
  │   Update State:   Success
  │   Last modified:  2024-08-24 11:04
  │   GUID:   74992bad-d49d-4f82-bb77-bbe865bea34e
  │   Device Flags:   • Internal device
  │   • Updatable
  │   • System requires external power source
  │   • Supported on remote server
  │   • Needs a reboot after installation
  │   • Device is usable for the duration of the update
  │
  └─Precision 7X40 System Update:
New version:  1.34.0
Remote ID:lvfs
Release ID:   95810
Summary:  Firmware for the Dell Precision 7X40
License:  Proprietary
Size: 22.5 MB
Created:  2024-07-11
Urgency:  Critical
Vendor:   Dell
Release Flags:• Trusted metadata
Description:
This stable release fixes the following issues:

• This release contains security updates as disclosed in the
Dell Security Advisory.
Issue:DSA-2024-243
Checksum:
6a5fa4d418e93826767d42405c2a7ad8236647fa4fe85d570d3ae1ccc5dafafb

Could this actually be a fix?

Regards,
Patrice

Le jeu. 5 sept. 2024 à 02:14, Ben Hutchings  a écrit :
>
> On Mon, 2024-09-02 at 13:33 +0200, Patrice Duroux wrote:
> > Hi Ben,
> >
> > Le lun. 2 sept. 2024 à 00:59, Ben Hutchings  a écrit :
> [...]
> > > - There is a newer kernel version available in unstable now (6.10.6 or
> > > maybe 6.10.7 by the time you read this).  Does that fix the issue?
> >
> > Since then, I have upgraded and am now using the 6.11.x series from 
> > experimental
> > without experiencing this issue anymore.
>
> That's good news!  But 6.11 will not reach unstable for a few weeks.
>
> > > - Do these same error messages appear on every boot?
> >
> > Often, but not always. I was also not sure if it could be related to 
> > #1076561
> > that I had seen pass by at the same time.
>
> I don't see any connection with that bug.
>
> > > - If you prevent the dell_wmi_sysman module loading, by adding
> > > "blacklist=dell_wmi_sysman" to the kernel command line, do all of the
> > > error messages stop appearing?
> >
> > Would you like me to reinstall one of those kernel versions so as to
> > reproduce this issue
> > and try adding the option?
>
> Yes please.
>
> Ben.
>
> --
> Ben Hutchings
> Theory and practice are closer in theory than in practice - John Levine
>



Bug#1080362: gnome-shell-extension-weather: update d/watch file

2024-09-02 Thread Patrice Duroux
Source: gnome-shell-extension-weather
Version: 121-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 26fc4be..6c490f5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=4
-https://gitlab.com/skrewball/openweather/tags?sort=updated_desc 
archive/v?\d[\d.]+/openweather-v?([\d.]+)@ARCHIVE_EXT@
+opts=searchmode=plain \
+https://gitlab.com/skrewball/openweather/tags?sort=updated_desc 
-/archive/@ANY_VERSION@/openweather-v?[\d.]+@ARCHIVE_EXT@


Bug#1080361: wfrench: update d/watch file

2024-09-02 Thread Patrice Duroux
Source: wfrench
Version: 1.2.7-2
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index a102653..05bf42c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
 
-opts=filenamemangle=s/.*\/archive\/(\d\S+)\/wfrench.*\.tar\.gz/wfrench-$1\.tar\.gz/g
 \
-  https://gitlab.com/gpernot/wfrench/tags?sort=updated_desc 
.*/archive/(\d\S+)/.*\.tar\.gz.*
\ No newline at end of file
+opts=searchmode=plain,filenamemangle=s/.*\/archive\/(\d\S+)\/wfrench.*\.tar\.gz/wfrench-$1\.tar\.gz/g
 \
+  https://gitlab.com/gpernot/wfrench/tags?sort=updated_desc 
-/archive/@ANY_VERSION@/[^/]*\.tar\.gz


Bug#1076555: linux-image-6.9.9-amd64: boot crash RIP: 0010:kmem_cache_alloc

2024-09-02 Thread Patrice Duroux
Hi Ben,

Le lun. 2 sept. 2024 à 00:59, Ben Hutchings  a écrit :
>
> Control: tag -1 moreinfo
>
> On Mon, 29 Jul 2024 18:07:37 +0200 Patrice Duroux
>  wrote:
> > Hi Bastian,
> > Sorry I probably did something wrong with gnome-logs. Let's go then
> > with journalctl
> > and here are attached the complete log files, or at least I hope so!
> [...]
>
> OK, so we have:
>
> > WARNING: CPU: 11 PID: 541 at mm/page_alloc.c:4556 __alloc_pages+0x2a3/0x340
>
> This means something tried to allocate a chunk of kernel memory that is
> larger than the kernel page allocator supports.
>
> [...]
> >  acpi_ds_build_internal_buffer_obj+0xa5/0x170
> >  acpi_ds_eval_data_object_operands+0x13a/0x140
> >  acpi_ds_exec_end_op+0x440/0x500
> >  acpi_ps_parse_loop+0xfb/0x6b0
> >  acpi_ps_parse_aml+0x80/0x3d0
> >  acpi_ps_execute_method+0x13f/0x270
> >  acpi_ns_evaluate+0x128/0x2d0
> >  acpi_evaluate_object+0x14d/0x2f0
> >  __query_block+0x10a/0x1e0 [wmi]
> >  wmi_query_block+0x88/0xd0 [wmi]
> >  init_bios_attributes.part.0+0x55/0x2f0 [dell_wmi_sysman]
> >  sysman_init+0x158/0xff0 [dell_wmi_sysman]
> >  ? __pfx_sysman_init+0x10/0x10 [dell_wmi_sysman]
> >  do_one_initcall+0x58/0x320
> >  do_init_module+0x60/0x240
> >  init_module_from_file+0x89/0xe0
> >  idempotent_init_module+0x120/0x2b0
> >  __x64_sys_finit_module+0x5e/0xb0
>
> That happened during initialisation of the dell_wmi_sysman module.
>
> [...]
> > general protection fault, probably for non-canonical address 
> > 0x800771b66d9d7272:  [#1] PREEMPT SMP NOPTI
> > CPU: 11 PID: 521 Comm: (udev-worker) Tainted: GW  
> > 6.9.10-amd64 #1  Debian 6.9.10-1
> > Hardware name: Dell Inc. Precision 7540/0T2FXT, BIOS 1.32.0 04/01/2024
> > RIP: 0010:kmem_cache_alloc_node+0xed/0x360
> [...]
> > general protection fault, probably for non-canonical address 
> > 0x800771b66d9d7272:  [#2] PREEMPT SMP NOPTI
> > CPU: 11 PID: 696 Comm: fsck.ext4 Tainted: G  D W  6.9.10-amd64 
> > #1  Debian 6.9.10-1
> > Hardware name: Dell Inc. Precision 7540/0T2FXT, BIOS 1.32.0 04/01/2024
> > RIP: 0010:kmem_cache_alloc+0xd7/0x340
> [...]
>
> Then later on the kernel heap allocation crashes, suggesting memory
> corruption.  Maybe related to the first failure, maybe not.
>
> - There is a newer kernel version available in unstable now (6.10.6 or
> maybe 6.10.7 by the time you read this).  Does that fix the issue?

Since then, I have upgraded and am now using the 6.11.x series from experimental
without experiencing this issue anymore.

> - Do these same error messages appear on every boot?

Often, but not always. I was also not sure if it could be related to #1076561
that I had seen pass by at the same time.

> - If you prevent the dell_wmi_sysman module loading, by adding
> "blacklist=dell_wmi_sysman" to the kernel command line, do all of the
> error messages stop appearing?

Would you like me to reinstall one of those kernel versions so as to
reproduce this issue
and try adding the option?

Many thanks,
Patrice



Bug#1079937: pekka-kana-2: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: pekka-kana-2
Version: 1.2.7-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice

Note: this is still targeting the current upstream source unlike
suggested by #1079933
diff --git a/debian/watch b/debian/watch
index 0fb2ed9..1d7d304 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts=pgpsigurlmangle=s/$/.asc/ \
+opts=searchmode=plain \
   https://gitlab.com/coringao/pekka-kana-2/tags \
-  .*/pekka-kana-2-(\d\S+)\.(?:tar\.(?:gz|bz2))
+  
/coringao/pekka-kana-2/-/archive/[^/]+/@PACKAGE@@ANY_VERSION@\.(?:tar\.(?:gz|bz2))


Bug#1079918: Patch does not work!

2024-08-28 Thread Patrice Duroux

this one is working for me:

$ more debian/watch
version=4
opts="searchmode=plain" \
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 \
/tpo/applications/torbrowser-launcher/-/archive/v?\d[\d.]+/@PACKAGE@@ANY_VERSION@\.tar\.gz

$ uscan --report-status
uscan info: uscan (version 2.23.7) See uscan(1) for help
uscan info: Scan watch files in .
uscan info: Check debian/watch and debian/changelog in .
uscan info: package="torbrowser-launcher" version="0.3.7-3" (as seen in 
debian/changelog)
uscan info: package="torbrowser-launcher" version="0.3.7" (no epoch/revision)
uscan info: ./debian/changelog sets package="torbrowser-launcher" 
version="0.3.7"
uscan info: Process watch file at: debian/watch
package = torbrowser-launcher
version = 0.3.7
pkg_dir = .
uscan info: opts: searchmode=plain
uscan info: line: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 
/tpo/applications/torbrowser-launcher/-/archive/v?\d[\d.]+/torbrowser-launcher(?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))\.tar\.gz
uscan info: Parsing searchmode=plain
uscan info: line: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 
/tpo/applications/torbrowser-launcher/-/archive/v?\d[\d.]+/torbrowser-launcher(?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))\.tar\.gz
uscan info: Last orig.tar.* tarball version (from debian/changelog): 0.3.7
uscan info: Last orig.tar.* tarball version (dversionmangled): 0.3.7
uscan info: Requesting URL:
   
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
uscan info: redirections: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/tags?sort=updated_desc
uscan info: Found the following matching hrefs on the web page (newest first):
   
/tpo/applications/torbrowser-launcher/-/archive/v0.3.7/torbrowser-launcher-v0.3.7.tar.gz
 (0.3.7) index=0.3.7-1 
uscan info: Looking at $base = 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 with
$filepattern = 
/tpo/applications/torbrowser-launcher/-/archive/v?\d[\d.]+/torbrowser-launcher(?:[-_]?[Vv]?(\d[\-+\.:\~\da-zA-Z]*))\.tar\.gz
 found
$newfile = 
/tpo/applications/torbrowser-launcher/-/archive/v0.3.7/torbrowser-launcher-v0.3.7.tar.gz
$newversion  = 0.3.7
$lastversion = 0.3.7
uscan info: Unable to determine upstream url from redirections,
defaulting to using site specified in watch file
uscan info: Matching target for downloadurlmangle: 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/archive/v0.3.7/torbrowser-launcher-v0.3.7.tar.gz
uscan info: Upstream URL(+tag) to download is identified as
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/archive/v0.3.7/torbrowser-launcher-v0.3.7.tar.gz
uscan info: Filename (filenamemangled) for downloaded file: 
torbrowser-launcher-v0.3.7.tar.gz
uscan info: Newest version of torbrowser-launcher on remote site is 0.3.7, 
local version is 0.3.7
uscan info:  => Package is up to date from:
 => 
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/archive/v0.3.7/torbrowser-launcher-v0.3.7.tar.gz
uscan info: Scan finished

$ uscan --download-current-version
Newest version of torbrowser-launcher on remote site is 0.3.7, specified 
download version is 0.3.7
uscan warn: Possible OpenPGP signature found at:
   
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/archive/v0.3.7/torbrowser-launcher-v0.3.7.tar.gz.asc
 * Add opts=pgpsigurlmangle=s/$/.asc/ or opts=pgpmode=auto to debian/watch
 * Add debian/upstream/signing-key.asc.
 See uscan(1) for more details
Successfully symlinked ../torbrowser-launcher-v0.3.7.tar.gz to 
../torbrowser-launcher_0.3.7.orig.tar.gz.


Thanks,
Patrice
diff --git a/debian/watch b/debian/watch
index c7cfe8f..740d020 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=4
 opts="searchmode=plain" \
-https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 .*/v?\d[\d.]+/@PACKAGE@-v?(\d\S*)\.tar\.gz
+https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 
/tpo/applications/torbrowser-launcher/-/archive/v?\d[\d.]+/@PACKAGE@@ANY_VERSION@\.tar\.gz


Bug#1079918: Patch does not work!

2024-08-28 Thread Patrice Duroux
Strange, because in general I test everything in a git clone before submitting.
I think that your recent change is wrong also:

$ more debian/watch 
version=4
opts="searchmode=plain" \
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 .*/v?\d[\d.]+/@PACKAGE@-v?(\d\S*)\.tar\.gz

$ uscan --download-current-version
Newest version of torbrowser-launcher on remote site is 0.3.7, specified 
download version is 0.3.7
uscan warn: Possible OpenPGP signature found at:
   https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/

Bug#1079921: jumpnbump: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: jumpnbump
Version: 1.61-4
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 4635ad6..0f3d5bd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts="uversionmangle=s/\-/~/" \
+opts="searchmode=plain,uversionmangle=s/\-/~/" \
   https://gitlab.com/LibreGames/jumpnbump/-/tags \
-  
https://gitlab.com/LibreGames/jumpnbump/-/archive/(?:[\d\.]+?)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
+  
/LibreGames/jumpnbump/-/archive/(?:[\d\.]+?)/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


Bug#1079919: liborcus: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: liborcus
Version: 0.19.2-3
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 435ad94..3eed357 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
 version=4
 
-opts=downloadurlmangle=s|gitlab.com/orcus/orcus/repository/(@ANY_VERSION@)/archive.tar.gz|kohei.us/files/orcus/src/@PACKAGE@-$1.tar.xz|,repack,compression=xz
 \
-https://gitlab.com/orcus/orcus/tags?sort=updated_desc 
.*/archive/@ANY_VERSION@/.*\.tar\.gz.*
+opts=searchmode=plain,downloadurlmangle=s|gitlab.com/orcus/orcus/repository/(@ANY_VERSION@)/archive.tar.gz|kohei.us/files/orcus/src/@PACKAGE@-$1.tar.xz|,repack,compression=xz
 \
+https://gitlab.com/orcus/orcus/tags?sort=updated_desc \
+/orcus/orcus/-/archive/@ANY_VERSION@/[^/]+\.tar\.gz


Bug#1079918: torbrowser-launcher: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: torbrowser-launcher
Version: 0.3.7-2
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 11462c4..aec80d0 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=4
-https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 .*/v?(\d\S*)\.tar\.gz
+opts="searchmode=plain" \
+https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/tags?sort=updated_desc
 \
+/tpo/applications/torbrowser-launcher/-/archive/[^/]+/torbrowser-launcher@ANY_VERSION@\.tar\.gz


Bug#1079914: geoclue-2.0: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: geoclue-2.0
Version: 2.7.1-2
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 4532033..38c75c9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
-https://gitlab.freedesktop.org/geoclue/geoclue/tags \
+opts="searchmode=plain" \
+  https://gitlab.freedesktop.org/geoclue/geoclue/tags \
   /geoclue/geoclue/-/archive/(?:[\d\.]+)/geoclue-@ANY_VERSION@@ARCHIVE_EXT@


Bug#1079912: low-memory-monitor: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: low-memory-monitor
Version: 2.1-2
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 56cb21c..f5ac4e4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=4
 opts="searchmode=plain,downloadurlmangle=s/\".*//" \
-https://gitlab.freedesktop.org/hadess/low-memory-monitor/-/tags?format=atom 
/hadess/low-memory-monitor/uploads/(?:.*)/@PACKAGE@@any_vers...@.tar.xz
+https://gitlab.freedesktop.org/hadess/low-memory-monitor/-/tags?format=atom 
/uploads/[^/]+/@PACKAGE@@any_vers...@.tar.xz


Bug#1079911: remmina: update d/watch file

2024-08-28 Thread Patrice Duroux
Source: remmina
Version: 1.4.35+dfsg-2
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 33f6f690..00e51af4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,6 +1,8 @@
 version=4
-opts="dversionmangle=s%\+dfsg\d*$%%, \
+opts="searchmode=plain, \
+dversionmangle=s%\+dfsg\d*$%%, \
 
filenamemangle=s%.*\/archive\/v(\d\S+)\/Remmina.*\.tar\.gz%remmina-$1\.tar\.gz%,
 \
 repack, \
 repacksuffix=+dfsg" \
-https://gitlab.com/Remmina/Remmina/tags?sort=updated_desc 
.*/archive/v(\d\S+)/.*\.tar\.gz
+https://gitlab.com/Remmina/Remmina/tags?sort=updated_desc \
+/Remmina/Remmina/-/archive/[^/]+/Remmina@ANY_VERSION@\.tar\.gz


Bug#1079814: psmisc: update d/watch file

2024-08-27 Thread Patrice Duroux
Source: psmisc
Version: 23.7-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index be951ad..62f4a91 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
-opts=filenamemangle=s/.*\/archive\/v(\d\S+)\/psmisc.*\.tar\.gz/psmisc-$1\.tar\.gz/g
 \
-  https://gitlab.com/psmisc/psmisc/tags?sort=updated_desc 
.*/archive/v(\d\S+)/.*\.tar\.gz.*
+opts=searchmode=plain,filenamemangle=s/.*\/archive\/v(\d\S+)\/psmisc.*\.tar\.gz/psmisc-$1\.tar\.gz/g
 \
+  https://gitlab.com/psmisc/psmisc/tags?sort=updated_desc \
+  /psmisc/psmisc/-/archive/[Vv]?(\d[\.\d]*)/[^/]*\.tar\.gz


Bug#1079806: procps: update d/watch file

2024-08-27 Thread Patrice Duroux
Source: procps
Version: 2:4.0.4-5
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 42c354a..b5ffeac 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,6 @@
 # Rename this file to "watch" and then you can run the "uscan" command
 # to check for upstream updates and more.
 version=4
-opts=filenamemangle=s/.*\/procps-v([0-9.]+)\.tar\.gz/procps-$1\.tar\.gz/g \
-  https://gitlab.com/procps-ng/procps/tags?sort=updated_desc 
.*/archive/v[0-9.]+/procps-v([0-9.]+)\.tar\.gz
+opts="searchmode=plain" \
+ https://gitlab.com/procps-ng/procps/tags?sort=updated_desc \
+ /procps-ng/procps/-/archive/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@


Bug#1079803: dleyna: update d/watch file

2024-08-27 Thread Patrice Duroux
Source: dleyna
Version: 0.8.3-1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index 5086cd3..d934f7a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=4
-https://gitlab.gnome.org/World/dLeyna/tags 
.*/dLeyna-v?@ANY_VERSION@@ARCHIVE_EXT@
+opts="searchmode=plain" \
+ https://gitlab.gnome.org/World/dLeyna/tags \
+ /World/dLeyna/-/archive/[^/]+/dLeyna-v?@ANY_VERSION@@ARCHIVE_EXT@


Bug#1079802: xdg-utils: update d/watch file

2024-08-27 Thread Patrice Duroux
Source: xdg-utils
Version: 1.1.3-4.1
Severity: minor
Tags: patch

Hi,
Thanks for considering it.
Regards,
Patrice
diff --git a/debian/watch b/debian/watch
index cf35ec3..7e9cb42 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts="uversionmangle=s/-/~/" \
+opts="searchmode=plain" \
   https://gitlab.freedesktop.org/xdg/xdg-utils/-/tags \
-  (?:.*?/)?@PACKAGE@-v(\d[\d.]*(?:-[a-z]+\d*)?)\.tar\.gz
+  /xdg/@PACKAGE@/-/archive/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@


Bug#1079706: duplicity: update d/watch file

2024-08-26 Thread Patrice Duroux
Source: duplicity
Version: 2.1.4-3
Severity: minor
Tags: patch

Hi,
Thanks for considering it!
diff --git a/debian/watch b/debian/watch
index 48296462..13834f3c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,6 @@
 version=4
 
-https://gitlab.com/@PACKAGE@/@PACKAGE@/tags \
- .*/@PACKAGE@-rel\.@ANY_VERSION@@ARCHIVE_EXT@
+opts="searchmode=plain" \
+ https://gitlab.com/duplicity/@PACKAGE@/tags?sort=updated_desc \
+ /duplicity/@PACKAGE@/-/archive/[^/]+/@PACKAGE@-rel\.@ANY_VERSION@@ARCHIVE_EXT@
+


Bug#1079670: systemd: should restrict size of /dev tmpfs

2024-08-26 Thread Patrice Duroux
Hi,

Interesting to look also at:
https://codesearch.debian.net/search?q=%2Fdev%2Fnul%5B%5El%5D&literal=0

This reminds me of my hunt for mistakes like 2&>1 in place of 2>&1:
https://lists.debian.org/debian-qa/2023/02/msg00052.html
both in some packaging scripts and in upstream sources.
Many of them have since been resolved.

Regards,
Patrice

On Mon, 26 Aug 2024 15:22:47 +1000 Russell Coker  wrote:
> Package: systemd
> Version: 256.5-1
> Severity: minor
> 
> https://current.workingdirectory.net/posts/2024/who-ate-my-ram/
> 
> The above blog post from Planet Debian shows an issue that isn't that uncommon
> of running out of RAM due to writing to the wrong name under /dev (eg writing
> to /dev/nul).
> 
> While the script in question shouldn't do that it would be good to have the
> result of doing so not involve making a server unusable.
> 
> The command "mount -o remount,size=10m /dev" reduces the size and potential
> wasted RAM to 10M which prevents this sort of thing from becoming a serious
> problem and has no downsides that I can imagine.  10M should be more than
> enough for the systems with the largest numbers of devices.
> 
> I'm filing this bug report against systemd because it's related to boot
> scripts and I can't think of a better target.
> 
> -- Package-specific info:
> 
> -- System Information:
> Debian Release: trixie/sid
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 6.10.6-amd64 (SMP w/4 CPU threads; PREEMPT)
> Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8),
LANGUAGE=en_AU:en
> Shell: /bin/sh linked to /usr/bin/dash
> Init: unable to detect
> 
> Versions of packages systemd depends on:
> ii  libacl1    2.3.2-2
> ii  libapparmor1   3.1.7-1+b1
> ii  libaudit1  1:4.0.1-1
> ii  libblkid1  2.40.2-7
> ii  libc6  2.39-7
> ii  libcap2    1:2.66-5
> ii  libmount1  2.40.2-7
> ii  libpam0g   1.5.3-7
> ii  libseccomp2    2.5.5-1+b1
> ii  libselinux1    3.7-1+b1
> ii  libssl3t64 3.3.1-7
> ii  libsystemd-shared  256.5-1
> ii  libsystemd0    256.5-1
> ii  mount  2.40.2-7
> 
> Versions of packages systemd recommends:
> ii  dbus [default-dbus-system-bus]   1.14.10-4+b1
> ii  libzstd1 1.5.6+dfsg-1
> pn  linux-sysctl-defaults    
> pn  systemd-cryptsetup   
> ii  systemd-timesyncd [time-daemon]  256.5-1
> 
> Versions of packages systemd suggests:
> ii  libcryptsetup12 2:2.7.4-1
> ii  libgcrypt20 1.11.0-6
> ii  libidn2-0   2.3.7-2
> ii  liblz4-1    1.9.4-3



Bug#1076815: blank screen after upgrade to xrdp 0.10.0-2

2024-08-17 Thread Patrice Duroux
On Fri, 26 Jul 2024 14:38:05 +0100 Alex DEKKER  wrote:
> On 26/07/2024 12:42, Evgeni Andreyev wrote:
> >
> > Same here; filed a bug report upstream:
> > https://github.com/neutrinolabs/xrdp/issues/3178
> >
> > but am yet to get any answer.
> >
> > In my case, downgrading to 0.94.2-5/ 0.19.9 -1  DIDN'T resolve the issue.
> >
> > I still am not able to access the remote computer.
> >
> > Best
> > Eugene
> >
> >
> Check this:
> 
> https://github.com/neutrinolabs/xrdp/discussions/3179
> 
> Alex
> 

Hi,

Regarding my case, following:
https://github.com/neutrinolabs/xrdp/discussions/3179#discussioncomment-10159695
solves the issue.

Thanks!



Bug#831653: testdisk: please add Homepage field

2024-08-13 Thread Patrice Duroux
Hi,

Here is a patch for this.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.10.3-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages testdisk depends on:
ii  libc62.39-6
ii  libext2fs2t641.47.1-1
ii  libjpeg62-turbo  1:2.1.5-3
ii  libncursesw6 6.5-2
ii  libntfs-3g89t64  1:2022.10.3-3
ii  libtinfo66.5-2
ii  libuuid1 2.40.2-6
ii  ntfs-3g  1:2022.10.3-3
ii  zlib1g   1:1.3.dfsg+really1.3.1-1

testdisk recommends no packages.

testdisk suggests no packages.

-- no debconf information
diff --git a/testdisk-7.1/debian/control b/testdisk-7.1.pat/debian/control
index 724babc..89879e3 100644
--- a/testdisk-7.1/debian/control
+++ b/testdisk-7.1.pat/debian/control
@@ -5,6 +5,7 @@ Maintainer: Jean-Michel Kelbert 
 Uploaders: Roland Stigge 
 Build-Depends: debhelper (>= 9.20160114), e2fslibs-dev (>= 1.35-3), libncurses5-dev, libncursesw5-dev, ntfs-3g-dev [!hurd-i386], libjpeg-dev, uuid-dev, zlib1g-dev, dh-autoreconf, pkg-config
 Standards-Version: 4.3.0
+Homepage: https://www.cgsecurity.org/
 
 Package: testdisk
 Architecture: any


Bug#1078609: file: detect eCryptfs encoding

2024-08-13 Thread Patrice Duroux
Package: file
Version: 1:5.45-3
Severity: wishlist
Tags: upstream

Hi,

It would be a nice addition to have eCryptfs encoding detection.
This should help when recovering lost or misplaced files.
If it helps, the photorec command from the testdisk package is able to identify
such content
(recovered files have .eCryptfs extension)

Thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.10.3-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages file depends on:
ii  libc6 2.39-6
ii  libmagic1t64  1:5.45-3

file recommends no packages.



Bug#986073: pinball: broken symlink: /usr/share/doc/pinball/README -> README.md

2024-08-04 Thread Patrice Duroux
Package: pinball
Version: 0.3.20230219-1
Followup-For: Bug #986073

Dear Maintainer,

Here is a patch that should close this.

Thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages pinball depends on:
ii  libc62.39-6
ii  libgcc-s114.2.0-1
ii  libgl1   1.7.0-1+b1
ii  libltdl7 2.4.7-7+b1
ii  libsdl2-2.0-02.30.6+dfsg-1
ii  libsdl2-image-2.0-0  2.8.2+dfsg-1+b1
ii  libsdl2-mixer-2.0-0  2.8.0+dfsg-1+b2
ii  libstdc++6   14.2.0-1
ii  pinball-data 0.3.20230219-1

pinball recommends no packages.

Versions of packages pinball suggests:
pn  alsa-utils  
pn  pinball-table-gnu   
pn  pinball-table-hurd  
ii  xinit   1.4.2-1

-- no debconf information
From 3da4bd33266b97144fee04c86335b131acf843c8 Mon Sep 17 00:00:00 2001
From: Patrice Duroux 
Date: Sun, 4 Aug 2024 11:01:58 +0200
Subject: [PATCH] README was renamed README.md (Closes: #986073)

See https://sourceforge.net/p/pinball/code/ci/fda000e4bbc1d3150be6bf04be8d6c84ec6067c8/
---
 debian/pinball.docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pinball.docs b/debian/pinball.docs
index e845566..b43bf86 100644
--- a/debian/pinball.docs
+++ b/debian/pinball.docs
@@ -1 +1 @@
-README
+README.md
--
libgit2 1.7.2



Bug#1077864: gnome-core: lower dependency to gnome-themes-extra

2024-08-03 Thread Patrice Duroux
Package: gnome-core
Version: 1:46+2
Severity: wishlist

Dear Maintainer,

gnome-themes-extra is described as 'Adwaita GTK 2 theme - engine'
and it would be nice to be able to remove some unused GTK 2 packages
without removing gnome-core itself.

Thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-core depends on:
ii  adwaita-icon-theme46.0-1
ii  at-spi2-core  2.52.0-1
ii  baobab46.0-1
ii  dconf-cli 0.40.0-4+b2
ii  dconf-gsettings-backend   0.40.0-4+b2
ii  eog   45.3-1
ii  evince46.3.1-1
ii  evolution-data-server 3.53.2-1
ii  fonts-inter-variable  4.0+ds-2
ii  gdm3  46.2-1
ii  gkbd-capplet  3.28.1-1+b1
ii  glib-networking   2.80.0-1
ii  gnome-backgrounds 46.0-1
ii  gnome-bluetooth-sendto46.0-1
ii  gnome-calculator  1:46.1-1
ii  gnome-characters  46.0-1
ii  gnome-console 46.0-1
ii  gnome-contacts46.0-2
ii  gnome-control-center  1:46.3-1
ii  gnome-disk-utility46.0-1+b3
ii  gnome-font-viewer 46.0-1
ii  gnome-keyring 46.1-2
ii  gnome-logs45.0-1
ii  gnome-menus   3.36.0-1.1+b2
ii  gnome-online-accounts 3.50.2-1
ii  gnome-session 46.0-5
ii  gnome-settings-daemon 46.0-5
ii  gnome-shell   46.3.1-4
ii  gnome-shell-extensions46.2-3
ii  gnome-software46.3-1
ii  gnome-sushi   46.0-1
ii  gnome-system-monitor  46.0-1
ii  gnome-terminal3.52.2-1
ii  gnome-text-editor 46.3-1
pn  gnome-themes-extra
ii  gnome-user-docs   46.1-1
ii  gnome-user-share  47~alpha-1
ii  gsettings-desktop-schemas 47~beta-1
ii  gstreamer1.0-packagekit   1.3.0-1
ii  gstreamer1.0-plugins-base 1.24.6-1
ii  gstreamer1.0-plugins-good 1.24.6-1
ii  gvfs-backends 1.54.2-2
ii  gvfs-fuse 1.54.2-2
ii  libatk-adaptor2.52.0-1
ii  libcanberra-pulse 0.30-17
ii  libglib2.0-bin2.81.1-3
ii  libpam-gnome-keyring  46.1-2
ii  libproxy1-plugin-gsettings0.5.7-1
ii  libproxy1-plugin-webkit   0.5.7-1
ii  librsvg2-common   2.58.0+dfsg-1
ii  nautilus  46.2-3
ii  pipewire-audio1.2.2-1
ii  sound-theme-freedesktop   0.8-3
ii  system-config-printer-common  1.5.18-3
ii  system-config-printer-udev1.5.18-3
ii  totem 43.0-3+b1
ii  tracker   3.7.3-2
ii  xdg-desktop-portal-gnome  46.2-3
ii  yelp  42.2-1+b2
ii  zenity4.0.2-1

Versions of packages gnome-core recommends:
ii  chromium [gnome-www-browser] 127.0.6533.88-1
ii  firefox [gnome-www-browser]  128.0.3-2
ii  fonts-cantarell  0.303.1-2
ii  libproxy1-plugin-networkmanager  0.5.7-1
ii  low-memory-monitor   2.1-2+b1
ii  network-manager-gnome1.36.0-1

Versions of packages gnome-core suggests:
ii  gnome  1:46+2

-- no debconf information



Bug#1077805: adequate: Unexpected output from /usr/sbin/update-binfmts --display: " mask = "

2024-08-02 Thread Patrice Duroux


same here ;-)
But I am not sure about the "trailing" space :

$ /usr/sbin/update-binfmts --display | cat -A
cli (enabled):$
 package = mono-runtime$
type = magic$
  offset = 0$
   magic = MZ$
mask = $
 interpreter = /usr/bin/cli$
detector = /usr/lib/cli/binfmt-detector-cli$
jar (enabled):$
 package = openjdk-11$
type = magic$
  offset = 0$
   magic = PK\x03\x04$
mask = $
 interpreter = /usr/bin/jexec$
detector = $
llvm-16-runtime.binfmt (enabled):$
 package = llvm-16-runtime$
type = magic$
  offset = 0$
   magic = BC$
mask = $
 interpreter = /usr/bin/lli-16$
detector = $
llvm-17-runtime.binfmt (enabled):$
 package = llvm-17-runtime$
type = magic$
  offset = 0$
   magic = BC$
mask = $
 interpreter = /usr/bin/lli-17$
detector = $
love (enabled):$
 package = love$
type = extension$
  offset = 0$
   magic = love$
mask = $
 interpreter = /usr/bin/love$
detector = $
python3.12 (enabled):$
 package = python3.12$
type = magic$
  offset = 0$
   magic = \xcb\x0d\x0d\x0a$
mask = $
 interpreter = /usr/bin/python3.12$
detector = $
wine (enabled):$
 package = wine$
type = magic$
  offset = 0$
   magic = MZ$
mask = $
 interpreter = /usr/bin/wine$
detector = $

Could this be a consequence of:
https://salsa.debian.org/debian/adequate/-/commit/9455382d8b8b60372dc0aabb802d5993e161bac3
?

Regards,
Patrice



Bug#1077160: passenger: warns for security vulnerability

2024-07-26 Thread Patrice Duroux
Package: passenger
Version: 6.0.17+ds-1
Severity: normal

Hi,

This is like a follow-up to #1029715.

Here is what log message says:

A security update is available for your version (6.0.17) of Phusion
Passenger(R). We strongly recommend upgrading to version 6.0.22.
Additional security update check information:
- [Fixed in 6.0.19] [CVE-2023-38545] A vulnerability existed in
libcurl before 8.4.0 which was the library used for Passenger proxy
functionality. Exploiting this vulnerability would require two
preconditions. First a SOCKS5 proxy to be configured for Passenger
licensing, anonymous telemetry, or security update check which is not
the default but is possible. Second the attacker would need to cause
Passenger to use an attacker-controlled URL when performing these
requests. Causing Passenger to use non-standard urls requires that the
attacker already have code execution on the Passenger host, or control
of the Passenger config. If exploited this vulnerability could lead to
code execution, due to buffer overflow.

Many thanks,
Patrice



Bug#1076555: linux-image-6.9.9-amd64: boot crash RIP: 0010:kmem_cache_alloc

2024-07-24 Thread Patrice Duroux
Hi,

Again with 6.9.10-1.

Regards,
Patrice

20:16:28 kernel: Intel(R) Wireless WiFi driver for Linux
20:16:28 kernel: DR3:  DR6: fffe0ff0 DR7: 
0400
20:16:28 kernel: DR0:  DR1:  DR2: 

20:16:28 kernel: CR2: 7f4331797d60 CR3: 000114e42003 CR4: 
003706f0
20:16:28 kernel: CS:  0010 DS:  ES:  CR0: 80050033
20:16:28 kernel: FS:  7fc1223d67c0() GS:8e344c58() 
knlGS:
20:16:28 kernel: R13:  R14: 0048 R15: 
8e30c0045600
20:16:28 kernel: R10: aac780943910 R11:  R12: 
0cc0
20:16:28 kernel: RBP: aac780943878 R08:  R09: 
0cc0
20:16:28 kernel: RDX: 0137e00b RSI: 0003a6c0 RDI: 
800771b66d9d7252
20:16:28 kernel: RAX: 800771b66d9d7272 RBX: 286cc5615d138dad RCX: 
8e30c0090d80
20:16:28 kernel: RSP: 0018:aac780943830 EFLAGS: 00010286
20:16:28 kernel: Code: 01 00 00 41 83 fd ff 74 10 48 8b 00 48 c1 e8 36 41 39 c5 
0f 85 db 01 00 00 41 8b 47 28 49 8b 9f b8 00 00 00 49 8b 37 48 01 f8 <48> 33 18 
48 89 c1 48 89 f8 48 0f c9 48 31 cb 48 8d 8a 00 20 00 00
20:16:28 kernel: RIP: 0010:kmem_cache_alloc_node+0xed/0x360
20:16:28 kernel: ---[ end trace  ]---
20:16:28 kernel:  sd_mod amdxcp drm_exec i915 ahci gpu_sched hid_generic nvme 
libahci drm_buddy i2c_algo_bit crc32_pclmul drm_suballoc_helper nvme_core 
crc32c_intel drm_display_helper t10_pi cec libata ghash_clmulni_intel rc_core 
crc64_rocksoft_generic drm_ttm_helper sha512_ssse3 crc64_rocksoft ttm 
i2c_hid_acpi crc_t10dif rtsx_pci_sdmmc i2c_hid xhci_pci sha512_generic 
crct10dif_generic xhci_hcd scsi_mod mmc_core drm_kms_helper hid intel_lpss_pci 
video crct10dif_pclmul i2c_i801 sha256_ssse3 intel_lpss crc64 drm thunderbolt 
usbcore e1000e sha1_ssse3 rtsx_pci i2c_smbus crct10dif_common scsi_common 
idma64 usb_common battery wmi button aesni_intel crypto_simd cryptd
20:16:28 kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card2/input21
20:16:28 kernel: Modules linked in: snd_hda_codec_hdmi uvcvideo(+) 
snd_pcm_dmaengine sha3_generic rapl snd_hda_intel jitterentropy_rng(+) 
videobuf2_vmalloc joydev dell_laptop(+) uvc intel_cstate dell_wmi 
videobuf2_memops mei_hdcp mei_pxp mei_wdt intel_rapl_msr cfg80211 
dell_smm_hwmon intel_uncore videobuf2_v4l2 snd_intel_dspcfg dell_smbios 
snd_intel_sdw_acpi drbg dell_wmi_sysman(-) dell_wmi_ddv videodev 
processor_thermal_device_pci_legacy
20:16:28 kernel:  
20:16:28 kernel: R13: ff08 R14: 7ffce5acd0a0 R15: 
0075
20:16:28 kernel: R10: 0003 R11: 0246 R12: 
7fc1225b1ee0
20:16:28 kernel: RBP: 7fc1225b2030 R08:  R09: 
0001
20:16:28 kernel: RDX: 1000 RSI: 56539c71e9c0 RDI: 
0004
20:16:28 kernel: RAX: ffda RBX: 56539c70f2c0 RCX: 
7fc1224d30fd
20:16:28 kernel: RSP: 002b:7ffce5accf48 EFLAGS: 0246 ORIG_RAX: 

20:16:28 kernel: Code: 21 fd 0d 00 f7 d8 64 89 02 b8 ff ff ff ff eb bb e8 38 9a 
01 00 0f 1f 84 00 00 00 00 00 80 3d 49 7f 0e 00 00 74 17 31 c0 0f 05 <48> 3d 00 
f0 ff ff 77 5b c3 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec
20:16:28 kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card2/input20
20:16:28 kernel: RIP: 0033:0x7fc1224d30fd
20:16:28 kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
20:16:28 kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card2/input19
20:16:28 kernel:  vfs_read+0x23a/0x370
20:16:28 kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card2/input18
20:16:28 kernel:  acpi_ds_exec_end_op+0x162/0x500
20:16:28 kernel: Call Trace:
20:16:28 kernel: DR3:  DR6: fffe0ff0 DR7: 
0400
20:16:28 kernel: DR0:  DR1:  DR2: 

20:16:28 kernel: CR2: 7f4331797d60 CR3: 000114e42003 CR4: 
003706f0
20:16:28 kernel: CS:  0010 DS:  ES:  CR0: 80050033
20:16:28 kernel: FS:  7fc1223d67c0() GS:8e344c58() 
knlGS:
20:16:28 kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card2/input17
20:16:28 kernel: R13: 0dc0 R14: 0048 R15: 

20:16:28 kernel: R10: 8e3141f35658 R11: aac7816f3a90 R12: 
8e30c0045600
20:16:28 kernel: RBP: aac7816f3960 R08: 0001 R09: 

20:16:28 kernel: RDX: 0137e00b RSI: 0003a6c0 RDI: 
800771b66d9d7252
20:16:28 kernel: RAX: 800771b66d9d7272 RBX: 286cc5615d138dad RCX: 
0014
20:16:28 kernel: RSP: 0018:aac7816f3910 EFLAGS: 00010286
20:16:28 kernel: Code: 83 78 10 00 48 8b 38 0f 84 14 02 00 00 48 85 ff 0f 8

Bug#1076815: xrdp: upgrading to 0.10.0-2 breaks (new) connection

2024-07-23 Thread Patrice Duroux
I forgot that also downgrading to 0.9.24-5 (and xorgxrdp 1:0.9.19-1)
solved this.



Bug#1076815: xrdp: upgrading to 0.10.0-2 breaks (new) connection

2024-07-23 Thread Patrice Duroux
Package: xrdp
Version: 0.10.0-2
Severity: minor

Hi,

1. During the apt upgrade, the xrdp.service was restarted twice:

Restarting services...
 systemctl restart accounts-daemon.service acpid.service atd.service
autofs.service avahi-daemon.service clamav-daemon.service
colord.service containerd.service cron.service cups.service
exim4.service gnome-remote-desktop.service low-memory-monitor.service
mpt-statusd.service munge.service nmbd.service nslcd.service
packagekit.service polkit.service rpcbind.service rpc-statd.service
rsyslog.service rtkit-daemon.service smartmontools.service
smbd.service ssh.service switcheroo-control.service
systemd-resolved.service systemd-timesyncd.service
systemd-udevd.service udisks2.service upower.service xrdp.service
xrdp.service xrdp-sesman.service x2goserver.service
zabbix-agent.service
Failed to restart xrdp-sesman.service: Unit xrdp-sesman.service not found.

But I do not remember if it was already the case in previous versions.
What I am sure of is that:
Failed to restart xrdp-sesman.service: Unit xrdp-sesman.service not found.
was already there.

2. No more able to connect (both Windows clients or Linux/Remmina):

Users are getting a Connection Log message. Testing myself with
Linux/Remmina client here is what I can see in /var/log/xrdp.log

[2024-07-23T17:04:39.353+0200] [INFO ] Connected client computer name: XX
[2024-07-23T17:04:39.358+0200] [INFO ] client supports gfx protocol
[2024-07-23T17:04:39.360+0200] [WARN ] Physical desktop dimensions
(0x0) are invalid
[2024-07-23T17:04:39.362+0200] [WARN ] Received [MS-RDPBCGR]
TS_UD_HEADER type 0xc006 is unknown (ignored)
[2024-07-23T17:04:39.364+0200] [WARN ] Received [MS-RDPBCGR]
TS_UD_HEADER type 0xc00a is unknown (ignored)
[2024-07-23T17:04:39.403+0200] [INFO ] xrdp_load_keyboard_layout:
Keyboard information sent by the RDP client, keyboard_type:[0x04],
keyboard_subtype:[0x00], keylayout:[0x0409]
[2024-07-23T17:04:39.409+0200] [INFO ] xrdp_load_keyboard_layout:
model [] variant [] layout [us] options []
[2024-07-23T17:04:39.411+0200] [INFO ] Non-TLS connection established
from [:::10.6.52.23]:44488 with security level : high
[2024-07-23T17:04:39.687+0200] [INFO ] Client supports single-screen
resizes by xrdp
[2024-07-23T17:04:39.697+0200] [INFO ] xrdp_caps_process_pointer:
client supports new(color) cursor
[2024-07-23T17:04:39.702+0200] [INFO ]
xrdp_process_offscreen_bmpcache: support level 1 cache size 7864320 MB
cache entries 2000
[2024-07-23T17:04:39.707+0200] [INFO ] xrdp_caps_process_codecs:
RemoteFX(76772F12-BD72-4463-AFB3-B73C9C6F7886), codec id [3],
properties len [49]
[2024-07-23T17:04:39.711+0200] [WARN ] Client Capability: not enough
orders supported by client, client wants off screen bitmap but
offscreen bitmaps disabled
[2024-07-23T17:04:39.714+0200] [INFO ] Client Capability:
LARGE_POINTER_FLAG_96x96 supported
[2024-07-23T17:04:39.783+0200] [INFO ] Loading keymap file
/etc/xrdp/km-0409.ini
[2024-07-23T17:04:39.801+0200] [WARN ] local keymap file for
0x0409 found and doesn't match built in keymap, using local keymap
file
[2024-07-23T17:04:39.807+0200] [WARN ] No information is available to
determine login screen DPI
[2024-07-23T17:04:39.811+0200] [WARN ] No DPI value is available to
find login font
[2024-07-23T17:04:39.813+0200] [WARN ] Using the default_dpi of 96
[2024-07-23T17:04:39.856+0200] [INFO ] xrdp_egfx_create: error 0 channel_id 1
[2024-07-23T17:04:39.459+0200] [INFO ] xrdp_mm_egfx_caps_advertise:
[2024-07-23T17:04:39.460+0200] [INFO ]   version 0x00080004 flags
0x0002 (index: 0)
[2024-07-23T17:04:39.460+0200] [INFO ]   version 0x00080105 flags
0x0002 (index: 1)
[2024-07-23T17:04:39.460+0200] [INFO ]   version 0x000a0002 flags
0x0022 (index: 2)
[2024-07-23T17:04:39.461+0200] [INFO ]   version 0x000a0200 flags
0x0022 (index: 3)
[2024-07-23T17:04:39.461+0200] [INFO ]   version 0x000a0301 flags
0x0020 (index: 4)
[2024-07-23T17:04:39.461+0200] [INFO ]   version 0x000a0400 flags
0x0022 (index: 5)
[2024-07-23T17:04:39.461+0200] [INFO ]   version 0x000a0502 flags
0x0022 (index: 6)
[2024-07-23T17:04:39.461+0200] [INFO ]   version 0x000a0600 flags
0x0022 (index: 7)
[2024-07-23T17:04:39.462+0200] [INFO ]   version 0x000a0601 flags
0x0022 (index: 8)
[2024-07-23T17:04:39.462+0200] [INFO ] unknown version 0x000a0601
[2024-07-23T17:04:39.462+0200] [INFO ]   version 0x000a0701 flags
0x0022 (index: 9)
[2024-07-23T17:04:39.462+0200] [INFO ]   replying version 0x000a0701
flags 0x0022
[2024-07-23T17:04:39.462+0200] [INFO ] xrdp_mm_egfx_caps_advertise:
xrdp_egfx_send_capsconfirm error 0 best_index 9
[2024-07-23T17:04:39.463+0200] [INFO ] xrdp_egfx_reset_graphics:
[2024-07-23T17:04:39.463+0200] [INFO ] xrdp_egfx_reset_graphics: width
1872 height 972 monitorcount 1
[2024-07-23T17:04:39.463+0200] [INFO ] xrdp_mm_egfx_caps_advertise:
xrdp_egfx_send_reset_graphics error 0 monitorCount 0
[2024-07-23T17:04:39.463+0200] [INFO ] xrdp_mm_egfx_create_surfaces:
map 

Bug#1076555: linux-image-6.9.9-amd64: boot crash RIP: 0010:kmem_cache_alloc

2024-07-18 Thread Patrice Duroux
Package: src:linux
Version: 6.9.9-1
Severity: minor

Dear Maintainer,

I just faced this boot problem on my sid system for the first time
since I updated the Linux kernel a few days ago.

I do not know if it could be something related to some hardware failure
or a possible software bug in the linux kernel or a service.

Regards,
Patrice

-- Package-specific info:
** Version:
Linux version 6.9.9-amd64 (debian-ker...@lists.debian.org)
(x86_64-linux-gnu-gcc-13 (Debian 13.3.0-3) 13.3.0, GNU ld (GNU
Binutils for Debian) 2.42.50.20240710) #1 SMP
PREEMPT_DYNAMIC Debian 6.9.9-1 (2024-07-13)

** Command line:
initrd=\be351e757dc049ffa300ddbaf0f4856a\6.9.9-amd64\initrd.img-6.9.9-amd64
root=UUID=2b8c6592-0954-4ecd-977d-738c855f3dff ro quiet splash
systemd.machine_id=be351e757d
c049ffa300ddbaf0f4856a

** Not tainted

** Kernel log:
[   12.039117] usb 1-11: Found UVC 1.50 device Integrated_Webcam_HD (1bcf:28c4)
[   12.059706] Intel(R) Wireless WiFi driver for Linux
[   12.059850] iwlwifi :6f:00.0: enabling device ( -> 0002)
[   12.068383] iwlwifi :6f:00.0: Detected crf-id 0x3617, cnv-id
0x100530 wfpm id 0x8000
[   12.068487] iwlwifi :6f:00.0: PCI dev 2723/4080, rev=0x340, rfid=0x10a100
[   12.073697] iwlwifi :6f:00.0: TLV_FW_FSEQ_VERSION: FSEQ
Version: 89.3.35.37
[   12.074053] iwlwifi :6f:00.0: firmware: failed to load
iwl-debug-yoyo.bin (-2)
[   12.074160] iwlwifi :6f:00.0: firmware: failed to load
iwl-debug-yoyo.bin (-2)
[   12.074162] iwlwifi :6f:00.0: loaded firmware version
77.a20fb07d.0 cc-a0-77.ucode op_mode iwlmvm
[   12.080445] Bluetooth: Core ver 2.22
[   12.080462] NET: Registered PF_BLUETOOTH protocol family
[   12.080463] Bluetooth: HCI device and connection manager initialized
[   12.080466] Bluetooth: HCI socket layer initialized
[   12.080468] Bluetooth: L2CAP socket layer initialized
[   12.080470] Bluetooth: SCO socket layer initialized
[   12.113923] usb 1-11: Found UVC 1.50 device Integrated_Webcam_HD (1bcf:28c4)
[   12.131467] usbcore: registered new interface driver uvcvideo
[   12.277127] iwlwifi :6f:00.0: Detected Intel(R) Wi-Fi 6 AX200
160MHz, REV=0x340
[   12.277169] thermal thermal_zone10: failed to read out thermal zone (-61)
[   12.351469] EXT4-fs (sda): mounted filesystem
cd65fcb3-29d2-4aa9-9283-c5779d95a14f r/w with ordered data mode. Quota
mode: none.
[   12.388912] audit: type=1400 audit(1721324237.855:2):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/bin/lxc-start" pid=776 comm="apparmo
r_parser"
[   12.388933] audit: type=1400 audit(1721324237.855:3):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/bin/lxc-copy" pid=775 comm="apparmor
_parser"
[   12.389739] audit: type=1400 audit(1721324237.859:4):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="torbrowser_tor" pid=772 comm="apparmor_pa
rser"
[   12.389938] audit: type=1400 audit(1721324237.859:5):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="nvidia_modprobe" pid=769 comm="apparmor_p
arser"
[   12.389942] audit: type=1400 audit(1721324237.859:6):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="nvidia_modprobe//kmod" pid=769 comm="appa
rmor_parser"
[   12.389943] audit: type=1400 audit(1721324237.859:7):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="lsb_release" pid=767 comm="apparmor_parse
r"
[   12.390294] audit: type=1400 audit(1721324237.859:8):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="/usr/bin/man" pid=777 comm="apparmor_pars
er"
[   12.390297] audit: type=1400 audit(1721324237.859:9):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="man_filter" pid=777 comm="apparmor_parser
"
[   12.390299] audit: type=1400 audit(1721324237.859:10):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="man_groff" pid=777 comm="apparmor_parser
"
[   12.390943] audit: type=1400 audit(1721324237.859:11):
apparmor="STATUS" operation="profile_load" profile="unconfined"
name="passt" pid=778 comm="apparmor_parser"
[   12.426669] iwlwifi :6f:00.0: Detected RF HR B3, rfid=0x10a100
[   12.497639] iwlwifi :6f:00.0: base HW address: 5c:80:b6:e9:d7:d9
[   12.568334] input: ACPI Virtual Keyboard Device as
/devices/virtual/input/input22
[   12.683306] input: HDA Intel PCH Headphone Mic as
/devices/pci:00/:00:1f.3/sound/card0/input23
[   12.683354] input: HDA Intel PCH HDMI/DP,pcm=3 as
/devices/pci:00/:00:1f.3/sound/card0/input24
[   12.684214] input: HDA Intel PCH HDMI/DP,pcm=7 as
/devices/pci:00/:00:1f.3/sound/card0/input25
[   12.684261] input: HDA Intel PCH HDMI/DP,pcm=8 as
/devices/pci:00/:00:1f.3/sound/card0/input26
[   12.705467] usb 1-14: USB disconnect, device number 4
[   12.718264] block nvme0n1: No UUID available providing old NGUID
[   12.718973] iwlwifi :6f:00.0 wlp111s0: renamed from wlan0
[   12.727856] usbcore: registered new interface driver btusb
[

Bug#1075911: network-manager-openconnect: two minor wishes for its homepage and description

2024-07-07 Thread Patrice Duroux
Package: network-manager-openconnect
Version: 1.2.10-3+b1
Severity: wishlist

Dear Maintainer,

1. The homepage is currently defined as:
https://www.gnome.org/projects/NetworkManager/
in d/control file and it redirects me (strangely!) to:
https://apps.gnome.org/fr/

It could be better here:
https://wiki.gnome.org/Projects/NetworkManager

Or even more here:
https://networkmanager.dev/docs/vpn/

2. In its long description it does not mention Fortinet contrary to the
openconnect package.
It could help users having trouble[1] with network-manager-fortisslvpn as a
nice working alternative to it.

Regards,
Patrice

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069693


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.7-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages network-manager-openconnect depends on:
ii  adduser  3.137
ii  libc62.38-14
ii  libglib2.0-0t64  2.80.3-1
ii  libnm0   1.48.4-1
ii  libopenconnect5  9.12-2
ii  network-manager  1.48.4-1
ii  openconnect  9.12-2

network-manager-openconnect recommends no packages.

network-manager-openconnect suggests no packages.

-- no debconf information



Bug#1075902: adequate: wrong logic in .prerm

2024-07-07 Thread Patrice Duroux
Package: adequate
Version: 0.15.13
Severity: minor

Dear Maintainer,

There is currently:
[ $1 = upgrade ] || rm -f /var/lib/adequate/pending

should be:
[ $1 = upgrade ] && rm -f /var/lib/adequate/pending

No?

Also, using apt to upgrade adequate it was launched at the end by apt
probably due to /etc/apt/apt.conf.d/20adequate

But the first directive in this file is:
Adequate::Enabled "false";

So this is strange to me.

Many thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.7-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages adequate depends on:
ii  debconf  1.5.86
ii  libc62.38-14

Versions of packages adequate recommends:
ii  pkgconf  1.8.1-3

adequate suggests no packages.

-- no debconf information



Bug#1074140: /usr/bin/uscan: Couldn't chdir

2024-06-23 Thread Patrice Duroux
Package: devscripts
Version: 2.23.7
Severity: wishlist
File: /usr/bin/uscan

Hi,

Another strange message is also easy to reproduce by replacing the
first record's version in the d/changelog
by, for instance, the word VERSION (like provided by the template
using dch --create):
$ uscan
uscan: warning: debian/changelog(l1): version 'VERSION' is
invalid: version number does not start with digit
LINE: audacious (VERSION) unstable; urgency=medium
uscan warn: Couldn't chdir audacious, skipping: No such file or directory

Not clear to me what this last chdir error is related to.

Thanks,
Patrice



Bug#1074139: /usr/bin/uscan: confusing warn: No watch file found

2024-06-23 Thread Patrice Duroux
Package: devscripts
Version: 2.23.7
Severity: wishlist
File: /usr/bin/uscan

Dear Maintainer,

That is easy to reproduce in any packaging environment:

$ uscan
Newest version of audacious on remote site is 4.4, local version is 4.3.1
 => Newer package available from:
=> https://distfiles.audacious-media-player.org/audacious-4.4.tar.bz2
Successfully symlinked ../audacious-4.4.tar.bz2 to
../audacious_4.4.orig.tar.bz2.
$ mv debian/changelog debian/changelog.bak
$ uscan
uscan warn: Problems reading debian/changelog in ., skipping
uscan warn: No watch file found

A possible cascade with the first.
It is also sometimes not clear if warn is an error.

Regards,
Patrice


-- Package-specific info:

--- /etc/devscripts.conf ---
Empty.

--- ~/.devscripts ---
Not present



Bug#1073848: malcontent: package the NEWS file

2024-06-19 Thread Patrice Duroux
Package: malcontent
Version: 0.12.0-1.1
Severity: wishlist

Dear Maintainer,

I think it would be a plus.

Thanks,
Patrice



Bug#1072911: slurmd: stopping slurmd does not stop slurmstepd

2024-06-10 Thread Patrice Duroux
Package: slurmd
Version: 22.05.8-4+deb12u2
Severity: wishlist

Dear Maintainer,

Doing a 'service slurmd stop' stops the slurmd process but there is
still a slurmstepd process running.
Is that expected?
As far as the content of slurmd.service is concerned, it is not clear
to me what is the relationship between the two. If slurmd should control
slurmstepd then it may be a upstream issue.

Regards,
Patrice

-- System Information:
Debian Release: 12.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.7.12+bpo-amd64 (SMP w/32 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages slurmd depends on:
ii  libc62.36-9+deb12u7
ii  libhwloc15   2.10.0-1~bpo12+1
ii  liblz4-1 1.9.4-1
ii  libnuma1 2.0.16-1
ii  libpam0g 1.5.2-6+deb12u1
ii  munge0.5.15-2
ii  slurm-wlm-basic-plugins  22.05.8-4+deb12u2
ii  ucf  3.0043+nmu1

slurmd recommends no packages.

slurmd suggests no packages.

-- no debconf information



Bug#1071711: libecal-2.0-2: No -dev package for libecal-2.0-2

2024-05-23 Thread Patrice Duroux
 On Thu, 23 May 2024 22:43:49 -0500 E Harris  wrote:
> Package: libecal-2.0-2
> Version: 3.46.4-2
> Severity: normal
>
> It appears that there is no -dev package for libecal-2.0.
> How to build apps that depend on it?

https://packages.debian.org/bookworm/libecal2.0-dev
Is that what you are looking for?

Regards,
Patrice


Bug#1071536: git: trouble when working with current clone repositories

2024-05-20 Thread Patrice Duroux
Package: git
Version: 1:2.45.1-1
Severity: wishlist

Dear Maintainer,

After upgrading from previous unstable version (1:2.43.0-1), I faced a problem
when pulling (or pushing)
to the remote bare repositories of my current clone repositories.
I also tried cloning again some of them and it failed.

Those bare repositories are owned by another (specific) user and group of which
my remote user is a member of.
Also all bare repositories have current rights of their root directory like:
drwxrwsr-x

If this is what is expected of all CVEs addressed by this new version, perhaps
a NEWS.Debian file should
notify/document this.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.8.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages git depends on:
hi  git-man 1:2.43.0-1
ii  libc6   2.38-11
ii  libcurl3t64-gnutls  8.7.1-5
ii  liberror-perl   0.17029-2
ii  libexpat1   2.6.2-1
ii  libpcre2-8-010.42-4+b1
ii  perl5.38.2-4
ii  zlib1g  1:1.3.dfsg+really1.3.1-1

Versions of packages git recommends:
ii  ca-certificates  20240203
ii  less 643-1
ii  openssh-client [ssh-client]  1:9.7p1-5
ii  patch2.7.6-7

Versions of packages git suggests:
ii  gettext-base  0.21-14+b1
pn  git-cvs   
pn  git-daemon-run | git-daemon-sysvinit  
pn  git-doc   
hi  git-email 1:2.43.0-1
pn  git-gui   
pn  git-mediawiki 
pn  git-svn   
pn  gitk  
pn  gitweb

-- no debconf information



Bug#1071232: clamav: broken symlink

2024-05-16 Thread Patrice Duroux
Package: clamav
Version: 1.0.6+dfsg-1
Severity: wishlist

Dear Maintainer,

Due to the t64 postfix in its lib package name, there is now a broken symlink:

$ adequate clamav
clamav: broken-symlink /usr/share/doc/clamav/README.Debian.gz ->
../libclamav11/README.Debian.gz

Regards,
Patrice


-- Package-specific info:
--- configuration ---
# Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package

DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogRotate true
LogTime true
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav
DNSDatabaseInfo current.cvd.clamav.net
ConnectTimeout 30
ReceiveTimeout 0
TestDatabases yes
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
NotifyClamd /etc/clamav/clamd.conf
# Check for new database 24 times a day
Checks 24
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net

--- data dir ---
total 365300
-rw-r--r-- 1 clamav clamav   1411072 Feb 27 19:01 bytecode.cld
-rw-r--r-- 1 clamav clamav 202157056 May 16 19:39 daily.cld
-rw-r--r-- 1 clamav clamav69 Jan 22  2023 freshclam.dat
-rw-r--r-- 1 clamav clamav 170479789 Jan 22  2023 main.cvd

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages clamav depends on:
ii  clamav-freshclam [clamav-data]  1.0.6+dfsg-1
ii  libc6   2.38-11
ii  libclamav11t64  1.0.6+dfsg-1
ii  libcurl4t64 8.7.1-5
ii  libgcc-s1   14.1.0-1
ii  libjson-c5  0.17-1+b1
ii  libssl3t64  3.2.1-3
ii  zlib1g  1:1.3.dfsg+really1.3.1-1

Versions of packages clamav recommends:
ii  clamav-base  1.0.6+dfsg-1

Versions of packages clamav suggests:
pn  clamav-docs   
pn  libclamunrar  

-- no debconf information



Bug#1071231: jmol: two broken symlinks

2024-05-16 Thread Patrice Duroux
Package: jmol
Version: 16.2.9+dfsg-1
Severity: wishlist

Dear Maintainer,

Here are some outputs:

$ adequate jmol
jmol: broken-symlink /usr/share/jmol/JmolData.jar -> ../java/JmolData.jar
jmol: broken-symlink /usr/share/jmol/Jvxl.jar -> ../java/Jvxl.jar

$ ls -l /usr/share/jmol/Jvxl.jar
lrwxrwxrwx 1 root root 16 27 avril 22:11 /usr/share/jmol/Jvxl.jar ->
../java/Jvxl.jar

$ apt-file search Jvxl.jar
jmol: /usr/share/jmol/Jvxl.jar

$ ls -l /usr/share/jmol/JmolData.jar
lrwxrwxrwx 1 root root 20 27 avril 22:11 /usr/share/jmol/JmolData.jar ->
../java/JmolData.jar

$ apt-file search JmolData.jar
jmol: /usr/share/jmol/JmolData.jar


Thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages jmol depends on:
ii  default-jre   2:1.17-75
ii  libjmol-java  16.2.9+dfsg-1

jmol recommends no packages.

jmol suggests no packages.

-- no debconf information



Bug#1069693: network-manager-fortisslvpn: upgrading the stack from network-manager-fortisslvpn-gnome to ppp broke a current working VPN configuration

2024-05-04 Thread Patrice Duroux
Package: network-manager-fortisslvpn
Followup-For: Bug #1069693

Hi,

Issue #1070343 seems to be related to this issue.
But I did not find a way to modify the affected VPN config (GNOME) and add the
option (--pppd-accept-remote). Editing /etc/openfortivpn/config file has no
(global) effect in this case.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages network-manager-fortisslvpn depends on:
ii  libc62.38-7
ii  libglib2.0-0t64  2.78.4-7
ii  libnm0   1.46.0-2
ii  network-manager  1.46.0-2
ii  openfortivpn 1.22.0-1
ii  ppp  2.5.0-1+2

network-manager-fortisslvpn recommends no packages.

network-manager-fortisslvpn suggests no packages.

-- no debconf information



Bug#1070248: pingus: update its homepage (patch attached)

2024-05-02 Thread Patrice Duroux
Source: pingus
Version: 0.7.6-6
Severity: minor

Dear Maintainer,

Here is a patch for.

Thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/control b/debian/control
index d0dcf5b..e0ce339 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
 Standards-Version: 4.4.1
 Vcs-Browser: https://salsa.debian.org/games-team/pingus
 Vcs-Git: https://salsa.debian.org/games-team/pingus.git
-Homepage: https://pingus.gitlab.io/
+Homepage: https://pingus.github.io/
 Rules-Requires-Root: no
 
 Package: pingus


Bug#1070122: apt-cache rdepends with an exact match name

2024-05-01 Thread Patrice Duroux
Control: close 1070122

Sorry, this was due to an additional sources.list.d file still active and
contributing to this result.
As the apt-cache result does not show information like for `apt list` (pkg/name
version arch), I was blind.



Bug#1070122: apt-cache rdepends with an exact match name

2024-04-30 Thread Patrice Duroux
Package: apt
Version: 2.9.2
Severity: wishlist

Dear Maintainer,

Could there be a possibility (by default or with an option) to not get result
like:

$ apt rdepends libaio1
libaio1
Reverse Depends:
  Depends: libaio-dev (= 0.3.112-9)
  Depends: qemu-utils (>= 0.3.93)
  Depends: qemu-system-x86 (>= 0.3.93)
  Depends: qemu-system-sparc (>= 0.3.93)
  Depends: qemu-system-ppc (>= 0.3.93)
  Depends: qemu-system-misc (>= 0.3.93)
  Depends: qemu-system-mips (>= 0.3.93)
  Depends: qemu-system-common (>= 0.3.93)
  Depends: qemu-system-arm (>= 0.3.93)
  Depends: zfs-test (>= 0.3.93)
  Depends: qemu-utils (>= 0.3.93)
  Depends: qemu-system-x86 (>= 0.3.93)
  Depends: qemu-system-sparc (>= 0.3.93)
  Depends: qemu-system-ppc (>= 0.3.93)
  Depends: qemu-system-misc (>= 0.3.93)
  Depends: qemu-system-mips (>= 0.3.93)
  Depends: qemu-system-common (>= 0.3.93)
  Depends: qemu-system-arm (>= 0.3.93)
  Depends: glusterfs-common (>= 0.3.93)
  Depends: zfs-test (>= 0.3.93)
  Depends: libdbd-oracle-perl
  Depends: zfs-fuse (>= 0.3.93)
  Depends: thin-provisioning-tools (>= 0.3.93)
  Depends: tgt (>= 0.3.93)
  Depends: sysbench (>= 0.3.93)
  Depends: stressapptest (>= 0.3.93)
  Depends: stenographer (>= 0.3.93)
  Depends: sbd (>= 0.3.93)
  Depends: sanlock (>= 0.3.93)
  Depends: libsanlock1 (>= 0.3.93)
  Depends: qemu-utils (>= 0.3.93)
  Depends: qemu-system-x86 (>= 0.3.93)
  Depends: qemu-system-sparc (>= 0.3.93)
  Depends: qemu-system-ppc (>= 0.3.93)
  Depends: qemu-system-misc (>= 0.3.93)
  Depends: qemu-system-mips (>= 0.3.93)
  Depends: qemu-system-common (>= 0.3.93)
  Depends: qemu-system-arm (>= 0.3.93)
  Depends: ocfs2-tools (>= 0.3.93)
  Depends: multipath-tools (>= 0.3.93)
  Depends: mariadb-test (>= 0.3.93)
  Depends: mariadb-server-core-10.5 (>= 0.3.93)
  Depends: mariadb-backup (>= 0.3.93)
  Depends: libmariadbd19 (>= 0.3.93)
  Depends: lvm2 (>= 0.3.93)
  Depends: liblvm2cmd2.03 (>= 0.3.93)
  Depends: iiod (>= 0.3.93)
  Depends: thin-provisioning-tools (>= 0.3.93)
  Depends: glusterfs-common (>= 0.3.93)
  Depends: gfio (>= 0.3.93)
  Depends: fio (>= 0.3.93)
  Depends: ceph-osd (>= 0.3.93)
  Depends: ceph-common (>= 0.3.93)
  Depends: ceph-base (>= 0.3.93)
  Depends: blktrace (>= 0.3.93)
  Depends: bcachefs-tools (>= 0.3.93)
  Recommends: libodpic4
  Depends: libdbd-oracle-perl

where most of the cases are libaio1t64 depends.

More generally, it should be more clear in the apt(-cache) manpage at least for
'pkg' versus 'regex' arguments if this is supposed to be identity or substring
matching versus a full regex matching.

Thanks,
Patrice


-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (no /etc/apt/preferences.d/* present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- (/etc/apt/sources.list.d/bouml.list present, but not submitted) --


-- (/etc/apt/sources.list.d/dbeaver.list present, but not submitted) --


-- (/etc/apt/sources.list.d/deb-multimedia.list present, but not submitted) --


-- (/etc/apt/sources.list.d/debian.list present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome.list present, but not submitted) --


-- (/etc/apt/sources.list.d/home:tumic:GPXSee.list present, but not submitted) 
--


-- (/etc/apt/sources.list.d/liveusb.list present, but not submitted) --


-- (/etc/apt/sources.list.d/microsoft-prod.list present, but not submitted) --


-- (/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-focal.list present, but 
not submitted) --


-- (/etc/apt/sources.list.d/signal-xenial.list present, but not submitted) --


-- (/etc/apt/sources.list.d/skype-unstable.list present, but not submitted) --


-- (/etc/apt/sources.list.d/sublime-text.list present, but not submitted) --


-- (/etc/apt/sources.list.d/teams.list present, but not submitted) --


-- (/etc/apt/sources.list.d/vivaldi.list present, but not submitted) --


-- (/etc/apt/sources.list.d/vscode.list present, but not submitted) --


-- (/etc/apt/sources.list.d/waydroid.list present, but not submitted) --


-- (/etc/apt/sources.list.d/wire-desktop.list present, but not submitted) --


-- (/etc/apt/sources.list.d/zerotier.list present, but not submitted) --


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apt depends on:
ii  adduser 3.137
ii  base-passwd 3.6.3
ii  debian-archive-keyring  2023.4
ii  gpgv2.2.40-3
ii  libapt-pkg6.0t642.9.2
ii  libc6   2.37-19
ii  libgcc-s1   14

Bug#1070115: libaio1t64: libaio1 and libaio1t64 are co-installed: is this expected?

2024-04-30 Thread Patrice Duroux
On Tue, 30 Apr 2024 15:29:15 +0200 Gianfranco Costamagna
 wrote:
> Hello,
> quoting changelog:
> [...]


So how can I install:
https://packages.debian.org/source/sid/thin-provisioning-tools
if libaio1:amd64 is no more there:
https://packages.debian.org/sid/libaio1
and libaio1t64 not providing libaoi1?

Based an daily rolling upgrade, my system still have then thin-provisioning-
tools and so the removed liabaio1.
Lets wait then for a rebuild of thin-provisioning-tools.

Sorry for the noise.
Thanks!



Bug#1070115: libaio1t64: libaio1 and libaio1t64 are co-installed: is this expected?

2024-04-30 Thread Patrice Duroux
Package: libaio1t64
Version: 0.3.113-8
Severity: minor

Dear Maintainer,

On my Sid system, I have currently the following:

$ dpkg -l | grep libaio
ii  libaio1:amd640.3.113-5
amd64Linux kernel AIO access library - shared library
ii  libaio1t64:amd64 0.3.113-8
amd64Linux kernel AIO access library - shared library


Does installing libaio1t64 should have removed libaio1 like in some other t64
library transition cases?

Thanks



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.12-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libaio1t64 depends on:
ii  libc6  2.37-19

libaio1t64 recommends no packages.

libaio1t64 suggests no packages.

-- no debconf information



Bug#1064528: fish: loss of rendering (color) difference between valid and broken symbolic links

2024-04-26 Thread Patrice Duroux
Control: close 1064528

I found that this is the `ls --color=auto` default behavior without any
LS_COLORS value.
There is a default .bashrc (see /etc/skel/.bashrc) that sets and exports
LS_COLORS so it confused me during tests then fish was a sub-shell or a login
shell.


 



Bug#1069693: network-manager-fortisslvpn: upgrading the stack from network-manager-fortisslvpn-gnome to ppp broke a current working VPN configuration

2024-04-22 Thread Patrice Duroux
Package: network-manager-fortisslvpn
Version: 1.4.0-1.1
Severity: normal

Dear Maintainer,

Don't know yet what is the guilty in the network stack (network-manager-
fortisslvpn? network-manager? ppp?).
Downgrading to 1.4.0-1+b1, and so network-manager and ppp due to dependency
constraint, restore this VPN connection.
What I can see as related is a message like in journalctl:

Peer refused to agree to his IP address

If needed, what can I do more to help tracking this?

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'),
(500, 'oldstable-security'), (500, 'unstable'), (500, 'oldstable'),
(1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages network-manager-fortisslvpn depends on:
ii  libc62.37-18
ii  libglib2.0-0t64  2.78.4-6
ii  libnm0   1.46.0-1+b1
ii  network-manager  1.46.0-1+b1
ii  openfortivpn 1.22.0-1
ii  ppp  2.4.9-1+1.1+b2

network-manager-fortisslvpn recommends no packages.

network-manager-fortisslvpn suggests no packages.

-- no debconf information



Bug#1053245: fluidsynth: Fluidsynth starts at boot and blocks the sound device, no obvious way to disable it

2024-04-05 Thread Patrice Duroux
Package: fluidsynth
Version: 2.3.4-1+b3
Followup-For: Bug #1053245

Hi,

I am also having trouble with its systemd service.

1. it seems to fail when opening my user session:
avril 05 19:48:44 kos-moceratops systemd[2775]: Listening on pipewire-
pulse.socket - PipeWire PulseAudio.
avril 05 19:48:44 kos-moceratops systemd[2775]: Listening on pipewire.socket -
PipeWire Multimedia System Sockets.
avril 05 19:48:44 kos-moceratops systemd[2775]: Started pipewire.service -
PipeWire Multimedia Service.
avril 05 19:48:44 kos-moceratops systemd[2775]: Starting fluidsynth.service -
FluidSynth Daemon...
avril 05 19:48:44 kos-moceratops systemd[2775]: Started pipewire-pulse.service
- PipeWire PulseAudio.
avril 05 19:48:44 kos-moceratops (uidsynth)[2811]: fluidsynth.service:
Referenced but unset environment variable evaluates to an empty string:
OTHER_OPTS
avril 05 19:48:44 kos-moceratops pipewire[2810]: mod.jackdbus-detect: Failed to
receive jackdbus reply: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.jackaudio.service was not provided by any .service files
avril 05 19:48:45 kos-moceratops fluidsynth[2811]: Failed to create secure
directory (/run/user/1001/pulse): Read-only file system
avril 05 19:48:45 kos-moceratops fluidsynth[2811]: fluidsynth: error: Failed to
bind server socket: 98
avril 05 19:48:45 kos-moceratops fluidsynth[2811]: Failed to create the server.
avril 05 19:48:45 kos-moceratops fluidsynth[2811]: Continuing without it.
avril 05 19:48:45 kos-moceratops fluidsynth[2811]: fluidsynth: warning: Failed
to set thread to high priority
avril 05 19:48:50 kos-moceratops pipewire[2810]: [0:00:55.151408076] [2810]
WARN IPAManager ipa_manager.cpp:154 No IPA found in '/usr/lib/x86_64-linux-
gnu/libcamera'
avril 05 19:48:50 kos-moceratops pipewire[2810]: [0:00:55.151454434] [2810]
INFO Camera camera_manager.cpp:284 libcamera v0.2.0
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: fluidsynth: warning: Audio
device hardware configuration failed
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: fluidsynth: warning: Audio
device hardware configuration failed
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: fluidsynth: error: Failed to
find an audio format supported by alsa
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: Failed to create the audio
driver. Giving up.
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: FluidSynth runtime version
2.3.4
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: Copyright (C) 2000-2023
Peter Hanappe and others.
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: Distributed under the LGPL
license.
avril 05 19:48:50 kos-moceratops fluidsynth[2811]: SoundFont(R) is a registered
trademark of Creative Technology Ltd.
avril 05 19:48:50 kos-moceratops systemd[2775]: fluidsynth.service: Main
process exited, code=exited, status=255/EXCEPTION
avril 05 19:48:50 kos-moceratops systemd[2775]: fluidsynth.service: Failed with
result 'exit-code'.
avril 05 19:48:50 kos-moceratops systemd[2775]: Failed to start
fluidsynth.service - FluidSynth Daemon.
avril 05 19:48:53 kos-moceratops pipewire-pulse[2815]: default:
snap_get_audio_permissions: kernel lacks 'fine grained unix mediation'; snap
audio permissions won't be honored.
avril 05 19:48:56 kos-moceratops pipewire-pulse[2815]: default:
snap_get_audio_permissions: kernel lacks 'fine grained unix mediation'; snap
audio permissions won't be honored.
avril 05 19:49:08 kos-moceratops systemd[1271]: Stopping fluidsynth.service -
FluidSynth Daemon...


2. then starting it «by hand» works:

$ fluidsynth -is /usr/share/sounds/sf3/default-GM.sf3
FluidSynth runtime version 2.3.4
Copyright (C) 2000-2023 Peter Hanappe and others.
Distributed under the LGPL license.
SoundFont(R) is a registered trademark of Creative Technology Ltd.

fluidsynth: warning: Failed to set thread to high priority
fluidsynth: warning: Failed to set thread to high priority
(wait)

3. its service is unreachable from my session nor is listed by systemd:

$ sudo systemctl list-units | grep -i fluid
(nothing)

$ systemctl status fluidsynth.service
Unit fluidsynth.service could not be found.

$ ls -l /usr/lib/systemd/user/fluidsynth.service
-rw-r--r-- 1 root root 735 24 mars  11:09
/usr/lib/systemd/user/fluidsynth.service

I have purged and installed again the package and no change.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fluidsynth depends on:
ii  init-system-helpers   1.66
ii  libc6 2.37-15.1
ii  libflui

Bug#1066110: tracker-extract: regular crash

2024-03-25 Thread Patrice Duroux
forcemerge 1066898 1066110
thanks

It is fixed on my side and looking at #1066898 it seems to me to be a
duplicate of my report.

Le lun. 25 mars 2024 à 15:35, Alban Browaeys
 a écrit :
>
> On Thu, 21 Mar 2024 20:51:23 +0100 Patrice Duroux
>  wrote:
> > So did a forcemerge 1066898 1066110 be a better way to proceed?
> >
>
>
> Yes, that would be fine too as far as I know (I am not a Debian
> Developer).
> I believe it will then close this bug report too.
>
> By the way I think your question implies that this bug is fixed by
> 3.7.0-1, isn't it?
>
> Cheers,
> Alban
>
> > Le jeu. 21 mars 2024 à 10:40, Alban Browaeys
> >  a écrit :
> > >
> > > On Thu, 14 Mar 2024 22:04:33 +0100 intrigeri 
> > > wrote:
> > > > Hi,
> > > >
> > > > I see a similar crash every 2-4 seconds on my sid system since
> some
> > > recent
> > > > upgrade.
> > > >
> > > > This looks like
> > > > https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/312.
> > > >
> > >
> > >
> > > Looks like
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066898
> > >
> > > > I lack time to do this myself but it could be interesting to
> check if
> > > > the upstream fix resolves this for you:
> > > >
> > >
> https://gitlab.gnome.org/GNOME/tracker-miners/-/merge_requests/516/diffs
> > > > … which I understand will be included in 3.7 stable.
> > > >
> > >
> > >
> > > Should be fixed by 3.7.0-1 which is available in unstable since a
> day.
> > > Could you upgrade and clos this bug report if fixed?
> > >
> > > Regards,
> > > Alban
> >
> >
>



Bug#1066110: tracker-extract: regular crash

2024-03-21 Thread Patrice Duroux
So did a forcemerge 1066898 1066110 be a better way to proceed?

Le jeu. 21 mars 2024 à 10:40, Alban Browaeys
 a écrit :
>
> On Thu, 14 Mar 2024 22:04:33 +0100 intrigeri 
> wrote:
> > Hi,
> >
> > I see a similar crash every 2-4 seconds on my sid system since some
> recent
> > upgrade.
> >
> > This looks like
> > https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/312.
> >
>
>
> Looks like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066898
>
> > I lack time to do this myself but it could be interesting to check if
> > the upstream fix resolves this for you:
> >
> https://gitlab.gnome.org/GNOME/tracker-miners/-/merge_requests/516/diffs
> > … which I understand will be included in 3.7 stable.
> >
>
>
> Should be fixed by 3.7.0-1 which is available in unstable since a day.
> Could you upgrade and clos this bug report if fixed?
>
> Regards,
> Alban



Bug#1066110: tracker-extract: regular crash

2024-03-12 Thread Patrice Duroux
Package: tracker-extract
Version: 3.7~rc-3
Severity: minor

Dear Maintainer,

Don't know if:

1. it is a duplicate to #1064196 but seems not,
2. due to the ongoing t_time transition,
3. somehow involve also a trouble in libfontconfig,

but here is a coredumpctl output:

   PID: 33307 (tracker-extract)
   UID: 1001 (patrice)
   GID: 1001 (patrice)
Signal: 31 (SYS)
 Timestamp: Tue 2024-03-12 19:29:44 CET (8min ago)
  Command Line: /usr/libexec/tracker-extract-3 --socket-fd 3
Executable: /usr/libexec/tracker-extract-3
 Control Group:
/user.slice/user-1001.slice/user@1001.service/background.slice/tracker-miner-
fs-3.service
  Unit: user@1001.service
 User Unit: tracker-miner-fs-3.service
 Slice: user-1001.slice
 Owner UID: 1001 (patrice)
   Boot ID: d3355804fb3a455cb193c8c5c0ddd63b
Machine ID: be351e757dc049ffa300ddbaf0f4856a
  Hostname: kos-moceratops
   Storage: /var/lib/systemd/coredump/core.tracker-
extract.1001.d3355804fb3a455cb193c8c5c0ddd63b.33307.171026818400.zst
(present)
  Size on Disk: 15.4M
   Message: Process 33307 (tracker-extract) of user 1001 dumped core.

Module libsystemd.so.0 from deb systemd-255.4-1+b1.amd64
Module libudev.so.1 from deb systemd-255.4-1+b1.amd64
Module libarchive.so.13 from deb libarchive-3.7.2-1.1.amd64
Module libzstd.so.1 from deb libzstd-1.5.5+dfsg2-2.amd64
Stack trace of thread 33311:
#0  0x7ff0c8c0c207 __tgkill (libc.so.6 + 0x10a207)
#1  0x7ff0c8b3e510 __restore_rt (libc.so.6 + 0x3c510)
#2  0x7ff0c8bf95a7 __GI___chmod (libc.so.6 + 0xf75a7)
#3  0x7ff0c54f1d68 n/a (libfontconfig.so.1 + 0xbd68)
#4  0x7ff0c54fc00b n/a (libfontconfig.so.1 + 0x1600b)
#5  0x7ff0c54fc283 FcDirCacheRead (libfontconfig.so.1 +
0x16283)
#6  0x7ff0c54f67f1 n/a (libfontconfig.so.1 + 0x107f1)
#7  0x7ff0c54f68c4 FcConfigBuildFonts (libfontconfig.so.1 +
0x108c4)
#8  0x7ff0c5502d8c FcInitLoadConfigAndFonts
(libfontconfig.so.1 + 0x1cd8c)
#9  0x7ff0c54f2f26 n/a (libfontconfig.so.1 + 0xcf26)
#10 0x7ff0c54f2f8d n/a (libfontconfig.so.1 + 0xcf8d)
#11 0x7ff0bc39e415 n/a (libpangoft2-1.0.so.0 + 0xc415)
#12 0x7ff0c9161ab1 n/a (libglib-2.0.so.0 + 0x87ab1)
#13 0x7ff0c8b8a45c start_thread (libc.so.6 + 0x8845c)
#14 0x7ff0c8c0abbc __clone3 (libc.so.6 + 0x108bbc)

Stack trace of thread 33307:
#0  0x7ff0c8b54810 __GI___isoc99_sscanf (libc.so.6 +
0x52810)
#1  0x7ff0be501002 n/a (libgstreamer-1.0.so.0 + 0xe7002)
#2  0x7ff0be4ffd3c n/a (libgstreamer-1.0.so.0 + 0xe5d3c)
#3  0x7ff0be50015b n/a (libgstreamer-1.0.so.0 + 0xe615b)
#4  0x7ff0be4d5d2e n/a (libgstreamer-1.0.so.0 + 0xbbd2e)
#5  0x7ff0be474623 gst_caps_from_string
(libgstreamer-1.0.so.0 + 0x5a623)
#6  0x7ff0a32604a6 n/a (libgstvideosignal.so + 0x14a6)
#7  0x7ff0c8ec33be g_type_class_ref (libgobject-2.0.so.0 +
0x373be)
#8  0x7ff0be48af12 gst_element_register
(libgstreamer-1.0.so.0 + 0x70f12)
#9  0x7ff0a3260352 n/a (libgstvideosignal.so + 0x1352)
#10 0x7ff0be4b7212 n/a (libgstreamer-1.0.so.0 + 0x9d212)
#11 0x7ff0be4b95ed n/a (libgstreamer-1.0.so.0 + 0x9f5ed)
#12 0x7ff0be4c592d n/a (libgstreamer-1.0.so.0 + 0xab92d)
#13 0x7ff0be4c69ef n/a (libgstreamer-1.0.so.0 + 0xac9ef)
#14 0x7ff0be4c6d6e n/a (libgstreamer-1.0.so.0 + 0xacd6e)
#15 0x7ff0be4c8f26 gst_update_registry
(libgstreamer-1.0.so.0 + 0xaef26)
#16 0x7ff0be456e4a n/a (libgstreamer-1.0.so.0 + 0x3ce4a)
#17 0x7ff0be456f95 n/a (libgstreamer-1.0.so.0 + 0x3cf95)
#18 0x7ff0c9143e99 g_option_context_parse (libglib-2.0.so.0
+ 0x69e99)
#19 0x7ff0be457937 gst_init_check (libgstreamer-1.0.so.0 +
0x3d937)
#20 0x7ff0be4579c8 gst_init (libgstreamer-1.0.so.0 +
0x3d9c8)
#21 0x7ff0beb0f8d2 tracker_extract_module_init (libextract-
gstreamer.so + 0x98d2)
#22 0x7ff0c9228abc n/a (libtracker-extract.so + 0x8abc)
#23 0x7ff0c92296c0 tracker_module_manager_load_modules
(libtracker-extract.so + 0x96c0)
#24 0x55e8434d2be8 main (tracker-extract-3 + 0xbbe8)
#25 0x7ff0c8b296ca __libc_start_call_main (libc.so.6 +
0x276ca)
#26 0x7ff0c8b29785 __libc_start_main_impl (libc.so.6 +
0x27785)
#27 0x55e8434d2fd1 _start (tracker-extr

Bug#1064528: fish: loss of rendering (color) difference between valid and broken symbolic links

2024-02-23 Thread Patrice Duroux
Package: fish
Version: 3.7.0-1
Severity: wishlist

Dear Maintainer,

Going back to 3.6.4-1 confirms me that it was due to the last upgrade.
Reading the fish release note, it is not clear that something is supposed to be
changed with 3.7.0 unless the section 'Deprecations and removed features', but
it is not exactly my point I think.


Regards,
Patrice



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7+unreleased-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fish depends on:
ii  bsdextrautils  2.39.3-6
ii  fish-common3.7.0-1
ii  groff-base 1.23.0-3
ii  libc6  2.37-15
ii  libpcre2-32-0  10.42-4+b1
ii  libstdc++6 14-20240201-3
ii  libtinfo6  6.4+20240113-1
ii  man-db 2.12.0-3
ii  procps 2:4.0.4-4
ii  python33.11.6-1

Versions of packages fish recommends:
ii  firefox [www-browser]   123.0-1
ii  google-chrome-stable [www-browser]  122.0.6261.69-1
ii  lynx [www-browser]  2.9.0rel.0-2
ii  vivaldi-stable [www-browser]6.5.3206.63-1
ii  xsel1.2.1-1

Versions of packages fish suggests:
pn  doc-base  

-- no debconf information



Bug#949436: firmware-iwlwifi: Got an HT rate (flags:0x88/mcs:15) for a non data frame

2024-02-23 Thread Patrice Duroux
Hi Diederik,
No more the case, everything is fine after many upgrades since this issue.
My system is still the same hardware but with a Debian sid.
So, on my side, you can close it.

Regards,
Patrice

Le ven. 23 févr. 2024 à 15:39, Diederik de Haas
 a écrit :
>
> Control: tag -1 moreinfo
>
> On 20 Jan 2020 22:32:26 +0100 Patrice Duroux  wrote:
> > Package: firmware-iwlwifi
> > Version: 20190717-2
> >
> > I am reporting this «exception» here without being sure this is the right
> > package or if it has been already reported (not easy to check).
> >
> > [   48.335755] [ cut here ]
> > [   48.335766] Got an HT rate (flags:0x88/mcs:15) for a non data frame
> > [   48.335839] WARNING: CPU: 7 PID: 543 at
> > drivers/net/wireless/intel/iwlwifi/mvm/tx.c:333
> > ...
> > [   48.336015] CPU: 7 PID: 543 Comm: irq/37-iwlwifi Tainted: G   OE
> > 5.4.0-3-amd64 #1 Debian 5.4.13-1
> > [   48.336018] Hardware name: Hewlett-Packard HP ZBook 15 G2/2253, BIOS M70
> > Ver. 01.25 08/29/2019
> > [   48.336039] RIP: 0010:iwl_mvm_get_tx_rate.isra.0+0xc0/0xd0 [iwlmvm]
> > ...
> > [   48.336079] Call Trace:
> > [   48.336105]  iwl_mvm_set_tx_cmd_rate+0x66/0xc0 [iwlmvm]
> > [   48.336125]  iwl_mvm_set_tx_params+0x337/0x4f0 [iwlmvm]
> > ...
> > [   48.336862] ---[ end trace c6ab05d82de48c15 ]---
>
> While firmware may be relevant, a kernel stack trace indicates it's more 
> likely
> to be a kernel problem.
> Can you reproduce this issue with more recent firmware and kernel?



Bug#1064214: tracker-miners: update its homepage

2024-02-18 Thread Patrice Duroux
Source: tracker-miners
Severity: wishlist

Dear Maintainer,

With a patch for this.

Thanks,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/control b/debian/control
index 90865001f..dccb27791 100644
--- a/debian/control
+++ b/debian/control
@@ -52,7 +52,7 @@ Build-Depends: debhelper-compat (= 13),
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/gnome-team/tracker-miners
 Vcs-Git: https://salsa.debian.org/gnome-team/tracker-miners.git
-Homepage: https://wiki.gnome.org/Projects/Tracker
+Homepage: https://tracker.gnome.org/
 Rules-Requires-Root: no
 
 Package: tracker-extract


Bug#1063863: tracker-miner-fs: lot of 'Could not get file handle for' log messages

2024-02-13 Thread Patrice Duroux
Package: tracker-miner-fs
Version: 3.4.6-3
Severity: minor

Dear Maintainer,

Looking at journalctl, I have a lot of messages like the following:

tracker-miner-f[11954]: Could not get file handle for '/home/patrice/Musique':
Opération non supportée
tracker-miner-f[11954]: Could not get file handle for '/home/patrice/Images':
Opération non supportée
tracker-miner-f[11954]: Could not get file handle for '/home/patrice/Vidéos':
Opération non supportée
tracker-miner-f[11954]: Could not get file handle for
'/home/patrice/.local/share/applications': Opération non supportée
tracker-miner-f[11954]: Could not get file handle for
'/home/patrice/.local/share/applications/wine': Opération non supportée
tracker-miner-f[11954]: Could not get file handle for
'/home/patrice/.local/share/applications/anbox': Opération non supportée

(sorry for the French)

Each message seems to be related to a directory file.
Is that expected?

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tracker-miner-fs depends on:
ii  init-system-helpers  1.66
ii  libc62.37-15
ii  libglib2.0-0 2.78.3-2
ii  libgstreamer1.0-01.22.9-1+b1
ii  libtracker-sparql-3.0-0  3.4.2-3
ii  libupower-glib3  1.90.2-8
ii  procps   2:4.0.4-4
ii  tracker  3.4.2-3
ii  tracker-extract  3.4.6-3

tracker-miner-fs recommends no packages.

tracker-miner-fs suggests no packages.

-- no debconf information


Bug#1063640: adwaita-icon-theme: cursor theme not found

2024-02-12 Thread Patrice Duroux
On Sat, 10 Feb 2024 08:00:55 -0500 =?UTF-8?Q?Jeremy_B=C3=ADcha?=
 wrote:
> Control: reassign -1 src:mutter 44.8-2

I assume you know that this also affects src:mutter 45.3-2.
Thanks,
Patrice



Bug#1061449: linux-image-6.7-amd64: a boot message from amdgpu

2024-02-11 Thread Patrice Duroux
Package: src:linux
Version: 6.7.4-1~exp1
Followup-For: Bug #1061449

Dear Maintainer,
Just for info, the same error occurs also with 6.7.4-1~exp1.
Regards,
Patrice

[4.067807] [ cut here ]
[4.067808] WARNING: CPU: 7 PID: 246 at
drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:387
construct_phy+0xb26/0xd60 [amdgpu]
[4.068223] Modules linked in: amdgpu(+) i915(+) drm_exec amdxcp sd_mod
gpu_sched drm_buddy nvme drm_suballoc_helper i2c_algo_bit drm_display_helper
nvme_core ahci hid_generic liba
hci crc32_pclmul crc32c_intel t10_pi cec libata rc_core crc64_rocksoft_generic
drm_ttm_helper ghash_clmulni_intel i2c_hid_acpi crc64_rocksoft sha512_ssse3 ttm
crc_t10dif i2c_hid rtsx_
pci_sdmmc sha512_generic xhci_pci crct10dif_generic drm_kms_helper xhci_hcd
mmc_core scsi_mod hid intel_lpss_pci crct10dif_pclmul i2c_i801 sha256_ssse3
intel_lpss crc64 thunderbolt dr
m e1000e usbcore sha1_ssse3 rtsx_pci video i2c_smbus crct10dif_common
usb_common scsi_common idma64 battery wmi button aesni_intel crypto_simd cryptd
[4.068253] CPU: 7 PID: 246 Comm: (udev-worker) Not tainted 6.7-amd64 #1
Debian 6.7.4-1~exp1
[4.068256] Hardware name: Dell Inc. Precision 7540/0T2FXT, BIOS 1.29.0
11/03/2023
[4.068257] RIP: 0010:construct_phy+0xb26/0xd60 [amdgpu]
[4.068593] Code: b9 01 00 00 00 83 fe 01 74 40 48 8b 82 f8 03 00 00 89 f2
48 c7 c6 70 57 a4 c1 48 8b 40 10 48 8b 00 48 8b 78 08 e8 fa b5 3e e9 <0f> 0b 49
8b 87 d0 01 00 00 b9 0f 0
0 00 00 48 8b 80 e8 04 00 00 48
[4.068595] RSP: 0018:b5d88083f318 EFLAGS: 00010246
[4.068596] RAX:  RBX: a0f433036000 RCX:
c000efff
[4.068598] RDX:  RSI: efff RDI:
0001
[4.068598] RBP: a0f4133c3600 R08:  R09:
b5d88083f0e0
[4.068599] R10: 0003 R11: abcd2428 R12:
b5d88083f384
[4.068600] R13: c1905120 R14: b5d88083f6e0 R15:
a0f433e11000
[4.068601] FS:  7f9eab8428c0() GS:a0f78c3c()
knlGS:
[4.068603] CS:  0010 DS:  ES:  CR0: 80050033
[4.068604] CR2: 7ffe7d8ebf88 CR3: 0001048aa002 CR4:
003706f0
[4.068605] DR0:  DR1:  DR2:

[4.068606] DR3:  DR6: fffe0ff0 DR7:
0400
[4.068607] Call Trace:
[4.068609]  
[4.068610]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.068947]  ? __warn+0x81/0x130
[4.068950]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.069285]  ? report_bug+0x171/0x1a0
[4.069288]  ? handle_bug+0x3c/0x80
[4.069290]  ? exc_invalid_op+0x17/0x70
[4.069291]  ? asm_exc_invalid_op+0x1a/0x20
[4.069294]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.069627]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.069965]  link_create+0x1b2/0x200 [amdgpu]
[4.070298]  create_links+0x135/0x420 [amdgpu]
[4.070614]  dc_create+0x321/0x640 [amdgpu]
[4.070931]  amdgpu_dm_init.isra.0+0x2a0/0x1df0 [amdgpu]
[4.071254]  ? sysvec_apic_timer_interrupt+0xe/0x90
[4.071257]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[4.071259]  ? delay_tsc+0x1e/0xa0
[4.071262]  dm_hw_init+0x12/0x30 [amdgpu]
[4.071587]  amdgpu_device_init+0x1e42/0x24a0 [amdgpu]
[4.071838]  amdgpu_driver_load_kms+0x19/0x190 [amdgpu]
[4.072087]  amdgpu_pci_probe+0x165/0x4c0 [amdgpu]
[4.072335]  local_pci_probe+0x42/0xa0
[4.072338]  pci_device_probe+0xc7/0x240
[4.072340]  really_probe+0x19b/0x3e0
[4.072343]  ? __pfx___driver_attach+0x10/0x10
[4.072344]  __driver_probe_device+0x78/0x160
[4.072346]  driver_probe_device+0x1f/0x90
[4.072348]  __driver_attach+0xd2/0x1c0
[4.072349]  bus_for_each_dev+0x85/0xd0
[4.072352]  bus_add_driver+0x116/0x220
[4.072354]  driver_register+0x59/0x100
[4.072356]  ? __pfx_amdgpu_init+0x10/0x10 [amdgpu]
[4.072601]  do_one_initcall+0x58/0x320
[4.072604]  do_init_module+0x60/0x240
[4.072606]  init_module_from_file+0x89/0xe0
[4.072608]  ? generic_update_time+0x4e/0x60
[4.072612]  idempotent_init_module+0x120/0x2b0
[4.072614]  __x64_sys_finit_module+0x5e/0xb0
[4.072616]  do_syscall_64+0x61/0x120
[4.072619]  ? exit_to_user_mode_prepare+0x40/0x1e0
[4.072621]  ? syscall_exit_to_user_mode+0x2b/0x40
[4.072622]  ? do_syscall_64+0x70/0x120
[4.072624]  ? syscall_exit_to_user_mode+0x2b/0x40
[4.072625]  ? do_syscall_64+0x70/0x120
[4.072627]  ? syscall_exit_to_user_mode+0x2b/0x40
[4.072628]  ? do_syscall_64+0x70/0x120
[4.072630]  ? exit_to_user_mode_prepare+0x40/0x1e0
[4.072631]  ? syscall_exit_to_user_mode+0x2b/0x40
[4.072633]  ? do_syscall_64+0x70/0x120
[4.072634]  entry_SYSCALL_64_after_hwframe+0x6e/0x76
[4.072636] RIP: 0033:0x7f9eac011059
[4.072638] Code: 08 89 e8 5b 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89
f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01
f0 

Bug#1061449: linux-image-6.7-amd64: a boot message from amdgpu

2024-01-28 Thread Patrice Duroux
After a test, the patch at
https://gitlab.freedesktop.org/drm/amd/-/issues/3122#note_2252835
is working fine on my side.
Many thanks to Diederik!

Le dim. 28 janv. 2024 à 15:00, Diederik de Haas
 a écrit :
>
> Patrice,
>
> On Sunday, 28 January 2024 11:44:59 CET Linux regression tracking (Thorsten
> Leemhuis) wrote:
> > On 27.01.24 14:14, Salvatore Bonaccorso wrote:
> > > In Debian (https://bugs.debian.org/1061449) we got the following
> > > quotred report:
> > >
> > > On Wed, Jan 24, 2024 at 07:38:16PM +0100, Patrice Duroux wrote:
> > >> Giving a try to 6.7, here is a message extracted from dmesg:
> > >> [4.177226] [ cut here ]
> > >> [4.177227] WARNING: CPU: 6 PID: 248 at
> > >> drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:387
> > >> construct_phy+0xb26/0xd60 [amdgpu]
> > >
> > > [...]
> >
> > Not my area of expertise, but looks a lot like a duplicate of
> > https://gitlab.freedesktop.org/drm/amd/-/issues/3122#note_2252835
> >
> > Mario (now CCed) already prepared a patch for that issue that seems to work.
>
> If you can build and test a kernel with the `test-patches` script like before
> with the attached patch, but *without* the previous patch (which just reverted
> commit b17ef04bf3a4346d66404454d6a646343ddc9749), that would be really useful.
>
> When you've done that, do a Reply-All to Thorsten Leemhuis' message so that
> everyone sees the results. Optionally also reply to the gitlab issue Thorsten
> mentioned.
>
> (It didn't seem useful to send these instructions to all the people/lists)



Bug#1061632: lix: new upstream and some other packaging updates

2024-01-27 Thread Patrice Duroux
Package: lix
Version: 0.9.29-1.1
Severity: wishlist

Dear Maintainer,

You can consider this message:
https://lists.debian.org/debian-devel-games/2024/01/msg00023.html
And use my fork on Salsa to pick whatever may help.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1061449: linux-image-6.7-amd64: a boot message from amdgpu

2024-01-24 Thread Patrice Duroux
[7.194222] i915 :00:02.0: [drm] *ERROR* Failed to probe lspcon
[7.194233] i915 :00:02.0: [drm] *ERROR* LSPCON init failed on port D
[7.729740] [drm] UVD and UVD ENC initialized successfully.
[7.829659] [drm] VCE initialized successfully.
[7.831637] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[7.831650] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[7.831766] amdgpu: Virtual CRAT table created for GPU
[7.831799] amdgpu: Topology: Add dGPU node [0x6981:0x1002]
[7.831801] kfd kfd: amdgpu: added device 1002:6981
[7.831811] amdgpu :01:00.0: amdgpu: SE 2, SH per SE 1, CU per
SH 5, active_cu_number 10
[7.834477] amdgpu :01:00.0: amdgpu: Using BOCO for runtime pm
[7.834989] [drm] Initialized amdgpu 3.56.0 20150101 for
:01:00.0 on minor 1
[7.840264] amdgpu :01:00.0: [drm] Cannot find any crtc or sizes
[9.050977] systemd[1]: Starting modprobe@drm.service - Load Kernel
Module drm...
[9.062123] systemd[1]: modprobe@drm.service: Deactivated successfully.
[9.062252] systemd[1]: Finished modprobe@drm.service - Load Kernel
Module drm.
[9.662446] snd_hda_intel :01:00.1: bound :01:00.0 (ops
amdgpu_dm_audio_component_bind_ops [amdgpu])
[   12.417633] i915 :00:02.0: [drm] *ERROR* Failed to probe lspcon
[   12.417637] i915 :00:02.0: [drm] *ERROR* LSPCON init failed on port D
[   22.566786] i915 :00:02.0: [drm] *ERROR* Failed to probe lspcon
[   22.566790] i915 :00:02.0: [drm] *ERROR* LSPCON init failed on port D

Does this need further testing from my side?

Thanks!!

Le mer. 24 janv. 2024 à 20:09, Patrice Duroux
 a écrit :
>
> Yes, the message is from the version 6.7.1-1~exp1, sorry for the doubt.
> It is just because, package name is «simply»: linux-image-6.7-amd64
> and so I wrote 6.7, expecting the exact version from reportbug.
> I will give it a try then and be back.
>
>
> Le mer. 24 janv. 2024 à 20:02, Diederik de Haas
>  a écrit :
> >
> > Control: tag -1 moreinfo
> >
> > On Wednesday, 24 January 2024 19:38:16 CET Patrice Duroux wrote:
> > > Package: src:linux
> > > Version: 6.7.1-1~exp1
> > > Severity: normal
> > >
> > > Giving a try to 6.7, here is a message extracted from dmesg:
> >
> > Is that dmesg output from 6.7(.0) or 6.7.1?
> > If from 6.7.1, does the error NOT occur with 6.7.0?
> > If that's the case, can you test the attached patch with the `test-patches`
> > script? See the following link for instructions:
> > https://kernel-team.pages.debian.net/kernel-handbook/ch-common-tasks.html#id-1.6.6.4



Bug#1061449: linux-image-6.7-amd64: a boot message from amdgpu

2024-01-24 Thread Patrice Duroux
Yes, the message is from the version 6.7.1-1~exp1, sorry for the doubt.
It is just because, package name is «simply»: linux-image-6.7-amd64
and so I wrote 6.7, expecting the exact version from reportbug.
I will give it a try then and be back.


Le mer. 24 janv. 2024 à 20:02, Diederik de Haas
 a écrit :
>
> Control: tag -1 moreinfo
>
> On Wednesday, 24 January 2024 19:38:16 CET Patrice Duroux wrote:
> > Package: src:linux
> > Version: 6.7.1-1~exp1
> > Severity: normal
> >
> > Giving a try to 6.7, here is a message extracted from dmesg:
>
> Is that dmesg output from 6.7(.0) or 6.7.1?
> If from 6.7.1, does the error NOT occur with 6.7.0?
> If that's the case, can you test the attached patch with the `test-patches`
> script? See the following link for instructions:
> https://kernel-team.pages.debian.net/kernel-handbook/ch-common-tasks.html#id-1.6.6.4



Bug#1061449: linux-image-6.7-amd64: a boot message from amdgpu

2024-01-24 Thread Patrice Duroux
Package: src:linux
Version: 6.7.1-1~exp1
Severity: normal

Dear Maintainer,

Giving a try to 6.7, here is a message extracted from dmesg:

[4.177226] [ cut here ]
[4.177227] WARNING: CPU: 6 PID: 248 at
drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:387
construct_phy+0xb26/0xd60 [amdgpu]
[4.177658] Modules linked in: amdgpu(+) i915(+) sd_mod drm_exec amdxcp
gpu_sched drm_buddy nvme i2c_algo_bit drm_suballoc_helper drm_display_helper
ahci nvme_core hid_generic crc32_pclmul libahci crc32c_intel t10_pi cec libata
crc64_rocksoft_generic ghash_clmulni_intel rc_core drm_ttm_helper
crc64_rocksoft sha512_ssse3 i2c_hid_acpi ttm rtsx_pci_sdmmc i2c_hid xhci_pci
crc_t10dif sha512_generic mmc_core scsi_mod xhci_hcd drm_kms_helper video hid
crct10dif_generic intel_lpss_pci crct10dif_pclmul i2c_i801 sha256_ssse3
intel_lpss crc64 thunderbolt drm e1000e usbcore sha1_ssse3 rtsx_pci i2c_smbus
scsi_common crct10dif_common idma64 usb_common battery wmi button aesni_intel
crypto_simd cryptd
[4.177689] CPU: 6 PID: 248 Comm: (udev-worker) Not tainted 6.7-amd64 #1
Debian 6.7.1-1~exp1
[4.177691] Hardware name: Dell Inc. Precision 7540/0T2FXT, BIOS 1.29.0
11/03/2023
[4.177692] RIP: 0010:construct_phy+0xb26/0xd60 [amdgpu]
[4.178050] Code: b9 01 00 00 00 83 fe 01 74 40 48 8b 82 f8 03 00 00 89 f2
48 c7 c6 00 35 a7 c1 48 8b 40 10 48 8b 00 48 8b 78 08 e8 ba b7 5b fb <0f> 0b 49
8b 87 d0 01 00 00 b9 0f 00 00 00 48 8b 80 e8 04 00 00 48
[4.178052] RSP: 0018:aad300857408 EFLAGS: 00010246
[4.178053] RAX:  RBX: 96df636a1700 RCX:
c000efff
[4.178054] RDX:  RSI: efff RDI:
0001
[4.178055] RBP: 96df4d379c00 R08:  R09:
aad3008571d0
[4.178056] R10: 0003 R11: bded2428 R12:
aad300857474
[4.178057] R13: c1933140 R14: aad3008577d0 R15:
96df43e82000
[4.178058] FS:  7fcd5d9648c0() GS:96e2cc38()
knlGS:
[4.178060] CS:  0010 DS:  ES:  CR0: 80050033
[4.178061] CR2: 7fcd5d932a6d CR3: 000103e9a004 CR4:
003706f0
[4.178062] DR0:  DR1:  DR2:

[4.178063] DR3:  DR6: fffe0ff0 DR7:
0400
[4.178063] Call Trace:
[4.178066]  
[4.178067]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.178422]  ? __warn+0x81/0x130
[4.178426]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.178784]  ? report_bug+0x171/0x1a0
[4.178787]  ? handle_bug+0x3c/0x80
[4.178789]  ? exc_invalid_op+0x17/0x70
[4.178790]  ? asm_exc_invalid_op+0x1a/0x20
[4.178793]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.179149]  ? construct_phy+0xb26/0xd60 [amdgpu]
[4.179507]  link_create+0x1b2/0x200 [amdgpu]
[4.179865]  create_links+0x135/0x420 [amdgpu]
[4.180196]  dc_create+0x321/0x640 [amdgpu]
[4.180529]  amdgpu_dm_init.isra.0+0x2a0/0x1ed0 [amdgpu]
[4.180881]  ? sysvec_apic_timer_interrupt+0xe/0x90
[4.180883]  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
[4.180885]  ? delay_tsc+0x37/0xa0
[4.180889]  dm_hw_init+0x12/0x30 [amdgpu]
[4.181240]  amdgpu_device_init+0x1e42/0x24a0 [amdgpu]
[4.181517]  amdgpu_driver_load_kms+0x19/0x190 [amdgpu]
[4.181793]  amdgpu_pci_probe+0x165/0x4c0 [amdgpu]
[4.182067]  local_pci_probe+0x42/0xa0
[4.182070]  pci_device_probe+0xc7/0x240
[4.182072]  really_probe+0x19b/0x3e0
[4.182075]  ? __pfx___driver_attach+0x10/0x10
[4.182076]  __driver_probe_device+0x78/0x160
[4.182078]  driver_probe_device+0x1f/0x90
[4.182079]  __driver_attach+0xd2/0x1c0
[4.182081]  bus_for_each_dev+0x85/0xd0
[4.182083]  bus_add_driver+0x116/0x220
[4.182085]  driver_register+0x59/0x100
[4.182087]  ? __pfx_amdgpu_init+0x10/0x10 [amdgpu]
[4.182356]  do_one_initcall+0x58/0x320
[4.182359]  do_init_module+0x60/0x240
[4.182361]  init_module_from_file+0x89/0xe0
[4.182364]  idempotent_init_module+0x120/0x2b0
[4.182366]  __x64_sys_finit_module+0x5e/0xb0
[4.182367]  do_syscall_64+0x61/0x120
[4.182370]  ? do_syscall_64+0x70/0x120
[4.182372]  entry_SYSCALL_64_after_hwframe+0x6e/0x76
[4.182375] RIP: 0033:0x7fcd5e130f19
[4.182376] Code: 08 89 e8 5b 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 48 89
f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01
f0 ff ff 73 01 c3 48 8b 0d cf 1e 0d 00 f7 d8 64 89 01 48
[4.182378] RSP: 002b:7ffd314afa38 EFLAGS: 0246 ORIG_RAX:
0139
[4.182379] RAX: ffda RBX: 5611ee7f84d0 RCX:
7fcd5e130f19
[4.182380] RDX:  RSI: 7fcd5e2644f5 RDI:
0024
[4.182381] RBP:  R08: 0040 R09:
5611ee7d3140
[4.182382] R10: 0038 R11: 0246 R12:
7fcd5e2644f5
[4.182383] R13: 0002 R14: 5611ee7f0670 R15:
0

Bug#1060750: pgzero: update d/watch file and new upstream version 1.2.1

2024-01-13 Thread Patrice Duroux
Source: pgzero
Version: 1.2.post4+dfsg-2
Followup-For: Bug #1060750

And with the attachment.


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/pgzero-1.2.post4+dfsg/debian/watch b/pgzero/debian/watch
index d0e551e..b3fd617 100644
--- a/pgzero-1.2.post4+dfsg/debian/watch
+++ b/pgzero/debian/watch
@@ -4,4 +4,4 @@ opts=dversionmangle=s/\+dfsg\.\d+$//,\
 filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pgzero-$1\.tar\.gz/,\
 repacksuffix=+dfsg,\
 repack,compression=xz \
- https://github.com/lordmauve/pgzero/releases .*/v?(\d\S+)\.tar\.gz
+ https://github.com/lordmauve/pgzero/tags .*/v?(\d\S+)\.tar\.gz


Bug#1060750: pgzero: update d/watch file and new upstream version 1.2.1

2024-01-13 Thread Patrice Duroux
Source: pgzero
Version: 1.2.post4+dfsg-2
Severity: wishlist

Dear Maintainer,

Here is a patch attached.

As it is, it will catch 1.2.post5 (October, 18th 2018) and not the more recent
1.2.1 version (March, 3rd 2021)
because uscan sorting is biased by those postX:

uscan info: Found the following matching hrefs on the web page (newest first):
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post5.tar.gz
(1.2.post5) index=1.2.post5-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post5.tar.gz
(1.2.post5) index=1.2.post5-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post4.tar.gz
(1.2.post4) index=1.2.post4-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post4.tar.gz
(1.2.post4) index=1.2.post4-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post3.tar.gz
(1.2.post3) index=1.2.post3-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post3.tar.gz
(1.2.post3) index=1.2.post3-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post2.tar.gz
(1.2.post2) index=1.2.post2-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post2.tar.gz
(1.2.post2) index=1.2.post2-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post1.tar.gz
(1.2.post1) index=1.2.post1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.post1.tar.gz
(1.2.post1) index=1.2.post1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.1.tar.gz (1.2.1)
index=1.2.1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.1.tar.gz (1.2.1)
index=1.2.1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.tar.gz (1.2)
index=1.2-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.2.tar.gz (1.2)
index=1.2-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.1.tar.gz (1.1)
index=1.1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.1.tar.gz (1.1)
index=1.1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.0.2.tar.gz (1.0.2)
index=1.0.2-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.0.2.tar.gz (1.0.2)
index=1.0.2-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.0.1.tar.gz (1.0.1)
index=1.0.1-1
   https://github.com/lordmauve/pgzero/archive/refs/tags/1.0.1.tar.gz (1.0.1)
index=1.0.1-1


May be this could be forced? Or the d/watch regex changed?
Don't know what the best to do facing that.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1060684: gnome-shell: still recommends chrome-gnome-shell and why not gnome-browser-connector?

2024-01-12 Thread Patrice Duroux
Package: gnome-shell
Version: 45.3-1
Severity: wishlist

Dear Maintainer,

I think that chrome-gnome-shell is a transitional package,
at least already in bookworm.
Shouldn't this be replaced by gnome-browser-connector or as an alternative
clause?

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-4+b1
ii  gir1.2-accountsservice-1.0   23.13.9-5+b1
ii  gir1.2-adw-1 1.4.2-1+b1
ii  gir1.2-atk-1.0   2.50.0-1+b1
ii  gir1.2-atspi-2.0 2.50.0-1+b1
ii  gir1.2-freedesktop   1.78.1-6
ii  gir1.2-gcr-3 3.41.1-4
ii  gir1.2-gdesktopenums-3.0 45.0-2
ii  gir1.2-gdkpixbuf-2.0 2.42.10+dfsg-3
ii  gir1.2-gdm-1.0   45.0.1-2
ii  gir1.2-geoclue-2.0   2.7.1-1
ii  gir1.2-glib-2.0  1.78.1-6
ii  gir1.2-gnomebg-4.0   44.0-2
ii  gir1.2-gnomebluetooth-3.042.7-2
ii  gir1.2-gnomedesktop-4.0  44.0-2
ii  gir1.2-graphene-1.0  1.10.8-3
ii  gir1.2-gstreamer-1.0 1.22.8-1
ii  gir1.2-gtk-4.0   4.12.4+ds-3
ii  gir1.2-gweather-4.0  4.4.0-1
ii  gir1.2-ibus-1.0  1.5.29-1
ii  gir1.2-mutter-13 45.3-1
ii  gir1.2-nm-1.01.44.2-7
ii  gir1.2-nma4-1.0  1.10.6-2
ii  gir1.2-pango-1.0 1.51.0+ds-3
ii  gir1.2-polkit-1.0123-3
ii  gir1.2-rsvg-2.0  2.54.7+dfsg-2
ii  gir1.2-soup-3.0  3.4.4-2
ii  gir1.2-upowerglib-1.01.90.2-8
ii  gir1.2-webkit-6.02.42.4-1
ii  gnome-backgrounds45.0-1
ii  gnome-settings-daemon45.1-1
ii  gnome-shell-common   45.3-1
ii  gsettings-desktop-schemas45.0-2
ii  gstreamer1.0-pipewire1.0.1-1
ii  libatk-bridge2.0-0   2.50.0-1+b1
ii  libatk1.0-0  2.50.0-1+b1
ii  libc62.37-13
ii  libcairo21.18.0-1+b1
ii  libecal-2.0-23.50.3-1
ii  libedataserver-1.2-273.50.3-1
ii  libgcr-base-3-1  3.41.1-4
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-3
ii  libgirepository-1.0-11.78.1-6
ii  libgjs0g 1.78.2-2
ii  libgles2 1.7.0-1
ii  libglib2.0-0 2.78.3-1
ii  libglib2.0-bin   2.78.3-1
ii  libgnome-autoar-0-0  0.4.4-2
ii  libgnome-desktop-4-2 44.0-2
ii  libgraphene-1.0-01.10.8-3
ii  libgtk-4-1   4.12.4+ds-3
ii  libical3 3.0.17-1
ii  libjson-glib-1.0-0   1.8.0-2
ii  libmutter-13-0   45.3-1
ii  libnm0   1.44.2-7
ii  libpango-1.0-0   1.51.0+ds-3
ii  libpipewire-0.3-01.0.1-1
ii  libpolkit-agent-1-0  123-3
ii  libpolkit-gobject-1-0123-3
ii  libpulse-mainloop-glib0  16.1+dfsg1-3
ii  libpulse016.1+dfsg1-3
ii  libsecret-1-00.21.2-1
ii  libsystemd0  255.2-4
ii  libx11-6 2:1.8.7-1
ii  libxfixes3   1:6.0.0-2
ii  python3  3.11.6-1

Versions of packages gnome-shell recommends:
ii  bolt   0.9.6-2
pn  chrome-gnome-shell 
ii  evolution-data-server  3.50.3-1
ii  gdm3   45.0.1-2
ii  gkbd-capplet   3.28.1-1
ii  gnome-control-center   1:46~alpha-2
ii  gnome-menus  

Bug#1058924: gnome-software: does not list or find any apt package

2024-01-09 Thread Patrice Duroux
This trouble does not occur today. Maybe a daily update!
Sorry then for this and my noise.

Many thanks,
Patrice

PS: Could a problem with dbus and the tracker-miner-fs-3 service in my
user/desktop session be a possible culprit?! Not expert enough.


Le lun. 8 janv. 2024 à 21:33, Jeremy Bícha
 a écrit :
>
> On Mon, Jan 8, 2024 at 3:27 PM Patrice Duroux  
> wrote:
> > Nop. Same after a reboot, here are the journalctl messages if it may help:
>
> Could you create a new bug? The original bug is fixed for me on both
> Ubuntu 24.04 and Debian Testing (after I installed gnome-software
> 45.3-2).
>
> Thank you,
> Jeremy Bícha



Bug#1058924: gnome-software: does not list or find any apt package

2024-01-08 Thread Patrice Duroux
Nop. Same after a reboot, here are the journalctl messages if it may help:

$ journalctl -xe | grep gnome-software
janv. 08 21:19:01 kos-moceratops dbus-daemon[2728]: [session uid=1001
pid=2728] Activating via systemd: service
name='org.freedesktop.portal.Desktop'
unit='xdg-desktop-portal.service' requested by ':1.61' (uid=1001
pid=3467 comm="/usr/bin/gnome-software --gapplication-service")
janv. 08 21:19:03 kos-moceratops dbus-daemon[889]: [system] Activating
via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service'
requested by ':1.109' (uid=1001 pid=3467 comm="/usr/bin/gnome-software
--gapplication-service")
janv. 08 21:19:09 kos-moceratops gnome-software[3467]: Only 0 apps for
recent list, hiding
janv. 08 21:19:09 kos-moceratops gnome-software[3467]: failed to get
featured apps: no apps to show
janv. 08 21:19:09 kos-moceratops gnome-software[3467]: Only 0 apps for
curated list, hiding
janv. 08 21:20:01 kos-moceratops gnome-software[3467]: GtkLabel
0x556a105c2490 (label) reported min width 15 and natural width 14 in
measure() with for_size=57; natural size must be >= min size
janv. 08 21:20:01 kos-moceratops gnome-software[3467]: GtkLabel
0x556a1051f6a0 (label) reported min width 15 and natural width 14 in
measure() with for_size=57; natural size must be >= min size

Le lun. 8 janv. 2024 à 21:06, Jeremy Bícha
 a écrit :
>
> On Mon, Jan 8, 2024 at 2:57 PM Patrice Duroux  
> wrote:
> > I do not see any change after the last update on my Sid system.
>
> Please try logging out and logging back in.
>
> Or you could run   pkill gnome-software   and then start the Software app 
> again.
>
> Thank you,
> Jeremy Bícha



Bug#1058924: gnome-software: does not list or find any apt package

2024-01-08 Thread Patrice Duroux
Package: gnome-software
Version: 45.3-2
Followup-For: Bug #1058924

Dear Maintainer,

I do not see any change after the last update on my Sid system.
There is still this suspicious message in journalctl:

janv. 08 20:35:32 kos-moceratops gnome-software[34353]: plugin 'packagekit'
failed to list apps: Unsupported query

Could it be related?

Thanks for all!
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.9-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-software depends on:
ii  appstream1.0.1-3
ii  apt-config-icons 1.0.1-3
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-4+b1
ii  gnome-software-common45.3-2
ii  gsettings-desktop-schemas45.0-2
ii  libadwaita-1-0   1.4.2-1+b1
ii  libappstream51.0.1-3
ii  libc62.37-13
ii  libcairo21.18.0-1+b1
ii  libfwupd21.9.11-1
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-3
ii  libglib2.0-0 2.78.3-1
ii  libgtk-4-1   4.12.4+ds-3
ii  libgtk3-perl 0.038-3
ii  libgudev-1.0-0   238-3
ii  libjson-glib-1.0-0   1.8.0-2
ii  libmalcontent-0-00.11.1-1+b1
ii  libpackagekit-glib2-18   1.2.8-1+b1
ii  libpango-1.0-0   1.51.0+ds-3
ii  libpolkit-gobject-1-0123-3
ii  libsoup-3.0-03.4.4-2
ii  libxmlb2 0.3.14-2
ii  packagekit   1.2.8-1+b1
ii  software-properties-gtk  0.99.30-4

Versions of packages gnome-software recommends:
ii  fwupd  1.9.11-1

Versions of packages gnome-software suggests:
pn  apt-config-icons-hidpi 
pn  gnome-software-plugin-flatpak  
pn  gnome-software-plugin-snap 

-- no debconf information



Bug#1059629: apt: doing something like 'apt -t rc-buggy --upgradable list'

2023-12-29 Thread Patrice Duroux
Package: apt
Version: 2.7.7
Severity: wishlist

Dear Maintainer,

I do not know if there is a simple way to get such a list with also another
command like dpkg-query or apt-get.
I known that 'apt -a list' may be a part of the answer as it gives all
available versions in the current apt setting,
for instance regarding my system:

...
gir1.2-webkit2-4.0/experimental 2.43.3-1 amd64
gir1.2-webkit2-4.0/unstable 2.42.4-1 amd64
gir1.2-webkit2-4.0/oldstable-security 2.42.4-1~deb11u1 amd64
gir1.2-webkit2-4.0/oldstable 2.40.5-1~deb11u1 amd64
gir1.2-webkit2-4.0/bullseye-backports 2.34.2-1~bpo11+1 amd64
...


But using 'apt -a --upgradable list' gives the same result as 'apt --upgradable
list'.

Regards,
Patrice


-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (no /etc/apt/preferences.d/* present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- (/etc/apt/sources.list.d/bouml.list present, but not submitted) --


-- (/etc/apt/sources.list.d/dbeaver.list present, but not submitted) --


-- (/etc/apt/sources.list.d/deb-multimedia.list present, but not submitted) --


-- (/etc/apt/sources.list.d/debian.list present, but not submitted) --


-- (/etc/apt/sources.list.d/google-chrome.list present, but not submitted) --


-- (/etc/apt/sources.list.d/home:tumic:GPXSee.list present, but not submitted) 
--


-- (/etc/apt/sources.list.d/liveusb.list present, but not submitted) --


-- (/etc/apt/sources.list.d/microsoft-prod.list present, but not submitted) --


-- (/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-focal.list present, but 
not submitted) --


-- (/etc/apt/sources.list.d/signal-xenial.list present, but not submitted) --


-- (/etc/apt/sources.list.d/skype-unstable.list present, but not submitted) --


-- (/etc/apt/sources.list.d/sublime-text.list present, but not submitted) --


-- (/etc/apt/sources.list.d/teams.list present, but not submitted) --


-- (/etc/apt/sources.list.d/vivaldi.list present, but not submitted) --


-- (/etc/apt/sources.list.d/vscode.list present, but not submitted) --


-- (/etc/apt/sources.list.d/waydroid.list present, but not submitted) --


-- (/etc/apt/sources.list.d/wire-desktop.list present, but not submitted) --


-- (/etc/apt/sources.list.d/zerotier.list present, but not submitted) --


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.8-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages apt depends on:
ii  adduser 3.137
ii  base-passwd 3.6.3
ii  debian-archive-keyring  2023.4
ii  gpgv2.2.40-1.1
ii  libapt-pkg6.0   2.7.7
ii  libc6   2.37-13
ii  libgcc-s1   13.2.0-9
ii  libgnutls30 3.8.2-1
ii  libseccomp2 2.5.4-2+b1
ii  libstdc++6  13.2.0-9
ii  libsystemd0 255.2-2

Versions of packages apt recommends:
ii  ca-certificates  20230311

Versions of packages apt suggests:
pn  apt-doc 
ii  dpkg-dev1.22.2
ii  gnupg   2.2.40-1.1
ii  powermgmt-base  1.37
ii  synaptic0.91.3

-- no debconf information



Bug#1059619: diaspora: update d/watch

2023-12-29 Thread Patrice Duroux
Source: diaspora
Version: 0.7.9.0+dfsg-4
Severity: wishlist

Dear Maintainer,

Here is a patch to update the d/watch file.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.8-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/watch b/debian/watch
index 70d82f95..37862413 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
-version=3
-opts=\
-filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/diaspora-$1.tar.gz/ \
- https://github.com/diaspora/diaspora/tags .*/archive/.*/v?([\d\.]+).tar.gz
+version=4
+opts="filenamemangle=s%.*/@ANY_VERSION@%@PACKAGE@-$1.tar.gz%,searchmode=plain" 
\
+https://api.github.com/repos/diaspora/@PACKAGE@/releases?per_page=100 \
+https://api.github.com/repos/diaspora/@PACKAGE@/tarball/@ANY_VERSION@


Bug#1036913: wildmidi: update d/watch file with a patch

2023-12-29 Thread Patrice Duroux
Package: wildmidi
Version: 0.4.3-1
Followup-For: Bug #1036913

Dear Maintainer,

Here is a new proposal for the d/watch. It is based on uscan(1) but avoids
@ANY_VERSION@ to not match any other OS source package, for instance:
https://github.com/Mindwerks/wildmidi/releases/download/wildmidi-0.4.5/wildmidi-0.4.5-win64.zip

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.8-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wildmidi depends on:
ii  libasound21.2.10-3
ii  libc6 2.37-13
ii  libwildmidi2  0.4.3-1

Versions of packages wildmidi recommends:
ii  libwildmidi-config  0.4.3-1

wildmidi suggests no packages.

-- no debconf information
diff --git a/debian/watch b/debian/watch
index 2782958..4532335 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 version=4
-https://github.com/Mindwerks/wildmidi/tags \
-(?:.*?/)?wildmidi-?@ANY_VERSION@@ARCHIVE_EXT@
+opts="searchmode=plain" \
+https://api.github.com/repos/Mindwerks/@PACKAGE@/releases?per_page=100 \
+
https://github.com/Mindwerks/@PACKAGE@/releases/download/[^/]+/@PACKAGE@-(\d[\.\d]*)@ARCHIVE_EXT@


Bug#1059615: avahi: update d/watch

2023-12-29 Thread Patrice Duroux
Source: avahi
Version: 0.8-13
Severity: wishlist

Dear Maintainer,

Here is a proposal for based on uscan(1).

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.8-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff --git a/debian/watch b/debian/watch
index fbfcf52..0cc8006 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=4
-https://avahi.org/download/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
+opts="searchmode=plain" \
+https://api.github.com/repos/avahi/avahi/releases?per_page=100 \
+
https://github.com/avahi/avahi/releases/download/[^/]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@


Bug#1059585: gnome-shell-extension-gsconnect: update d/watch

2023-12-28 Thread Patrice Duroux
Package: gnome-shell-extension-gsconnect
Version: 55-4
Followup-For: Bug #1059585

Sorry, filenamemangle clause was missing in my previous patch.
This new one should better comply to the uscan(1) github examples.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.8-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-shell-extension-gsconnect depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-4
ii  gir1.2-gdkpixbuf-2.0 2.42.10+dfsg-3
ii  gir1.2-glib-2.0  1.78.1-5
ii  gir1.2-gtk-3.0   3.24.39-1
ii  gjs  1.78.1-1
ii  gnome-shell  45.2-2
ii  libglib2.0-bin   2.78.3-1
ii  python3  3.11.6-1

Versions of packages gnome-shell-extension-gsconnect recommends:
ii  gir1.2-atspi-2.0   2.50.0-1
ii  gir1.2-folks-0.7   0.15.6-1
ii  gir1.2-gdata-0.0   0.18.1-3
ii  gir1.2-goa-1.0 3.48.0-2
ii  gir1.2-gsound-1.0  1.0.3-2
ii  gir1.2-pango-1.0   1.51.0+ds-3
ii  gir1.2-upowerglib-1.0  1.90.2-7
ii  libfolks-eds26 0.15.6-1
ii  python3-nautilus   4.0-1+b1
ii  sshfs  3.7.3-1.1

Versions of packages gnome-shell-extension-gsconnect suggests:
ii  gnome-shell-extension-gsconnect-browsers  55-4

-- no debconf information
diff --git a/debian/watch b/debian/watch
index b2fdc19c..0a3e79f7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=4
-https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases 
.*?(\d\S*)\.tar\.gz
+opts="filenamemangle=s%.*/@ANY_VERSION@%@PACKAGE@-$1.tar.gz%,searchmode=plain" 
\
+
https://api.github.com/repos/GSConnect/gnome-shell-extension-gsconnect/releases?per_page=100
 \
+
https://api.github.com/repos/GSConnect/gnome-shell-extension-gsconnect/tarball/@ANY_VERSION@


Bug#1059585: gnome-shell-extension-gsconnect: update d/watch

2023-12-28 Thread Patrice Duroux
Package: gnome-shell-extension-gsconnect
Version: 55-4
Severity: wishlist

Dear Maintainer,

Here is a patch for this.

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.8-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gnome-shell-extension-gsconnect depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-4
ii  gir1.2-gdkpixbuf-2.0 2.42.10+dfsg-3
ii  gir1.2-glib-2.0  1.78.1-5
ii  gir1.2-gtk-3.0   3.24.39-1
ii  gjs  1.78.1-1
ii  gnome-shell  45.2-2
ii  libglib2.0-bin   2.78.3-1
ii  python3  3.11.6-1

Versions of packages gnome-shell-extension-gsconnect recommends:
ii  gir1.2-atspi-2.0   2.50.0-1
ii  gir1.2-folks-0.7   0.15.6-1
ii  gir1.2-gdata-0.0   0.18.1-3
ii  gir1.2-goa-1.0 3.48.0-2
ii  gir1.2-gsound-1.0  1.0.3-2
ii  gir1.2-pango-1.0   1.51.0+ds-3
ii  gir1.2-upowerglib-1.0  1.90.2-7
ii  libfolks-eds26 0.15.6-1
ii  python3-nautilus   4.0-1+b1
ii  sshfs  3.7.3-1.1

Versions of packages gnome-shell-extension-gsconnect suggests:
ii  gnome-shell-extension-gsconnect-browsers  55-4

-- no debconf information
diff --git a/debian/watch b/debian/watch
index b2fdc19c..bfb96c14 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
 version=4
-https://github.com/GSConnect/gnome-shell-extension-gsconnect/releases 
.*?(\d\S*)\.tar\.gz
+opts="searchmode=plain" \
+
https://api.github.com/repos/GSConnect/gnome-shell-extension-gsconnect/releases?per_page=100
 \
+
https://api.github.com/repos/GSConnect/gnome-shell-extension-gsconnect/tarball/@ANY_VERSION@


debian-bugs-dist@lists.debian.org

2023-12-11 Thread Patrice Duroux
Source: rlpr
Version: 2.05-5
Severity: normal

Dear Maintainer,

You may consider the following MR:
https://salsa.debian.org/printing-team/rlpr/-/merge_requests/1

Regards,
Patrice

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-4-amd64 (SMP w/24 CPU threads; PREEMPT)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#1056574: transition: ppp

2023-11-26 Thread Patrice Duroux
Hi,
And maybe then reversing this in openfortivpn package:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056235#27


Thanks!



Bug#1055727: mariadb-client: inconsistent default charset between client and server

2023-11-22 Thread Patrice Duroux
My issue is related to Debian Bookworm with 1:10.11.4-1~deb12u1,
how did you get 1:10.11.5-3? ;-)
Maybe regarding the client, this is related to $LANG or any other
environment variable.
But I faced trouble with a (local) server using for instance variables
defined by a SET directive in a SELECT query.
On the concerned system, the default is:
/etc/default/locale:LANG=fr_FR.UTF-8

Le mer. 22 nov. 2023 à 17:23, Otto Kekäläinen  a écrit :
>
> Hi!
>
> I get 'latin1' when running the MariaDB client in a clean install:
>
> ```
> ± docker run -it -v ${PWD}:/build -w /build debian:sid bash
> root@eb0c4013a610:/build# apt update
> root@eb0c4013a610:/build# apt install -y mariadb-server
> ...
> Processing triggers for mariadb-server (1:10.11.5-3) ...
>
> root@eb0c4013a610:/build# /etc/init.d/mariadb start &
>
> root@eb0c4013a610:/build# mysql -e '\s'
> --
> mysql  Ver 15.1 Distrib 10.11.5-MariaDB, for debian-linux-gnu (x86_64)
> using  EditLine wrapper
>
> Connection id: 35
> Current database:
> Current user: root@localhost
> SSL: Not in use
> Current pager: stdout
> Using outfile: ''
> Using delimiter: ;
> Server: MariaDB
> Server version: 10.11.5-MariaDB-3 Debian n/a
> Protocol version: 10
> Connection: Localhost via UNIX socket
> Server characterset: utf8mb4
> Db characterset: utf8mb4
> Client characterset: latin1
> Conn.  characterset: latin1
> UNIX socket: /run/mysqld/mysqld.sock
> Uptime: 37 sec
>
> Threads: 1  Questions: 66  Slow queries: 0  Opens: 33  Open tables: 26
>  Queries per second avg: 1.783
> --
>
> root@eb0c4013a610:/build# mariadb --help --verbose | grep character
> character-sets-dir(No default value)
> default-character-set auto
>
>
> I am not sure where latin1 (or utfmb3 in your case) is inherited from.
>
> We could consider adding utfmb4 in
> https://salsa.debian.org/mariadb-team/mariadb-server/-/blob/debian/latest/debian/additions/mariadb.conf.d/50-client.cnf
> to ensure if is used by default by clients as well in Debian.
>
> We might also want to adopt
> https://github.com/MariaDB/server/commit/0e8dfcfd421ebcb8dc13b4660cd3e6c6fbce2023
> in Debian already with 10.11 and not wait for 11.3.



Bug#1056235: openfortivpn: not working anymore after upgrading from 1.20.5-1

2023-11-21 Thread Patrice Duroux
Package: openfortivpn
Version: 1.21.0-1
Followup-For: Bug #1056235

Dear Maintainer,

Let see with this upstream issue:
https://github.com/adrienverge/openfortivpn/issues/1171

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-4-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openfortivpn depends on:
ii  libc62.37-12
ii  libssl3  3.0.12-2
ii  libsystemd0  255~rc2-3
ii  ppp  2.4.9-1+1.1+b1

openfortivpn recommends no packages.

Versions of packages openfortivpn suggests:
ii  systemd-resolved [resolvconf]  255~rc2-3

-- Configuration Files:
/etc/openfortivpn/config [Errno 13] Permission non accordée: 
'/etc/openfortivpn/config'

-- no debconf information


Bug#1056235: Fwd: Bug#1056235: openfortivpn: not working anymore after upgrading from 1.20.5-1

2023-11-19 Thread Patrice Duroux
Sorry, I should have tried using its command line tool before opening
this issue.
It works. So it is breaking something  used by network-manager-fortisslvpn or
network-manager-fortisslvpn-gnome.


Le dim. 19 nov. 2023 à 15:53, Daniel Echeverri  a écrit :
>
> tags 1056235 + moreinfo
> thanks
>
> Hello!
>
> Thanks for your report, but unfortunately I can't reproduce this. I upgraded 
> openfortivpn to 1.21.0-1 in a sid box and it works fine. Could you make a try 
> with -v and share with me the output?
>
> El dom, 19 nov 2023 a la(s) 05:18, Patrice Duroux (patrice.dur...@gmail.com) 
> escribió:
>>
>> Package: openfortivpn
>> Version: 1.21.0-1
>> Severity: normal
>>
>> Dear Maintainer,
>>
>> On a Debian Sid system, after upgrading from 1.20.5-1 and activating a
>> previously working VPN config,
>> I am not able to connect (ssh) any host by IP or name.
>> And downgrading to 1.20.5-1 solves this.
>> I do not see any message in the journal log that may be different from the
>> working version.
>> Unless that systemd-resolved is then not able to connect the VPN DNS.
>> Looking at the upstream issues, may be this is something new?!
>>
>> Regards,
>> Patrice
>>
>>
>> -- System Information:
>> Debian Release: trixie/sid
>>   APT prefers unstable-debug
>>   APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
>> 'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
>> 'experimental-debug'), (1, 'experimental')
>> Architecture: amd64 (x86_64)
>> Foreign Architectures: i386
>>
>> Kernel: Linux 6.5.0-4-amd64 (SMP w/12 CPU threads; PREEMPT)
>> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not 
>> set
>> Shell: /bin/sh linked to /usr/bin/dash
>> Init: systemd (via /run/systemd/system)
>> LSM: AppArmor: enabled
>>
>> Versions of packages openfortivpn depends on:
>> ii  libc62.37-12
>> ii  libssl3  3.0.12-2
>> ii  libsystemd0  255~rc2-2
>> ii  ppp  2.4.9-1+1.1+b1
>>
>> openfortivpn recommends no packages.
>>
>> Versions of packages openfortivpn suggests:
>> ii  systemd-resolved [resolvconf]  255~rc2-2
>>
>
> Also, Are you using a config file? Could you check if this file has the 
> correct permissions??
>
>>
>> -- Configuration Files:
>> /etc/openfortivpn/config [Errno 13] Permission non accordée: 
>> '/etc/openfortivpn/config'
>>
>> -- no debconf information
>
>
> Regards!
>
>
> --
> Daniel Echeverri
> Debian Developer
> Linux user: #477840
> GPG Fingerprint:
> D0D0 85B1 69C3 BFD9 4048 58FA 21FC 2950 4B52 30DB



Bug#1056235: openfortivpn: not working anymore after upgrading from 1.20.5-1

2023-11-19 Thread Patrice Duroux
Package: openfortivpn
Version: 1.21.0-1
Severity: normal

Dear Maintainer,

On a Debian Sid system, after upgrading from 1.20.5-1 and activating a
previously working VPN config,
I am not able to connect (ssh) any host by IP or name.
And downgrading to 1.20.5-1 solves this.
I do not see any message in the journal log that may be different from the
working version.
Unless that systemd-resolved is then not able to connect the VPN DNS.
Looking at the upstream issues, may be this is something new?!

Regards,
Patrice


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'unstable'), (500, 'oldstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-4-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages openfortivpn depends on:
ii  libc62.37-12
ii  libssl3  3.0.12-2
ii  libsystemd0  255~rc2-2
ii  ppp  2.4.9-1+1.1+b1

openfortivpn recommends no packages.

Versions of packages openfortivpn suggests:
ii  systemd-resolved [resolvconf]  255~rc2-2

-- Configuration Files:
/etc/openfortivpn/config [Errno 13] Permission non accordée: 
'/etc/openfortivpn/config'

-- no debconf information


Bug#1055727: mariadb-client: inconsistent default charset between client and server

2023-11-10 Thread Patrice Duroux
Package: mariadb-client
Version: 1:10.11.4-1~deb12u1
Severity: wishlist

Dear Maintainer,

Could it be possible to provide a default charset value for both client
and server packages?

Currently I observe the following:

$ mysql -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 91009409
Server version: 10.11.4-MariaDB-1~deb12u1 Debian 12

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]> \s
--
mysql  Ver 15.1 Distrib 10.11.4-MariaDB, for debian-linux-gnu (x86_64) using  
EditLine wrapper

Connection id:  91009409
Current database:   
Current user:   patrice@localhost
SSL:Not in use
Current pager:  stdout
Using outfile:  ''
Using delimiter:;
Server: MariaDB
Server version: 10.11.4-MariaDB-1~deb12u1 Debian 12
Protocol version:   10
Connection: Localhost via UNIX socket
Server characterset:utf8mb4
Db characterset:utf8mb4
Client characterset:utf8mb3
Conn.  characterset:utf8mb3

$ rgrep -B 3 "mb4" /etc/mysql/mariadb.conf.d/
/etc/mysql/mariadb.conf.d/50-server.cnf-
/etc/mysql/mariadb.conf.d/50-server.cnf-# MySQL/MariaDB default is Latin1, but 
in Debian we rather default to the full
/etc/mysql/mariadb.conf.d/50-server.cnf-# utf8 4-byte character set. See also 
client.cnf
/etc/mysql/mariadb.conf.d/50-server.cnf:character-set-server  = utf8mb4
/etc/mysql/mariadb.conf.d/50-server.cnf:collation-server  = 
utf8mb4_general_ci

and nothing in the 50-client.cnf


Regards,
Patrice

-- System Information:
Debian Release: 12.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-13-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mariadb-client depends on:
ii  debianutils  5.7-0.5~deb12u1
ii  libc62.36-9+deb12u3
ii  libconfig-inifiles-perl  3.03-2
ii  libssl3  3.0.11-1~deb12u2
ii  libstdc++6   12.2.0-14
ii  mariadb-client-core  1:10.11.4-1~deb12u1
ii  perl 5.36.0-7
ii  zlib1g   1:1.2.13.dfsg-1

Versions of packages mariadb-client recommends:
ii  libdbd-mysql-perl 4.050-5+b1
ii  libdbi-perl   1.643-4
ii  libterm-readkey-perl  2.38-2+b1

mariadb-client suggests no packages.

-- no debconf information



Bug#1055225: libpango1.0-0: Please drop transitional package

2023-11-02 Thread Patrice Duroux
Added a section here:
https://wiki.debian.org/DebianRepository/Unofficial
Do not hesitate to modify it.



Bug#1040314: devscripts: uscan(1) github.com example could be improved

2023-11-02 Thread Patrice Duroux
Hi,

And Jan Niehusmann recently changes at Debian Wiki (
https://wiki.debian.org/debian/watch?action=diff&rev2=108&rev1=107) to:

version=4opts="searchmode=plain,\filenamemangle=s%.*/v?@ANY_VERSION@%@PACKAGE@-$1.tar.xz%"
\https://api.github.com/repos///releases?per_page=50
\https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@


uscan(1) in devscripts-2.23.6 writes:

version=4
opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2%"
\
https://github.com///tags \
(?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@

I don't know how/who could better coordinate that.
Maybe removing some sections in the Debian Wiki as there is already a link
to uscan(1)?

Regards,
Patrice

On Tue, 04 Jul 2023 06:33:01 -0500 Daniel Lewart  wrote:
> Package: devscripts
> Version: 2.23.4
> Severity: minor
>
> Devscripts Maintainers,
>
> The uscan(1) github.com example is:
>   version=4
>   
> opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@(@ARCHIVE_EXT@)%@PACKAGE@-$1$2%"
\
>   https://github.com///tags \
>   (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
>
> The beginning of the pattern, which will be discarded, is:
> (?:.*?)?v?
> It should be simplified to:
> .*?
> or made to correspond to the matching pattern:
> (?:.*?/)?v?
>
> Also, the debian/watch wiki:
> https://wiki.debian.org/debian/watch
>  seems to be not as good
as uscan(1), which is confusing.
>
> Of course, the best solution would be the following:
> #1010604 Support commonly used providers like github.com and
gitlab.com
> within watch file:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010604
> 
> Thank you!
> Daniel Lewart
> Urbana, Illinois
>
>


  1   2   3   4   5   >