Bug#939170: linux: does not suspend completely, locks up

2023-05-13 Thread Jean-Michel Zwygart
blacklist tpm_tis blacklist tpm_tis_core but unfortunately this doesn't work on Bookworm! As I'm a relatively new Linux/Debian user with limited knowledge I would appreciate any suggestion how to solve the problem. Thanks in advance for any suggestion! Jean-Michel Zwygart On Mon, 25 Jul

Bug#1024775: systemd-cryptenroll --pkcs11-token-uri=list PKCS#11 tokens not supported on this build.

2022-11-24 Thread Jean-Michel Pouré
Package: systemd Version: 252.1-1 Dear all, I am trying to use an OpenSC compatible PKCS#11 token to enroll an RSA keypair to unlock a LUKS partition. systemd-cryptenroll --pkcs11-token-uri=list PKCS#11 tokens not supported on this build Could you please build systemd with PKCS#11 support.

Bug#939170: linux: does not suspend completely, locks up

2022-07-25 Thread Jean-Michel Zwygart
modified blacklisted tpm, as mentioned by Frank Löffler, and the solution worked also for me! Thanks a lot to Frank for his suggestion, and the others who confirmed this solution, that made me confident, as new user, to made the change. Best regards Jean-Michel

Bug#1007183: buster-pu: package libphp-adodb/5.20.14-1

