Bug#1069994: systemd-resolved: resolvectl dnssec failed for unsigned domains

2024-04-28 Thread Adrien CLERC
Package: systemd-resolved Version: 255.5-1 Severity: important Dear Maintainer, Since 255.5-1, resolvectl produces the following: ❯ resolvectl query --validate=yes www.youtube.com www.youtube.com: resolve call failed: DNSSEC validation failed: no-signature The domain is unsigned. It worked in

Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-15 Thread Adrien CLERC
Le 14/02/2024 à 21:46, Jeffrey Walton a écrit : Package: wnpp Severity: wishlist X-Debbugs-CC:debian-de...@lists.debian.org * Package name: freenginx Version : 1.24.0 Upstream Author : Maxim Dounin and the development community Section: web * URL

Bug#1037359: Patch for 7.3.0

2023-07-02 Thread Adrien CLERC
Hi, The aforementioned patch is for opensmtpd 7.3.0, since libtls/tls.c was introduced in https://github.com/OpenSMTPD/OpenSMTPD/commit/0563fc569539c6b6c7fc7cedc185d612a8d5458a I think the best fix would be: go ahead and add opensmtpd 7.3.0p1 that was released a few days ago

Bug#919348: UX feedback

2022-11-28 Thread Adrien CLERC
Hi everyone, I know that no one has time to do an audit on the code, but I've uninstalled light-locker with XFCE (Debian/testing) on my laptop (Dell Latitude 5X90) because it was nearly unusable. I couldn't get my session back because of VT switch. I installed xfce4-screensaver and it was

Bug#996604: Not visible in pristine kernel

2021-10-25 Thread Adrien CLERC
Hi, I was trying to bisect the kernel, but I found a "strange" behavior: when I rebuild the linux kernel from vanilla for 5.10.46, I don't see the "phy#0" interface as output of "iw reg get" and hostapd doesn't work on 5GHz. Thus, I'm a bit lost on how to track down the issue… Any help

Bug#996604: linux-image-5.14.0-3-amd64: atheros eeprom country ignored and set to "unset"

2021-10-15 Thread Adrien CLERC
Package: src:linux Version: 5.14.12-1 Severity: normal Hi, After upgrading from linux-image-5.10.0-8-amd64, my access point stopped working on the 5GHz band. It seems that the EEPROM country is ignored, or misunderstood by the kernel. I have the following at module load: oct. 15 23:42:21

Bug#982998: chkrootkit chkproc uses incorrect value for max_pid