2022-03-12 Thread Jean-Michel Vourgère
patch to prevent auth bypass with PostgreSQL +connections. (Fixes: CVE-2021-3850) (Closes: #1004376) + + -- Jean-Michel Vourgère Sat, 12 Mar 2022 21:40:01 +0100 + libphp-adodb (5.20.14-1) unstable; urgency=medium * New upstream version. diff -Nru libphp-adodb-5.20.14/debian/patches/CVE

Bug#1007181: bullseye-pu: package libphp-adodb/5.20.19-1

2022-03-12 Thread Jean-Michel Vourgère
+ + * Add patch to prevent auth bypass with PostgreSQL +connections. (Fixes: CVE-2021-3850) (Closes: #1004376) + + -- Jean-Michel Vourgère Sat, 12 Mar 2022 18:50:26 +0100 + libphp-adodb (5.20.19-1) unstable; urgency=medium * New upstream version. diff -Nru libphp-adodb-5.20.19/debian/patches

Bug#817130: README.Debian refers to non-existent /etc/default/pulseaudio

2022-03-08 Thread Jean-Michel Vourgère
An update would be welcome, indeed. I have a clock that plays a sound every hour. It is run from the crontab, and I need pulse audio when no user is logged in. This is just an example where the use of a system-wide pulseaudio instance comes handy. For the reference, here's the leny file pointed

Bug#1004140: [certbot-apache] Bad SSLHonorCipherOrder

2022-01-21 Thread Jean-Michel Vourgère
her order See /etc/apache2/mods-available/ssl.conf Author: Jean-Michel Vourgère Bug-Debian: https://bugs.debian.org/ Forwarded: no Reviewed-By: Last-Update: 2022-01-21 --- python-certbot-apache-1.10.1.orig/certbot_apache/_internal/tls_configs/current-options-ssl-apache.conf +++ python-cert

Bug#1003529: retext: rst preview doesn't work

2022-01-11 Thread Jean-Michel Nirgal Vourgère
Package: retext Version: 7.2.1-3 Severity: important Dear Maintainer, When I enable the preview on retext, I only got a white page. The console says: Using configuration file: /home/nirgal/.config/ReText project/ReText.conf Exception occurred while parsing document: Traceback (most recent call

Bug#994747: gnome-calendar: Please suggest gnome-online-accounts

2021-09-20 Thread Jean-Michel Vourgère
Package: gnome-calendar Version: 3.38.2-1 Severity: wishlist Dear Maintainer, When I click on "add online accounts", nothing happens here. Please consider adding a Suggest: dependency on group-online-accounts package. Thanks -- System Information: Debian Release: 11.0 APT prefers

Bug#992255: openvpn fails in a container (missing cgroup2 support)

2021-08-16 Thread Jean-Michel Vourgère
Package: lxc-templates Version: 3.0.4-5 Severity: normal Affects: openvpn Dear Maintainer, After upgrading to bullseye, my container with openvpn failed to start. The syslog error message is: ERROR: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1) and indeed "cat

Bug#990221: lxc-debian fails with »debian-distro-info: command not found«

2021-08-16 Thread Jean-Michel Vourgère
lxc-templates recommends packages distro-info You really should install it, as recommended, unless you don't want to install any debian based container. signature.asc Description: This is a digitally signed message part.

Bug#991316: clamav: Freshclam exhaust diff download quotas before switching to full downloads

2021-07-20 Thread Jean-Michel Vourgère
Package: clamav Version: 0.103.2+dfsg-0+deb10u1 Severity: normal Dear Maintainer, Clamav no longer download updates on my server. I am in a situation where I get message: Incremental update failed, trying to download daily.cvd However, freshclam tried so hard to download the diff that I get

Bug#990702: matrix-mirage: 'invite' KeyError exception

2021-07-05 Thread Jean-Michel Vourgère
Package: matrix-mirage Version: 0.6.4~dfsg+~hsluv1.0.0-4 Severity: important Dear Maintainer, Every time I start mirage, I get that message: Traceback (most recent call last): File "qrc:/src/backend/matrix_client.py", line 399, in _start await self.sync_task File

Bug#977730: [Pkg-privacy-maintainers] Bug#977730: torbrowser-launcher: Signature verification failed, key expired

2021-05-03 Thread Jean-Michel Vourgère
This was fixed a few day after submitting the report, as far as I can remember. May be an upstream issue with the update url? Fell free to close the report. signature.asc Description: This is a digitally signed message part.

Bug#986575: mdbtools ftbfs with -O3

2021-04-09 Thread Jean-Michel Vourgère
On Wednesday, 7 April 2021 21:52:17 CEST you wrote: > https://launchpadlibrarian.net/532289912/buildlog_ubuntu-hirsute-ppc64el.mdbtools_0.9.2-2ubuntu1_BUILDING.txt.gz Regarding the use of deprecated g_memdup, Evan Miller fixed that upstream in 0.9.2

Bug#986575: mdbtools ftbfs with -O3

2021-04-07 Thread Jean-Michel Vourgère
Hello Matthias This looks like another problem with the compiler (I had no feedback from you regarding #984230) Here's the code: mdb_get_objtype_string(int obj_type) { static const char *type_name[] = {"Form", "Table", "Macro",

Bug#984230: mdbtools: ftbfs with GCC-11

2021-03-03 Thread Jean-Michel Vourgère
Hello Matthias Are you positive this is an issue in the code? I mean, basically, something like void func(size_t *_lin) { *_lin = 42; } is now a problem? It looks weird, and the explanation message points to unrelated types, and talks about accessing array[0] with the size being 1.. Could

Bug#977324: doesn't run: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'

2021-02-04 Thread Jean-Michel Vourgère
Control: severity -1 grave Control: tag -1 + patch Hi Same issue here: ocrfeeder crashes immediately when started, and is unusable. So I'm raising the severity. The good news is that the patch works like a charm. signature.asc Description: This is a digitally signed message part.

Bug#916692: ITA: cuyo

2021-01-03 Thread Jean-Michel Vourgère
Hello Emmanuel Do you still plan to adopt cuyo? signature.asc Description: This is a digitally signed message part.

Bug#977730: torbrowser-launcher: Signature verification failed, key expired

2020-12-19 Thread Jean-Michel Vourgère
Package: torbrowser-launcher Version: 0.3.3-3 Severity: important Dear Maintainer, When installing on a fresh bullseye, torbrowser is downloaded, then this message is printed: > SIGNATURE VERIFICATION FAILED > > Error Code: 110775B5(...)FF07E2: Key expired > > You might be under attack, there

Bug#977465: d/control: Please move Homepage: from binary package to source package

2020-12-15 Thread Jean-Michel Vourgère
Package: coreutils Version: 8.32-4+b1 Severity: wishlist Dear Maintainer, I wanted to repport a man issue, and it took be a while to find upstream homepage (shame on me). Anyway, it would have been easier if https://tracker.debian.org/pkg/coreutils had shown the url. Please consider moving >

Bug#973751: util-linux: flock --conflict-exit-code returns number modulus 255

2020-11-08 Thread Jean-Michel Vourgère
tag -1 + upstream Done. I was lazy looking where exactly to report that. And thank you for pointing out this is a system limitation. signature.asc Description: This is a digitally signed message part.

Bug#973751: util-linux: flock --conflict-exit-code returns number modulus 255

2020-11-04 Thread Jean-Michel Vourgère
Package: util-linux Version: 2.36-3+b2 Severity: normal Dear Maintainer, When using flock --nonblock --conflict-exit-code 600 on a locked file, the returned value is 88. I expected it to be 600. This can re reproducted by runing: $ flock --nonblock --conflict-exit-code 600 test.lock -c "sleep

Bug#968384: mdbtools: Consider switching to active fork

2020-09-02 Thread Jean-Michel Vourgère
Evan Miller just got write access to the original repository [1] that Debian is following. There now is a redirection from https://github.com/brianb/mdbtools to https://github.com/mdbtools/mdbtools on the Microsoft side. He's planning to merge everything there [2] soon. Debian urls should be

Bug#968402:

2020-08-15 Thread Jean-Michel Pouré
Dear all, I opened another ticket on OpenWRT forum. In short, some clients like my laptop do not support WPA3 and/or WPA2 with PMF (frame protection mode). This depends on wireless chipset and firmware. In Network-Manager, when connecting to a WPA2/WPA3 mixed mode SSID, we should be able to

Bug#968402: Cannot connect in WPA3-sae mode, using WPA2-psk instead

2020-08-14 Thread Jean-Michel Pouré
Package: network-manager Version: 1.26.0-1 wpasupplicant 2:2.9.0-13 Dear Maintainer, When trying to connect to OpenWRT access point running in WPA2/WPA3 compatibility mode, I can only connect in WPA2-psk, not WPA3-sae. Connecting in WPA3 from Mac OS X works. Using nmtui or Network-Manager

Bug#956969: linphone: SIP account registration says "Go back" but there is no such button

2020-04-17 Thread Jean-Michel Vourgère
Package: linphone Version: 3.12.0-3 Severity: normal Dear Maintainer, Using the Account assistant: On the window "This assistant will help you...", I clic on "Forward" On the next window I choose "Create an account on linphone.org", then I clic "Foward" (not Back) On the next window I enter

Bug#913046: libjs-cryptojs: Please upgrade to 3.1.9

2020-02-13 Thread Jean-Michel Vourgère
Version 4.0 is out. signature.asc Description: This is a digitally signed message part.

Bug#950881: patch v2

2020-02-07 Thread Jean-Michel Nirgal Vourgère
Hi The awk patch above set the uppercase version of the fingerprint $1 in $2 before continuing. This is wrong. Attached is a better version. Note that GPG always print fingerprints in uppercase, so that "$1=toupper($1);" could simply be removed ... -- - - Nirgal Vourgère ☮ GP France -

Bug#950881: duply: Autoset trust of keys always fails

2020-02-07 Thread Jean-Michel Vourgère
Package: duply Version: 2.1-1 Severity: normal Tags: patch Dear Maintainer, I occasionally restore servers by installing a basic Debian server, recovering the /root/.duply and then use duply restore. However, then, I don't have a gnupg home, so that that keys are imported on first run. This

Bug#804766: inetutils-inetd: please support ipv6

2020-01-04 Thread Jean-Michel Vourgère
On Wed, 11 Nov 2015 03:48:10 -0800, you wrote: > inetd does not listen on IPv6 ports, only IPv4. Actually, you can use "tcp6" rather than "tcp" to have a service work on both ipv4 & ipv6. Too bad this is undocumented, and that the default inetd.conf uses ipv4-only in its comments (examples).

Bug#948168: inetutils-inetd: Typo in inetd.8 : s/--remote/--resolve

2020-01-04 Thread Jean-Michel Vourgère
Package: inetutils-inetd Version: 2:1.9.4-7 Severity: minor Dear Maintainer, man inetd says: > --resolve > Resolve local and remote IP addresses and pass them to the server > program via TCPLOCALHOST and TCPREMOTEHOST environment variables. > See ENVIRONMENT below. This

Bug#947956: duplicity: mega backend fails to create directory

2020-01-02 Thread Jean-Michel Vourgère
Package: duplicity Version: 0.7.18.2-1 Severity: normal Tags: patch upstream Dear Maintainer, When using mega backend for the first time, the initial directory creation fails: > --- Start running command BKP at 18:08:19.874 --- > 1577988500 ERROR torsocks[13151]: Unable to resolve. Status

Bug#947317: uscan: Please allow .gitattributes override

2019-12-24 Thread Jean-Michel Vourgère
Package: devscripts Version: 2.19.5+deb10u1 Severity: wishlist Dear Maintainer, I'm packaging phppgadmin[1]. Upstream provides several nice test suites, but they are strip from the official release tarball using a .gitattributes file with export-ignore lines[2]. Tests include a lot of files,

Bug#947071: O: opensvc -- Tools to drive OpenSVC services

2019-12-20 Thread Jean-Michel Kelbert
Package: wnpp Severity: normal I intend to orphan the opensvc package. The package description is: OpenSVC is a 'service' manager, as in clustered service manager, designed for real-world heterogeneous datacenters and large-scale operations orchestrator (disaster recovery, for example). .

Bug#940656: [Pkg-privacy-maintainers] Bug#940656: black screen after upgrade

2019-10-23 Thread Jean-Michel Vourgère
Control: notforwarded -1 On Wednesday, 23 October 2019 13:01:53 CEST intrigeri wrote: > To me, it looks like you're affected by #942901 rather than #940656. You are right, sorry for the noise. signature.asc Description: This is a digitally signed message part.

Bug#940656: black screen after upgrade

2019-10-23 Thread Jean-Michel Vourgère
Control: forwarded -1 https://trac.torproject.org/projects/tor/ticket/32215 I got the same issue, running buster All windows are black here. start-tor-browser --verbose shows: [21969, Main Thread] WARNING: failed to open shm: Permission denied: file

Bug#942827: buster-pu: package ndppd/0.2.5-4+deb10u1

2019-10-22 Thread Jean-Michel Vourgère
for pre 0.2.5-4+deb10u1 +running daemons. + + -- Jean-Michel Vourgère Thu, 17 Oct 2019 10:21:15 +0200 + ndppd (0.2.5-4) unstable; urgency=medium * Migrated vcs to salsa. diff -Nru ndppd-0.2.5/debian/patches/pid_perms ndppd-0.2.5/debian/patches/pid_perms --- ndppd-0.2.5/debian/patches/pid_perms

Bug#886181: rrdtool: Please switch to automatic dbgsym package

2019-10-19 Thread Jean-Michel Vourgère
Control: tag -1 - wontfix + pending I tried to enable the automatic debug symbol packages, with the python debug interface in a new python3-rrdtool-dbg package. However, lintian complains: W: rrdtool changes: package-builds-dbg-and-dbgsym-variants python3-rrdtool- {dbg,dbgsym} N: N:This

Bug#942639: fix build with Python3.8 + unusual packaging of the debug extension

2019-10-19 Thread Jean-Michel Vourgère
Hi again On Saturday, 19 October 2019 12:29:47 CEST Matthias Klose wrote: > The attached patch fixes the build with Python3.8. > > Noticing that you package both the normal and the debug extension module in > the same package python3-rrdtool. The latter should be packaged into a >

Bug#942639: fix build with Python3.8 + unusual packaging of the debug extension

2019-10-19 Thread Jean-Michel Vourgère
Hello Matthias Thank for your bug report and patch. Actually, I've been putting the rrdtool*[0-9]dm-*.so file in the general old school rrdtool-dbg package. I'm still using non automatic debug symbols, because of that damned file. I'll switch to automatic debug symbols at the same time. :)

Bug#942137: postgresql-common: strech/buster upgrades fail with error 'invalid value for parameter "lc_time"'

2019-10-11 Thread Jean-Michel Vourgère
Control: tag -1 - moreinfo Hi Christoph My English locale en_GB.UTF-8 is working fine. It is my default locale, defined either at installation, or by dpkg-reconfigure locales. Each time I do a major Debian dist-upgrade (7/8, 8/9 and 9/10), I get many such perl warnings. It has never been a

Bug#942137: postgresql-common: strech/buster upgrades fail with error 'invalid value for parameter "lc_time"'

2019-10-10 Thread Jean-Michel Vourgère
Package: postgresql-common Version: 200+deb10u2 Severity: normal Dear Maintainer, When upgrading from stretch to buster, the nss upgrade offers restart the affected services, that is postgresql. Then we get the message: ┌─Configuring

Bug#941980: pod2man: Please convert zero-width space (u200B) to \:

2019-10-08 Thread Jean-Michel Vourgère
Package: perl Version: 5.28.1-6 Severity: normal File: /usr/bin/pod2man Dear Maintainer, I'm using pod to generate man files in package rrdtool. I had an issue with long man lines such as:

Bug#941727: phppgadmin expects jquery version 1.8

2019-10-04 Thread Jean-Michel Vourgère
Package: phppgadmin Version: 7.12.0+ds-1 Severity: normal javascript fails on several pages with the message TypeError: $(...).live is not a function This is because Debian ships with jqery 3.3 while the package expect jquery 1.8

Bug#938414: rrdtool: Python2 removal in sid/bullseye

2019-09-05 Thread Jean-Michel Vourgère
Control: tags -1 - pending Control: reassign -1 ftp.debian.org Control: retitle -1 RM: python-rrdtool -- ROM; python2 removal rrdtool no longer builds package python-rrdtool. Please remove that binary package from the archive. signature.asc Description: This is a digitally signed message part.

Bug#938414: rrdtool python2 removal

2019-09-05 Thread Jean-Michel Vourgère
Hi Andreas On Wednesday, 4 September 2019 22:00:54 CEST Andreas Henriksson wrote: > Control: tags -1 + pending Thanks. I should have done that earlier! I hope you did not loose too much time because of that. :/ > I noticed two things you might want to adress though: > - the dh-python

Bug#936499: eyefiserver: Python2 removal in sid/bullseye

2019-08-30 Thread Jean-Michel Vourgère
Control: reassign -1 ftp.debian.org Control: retitle -1 RM: eyefiserver -- removal triggered by the Python2 removal Please remove eyefiserver from the archive: The project is dead upstream. I could not find anyone working on the python3 version. popcon is 17. eyefi cards - SD cards with

Bug#935419: RM: python-django-session-security/2.6.5+dfsg-1 -- ROM; cruft

2019-08-22 Thread Jean-Michel Vourgère
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: rm Hello Due to #933034, I believe I need manual decrufting: source package django-session-security 2.6.5+dfsg-2 no longer builds binary package(s): python-django-session-security Please

Bug#932985: [932985] Please remove Python 2 support

2019-07-28 Thread Jean-Michel Vourgère
Hi Thomas Thank you for your patch. I just made an upload based on it. I had to remove python3-django-session-security.install since pybuild put the files directly in the correct location. Also I changed your sphinx changes. Originally: > override_dh_auto_build: > dh_auto_build

Bug#931464: movim: deamon start "--no-ansi" option doesn't work

2019-07-05 Thread Jean-Michel Vourgère
Package: movim Version: 0.14.1-5 Severity: normal Dear Maintainer, I just tried buster's movim. I have a black background and php daemon.php start --url=https://movim.nirgal.com/ --port=8080 --no-ansi -vvv prints text in dark blue over black, which is unreadable. I expected --no-ansi to

Bug#929776: unblock: rrdtool/1.7.1-2

2019-05-31 Thread Jean-Michel Vourgère
Control: tags -1 -moreinfo Version 1.7.1-2 is now installed on all major architectures. signature.asc Description: This is a digitally signed message part.

Bug#929776: unblock: rrdtool/1.7.1-2

2019-05-30 Thread Jean-Michel Vourgère
daemon segfault. + + -- Jean-Michel Vourgère Thu, 30 May 2019 22:28:06 +0200 + rrdtool (1.7.1-1) unstable; urgency=medium * New upstream version (Closes: #891491, #898184): diff -Nru rrdtool-1.7.1/debian/patches/segfault-xport rrdtool-1.7.1/debian/patches/segfault-xport --- rrdtool-1.7.1

Bug#927952: duply: ssh connection fails when known_hosts doesn't exists

2019-04-25 Thread Jean-Michel Vourgère
Package: duply Version: 1.11.3-1 Severity: normal Dear Maintainer, On a freshly installed stretch server, on first run, when using ssh, duply (or a dependency) fails if file known_hosts doesn't exist. I expected duply to create the file if it's missing. A simple work around is to connect using

Bug#805596: dnsmasq: Fails to resolve cloudflare.com domains with dnssec

2019-03-26 Thread Jean-Michel Vourgère
Shouldn't this report be closed or at least tagged as fixed in stretch? signature.asc Description: This is a digitally signed message part.

Bug#923726: monero: Monero requires update to work after March 9th

2019-03-04 Thread Jean-Michel Vourgère
Package: monero Version: 0.13.0.4-1~bpo9+1 Severity: important Dear Maintainer, Monero protocol will be updated on March the 9th [1]. The version 0.13 in Debian will cease to work then. Please package version 0.14 or backport the changes. [1] https://github.com/monero-project/monero/releases

Bug#922020: gnome-shell: Keyboard layout not applied in programs using Xwayland

2019-02-11 Thread Jean-Michel Pouré
I can confirm this keyboard bug. Since I upgraded my Debian SID, I lost my French keyboard in Firefox- ESR and in Chromium. Using these two applications, this is like if were typing on a QWERTY keyboard. Apparently, this started this morning after upgrading. Please note that Gnome-shell is not

Bug#920441: libjs-cryptojs: Doesn't decrypt output from openssl enc anymore

2019-01-25 Thread Jean-Michel Vourgère
Package: libjs-cryptojs Version: 3.1.2+dfsg-2 Severity: normal Dear Maintainer, Up to jessie, one could encrypt something using openssl: echo "This is a test" | openssl enc -aes-256-cbc -pass pass:mypassphrase -e -base64 and decrypt it using crypto-js var plaintext =

Bug#917164: "lvm2-activation-generator: lvmconfig failed" message at boot time

2018-12-24 Thread Jean-Michel Pouré
, Jean-Michel Pouré

Bug#916845: needrestart: README.nagios.md refers to undistributed file ex/nagios/needrestart-nagios

2018-12-19 Thread Jean-Michel Vourgère
Package: needrestart Version: 3.3-2 Severity: normal Dear Maintainer, Please distribute de ex/nagios/needrestart-nagios as documentation. It is missing. Alternatively, it would make sense to copy it directly in /etc/sudoers.d/ since it is only for user nagios and it include the -p parameter

Bug#902444: findutils: -print0 breaks -name conditions

2018-06-26 Thread Jean-Michel Vourgère
Package: findutils Version: 4.6.0+git+20161106-2 Severity: normal Dear Maintainer, I am runing periodically > find "$dir" -type f -print0 ! -name clamav.log | xargs -0 clamdscan > -log="$dir/clamav.log" But the file clamav.log is added to the list while it should be excluded. I traced the

Bug#902275: haproxy: resolvers nameserver doesn't support IPv6

2018-06-24 Thread Jean-Michel Vourgère
Source: haproxy Version: 1.7.5-2 Severity: normal Dear Maintainer, I tried to enable dns check in my proxy and this works: -- 8< resolvers mydns nameserver dnsmasq 127.0.0.1:53 -- 8<

Bug#894444: needrestart doesn't restart services anymore

2018-06-18 Thread Jean-Michel Vourgère
Hi Sorry for the long delay anwsering. >> I am using it with unattended-upgrades. >> (...) >> I expected needrestart to automatically reload the services using obsolete >> libssl, like it used to. > This is triggered by the bugfix for Debian Bug#876459 and is > intentional (upstream's point of

Bug#900807: duplicity: Typo in manual

2018-06-05 Thread Jean-Michel Vourgère
Package: duplicity Version: 0.7.11-1 Severity: minor Dear Maintainer, duplicity(1) contains in "OPERATION AND DATA FORMATS": > It should not necessary to read this section to use duplicity. I suggest: > It should not be necessary to read this section to use duplicity. or even: > It is not

Bug#885874: ITP: node-raphael -- JavaScript library to work with vector graphics

2018-04-11 Thread Jean-Michel Vourgère
Hi praveen You added the "blocks", so I guess you know that package is already in the archive: https://packages.qa.debian.org/raphael Shouldn't we close that bug? For you information, raphael has just been orphaned. https://bugs.debian.org/895407 signature.asc Description: This is a

Bug#894441: dpkg-buildpackage: SOURCE_DATE_EPOCH must ignore bin-nmu changelog entries. Breaks M-A:same

2018-04-05 Thread Jean-Michel Vourgère
On Friday, 30 March 2018 15:02:31 CEST Chris Lamb wrote: > [ https://lists.debian.org/debian-security/2017/05/msg00011.html ] On Friday, 30 March 2018 20:15:33 CEST Sven Joachim wrote: > [ https://bugs.debian.org/843773 ] Thanks a lot guys for pointing out that issue! Basically, when doing

Bug#788574: libjs-raphael: Watch file doesn't work

2018-04-05 Thread Jean-Michel Vourgère
Attached is an updated versionversion=3 https://github.com/DmitryBaranovskiy/raphael/releases \ .*[^n]/(?:|v|version-|version|release-|r|REL_|rel-|raphael(?:_|-))(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz) signature.asc Description: This is a digitally signed message part.

Bug#894603: logrotate: file size changed while zipping

2018-04-02 Thread Jean-Michel Vourgère
Control: tag -1 forwarded https://bugzilla.netfilter.org/show_bug.cgi?id=1240 Hi I filed a bug report upstream. We are not using their logrotate conf file, but they are similar. signature.asc Description: This is a digitally signed message part.

Bug#894603: logrotate: file size changed while zipping

2018-04-02 Thread Jean-Michel Vourgère
Package: ulogd2 Version: 2.0.5-5 Severity: normal Hello Chris, I got this email from cron: > /etc/cron.daily/logrotate: > error: Compressing program wrote following message to stderr when > compressing log /var/log/ulog/syslogemu.log.1: > gzip: stdin: file size changed while zipping I suspect

Bug#894444: needrestart doesn't restart services anymore

2018-03-30 Thread Jean-Michel Vourgère
Package: needrestart Version: 2.11-3+deb9u1 Severity: normal Dear Maintainer, Here, needrestart recently stopped working automatically in stable. I am using it with unattended-upgrades. After libssl upgrade this morning, unattended-upgrades-dpkg.log says things like: systemctl restart

Bug#894441: dpkg-buildpackage: SOURCE_DATE_EPOCH must ignore bin-nmu changelog entries. Breaks M-A:same

2018-03-30 Thread Jean-Michel Vourgère
Package: dpkg-dev Version: 1.19.0.5 Severity: important Justification: Make unrelated packages violate multi-arch specs Dear Maintainer, When doing bin-nmu, each architecture gets its own d/changelog entry like: rrdtool (1.7.0-1+b1) sid; urgency=low, binary-only=yes * Binary-only

Bug#885744: mdbtools-gmdb: Depends on libgnomeui

2018-02-19 Thread Jean-Michel Vourgère
Control: tags -1 +help I'm unable to port gmdb to gtk-3. Mostly by lack of knowledge. If someone propose a patch, I can very probably push it upstream, that would be nice. My plan is to remove gmdb package and to package only the drivers and command line tools. Honestly, I boldly guess most

Bug#890466: Please giveback rrdtool + questions on vs92

2018-02-15 Thread Jean-Michel Vourgère
Hello There was a weird issue during last compilation of rrdtool on m68k. Basically, isinf(1.0/sin(0.0)) returned false. Could we please retry the build, in order to rule out any transient failure. (Yes, it sounds stupid, but in my experience, this things happen ...) gb rrdtool_1.7.0-1 . m68k

Bug#888495: check_haproxy_stats: Please change default location admin sock

2018-02-14 Thread Jean-Michel Vourgère
://bugs.debian.org/888495 Forwarded: not-needed Author: Jean-Michel Vourgère <nir...@debian.org> Last-Update: 2018-02-14 --- a/check_haproxy_stats/check_haproxy_stats.pl +++ b/check_haproxy_stats/check_haproxy_stats.pl @@ -57,7 +57,7 @@ in list. -s, --sock, --socket -Use named UNIX

Bug#890286: rrdcached: "gmetad RRD_update [...] rrdcached: Permission denied" if limited socket specified first

2018-02-14 Thread Jean-Michel Vourgère
Hi Chad Thank you for your detailed report. Before I dig more into it, can you double check there is no other instance of rrdcached running, and using the same socket location? I think rrdcached was disabled by default on jessie, and was enabled by default on stretch. And since you are using

Bug#889883: dh-lua: Please disable --silent in libtool calls

2018-02-08 Thread Jean-Michel Vourgère
Package: dh-lua Version: 24 Severity: wishlist Tag: patch Hello Enrico My rrdtool package uses dh-lua. I get a bunch of compiler-flags-hidden warnings in build log scanner [1], from package blhc. If you don't mind too much the extra verbosity, please consider removing --silent from the

Bug#886181: rrdtool: Please switch to automatic dbgsym package

2018-02-02 Thread Jean-Michel Vourgère
Control: severity -1 wishlist Hello Jeremy On Tuesday, 2 January 2018 16:35:32 CET you wrote: > Please drop the -dbg package and use an automatic dbgsym packge instead. > https://wiki.debian.org/AutomaticDebugPackages Right now, the rrdtool contains more than the debug symbols, it also contains

Bug#888495: check_haproxy_stats: Please change default location admin sock

2018-01-26 Thread Jean-Michel Vourgère
Package: nagios-plugins-contrib Version: 21.20170222 Severity: minor Dear Maintainer, Running /usr/lib/nagios/plugins/check_haproxy_stats returns: > Unable to connect to haproxy socket: connect: No such file or directory at > /usr/lib/nagios/plugins/check_haproxy_stats line 144.

Bug#883912: lxc-create(1) incorrectly says default fstype is ext4

2017-12-09 Thread Jean-Michel Vourgère
Package: lxc Version: 1:2.0.7-2 Severity: minor Dear Maintainer, man lxc-create says: > --fstype FSTYPE will create an FSTYPE filesystem on the LV, rather than the > default, which is ext4. However, when a container is created with lvm without the --fstype option it gets an ext3 partition. In

Bug#881700: python-moinmoin: Apache2.4 requires .conf extension in sites-available

2017-11-14 Thread Jean-Michel Vourgère
Package: python-moinmoin Version: 1.9.9-1 Severity: minor Dear Maintainer, In README.Debian, on line 34, it is suggested one create a file /etc/apache2/sites-available/mywiki. But this doesn't work since apache upgraded to 2.4. File needs to be named /etc/apache2/sites-available/mywiki.conf

Bug#881043: needrestart: nagios plugin mode issues invalid output when non root

2017-11-07 Thread Jean-Michel Vourgère
Package: needrestart Version: 2.11-3 Severity: normal Tags: patch Dear Maintainer, I tried running "needstart -p" from nagios-nrpe-server using command[check_restart]=/usr/sbin/needrestart -p My icinga dashbord then shows "UNKOWN NRPE: Unable to read output". I expected to read "UNKOWN - This

Bug#869892: Using sysv, lxc-start fails while trying to create cgroup

2017-10-22 Thread Jean-Michel Vourgère
On Saturday, 21 October 2017 17:08:42 CEST Evgeni Golov wrote: > Hi, > > On Fri, Oct 20, 2017 at 03:09:34PM +0200, Jean-Michel Vourgère wrote: > > > I guess in your case the systemd binary is installed (but not used as > > > init) and thus the dependency did no

Bug#869892: Using sysv, lxc-start fails while trying to create cgroup

2017-10-20 Thread Jean-Michel Vourgère
> > I finally had it working by adding > > "cgroup /sys/fs/cgroup cgroup defaults 0 0" > > to my /etc/fstab > > > > A little note in /usr/share/doc or elsewhere would be nice. > > This is why liblxc1 has a "Depends: cgroupfs-mount | systemd", as > cgroupfs-mount should be used to mount

Bug#758557: network-manager: not authorized to control networking

2017-10-20 Thread Jean-Michel Vourgère
I had a simmilar issue. I'm using sysvinit-core since systemd no longer supports rcS scripts like my firewall. I fixed the issue by removing > none /sys/fs/cgroup cgroup defaults 0 0 from my /etc/fstab, that I had to add in the first place for lxc to work. Here, this means that lxc

Bug#879111: ddclient: nsupdate sends A records when using ipv6 addresses

2017-10-19 Thread Jean-Michel Vourgère
Package: ddclient Version: 3.8.3-1.1 Severity: normal Dear Maintainer, I'm using a config file like this: --- 8< --- usev6=if, if=tunipred protocol=nsupdate server=dnsmaster.nirgal.com password=/root/dyndns/Kdynamic.test.+163+31401.key zone=dyn.nirgal.com ttl=60

Bug#878752: smartmontools: Missing file /usr/share/docs/smartmontools/WARNINGS

2017-10-16 Thread Jean-Michel Vourgère
Package: smartmontools Version: 6.5+svn4324-1 Severity: minor Dear Maintainer, File /usr/share/doc/smartmontools/README.Debian says: " Please read the file WARNINGS in this directory. " Either the file is missing or the README.Debian should be udated. Thank you for taking care of smart. :)

Bug#875686: history.cgi misses jquery.min.js

2017-09-13 Thread Jean-Michel Vourgère
Package: icinga2-classicui Version: 2.6.0-2 Severity: normal Hello In the "Host Alert History" pages, the html contains an include on /icinga2- classicui/jquery/jquery.min.js that returns a 404. May be this is why the "Select a day ..." link doesn't work. If I press the "Earlier Archive" link,

Bug#870628: Please warn about slow starts on USB

2017-08-04 Thread Jean-Michel Vourgère
I'm using a USB3.1 stick, according to its marking. And its connector is blue. Attached is a "lsusb -v" output, with the stick plugged in. I boot from the "Transcend Information, Inc. JetFlash" device, that looks like it's connected to a usb2 there. I'm mistaken, ain't I? The target computer

Bug#870628: Please warn about slow starts on USB

2017-08-03 Thread Jean-Michel Vourgère
Package: installation-guide-amd64 Severity: normal Hello I recently installed form scratch a Stretch to an old computer using an USB stick. The "boot menu" show and I hit enter for "Graphical Install". And then I though it crashed. Twice. The keys don't make the menu move. Caps lock key doesn't

Bug#768073: Collaboration

2017-08-02 Thread Jean-Michel Pouré
Hello, We all need LXD as it is way more faster than Docker. I have been using LXC for quite a long time and it is the ultimate virtualization tool. How can we collaborate on LXD/LXC? LXD is the future. Could you create a repository to receive patches on the project? We probably need to discuss

Bug#770171: sshd jail fails when system solely relies on systemd journal for logging

2017-08-01 Thread Jean-Michel Vourgère
For people looking for an easy work around: apt-get install rsyslog will ensure sshd is logged as usual.

Bug#869892: Using sysv, lxc-start fails while trying to create cgroup

2017-07-27 Thread Jean-Michel Vourgère
I finally had it working by adding "cgroup /sys/fs/cgroup cgroup defaults 0 0" to my /etc/fstab A little note in /usr/share/doc or elsewhere would be nice.

Bug#869892: Using sysv, lxc-start fails while trying to create cgroup

2017-07-27 Thread Jean-Michel Vourgère
Package: lxc Version: 1:2.0.7-2 Severity: normal Dear Maintainer, When trying to start a container, I get these errors: # lxc-start -n test -F lxc-start: cgroups/cgfs.c: lxc_cgroupfs_create: 901 Could not find writable mount point for cgroup hierarchy 11 while trying to create cgroup.

Bug#845232: Error on Jessie installation

2017-07-04 Thread Jean-Michel Vourgère
Control: retitle -1 Enabling AppArmor is not documented Control: tag -1 - unreproducible Control: severity -1 minor On Tuesday 04 July 2017 09:36:44 intrigeri wrote: > Ping? Ops, sorry for the delay. AppArmor was indeed not enabled. I was unable to find any kind of documentation in Jessie

Bug#862663: amavis shoud suggest unrar-free instead of unrar

2017-05-15 Thread Jean-Michel Vourgère
Package: amavisd-new Version: 1:2.10.1-4 Severity: minor Dear maintainer, amavis currently suggest installation on unrar, which is unavailable in Debian. On startup, log file says: "No ext program for .rar, tried: unrar-free" which seems to indicate that unrar-free is supported. It

Bug#860167: opensvc: Incomplete debian/copyright?

2017-04-12 Thread Jean-Michel Kelbert
> carefully and address these on your next upload.) Thanks for your ACCEPTation. I will manage this in the next upload. -- Jean-Michel Kelbert signature.asc Description: PGP signature

Bug#860128: dpkg: sys.stdin.encoding is set to None in postinst

2017-04-11 Thread Jean-Michel Kelbert
z2-1.0 1.0.6-8 ii libc62.24-8 ii liblzma5 5.2.2-1.2 ii libselinux1 2.6-3 ii tar 1.29b-1.1 ii zlib1g 1:1.2.8.dfsg-4 dpkg recommends no packages. Versions of packages dpkg suggests: ii apt 1.4~beta2 -- no debconf information -- Jean-Michel Kelbert signature.asc Description: PGP signature

Bug#860088: Please improve --numeric-owner documentation

2017-04-11 Thread Jean-Michel Vourgère
Package: tar Version: 1.27.1-2+deb8u1 Severity: wishlist Dear maintainer tar manual says about --numeric-owner: "always use numbers for user/group names" I find this difficult to understand. Is that option usefull for both archiving and extracting? If the option is not used, on archiving, are

Bug#852422: Please stop yelling about deprecation

2017-01-24 Thread Jean-Michel Vourgère
Package: duplicity Version: 0.6.24-1 Severity: normal Hello I run Jessie. Since I updated python-crypto to 2.6.1-5+deb8u1 [1] duplicity prints warnings every time it runs. Like most user, I suppose, I run from cron. This means I now receive a daily spam with:

Bug#847757: testdisk FTBFS on mips: common.h:128:2: error: initializer element is not constant

2017-01-10 Thread Jean-Michel Kelbert
Le 09/01/17 à 09:23 Daniel Knezevic (daniel.kneze...@imgtec.com) écrivait : > Hi Christophe, > > I have tested your patch, the package builds successfully for mips. Hello, Thanks for both the patch & the testing. I just uploaded a new package which will fix the issue. Regards --

  1   2   3   4   5   6   7   8   >