2021-03-09 Thread Adrien CLERC
On Wed, 17 Feb 2021 19:23:30 -0500 Greg Schmidt wrote: > > grabbed the source and see that while reading thru the output from a 'ps maux' > the pid field is checked against MAX_PROCESSES > > ret = atol(p); > if ( ret < 0 || ret > MAX_PROCESSES ) > { > fprintf (stderr, " OooPS, not expected

Bug#940621: libmeanwhile1: Login verification down or unavailable on 1.0.2-9+b1

2021-03-01 Thread Adrien CLERC
On Fri, 26 Feb 2021 21:28:06 -0500 Boyuan Yang wrote: > > Since the hard freeze is approaching, I will go with the conservative > way and upload meanwhile/1.1.1-2 with the following line: > > export DEB_CFLAGS_MAINT_APPEND=-O0 -fno-tree-vrp > > Please test whether the built package fixes the bug

Bug#940621: libmeanwhile1: Login verification down or unavailable on 1.0.2-9+b1

2021-02-26 Thread Adrien CLERC
On Fri, 26 Feb 2021 09:23:03 +0100 Adrien CLERC wrote: > > Boyuan Yang, can you reintroduce -fno-tree-vrp in CFLAGS please? I can't > connect to Sametime right now. I did a lot of tests, and it seems that only "export DEB_CFLAGS_MAINT_APPEND=-O0" fix this issue

Bug#940621: libmeanwhile1: Login verification down or unavailable on 1.0.2-9+b1

2021-02-26 Thread Adrien CLERC
> > on libmeanwhile1 1.0.2-9+b1 I can't connect to Sametime with the error > "Login verification down or unavailable". > > It works on libmeanwhile1 1.0.2-9. > > This seems to be the same problem reported on #764494. Indeed, the patched applied in

Bug#919320: RE: Bug#919320: nginx-extras: Would you please consider replacing Gzip module with Brotli for compression?

2021-01-23 Thread Adrien CLERC
On Tue, 30 Jun 2020 15:47:06 -0400 Thomas Ward wrote: > Notes: rejected downstream in Ubuntu for Security concerns (BREACH, etc.) OK, but having brotli_static can be really useful for pre-compressed assets. And for now, there is no solution in the packaged version :/ Adrien

Bug#501456: dpkg: parallel compression and decompression

2020-11-24 Thread Adrien CLERC
Hi, I would also stress that on recent desktop/laptop, having at least 4 cores is more than common. So parallel decompression is important to speed up installations. As an example, I tried to use xz and pixz to extract data.tar.xz on a tmpfs from

Bug#965339: geeqie: Geeqie is painfully slow since GTK3

2020-11-18 Thread Adrien CLERC
Le 15/11/2020 à 16:14, Andreas Ronnquist a écrit : Hey guys - I have packaged a new git snapshot, downloadable from here: https://www.gusnan.se/debian/geeqie-common_1.5.1+git20201112-fae4de3c-1_all.deb https://www.gusnan.se/debian/geeqie_1.5.1+git20201112-fae4de3c-1_amd64.deb (You'll need to

Bug#965339: Geeqie is painfully slow since GTK3

2020-11-01 Thread Adrien CLERC
Le 01/11/2020 à 13:25, Andreas Ronnquist a écrit : Do you have the option "Show marks" enabled? (It's in the "Select" menu, default keyboard shortcut 'M'). If I enable this, geeqie indeed gets very slow. Please try pressing 'M', and disable marks, and report back if this affects the

Bug#965339: Geeqie is painfully slow since GTK3

2020-11-01 Thread Adrien CLERC
Hi, Since report, I've upgrade my system from: - CPU : Core2 Quad Q9550 - GPU : Radeon HD6450 to a more modern : - CPU/GPU : AMD Ryzen PRO 4750G This is not a high end system, but it should be powerful enough. I experienced exactly the same issue. When switching image, the UI is

Bug#973006: gourmet: Missing dependency on python3-argcomplete

2020-10-27 Thread Adrien CLERC
Package: gourmet Version: 0.17.5~alpha2-4 Severity: important Dear Maintainer, I have the following output: Traceback (most recent call last): File "/usr/bin/gourmet", line 33, in sys.exit(load_entry_point('gourmet==0.17.5', 'console_scripts', 'gourmet')()) File "/usr/bin/gourmet", line

Bug#965339: geeqie: Geeqie is painfully slow since GTK3

2020-07-19 Thread Adrien CLERC
Package: geeqie Version: 1:1.5.1-11 Severity: important Dear Maintainer, Since 1.5.1-11 and GTK3 build (see #904976), the UI is slowed down by ~2-5 times. Loading the UI is slow. Loading a new image is slow. I can't enable Clutter GPU acceleration, since my hardware is too old. Downgrading get

Bug#959423: [pkg-cryptsetup-devel] Bug#959423: cryptsetup-initramfs: MODULES=dep missed "ecb" since linux-5.6.0

2020-05-07 Thread Adrien CLERC
I saw the upload of 2:2.3.2-1, thanks for that! I think the description should say Closes: #959423 but it says instead that it's closing (my old) #901884. Is it on purpose?

Bug#959423: cryptsetup-initramfs: MODULES=dep missed "ecb" since linux-5.6.0

2020-05-02 Thread Adrien CLERC
Package: cryptsetup-initramfs Version: 2:2.3.1-1 Severity: important Dear Maintainer, After upgrading to linux-5.6.0, cryptsetup in initramfs was failing with: device-mapper: table: 253:0: crypt: Error allocating crypto tfm device-mapper: reload ioctl on failed: No such file or directory It

Bug#953953: [collectd-core] Python plugin is missing correct linking

2020-03-14 Thread Adrien CLERC
Package: collectd-core Version: 5.10.0-1+b1 Severity: important --- Please enter the report below this line. --- After upgrading from 5.9.2.g-1, I have the following error: ERROR: dlopen("/usr/lib/collectd/python.so") failed: /usr/lib/collectd/python.so: undefined symbol: PyFloat_Type. The most

Bug#946387: Duplicates

2019-12-08 Thread Adrien CLERC
Sorry, it's a duplicate from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946221 It can be closed. Adrien

Bug#946387: rspamd: segfault on PCRE with rspamadm configtest

2019-12-08 Thread Adrien CLERC
Package: rspamd Version: 1.9.4-2+b1 Severity: grave Justification: renders package unusable Hi, Here is the stacktrace: (gdb) bt #0  0x03a656557714 in pcre2_jit_compile_8 () from /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 #1  0x03a657078543 in rspamd_regexp_new () from

Bug#919348: Time has passed

2019-09-04 Thread Adrien CLERC
Hi, I read the discussion, but since this software is very young, it's fixing bugs. Since the last message, version 0.1.8 is here, and it is quite stable now. Is there any feedback on recent versions? Have a nice day, Adrien

Bug#932604: sweethome3d: Unable to locate /usr/share/icedtea-web/netx.jar in /usr/share/java

2019-07-21 Thread Adrien CLERC
> It seems the netx.jar was removed in the latest version of icedtea-netx > in unstable. The version in testing still works. Could you try the > following and report back if it works for you? > > Edit /usr/bin/sweethome3d and replace the line > > > find_jars /usr/share/icedtea-web/netx.jar > >

Bug#932604: sweethome3d: Unable to locate /usr/share/icedtea-web/netx.jar in /usr/share/java

2019-07-21 Thread Adrien CLERC
Package: sweethome3d Version: 6.2+dfsg-1 Severity: important Dear Maintainer, I have the following error: > env LANG=C sweethome3d [warning] /usr/bin/sweethome3d: Unable to locate /usr/share/icedtea- web/netx.jar in /usr/share/java Error: Unable to initialize main class

Bug#928621: Old software

2019-05-08 Thread Adrien CLERC
Hi, The last commit for this software is 6 years old. I know that mature software doesn't need update, but I doubt this is the case here. Maybe it is abandoned upstream? Adrien

Bug#928075: mypaint: Homepage is mypaint.org not .info (squatted)

2019-04-27 Thread Adrien CLERC
Package: mypaint Version: 1.2.0-4.1 Severity: normal Dear Maintainer, The homepage of the package is http://mypaint.org not .info which is a parked domain. -- System Information: Debian Release: 10.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,

Bug#922452: sopel: Missing dependency to python3-dnspython

2019-02-16 Thread Adrien CLERC
Package: sopel Version: 6.6.2-1 Severity: important Hi, After starting sopel, I got the following errors: pkg_resources.DistributionNotFound: The 'dnspython<3.0' distribution was not found and is required by sopel It was removed for an unkown reason on my system 6 days ago. Maybe a transitive

Bug#913357: [php-redis] Missing support for default PHP version

2018-11-09 Thread Adrien CLERC
Package: php-redis Version: 4.2.0~rc2-1 Severity: normal --- Please enter the report below this line. --- Hi, Along with #911670 and #911719, the php-redis package lacks support for the current default PHP version in buster (7.2), and is only built with 7.3. I'm sorry to open new bug reports,

Bug#911719: [php-apcu] Changelog is missing reference to PHP versions

2018-10-23 Thread Adrien CLERC
Package: php-apcu Severity: important --- Please enter the report below this line. --- Hi, Along with php-igbinary in #911670 this package was uploaded to testing. There is no mention that the build with PHP 7.2 has been removed. This renders the package unusable, so there should be at least a

Bug#911670: Add conflicts with php-redis

2018-10-23 Thread Adrien CLERC
Hi, I get hits by this release in testing, while using php7.2 with php-redis: PHP Warning:  PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20170718/redis.so (/usr/lib/php/20170718/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20170718/redis.so.so

Bug#904085: nginx-extras: Use recommends for dynamic modules

2018-07-19 Thread Adrien CLERC
Package: nginx-extras Version: 1.13.12-1 Severity: wishlist Hi, I'm currently using nginx-extras to have a number of modules built in. However, since the rise of dynamic modules, it seems that some modules are installed as a dependency, which is not completely true. As an example,

Bug#901884: [cryptsetup-initramfs] Unbootable system with MODULES=dep

2018-06-20 Thread Adrien CLERC
Le 20/06/2018 à 00:21, Guilhem Moulin a écrit : > On Tue, 19 Jun 2018 at 23:52:45 +0200, Guilhem Moulin wrote: >> Sorry, I meant between your backup initrd.img (presumably also compiled >> with MODULES=dep) and the new, broken one. > Alternatively, if you don't have this initrd around anymore, are

Bug#901884: [pkg-cryptsetup-devel] Bug#901884: [cryptsetup-initramfs] Unbootable system with MODULES=dep

2018-06-19 Thread Adrien CLERC
Le 19/06/2018 à 23:06, Guilhem Moulin a écrit : > Just noticed what looks like a regression, I wonder if that's the same > problem. Does your system have AES-NI or similar, or are you using the > generic modules? What's the output of > > grep -A2 '^name *: *xts(aes)' /proc/crypto > # grep

Bug#901884: [cryptsetup-initramfs] Unbootable system with MODULES=dep

2018-06-19 Thread Adrien CLERC
Le 19/06/2018 à 22:40, Guilhem Moulin a écrit : > Could you run the following on both the broken and backup initrd and > send the diff? > > lsinitramfs /path/to/initrd.img | grep ^lib/modules/ | sort See initramfs_dep_vs_most.diff.gz. The dep output is not working, and the most output is

Bug#901884: [cryptsetup-initramfs] Unbootable system with MODULES=dep

2018-06-19 Thread Adrien CLERC
Package: cryptsetup-initramfs Version: 2:2.0.3-2 Severity: critical --- Please enter the report below this line. --- Hi, I have a full disk-encryption set up with LUKS. After upgrading from 2.0.3-1 to 2.0.3-2 my last (and current) kernel is unbootable. Fortunately, the previous one has still a

Bug#900531: ITP: tinyjsd -- Lightweight JavaScript Debugger for Thunderbird and Firefox

2018-06-01 Thread Adrien CLERC
Le 01/06/2018 à 00:14, Daniel Kahn Gillmor a écrit : TinyJSD is a JavaScript debugger for Mozilla products (Firefox, Thunderbird, SeaMonkey). If I go to the official addon page (https://addons.mozilla.org/en-US/firefox/addon/tiny-javascript-debugger/), it says that it is not compatible for

Bug#900147: [zopfli] Change compiler flags to get +17% performance

2018-05-26 Thread Adrien CLERC
Package: zopfli Version: 1.0.2-1 Severity: normal Tags: patch --- Please enter the report below this line. --- Hi, Following this blog (http://roartindon.blogspot.fr/2016/04/boosting-zopfli-performance.html), I change the flags of the Makefile for the following: CFLAGS = -W -Wall -Wextra -ansi

Bug#895657: [gcompris-qt] Keyboard shortcut are also missing

2018-04-14 Thread Adrien CLERC
Package: gcompris-qt Version: 0.81-2 --- Please enter the report below this line. --- Hi, It may be linked to a recent Qt update. It was working fine one week ago. Even the 'ESC' shortcut that is normally bound to game exit is not working. --- System information. --- Architecture: Kernel: Linux

Bug#893972: [borgbackup] msgpack-python>=0.4.6 distribution was not found

2018-03-24 Thread Adrien CLERC
Package: borgbackup Version: 1.1.4-3 Severity: important --- Please enter the report below this line. --- Hi, After upgrading from 1.1.4-2, the requirement to python3-msgpack disappeared. However, when starting borg, I have the following output: # borg help Traceback (most recent call last):  

Bug#892218: postfix: Upgrading to 3.3.0 missed important settings for smtpd_relay_restrictions or smtpd_recipient_restrictions

2018-03-06 Thread Adrien CLERC
Package: postfix Version: 3.3.0-1 Severity: important Hi, After upgrading from 3.2.5 to 3.3.0, the following line appears in /var/log/mail.log: postfix/smtpd[11716]: fatal: in parameter smtpd_relay_restrictions or smtpd_recipient_restrictions, specify at least one working instance of:

Bug#890940: [fatsort] New upstream release 1.4.2

2018-02-20 Thread Adrien CLERC
Package: fatsort Severity: normal --- Please enter the report below this line. --- Hi, It seems that development of fatsort was active again in 2017. See https://sourceforge.net/projects/fatsort/files/ for new releases. Adrien --- System information. --- Architecture: Kernel: Linux

Bug#889047: Missing dependencies

2018-02-01 Thread Adrien CLERC
Hi, Forget about the previous part. This was segfaulting because of a missing dependency. So to be clear: uwsgi-plugin-php requires libphp7.2-embed. php7.2-fpm is not filling the requirement. <>

Bug#889047: uwsgi-plugin-php: Segfault with PHP7.2

2018-02-01 Thread Adrien CLERC
Package: uwsgi-plugin-php Version: 2.0.15+10.1+0.0.2+b1 Severity: important Hi, after upgrading to the version compiled for PHP7.2, I got the following trace: févr. 01 13:31:36 belette64 uwsgi[11136]: !!! uWSGI process 11198 got Segmentation Fault !!! févr. 01 13:31:36 belette64 uwsgi[11136]:

Bug#878209: apcupsd: please provide a split package without X11 deps

2017-10-14 Thread Adrien CLERC
Hi, gapcmon is indeed very useful, but it should really be separated from apcupsd, because it can be installed without apcupsd and connect to a remote daemon. And apcupsd doesn't need gapcmon on a lot of common installations. Thanks for the packaging! Adrien

Bug#877702: redis-server: Easily run multiple instances with systemd

2017-10-09 Thread Adrien CLERC
> In the meantime, what would be the easiest way for you to test the result > of this change? Shall I attach the 4 .service files it now generates? I just executed the generate-systemd-service-files that you wrote on my local machine, and there is no notable differences between my local

Bug#877702: redis-server: Easily run multiple instances with systemd

2017-10-07 Thread Adrien CLERC
>> You're right, I should have also posted the following: >> >> # cat /etc/systemd/system/redis-server@rspamd.service.d/override.conf >> [Service] >> Type=simple >> PIDFile=/run/redis-%i/redis-server.pid > You say "I should have also posted", but this line actually conficts > with your previous

Bug#877702: redis-server: Easily run multiple instances with systemd

2017-10-07 Thread Adrien CLERC
>> If you (or someone) find this seperation desirable, maybe it could be >> integrated into redis-server@.service by changing RuntimeDirectory to >> redis-%i and ReadWriteDirectory accordingly. It is probably a bad idea >> for all users, though. > Most users would be using the non-templated

Bug#877702: redis-server: Easily run multiple instances with systemd

2017-10-07 Thread Adrien CLERC
Hi, I came to the following basis: --- redis.service +++ redis-server@.service @@ -1,12 +1,12 @@  [Unit] -Description=Advanced key-value store +Description=Advanced key-value store (%I)  After=network.target  Documentation=http://redis.io/documentation, man:redis-server(1)    [Service]  

Bug#877702: redis-server: Easily run multiple instances with systemd

2017-10-04 Thread Adrien CLERC
Package: redis-server Version: 4:4.0.2-2 Severity: wishlist Hi, Since it is recommended to run multiple instances of redis instead of using databases, it could be interesting to be able to run multiple redis instances via systemd instance unit files, such as redis@my_instance.service would

Bug#873334: Google hints

2017-09-29 Thread Adrien CLERC
On Sat, 16 Sep 2017 08:16:39 -0400 Chris Chiappa wrote: > Just to help out people who might be googling for this problem, this > patch fixes this symptom in the mail logs: > > Sep 10 06:44:23 hostname postfix/smtpd[17970]: SSL_accept error from unknown[1.2.3.4]: -1 > Sep 10

Bug#874202: [borgbackup] undefined symbol: PyFPE_jbuf in crypto.cpython-35m-x86_64-linux-gnu.so

2017-09-03 Thread Adrien CLERC
Package: borgbackup Version: 1.0.11-3 Severity: grave --- Please enter the report below this line. --- Hi, I have the following python stacktrace: # borg Traceback (most recent call last):   File "/usr/bin/borg", line 11, in     load_entry_point('borgbackup==1.0.11', 'console_scripts', 'borg')()

Bug#852250: [lua-socket] luasocket was not compiled with UNIX sockets support

2017-01-22 Thread Adrien CLERC
Package: lua-socket Version: 3.0~rc1+git+ac3201d-2 Severity: important --- Please enter the report below this line. --- After upgrading to the latest version, my Prosody setup fails, because I'm relying on SASL authentication using a unix socket. Is it easily fixable? Thanks for the package

Bug#849803: [opendnssec-enforcer-sqlite3] Failed to load sqlite3 library

2016-12-31 Thread Adrien CLERC
Package: opendnssec-enforcer-sqlite3 Version: 1:2.0.3-5 Severity: important --- Please enter the report below this line. --- ods-migrate cannot execute itself. > ods-migrate Failed to load sqlite3 library. dlerror(): libsqlite3.so: cannot open shared object file: No such file or directory

Bug#847809: ITP: tcvt -- multicolumn virtual terminal

2016-12-12 Thread Adrien CLERC
Le 11/12/2016 à 23:39, Ferenc Wágner a écrit : > * Package name: tcvt > Version : git snapshot 82c24e2 > Upstream Author : Helmut Grohne > * URL : http://subdivi.de/~helmut/tcvt/ >From the main page: Multibyte encodings such as utf8 are not

Bug#842982: lua-sec update prevents ssl connections with prosody

2016-11-03 Thread Adrien CLERC
Reply-To: 842...@bugs.debian.org This is the same as #842906. Adrien

Bug#842906: lua-sec: Prosody is now unable to use STARTTLS

2016-11-02 Thread Adrien CLERC
Package: lua-sec Version: 0.6-1 Severity: important After upgrading to 0.6, prosody does not use STARTTLS, and clients will then refuse to work. Downgrading to 0.5.1-1 solves the issue. I didn't know if it needs to be filed for prosody or lua-sec… Feel free to re-assignate. Thanks, Adrien --

Bug#836533: Firefox crashes in js::jit::SnapshotIterator::numAllocations(). Possibly GCC 6-related?

2016-09-03 Thread Adrien CLERC
Hi, As a temporary workaround, I've set "javascript.options.baselinejit" to false. It seems to work. Some pages are now really slow, but at least, I can read them. Adrien

Bug#826512: [systemd] automount hangs after first unmount

2016-06-06 Thread Adrien CLERC
Le 05/06/2016 à 22:49, Michael Biebl a écrit : > Control: forwarded -1 https://github.com/systemd/systemd/issues/3332 > Am 05.06.2016 um 22:29 schrieb Adrien CLERC: > >> Recently (maybe after upgrade to systemd 230?), my automount settings >> only work for the first mount r

Bug#826512: [systemd] automount hangs after first unmount

2016-06-05 Thread Adrien CLERC
Package: systemd Version: 230-2 Severity: normal --- Please enter the report below this line. --- Hi, Recently (maybe after upgrade to systemd 230?), my automount settings only work for the first mount request. E.g., I have in fstab: belette:/nas/musique /home/adrien/Musiquenfs

Bug#815893: ITP: python-jpy -- Bi-directional Python-Java bridge

2016-02-25 Thread Adrien CLERC
Le 25/02/2016 13:59, Alastair McKinstry a écrit : > Upstream Author : Brockmann Consult GmbH > * URL : http://www.brockmann-consult.de > Hi, I understand that the author want some credits, but unless I misread the webpage, there is no mention of this project on it. It should be

Bug#790399: ITP: structlog -- tructured Logging for Python

2015-06-29 Thread Adrien CLERC
Le 29/06/2015 02:51, Filippo Giunchedi a écrit : * Package name: structlog Hi, It seems to be a Python library (in the main site, I can read that it is used as an imported module), it should be named python-structlog. Have a nice day, Adrien -- To UNSUBSCRIBE, email to

Bug#783872: [workrave] xfce4 panel plugin uses the wrong path in desktop file

2015-05-11 Thread Adrien CLERC
Le 01/05/2015 01:31, Francois Marier a écrit : Have you tried building from source to see if you get the right path in there when you do that? If you don't, it means it's an upstream bug. Francois Unfortunately, I can't test it right now. Unstable wants to remove a lot of xfce packages

Bug#783872: [workrave] xfce4 panel plugin uses the wrong path in desktop file

2015-04-30 Thread Adrien CLERC
Package: workrave Version: 1.10.6-1 Severity: normal --- Please enter the report below this line. --- In /usr/share/xfce4/panel-plugins/workrave-xfce-applet.desktop there is the following entry: X-XFCE-Exec=/usr/lib/x86_64-linux-gnu/xfce4/panel-plugins/xfce4-workrave-plugin However, this entry

Bug#770119: ITP: xul-ext-form-history-control -- extension to manage form history

2014-11-19 Thread Adrien CLERC
Le 19/11/2014 00:36, Dmitry Smirnov a écrit : Package: wnpp Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org pkg-mozext-maintain...@lists.alioth.debian.org formhist...@yahoo.com Package name: xul-ext-form-history-control Version: 1.3.3.0 Upstream Author: Stephan

Bug#758222: ITP: libjs-jsencrypt -- RSA Encryption in JavaScript

2014-08-15 Thread Adrien CLERC
Le 15/08/2014 16:44, Thomas Goirand a écrit : Package: wnpp Severity: wishlist Owner: Thomas Goirand z...@debian.org * Package name: libjs-jsencrypt Version : 2.0.0+dfsg1 Upstream Author : Travis Tidwell travist...@gmail.com * URL :

Bug#755455: New homepage

2014-07-21 Thread Adrien CLERC
Hi, In order to track down new version, please also update the homepage for the new util-linux. I don't know which one fits the best: https://git.kernel.org/cgit/utils/util-linux/util-linux.git/ https://www.kernel.org/pub/linux/utils/util-linux/ http://karelzak.blogspot.com/ (Author's blog)

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-05 Thread Adrien CLERC
monit is not about its web gui. It is a system for proactive monitoring, and these features of monit can conflict with systemd's configuration (e.g. Restart=on-failure). Yes, I know that monit is really useful with stateless init systems. But it can also be useful with others. I don't know how

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-05 Thread Adrien CLERC
Le 05/03/2014 10:29, Sergey B Kirpichev a écrit : Only if you install recommends by default. I think this is the case right now. But I can't confirm this, because I've written APT::Install-Recommends false; in my apt.conf a long time ago to avoid installing too much packages. Systemd

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-04 Thread Adrien CLERC
Package: monit Version: 1:5.7-1 Severity: minor --- Please enter the report below this line. --- Hi, First of all, despite the recent discussion about init in Debian, I don't want to open a flame war, I just want to ask a question. Does installing sysvinit make monit more useful? The issue with

Bug#737111: Same behavior

2014-01-30 Thread Adrien Clerc
Hi, I've got the same behavior. Samba panic action has produced the following backtrace: [Thread debugging using libthread_db enabled] Using host libthread_db library /lib/i386-linux-gnu/i686/cmov/libthread_db.so.1. 0xb7790424 in __kernel_vsyscall () #0 0xb7790424 in __kernel_vsyscall () #1

Bug#727708: init multiple instances of a daemon

2013-12-22 Thread Adrien Clerc
Le 23/12/2013 00:37, Zbigniew Jędrzejewski-Szmek a écrit : It looks like both upstart and systemd don't provide direct mechanisms to manage all instances. That's true (I'm only speaking about systemd). There have been requests for such functionality before, but nothing was implemented. But I

Bug#731093: libdspam7-drv-pgsql: dspam logs showing invalid byte sequence

2013-12-05 Thread Adrien Clerc
Hi, I got exactly the same behavior since upgrade to last package. Before that, I got something like this in /var/log/postgresql/: 2013-12-05 18:58:49 CET ATTENTION: utilisation non standard de \\ dans une chaîne littérale au caractère 127 2013-12-05 18:58:49 CET ASTUCE : Utilisez la syntaxe

Bug#730999: [dspam] Respect --rcpt-to parameter for dspam client to daemon

2013-11-30 Thread Adrien CLERC
Package: dspam Version: 3.10.2+dfsg-12 Severity: important Tags: patch --- Please enter the report below this line. --- Hi, I'm using dspam as a content_filter in postfix, and discovered that using --rcpt-to ${recipient} doesn't work as expected. Indeed, the dspam client send the user in

Bug#728015: type=forking

2013-11-26 Thread Adrien CLERC
Le 26/11/2013 09:22, Christos Trochalakis a écrit : On Mon, Nov 25, 2013 at 09:24:10PM +0100, Adrien Clerc wrote: Le 25/11/2013 16:27, Christos Trochalakis a écrit : logs with type=simple: About to execute: /usr/sbin/nginx -g 'daemon on; master_process on;' Please use the command line /usr

Bug#728015: type=forking

2013-11-25 Thread Adrien Clerc
Le 25/11/2013 16:27, Christos Trochalakis a écrit : logs with type=simple: About to execute: /usr/sbin/nginx -g 'daemon on; master_process on;' Please use the command line /usr/sbin/nginx -g 'daemon off; master_process on;' with type=simple. Otherwise, this is clearly NOT what systemd

Bug#729564: [console-tools] Please rename /etc/init.d/console-screen.sh to /etc/init.d/console-screen

2013-11-14 Thread Adrien CLERC
Package: console-tools Version: 2:0.2.3-73 Severity: important --- Please enter the report below this line. --- Hi, Using systemd, I have the following error when upgrading or removing console-tools: # LANG=C apt-get --purge autoremove console-tools […] Removing console-tools ... Failed to

Bug#728015: [nginx] Don't use type=forking in systemd service file

2013-11-09 Thread Adrien CLERC
If we turn this off, is it possible for systemd to send nginx the reload signal as opposed to a complete restart? Of course. If you look the attached service file, you can notice that the reload is fully operational. Here is a proof. # Ensure that nginx is stopped first root@complexe:~#

Bug#729166: [nsd] systemd ExecStartPre is wrong, PID is unwritable

2013-11-09 Thread Adrien CLERC
Package: nsd Version: 4.0.0-2 Severity: important --- Please enter the report below this line. --- Hi, The systemd service file has some ExecStartPre to create PID and database directory. Those directives are wrong in two ways. First, every systemd directive should have a full path to the

Bug#728456: [lightdm] Can't reboot/shutown/sleep/hibernate after upgrade to 1.8

2013-11-01 Thread Adrien CLERC
Package: lightdm Version: 1.8.2-1 Severity: normal --- Please enter the report below this line. --- Hi, After upgrading to 1.8.2 (and 1.8.3), the gtk-greeter is unable to perform any power related actions, nor my xfce session. If I comment out the pam_systemd.so in /etc/pam.d/lightdm-greeter,

Bug#728015: [nginx] Don't use type=forking in systemd service file

2013-10-27 Thread Adrien CLERC
Package: nginx Version: 1.4.3-2 Severity: minor --- Please enter the report below this line. --- Hi, In the systemd service file, the two following directive are used: Type=forking PIDFile=/run/nginx.pid However, when running systemd, it's easier to let systemd handle the PID stuff, and tell

Bug#719781: [roundcube-core] Core use a wrong version of jquery-ui

2013-08-15 Thread Adrien CLERC
Package: roundcube-core Version: 0.9.2-2 Severity: normal --- Please enter the report below this line. --- Hi, Roundcube currently use the packaged libjs-jquery-ui, which is version 1.10.1, but roundcube embed a version of jquery-ui 1.9.1, and some custom fixes for it. So some functions do not

Bug#719781: [roundcube-core] Core use a wrong version of jquery-ui

2013-08-15 Thread Adrien CLERC
Le 15/08/2013 12:09, Vincent Bernat a écrit : ❦ 15 août 2013 11:51 CEST, Adrien CLERC bugs-deb...@antipoul.fr : There are two solutions: - Go back to the embedded jquery-ui, waiting for upstream to support 1.10.1 - Write some patches for 1.10.1 The first is against Debian packaging

Bug#718624: [transmission-daemon] systemd unit is erroneous (wrong user and type)

2013-08-03 Thread Adrien CLERC
Package: transmission-daemon Version: 2.81-1 Severity: important --- Please enter the report below this line. --- The service file has the following line: User=transmission It should be replaced with: User=debian-transmission Moreover, the type is set to notify, but it never sends a signal, so

Bug#718627: [php5-fpm] systemd service file is wrong (ExecPre should include full path to sh)

2013-08-03 Thread Adrien CLERC
Package: php5-fpm Version: 5.5.1+dfsg-1 Severity: normal --- Please enter the report below this line. --- When I reload systemd, I got the following warning in the syslog: [/lib/systemd/system/php5-fpm.service:8] Invalid executable path in command line, ignoring: sh -c

Bug#707046: [wine-bin-unstable] Error: alternative path /usr/bin/wine32-unstable doesn't exist

2013-05-06 Thread Adrien CLERC
Package: wine-bin-unstable Version: 1.5.7-2 Severity: important --- Please enter the report below this line. --- Hi, After upgrading from 1.5.6, apt-get gave me this result: # LANG=C apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0

Bug#704896: [gourmet] Missing dependency to python-elib.intl

2013-04-07 Thread Adrien CLERC
Package: gourmet Version: 0.16.0-1 Severity: normal --- Please enter the report below this line. --- Hi, To be able to see the actual translated strings, gourmet needs to load elib.intl. After installing it, I'm able to see translated menus that were in English before. --- System

Bug#704897: [gourmet] Missing dependency to python-elib.intl

2013-04-07 Thread Adrien CLERC
Package: gourmet Version: 0.16.0-1 Severity: normal --- Please enter the report below this line. --- Hi, To be able to see the actual translated strings, gourmet needs to load elib.intl. After installing it, I'm able to see translated menus that were in English before. --- System

Bug#702700: [dspam] Avoid active loop in daemon

2013-03-10 Thread Adrien Clerc
Package: dspam Version: 3.10.2+dfsg-7 Severity: normal Tags: patch --- Please enter the report below this line. --- Hi, Currently, the daemon has an active loop. It calls select with a 2 seconds timeout, just to to be sure that no signal was raised. This could be avoided. I choose the

Bug#702700: [dspam] Avoid active loop in daemon

2013-03-10 Thread Adrien Clerc
Le 10/03/2013 15:54, Thomas Preud'homme a écrit : This has been submitted upstream on https://sourceforge.net/tracker/?func=detailaid=3607521group_id=250683at id=1126467 I just hope that Debian packagers are faster than dspam main development team :) The general rule in Debian is to not include

Bug#631729: irssi-plugin-xmpp: Memory corruption and crash with /xmppconnect

2012-06-11 Thread Adrien CLERC
Le 11/06/2012 22:49, Florian Schlichting a écrit : #0 lm_socket_ref (socket=0x20676e69) at lm-socket.c:1208 #1 0xb76be231 in socket_connect_cb (source=0x81cc9e8, condition=G_IO_OUT, connect_data=0x81cc990) at lm-socket.c:518 #2 0xb7d5145e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0 #3

Bug#631729: irssi-plugin-xmpp: Memory corruption and crash with /xmppconnect

2012-05-26 Thread Adrien Clerc
Le sam. 26 mai 2012 19:44:19 CEST, Bart Martens a écrit : Hello Cyril and Adrien, Do you still have this problem with irssi-plugin-xmpp 0.52-1 ? Regards, Bart Martens #0 lm_socket_ref (socket=0x20676e69) at lm-socket.c:1208 #1 0xb76be231 in socket_connect_cb (source=0x81cc9e8,

Bug#631729: can't reproduce

2012-04-13 Thread Adrien Clerc
Hi, This bug is still here, but within a particular context. It works well with remote ejabberd instance. However, with my local Prosody, it segfaults before reaching authentication. Here is the stacktrace : #0 lm_socket_ref (socket=0x20676e69) at lm-socket.c:1208 #1 0xb76b4231 in

Bug#668651: [systemd] systemd-logind kills lightdm after successful login

2012-04-13 Thread Adrien CLERC
Package: systemd Version: 44-1 Severity: important --- Please enter the report below this line. --- Hi, It seems that seats are managed by systemd-logind. However, after a successful login using LightDM with the GTK greeter, LightDM gets killed by systemd-logind. That's a problem since X

Bug#666200: Same with FPM

2012-04-01 Thread Adrien CLERC
Hi, I just want to say that I got the same issue, using php-fpm. Adrien -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#657990: Single line patch

2012-01-31 Thread Adrien CLERC
Hi, As Alexander mentionned, the real workaround is to replace the listening socket in /lib/systemd/system/systemd-initctl.socket with /run/initctl. It's not only a workaround, it is the thing to do, because this is the exact role of this file: provide SysV init compatibility, in a flexible

Bug#657990: Temporary workaround

2012-01-30 Thread Adrien CLERC
Hi, This is a very annoying bug, since everything rely on shutdown and reboot command. However calling directly systemctl poweroff or systemctl reboot works. But it could be nice for systemd to listen to the right FIFO ;) Have a good day, Adrien -- To UNSUBSCRIBE, email to

Bug#655068: postfix: Ifdown script race condition with systemd unit

2012-01-08 Thread Adrien CLERC
Package: postfix Version: 2.8.5-1.1 Severity: normal Hi, Using systemd with postfix can lead the system to hang on shutdown for about 30 seconds. In fact, systemd stops simultaneously and network interfaces. In the ifdown script of postfix, the PID file is found, so reload is called, even if

Bug#645389: [iceweasel] Iceweasel segfaults before starting

2011-10-15 Thread Adrien Clerc
Package: iceweasel Version: 7.0.1-3 Severity: grave --- Please enter the report below this line. --- Hi, I just upgrade this morning, and Iceweasel isn't usable anymore. I can't start with -ProfileManager, nor -safe-mode, nor disabling plugins, so here is the backtrace I got with GDB. I hope

Bug#643844: More information from auth.log

2011-10-01 Thread Adrien Clerc
PAM service may have changed or something? I didn't change anything, and I have the same issue. I must start X manually. Here is an extract from /var/log/auth.log: Oct 1 13:10:58 complexe lightdm: pam_unix(lightdm-autologin:auth): conversation failed Oct 1 13:10:58 complexe lightdm:

  1   2   >