Bug#974901: php7.3-cli: Add ZTS build for PHP Cli

2020-11-16 Thread William MARTIN
Package: php7.3-cli
Version: 7.3.19-1~deb10u1
Severity: wishlist

Dear Maintainer,

I have read a previous bug thread about this feature in php-7.1.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864989

Without a ZTS build, php-cli application are not able to use the PHP thread
modules. The official PHP documentation say ZTS is safe since PHP 7.2+.

FYI, our application works behind fastcgi and/or zmq transport which allow us
to process data in parallel. We want to be able to use the Debian version (with
the security team fix) instead of a custom build.

Best regards,



-- Package-specific info:
 Additional PHP 7.3 information 

 PHP 7.3 SAPI (php7.3query -S): 

 PHP 7.3 Extensions (php7.3query -M -v): 

 Configuration files: 
[PHP]
engine = On
short_open_tag = Off
precision = 14
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = -1
disable_functions =
disable_classes =
zend.enable_gc = On
expose_php = On
max_execution_time = 30
max_input_time = 60
memory_limit = -1
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
html_errors = On
variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
default_charset = "UTF-8"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[CLI Server]
cli_server.color = On
[Date]
[filter]
[iconv]
[imap]
[intl]
[sqlite3]
[Pcre]
[Pdo]
[Pdo_mysql]
pdo_mysql.default_socket=
[Phar]
phar.readonly = Off
[mail function]
SMTP = localhost
smtp_port = 25
mail.add_x_header = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[Interbase]
ibase.allow_persistent = 1
ibase.max_persistent = -1
ibase.max_links = -1
ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
ibase.dateformat = "%Y-%m-%d"
ibase.timeformat = "%H:%M:%S"
[MySQLi]
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = Off
[OCI8]
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.cookie_samesite =
session.serialize_handler = php
session.gc_probability = 0
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.sid_length = 26
session.trans_sid_tags = "a=href,area=href,frame=src,form="
session.sid_bits_per_character = 5
[Assertion]
zend.assertions = -1
[COM]
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
[sysvshm]
[ldap]
ldap.max_links = -1
[dba]
[opcache]
[curl]
[openssl]

 /etc/php/7.3/cli/conf.d/20-raphf.ini 
extension=raphf.so

 /etc/php/7.3/cli/conf.d/20-xmlwriter.ini 
extension=xmlwriter.so

 /etc/php/7.3/cli/conf.d/20-ctype.ini 
extension=ctype.so

 /etc/php/7.3/cli/conf.d/20-propro.ini 
extension=propro.so

 /etc/php/7.3/cli/conf.d/20-iconv.ini 
extension=iconv.so

 /etc/php/7.3/cli/conf.d/20-xmlreader.ini 
extension=xmlreader.so

 /etc/php/7.3/cli/conf.d/20-xsl.ini 
extension=xsl.so

 /etc/php/7.3/cli/conf.d/20-posix.ini 
extension=posix.so

 /etc/php/7.3/cli/conf.d/20-readline.ini 
extension=readline.so

 /etc/php/7.3/cli/conf.d/10-pdo.ini 
extension=pdo.so

 /etc/php/7.3/cli/conf.d/20-simplexml.ini 
extension=simplexml.so

 /etc/php/7.3/cli/conf.d/20-wddx.ini 
extension=wddx.so

 /etc/php/7.3/cli/conf.d/20-gettext.ini 
extension=gettext.so

 /etc/php/7.3/cli/conf.d/20-tokenizer.ini 
extension=tokenizer.so

 /etc/php/7.3/cli/conf.d/20-fileinfo.ini 
extension=fileinfo.so

 /etc/php/7.3/cli/conf.d/20-xdebug.ini 
zend_extension=xdebug.so

 /etc/php/7.3/cli/conf.d/20-json.ini 
extension=json.so

 /etc/php/7.3/cli/conf.d/20-ftp.ini 
extension=ftp.so

 /etc/php/7.3/cli/conf.

Bug#893685: Segfault after higher number of connections

2018-05-17 Thread William MARTIN
Package: siege
Version: 4.0.2-1.1+b1
Followup-For: Bug #893685

Dear Maintainer,

I know you love backtrace !

Best regards,

$ siege -u https://192.168.2.43/bundle/ui.css -d1 -r10 -c16
siege: invalid option -- 'u'
[alert] Zip encoding disabled; siege requires zlib support to enable it
siege: invalid option -- 'u'
** SIEGE 4.0.2
** Preparing 16 concurrent users for battle.
The server is now under siege...
Transactions:160 hits
Availability: 100.00 %
Elapsed time:   8.99 secs
Data transferred:  28.28 MB
Response time:  0.08 secs
Transaction rate:  17.80 trans/sec
Throughput: 3.15 MB/sec
Concurrency:1.45
Successful transactions: 160
Failed transactions:   0
Longest transaction:0.22
Shortest transaction:   0.01

*** Error in `siege': munmap_chunk(): invalid pointer: 0x56541133c490 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f94c2053bfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f94c2059fc6]
/usr/lib/x86_64-linux-
gnu/libcrypto.so.1.1(OPENSSL_sk_free+0x1e)[0x7f94c253fa1e]
/usr/lib/x86_64-linux-gnu/libssl.so.1.1(+0x2cb29)[0x7f94c2841b29]
/usr/lib/x86_64-linux-
gnu/libcrypto.so.1.1(OPENSSL_cleanup+0x52)[0x7f94c24ea242]
/lib/x86_64-linux-gnu/libc.so.6(+0x35940)[0x7f94c2018940]
/lib/x86_64-linux-gnu/libc.so.6(+0x3599a)[0x7f94c201899a]
siege(+0x651f)[0x56540f47151f]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f94c20032e1]
siege(+0x682a)[0x56540f47182a]
=== Memory map: 
56540f46b000-56540f491000 r-xp  08:02 1460877
/usr/bin/siege
56540f691000-56540f693000 r--p 00026000 08:02 1460877
/usr/bin/siege
56540f693000-56540f694000 rw-p 00028000 08:02 1460877
/usr/bin/siege
56540f694000-56540f695000 rw-p  00:00 0
565411337000-565411389000 rw-p  00:00 0  [heap]
7f947800-7f9478074000 rw-p  00:00 0
7f9478074000-7f947c00 ---p  00:00 0
7f947c00-7f947c074000 rw-p  00:00 0
7f947c074000-7f948000 ---p  00:00 0
7f948000-7f9480074000 rw-p  00:00 0
7f9480074000-7f948400 ---p  00:00 0
7f948400-7f9484074000 rw-p  00:00 0
7f9484074000-7f948800 ---p  00:00 0
7f948800-7f9488074000 rw-p  00:00 0
7f9488074000-7f948c00 ---p  00:00 0
7f948c00-7f948c074000 rw-p  00:00 0
7f948c074000-7f949000 ---p  00:00 0
7f949000-7f9490074000 rw-p  00:00 0
7f9490074000-7f949400 ---p  00:00 0
7f949400-7f9494074000 rw-p  00:00 0
7f9494074000-7f949800 ---p  00:00 0
7f949800-7f9498074000 rw-p  00:00 0
7f9498074000-7f949c00 ---p  00:00 0
7f949c00-7f949c074000 rw-p  00:00 0
7f949c074000-7f94a000 ---p  00:00 0
7f94a000-7f94a006e000 rw-p  00:00 0
7f94a006e000-7f94a400 ---p  00:00 0
7f94a400-7f94a4074000 rw-p  00:00 0
7f94a4074000-7f94a800 ---p  00:00 0
7f94a800-7f94a8074000 rw-p  00:00 0
7f94a8074000-7f94ac00 ---p  00:00 0
7f94ac00-7f94ac074000 rw-p  00:00 0
7f94ac074000-7f94b000 ---p  00:00 0
7f94b000-7f94b0074000 rw-p  00:00 0
7f94b0074000-7f94b400 ---p  00:00 0
7f94b400-7f94b4074000 rw-p  00:00 0
7f94b4074000-7f94b800 ---p  00:00 0
7f94b944f000-7f94b9465000 r-xp  08:02 262123
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f94b9465000-7f94b9664000 ---p 00016000 08:02 262123
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f94b9664000-7f94b9665000 r--p 00015000 08:02 262123
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f94b9665000-7f94b9666000 rw-p 00016000 08:02 262123
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f94b97d2000-7f94b97d3000 ---p  00:00 0
7f94b97d3000-7f94b9fd3000 rw-p  00:00 0
7f94b9fd3000-7f94b9fd4000 ---p  00:00 0
7f94b9fd4000-7f94ba7d4000 rw-p  00:00 0
7f94ba7d4000-7f94ba7d5000 ---p  00:00 0
7f94ba7d5000-7f94bafd5000 rw-p  00:00 0
7f94bafd5000-7f94bafd6000 ---p  00:00 0
7f94bafd6000-7f94bb7d6000 rw-p  00:00 0
7f94bb7d6000-7f94bb7d7000 ---p  00:00 0
7f94bb7d7000-7f94bbfd7000 rw-p  00:00 0
7f94c1fe3000-7f94c2178000 r-xp  08:02 264461
/lib/x86_64-linux-gnu/libc-2.24.so
7f94c2178000-7f94c2378000 ---p 00195000 08:02 264461
/lib/x86_64-linux-gnu/libc-2.24.so
7f94c2378000-7f94c237c000 r--p 00195000 08:02 264461
/lib/x86_64-linux-gnu/libc-2.24.so
7f94c237c000-7f94c237e000 rw-p 00199000 08:02 264461
/lib/x86_64-linux-gnu/libc-2.24.so
7f94c237e000-7f94c2382000 rw-p  00:00 0
7f94c2382000-7f94c25e7000 r-xp  08:02 1442287
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f94c25e7000-7f94c27e6000 ---p 00265000 08:02 1442287
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
7f94c27e6000-7f94c2804000 r--p 00264000 08:02 1442287
/usr/lib/x86_64-linux

Bug#869165: nemo: Nemo crash when exploring folders

2017-07-27 Thread William Martin
Hi,

I have rebuild the package nemo on my laptop because the debug symbol
package was not available.
The following backtrace contains more information.

Thread 1 "nemo" received signal SIGSEGV, Segmentation fault.
0x7fa2575db95a in g_type_check_instance_cast () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
(gdb) bt
#0  0x7fa2575db95a in g_type_check_instance_cast () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#1  0x557652560cfb in handle_icon_slow_two_click (event=0x55765421cdc0,
icon=0x5576548b2ca0, container=0x557654118630) at nemo-icon-container.c:6364
#2  nemo_icon_container_did_not_drag (event=0x55765421cdc0,
container=0x557654118630) at nemo-icon-container.c:4473
#3  button_release_event (widget=, event=0x55765421cdc0) at
nemo-icon-container.c:4803
#4  0x7fa25907dba1 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#5  0x7fa2575b71a4 in ?? () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6  0x7fa2575d13a1 in g_signal_emit_valist () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x7fa2575d1fbf in g_signal_emit () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x7fa2591ca57c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#9  0x7fa25907ab2e in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#10 0x7fa25907cbee in gtk_main_do_event () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#11 0x7fa258b8de15 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#12 0x7fa258bbeea2 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#13 0x7fa2572dd7f7 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x7fa2572dda60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x7fa2572ddb0c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x7fa25789972d in g_application_run () from
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#17 0x557652477bcd in main (argc=1, argv=0x7fff2e4c6758) at
nemo-main.c:106



On Fri, Jul 21, 2017 at 10:24 AM, William MARTIN <
william.mar...@power-lan.com> wrote:

> Package: nemo
> Version: 3.2.2-3
> Severity: grave
> Justification: renders package unusable
>
> Dear Maintainer,
>
> I have fresh install of Debian Stretch with Cinnamon.
> I have no extra theme, just visual effets disabled.
>
> Nemo crash randomly very often.
>
> Here a backtrace :
>
> Thread 1 "nemo" received signal SIGSEGV, Segmentation fault.
> 0x7f4e1a2b195a in g_type_check_instance_cast () from
> /usr/lib/x86_64-linux-
> gnu/libgobject-2.0.so.0
> (gdb) bt
> #0  0x7f4e1a2b195a in g_type_check_instance_cast () from
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
> #1  0x55ec17d23cfb in ?? ()
> #2  0x7f4e1bd53ba1 in ?? () from /usr/lib/x86_64-linux-gnu/
> libgtk-3.so.0
> #3  0x7f4e1a28d1a4 in ?? () from /usr/lib/x86_64-linux-
> gnu/libgobject-2.0.so.0
> #4  0x7f4e1a2a73a1 in g_signal_emit_valist () from
> /usr/lib/x86_64-linux-
> gnu/libgobject-2.0.so.0
> #5  0x7f4e1a2a7fbf in g_signal_emit () from /usr/lib/x86_64-linux-
> gnu/libgobject-2.0.so.0
> #6  0x7f4e1bea057c in ?? () from /usr/lib/x86_64-linux-gnu/
> libgtk-3.so.0
> #7  0x7f4e1bd50b2e in ?? () from /usr/lib/x86_64-linux-gnu/
> libgtk-3.so.0
> #8  0x7f4e1bd52bee in gtk_main_do_event () from /usr/lib/x86_64-linux-
> gnu/libgtk-3.so.0
> #9  0x7f4e1b863e15 in ?? () from /usr/lib/x86_64-linux-gnu/
> libgdk-3.so.0
> #10 0x7f4e1b894ea2 in ?? () from /usr/lib/x86_64-linux-gnu/
> libgdk-3.so.0
> #11 0x7f4e19fb37f7 in g_main_context_dispatch () from
> /lib/x86_64-linux-
> gnu/libglib-2.0.so.0
> #12 0x7f4e19fb3a60 in ?? () from /lib/x86_64-linux-gnu/libglib-
> 2.0.so.0
> #13 0x7f4e19fb3b0c in g_main_context_iteration () from
> /lib/x86_64-linux-
> gnu/libglib-2.0.so.0
> #14 0x7f4e1a56f72d in g_application_run () from /usr/lib/x86_64-linux-
> gnu/libgio-2.0.so.0
> #15 0x55ec17c3abcd in ?? ()
> #16 0x7f4e190bc2b1 in __libc_start_main (main=0x55ec17c3aaf0, argc=1,
> argv=0x7ffd9740c9c8, init=, fini=,
> rtld_fini=, stack_end=0x7ffd9740c9b8)
> at ../csu/libc-start.c:291
> #17 0x55ec17c3ac3a in ?? ()
>
> I have produce a core dump (~ 600 MB), i can provide it privatly to the
> maintainer.
>
> Best regards,
>
>
>
>
>
> -- System Information:
> Debian Release: 9.0
>   APT prefers stable
>   APT policy: (500, 'stable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
> LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages nemo depends on:
> ii  desktop-file-utils 0.23-1
> 

Bug#869165: nemo: Nemo crash when exploring folders

2017-07-21 Thread William MARTIN
Package: nemo
Version: 3.2.2-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I have fresh install of Debian Stretch with Cinnamon.
I have no extra theme, just visual effets disabled.

Nemo crash randomly very often.

Here a backtrace :

Thread 1 "nemo" received signal SIGSEGV, Segmentation fault.
0x7f4e1a2b195a in g_type_check_instance_cast () from /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0
(gdb) bt
#0  0x7f4e1a2b195a in g_type_check_instance_cast () from
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#1  0x55ec17d23cfb in ?? ()
#2  0x7f4e1bd53ba1 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#3  0x7f4e1a28d1a4 in ?? () from /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0
#4  0x7f4e1a2a73a1 in g_signal_emit_valist () from /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0
#5  0x7f4e1a2a7fbf in g_signal_emit () from /usr/lib/x86_64-linux-
gnu/libgobject-2.0.so.0
#6  0x7f4e1bea057c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#7  0x7f4e1bd50b2e in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#8  0x7f4e1bd52bee in gtk_main_do_event () from /usr/lib/x86_64-linux-
gnu/libgtk-3.so.0
#9  0x7f4e1b863e15 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#10 0x7f4e1b894ea2 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#11 0x7f4e19fb37f7 in g_main_context_dispatch () from /lib/x86_64-linux-
gnu/libglib-2.0.so.0
#12 0x7f4e19fb3a60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x7f4e19fb3b0c in g_main_context_iteration () from /lib/x86_64-linux-
gnu/libglib-2.0.so.0
#14 0x7f4e1a56f72d in g_application_run () from /usr/lib/x86_64-linux-
gnu/libgio-2.0.so.0
#15 0x55ec17c3abcd in ?? ()
#16 0x7f4e190bc2b1 in __libc_start_main (main=0x55ec17c3aaf0, argc=1,
argv=0x7ffd9740c9c8, init=, fini=,
rtld_fini=, stack_end=0x7ffd9740c9b8)
at ../csu/libc-start.c:291
#17 0x55ec17c3ac3a in ?? ()

I have produce a core dump (~ 600 MB), i can provide it privatly to the
maintainer.

Best regards,





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

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nemo depends on:
ii  desktop-file-utils 0.23-1
ii  gsettings-desktop-schemas  3.22.0-1
ii  gvfs   1.30.4-1
ii  libatk1.0-02.22.0-1
ii  libc6  2.24-11+deb9u1
ii  libcairo-gobject2  1.14.8-1
ii  libcairo2  1.14.8-1
ii  libcinnamon-desktop4   3.2.4-4
ii  libexempi3 2.4.1-1
ii  libexif12  0.6.21-2+b2
ii  libgail-3-03.22.11-1
ii  libgdk-pixbuf2.0-0 2.36.5-2
ii  libglib2.0-0   2.50.3-2
ii  libglib2.0-data2.50.3-2
ii  libgtk-3-0 3.22.11-1
ii  libnemo-extension1 3.2.2-3
ii  libnotify4 0.7.7-2
ii  libpango-1.0-0 1.40.5-1
ii  libpangocairo-1.0-01.40.5-1
ii  libx11-6   2:1.6.4-3
ii  libxml22.9.4+dfsg1-2.2
ii  nemo-data  3.2.2-3
ii  shared-mime-info   1.8-1

Versions of packages nemo recommends:
ii  cinnamon-l10n3.2.2-2
ii  gvfs-backends1.30.4-1
ii  gvfs-fuse1.30.4-1
ii  librsvg2-common  2.40.16-1+b1
ii  nemo-fileroller  3.2.1-2

Versions of packages nemo suggests:
ii  eog  3.20.5-1+b1
ii  evince [pdf-viewer]  3.22.1-3+deb9u1
ii  totem3.22.1-1
ii  xdg-user-dirs0.15-2+b1

-- no debconf information



Bug#825558: ipmitool: Service do not start after installation

2016-05-27 Thread William MARTIN
Package: ipmitool
Version: 1.8.14-4
Severity: normal

Dear Maintainer,

The service require some kernel modules, and they are not loaded during 
postinst.
So the service failed to start.

Best regards,

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

Kernel: Linux 4.5.0-0.bpo.2-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ipmitool depends on:
ii  libc6 2.19-18+deb8u4
ii  libncurses5   5.9+20140913-1+b1
ii  libreadline6  6.3-8+b3
ii  libssl1.0.0   1.0.1k-3+deb8u5
ii  libtinfo5 5.9+20140913-1+b1
ii  lsb-base  4.1+Debian13+nmu1

Versions of packages ipmitool recommends:
ii  openipmi  2.0.16-1.4

ipmitool suggests no packages.

-- Configuration Files:
/etc/default/ipmievd changed:
ENABLED="false"
IPMIEVD_OPTIONS="open daemon"
ENABLED=false


-- no debconf information



Bug#819624: nemo: Unzip a archive with lot of small files (>100K) are very slow

2016-03-31 Thread William MARTIN
Package: nemo
Version: 2.2.4-2
Severity: normal

Dear Maintainer,

I works with large zip files : 150K files of 30Ko
When i unzip this archive with CLI tools, it take 10 seconds.
When i unzip this archive with the nemo GUI, the extraction take severals 
minutes and slow down when extracting.

Best regards,

-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nemo depends on:
ii  desktop-file-utils 0.22-1
ii  gsettings-desktop-schemas  3.14.1-1
ii  gvfs   1.22.2-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18+deb8u3
ii  libcairo-gobject2  1.14.0-2.1
ii  libcairo2  1.14.0-2.1
ii  libcinnamon-desktop4   2.2.3-3
ii  libexempi3 2.2.1-2
ii  libexif12  0.6.21-2
ii  libgail-3-03.14.5-1+deb8u1
ii  libgdk-pixbuf2.0-0 2.31.1-2+deb8u4
ii  libglib2.0-0   2.42.1-1
ii  libglib2.0-data2.42.1-1
ii  libgtk-3-0 3.14.5-1+deb8u1
ii  libnemo-extension1 2.2.4-2
ii  libnotify4 0.7.6-2
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libx11-6   2:1.6.2-3
ii  libxml22.9.1+dfsg1-5+deb8u1
ii  nemo-data  2.2.4-2
ii  shared-mime-info   1.3-1

Versions of packages nemo recommends:
ii  cinnamon-l10n2.2.4-1
ii  eject2.1.5+deb1+cvs20081104-13.1
ii  gvfs-backends1.22.2-1
ii  librsvg2-common  2.40.5-1
ii  nemo-fileroller  1.8.0-1

Versions of packages nemo suggests:
ii  eog3.14.1-1
ii  evince [pdf-viewer]3.14.1-2
ii  totem  3.14.0-2
ii  vlc [mp3-decoder]  2.2.1-1~deb8u1
ii  vlc-nox [mp3-decoder]  2.2.1-1~deb8u1
ii  xdg-user-dirs  0.15-2

-- no debconf information



Bug#810909: gedit: File explorer do not show .pro files (application/vnd.nokia.qt.qmakeprofile)

2016-01-13 Thread William MARTIN
Package: gedit
Version: 3.14.0-3
Severity: minor

Dear Maintainer,

It's look like file explorer only show file which content type marked as text.
Qmake project (.pro) are ignored but they must not because it's text file.

Best regards,

-- Package-specific info:
Active plugins:
  - 'filebrowser'
  -  'spell'
  -  'time'
  -  'modelines'
  -  'docinfo'

No plugin installed in $HOME.

Module versions:
  - glib  2.42.1
  - gtk+  3.14.5
  - gtksourceview 
  - pygobject 
  - enchant   
  - iso-codes 3.57


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gedit depends on:
ii  gedit-common   3.14.0-3
ii  gir1.2-peas-1.01.12.1-2
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  gsettings-desktop-schemas  3.14.1-1
ii  iso-codes  3.57-1
ii  libatk1.0-02.14.0-1
ii  libc6  2.19-18+deb8u1
ii  libcairo-gobject2  1.14.0-2.1
ii  libcairo2  1.14.0-2.1
ii  libenchant1c2a 1.6.0-10.1
ii  libgdk-pixbuf2.0-0 2.31.1-2+deb8u4
ii  libgirepository-1.0-1  1.42.0-2.2
ii  libglib2.0-0   2.42.1-1
ii  libgtk-3-0 3.14.5-1+deb8u1
ii  libgtksourceview-3.0-1 3.14.1-1
ii  libpango-1.0-0 1.36.8-3
ii  libpangocairo-1.0-01.36.8-3
ii  libpeas-1.0-0  1.12.1-2
ii  libx11-6   2:1.6.2-3
ii  libxml22.9.1+dfsg1-5+deb8u1
ii  python3-gi 3.14.0-1
ii  python3-gi-cairo   3.14.0-1
pn  python3:any

Versions of packages gedit recommends:
ii  yelp3.14.1-1
ii  zenity  3.14.0-1

Versions of packages gedit suggests:
ii  gedit-plugins  3.14.0-2

-- no debconf information



Bug#809745: mongrel2-core: Upstream source have been moved

2016-01-03 Thread William MARTIN
Package: mongrel2-core
Version: 1.9.1-1
Severity: normal

Dear Maintainer,

The watch file must be updated because source have been moved to another github 
account.
https://github.com/mongrel2/mongrel2

Also, a new release is available 1.11 which include the patch to remove 
polarssl and add mbedTLS (related to #808063)

Best regards,

-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mongrel2-core depends on:
ii  libc6 2.13-38+deb7u7
ii  libsqlite3-0  3.7.13-1+deb7u1
ii  libzmq3   3.2.3+dfsg-1.1

mongrel2-core recommends no packages.

mongrel2-core suggests no packages.

-- no debconf information



Bug#782742: monit: Split package in two part (Binaries and services)

2015-04-17 Thread William MARTIN
Package: monit
Version: 1:5.9-1
Severity: wishlist

Dear Maintainer,

Monit is a simple tools to track multiple processus and can be reuse in others 
project.
When we install it, a monit systemd unit is installed, and started.

Like for the package mongrel2, can you split it in two parts : one for 
binaries, one for the service.

Best regards,
William MARTIN

-- Package-specific info:

Contents of /etc/monit/ directory:
/etc/monit:
total 24
drwxr-xr-x 2 root root  4096 Sep 30  2014 conf.d
-rw--- 1 root root 11232 Sep 30  2014 monitrc
drwxr-xr-x 2 root root  4096 Apr 17 07:25 monitrc.d
drwxr-xr-x 2 root root  4096 Apr 17 07:25 templates

/etc/monit/conf.d:
total 0

/etc/monit/monitrc.d:
total 60
-rw-r--r-- 1 root root  481 Sep 30  2014 acpid
-rw-r--r-- 1 root root  641 Sep 30  2014 apache2
-rw-r--r-- 1 root root  456 Sep 30  2014 at
-rw-r--r-- 1 root root  692 Sep 30  2014 cron
-rw-r--r-- 1 root root  603 Sep 30  2014 mdadm
-rw-r--r-- 1 root root  670 Sep 30  2014 memcached
-rw-r--r-- 1 root root  704 Sep 30  2014 mysql
-rw-r--r-- 1 root root  522 Sep 30  2014 nginx
-rw-r--r-- 1 root root  472 Sep 30  2014 openntpd
-rw-r--r-- 1 root root  951 Sep 30  2014 openssh-server
-rw-r--r-- 1 root root  684 Sep 30  2014 pdns-recursor
-rw-r--r-- 1 root root 1422 Sep 30  2014 postfix
-rw-r--r-- 1 root root  780 Sep 30  2014 rsyslog
-rw-r--r-- 1 root root  502 Sep 30  2014 smartmontools
-rw-r--r-- 1 root root  310 Sep 30  2014 snmpd

/etc/monit/templates:
total 12
-rw-r--r-- 1 root root 164 Sep 30  2014 rootbin
-rw-r--r-- 1 root root 160 Sep 30  2014 rootrc
-rw-r--r-- 1 root root 164 Sep 30  2014 rootstrict


-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13.0-43-generic (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages monit depends on:
ii  libc62.19-17
ii  libpam0g 1.1.8-3.1
ii  libssl1.0.0  1.0.1k-3
ii  lsb-base 4.1+Debian13+nmu1

monit recommends no packages.

Versions of packages monit suggests:
pn  exim4 | postfix | mail-transport-agent  
pn  sysvinit-core   

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#782576: php5-raphf: Not enabled by default

2015-04-14 Thread William MARTIN
Package: php5-raphf
Version: 1.0.4-1+b1
Severity: normal

Dear Maintainer,

The module is not available once the package is installed, and no
documentation is provided to activate it.

Similar to this bug (another php extension)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751931

Regards,
William

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages php5-raphf depends on:
ii  libc6  2.19-17
ii  php-pear   5.6.7+dfsg-1
ii  php5-common [phpapi-20131226]  5.6.7+dfsg-1

php5-raphf recommends no packages.

php5-raphf suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#782577: php5-propro: Not enabled by default

2015-04-14 Thread William MARTIN
Package: php5-propro
Version: 1.0.0-1+b1
Severity: normal

Dear Maintainer,

The module is not available once the package is installed, and no
documentation is provided to activate it.

Same issue as php5-raphf and php5-pecl-http

Regards,
William

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages php5-propro depends on:
ii  libc6  2.19-17
ii  php-pear   5.6.7+dfsg-1
ii  php5-common [phpapi-20131226]  5.6.7+dfsg-1

php5-propro recommends no packages.

php5-propro suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#782508: mongrel2-core: Outdated debian watch file

2015-04-13 Thread William MARTIN
Package: mongrel2-core
Version: 1.9.1-6
Severity: wishlist

Dear Maintainer,

Mongrel2 have release a new version to fix SSL/TLS vulnerability but this 
release do not have been detected by Debian due a outdated watch file.
The release is available on github, but the watch file used the old 
"githubredir.debian.net" systems which is deprecated from October 2014.
https://lists.debian.org/debian-devel-announce/2014/10/msg0.html

According the debian Wiki, the hostname must be upgraded to "github.com".
https://wiki.debian.org/debian/watch#GitHub

Best regards,

-- System Information:
Debian Release: 8.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13.0-43-generic (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: Docker Env, no init


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#758833: mumble-server: Installation failed if the user "mumble-server" is already created

2014-08-22 Thread William Martin
Hi,

Many thanks for your quick answer.

The way that MySQL do it works fine. It's in two step, create the group
then the user.

# creating mysql group if he isn't already there
if ! getent group mysql >/dev/null; then
 # Adding system group: mysql.
addgroup --system mysql >/dev/null
fi

# creating mysql user if he isn't already there
if ! getent passwd mysql >/dev/null; then
# Adding system user: mysql.
adduser \
  --system \
  --disabled-login \
  --ingroup mysql \
  --no-create-home \
 --home /nonexistent \
 --gecos "MySQL Server" \
 --shell /bin/false \
  mysql  >/dev/null
fi

William


On Fri, Aug 22, 2014 at 3:38 AM, Chris Knadle 
wrote:

> On Thursday, August 21, 2014 22:37:13 William MARTIN wrote:
> > Package: mumble-server
> > Version: 1.2.3-349-g315b5f5-2.2+deb7u1
> > Severity: important
> >
> > Dear Maintainer,
> >
> > I am installing mumble on a HA cluster with gluster filesystem.
> > To ensure that all servers have the same id for users and groups on
> shared
> > folders, i create manually all users/groups needed with custom id (i.e.
> > 1000+). Unfortunately, the mumble-server configure script failed if the
> > user is already created. The create user command failed because the user
> is
> > already created, so funny !
> >
> > Issue is in debian rules, file is mumble-server.postinst, on the
> following
> > line :
> >
> > adduser --system --quiet --home /var/lib/mumble-server --group
> > mumble-server
> >
> > Best regards,
> > William MARTIN
>
> I had a look through other packages to see how other maintainers have
> handled
> this; most packages do exactly the same thing that the
> mumble-server.postinst
> does and simply call 'adduser' and would have the same error.  However
> there
> were a couple of notable exceptions that I think would handle this case:
>
> dnsmasq-base.postinst:
>   if [ "$1" = "configure" ]; then
>  if [ -z "`id -u dnsmasq 2> /dev/null`" ]; then
> adduser --system  --home /var/lib/misc --gecos "dnsmasq" \
>   --no-create-home --disabled-password \
>   --quiet dnsmasq || true
>  fi
>
> exim4-base.postinst:
>   case "$1" in
> configure)
>
>   if ! getent passwd Debian-exim > /dev/null ; then
> echo 'Adding system-user for exim (v4)' 1>&2
> adduser --system --group --quiet --home /var/spool/exim4 \
>   --no-create-home --disabled-login --force-badname Debian-exim
>   fi
>
> wicd-daemon.postinst:
>   case "$1" in
> configure)
> if [ ! $(getent group netdev) ]; then
>         addgroup --quiet --system netdev
> fi
>
>
> Out of curiosity let me know which of the three examples above you like
> most.
>
> Whether I can get the fix into the -349 package in Wheezy in a point
> release
> is something I'll need to discuss with the Release Team.
>
>   -- Chris
>
> --
>
> Chris Knadle
> chris.kna...@coredump.us
>



-- 
William MARTIN
<http://www.power-lan.com/>
15 rue de la Noé des Yonnières
44850 Saint-Mars-du-Désert

Email : william.mar...@power-lan.com
Tel : 02 85 52 12 74 - 06 49 23 59 68
Fax : 02 85 52 13 72


Bug#758833: mumble-server: Installation failed if the user "mumble-server" is already created

2014-08-21 Thread William MARTIN
Package: mumble-server
Version: 1.2.3-349-g315b5f5-2.2+deb7u1
Severity: important

Dear Maintainer,

I am installing mumble on a HA cluster with gluster filesystem.
To ensure that all servers have the same id for users and groups on shared 
folders, i create manually all users/groups needed with custom id (i.e. 1000+).
Unfortunately, the mumble-server configure script failed if the user is already 
created.
The create user command failed because the user is already created, so funny !

Issue is in debian rules, file is mumble-server.postinst, on the following line 
:

adduser --system --quiet --home /var/lib/mumble-server --group mumble-server

Best regards,
William MARTIN

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mumble-server depends on:
ii  adduser3.113+nmu3
ii  dbus   1.6.8-1+deb7u3
ii  debconf [debconf-2.0]  1.5.49
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libavahi-compat-libdnssd1  0.6.31-2
ii  libc6  2.13-38+deb7u3
ii  libcap21:2.22-1.2
ii  libgcc11:4.7.2-5
ii  libiceutil34   3.4.2-8.2
ii  libprotobuf7   2.4.1-3
ii  libqt4-dbus4:4.8.2+dfsg-11
ii  libqt4-network 4:4.8.2+dfsg-11
ii  libqt4-sql 4:4.8.2+dfsg-11
ii  libqt4-sql-sqlite  4:4.8.2+dfsg-11
ii  libqt4-xml 4:4.8.2+dfsg-11
ii  libqtcore4 4:4.8.2+dfsg-11
ii  libssl1.0.01.0.1e-2+deb7u12
ii  libstdc++6 4.7.2-5
ii  libzeroc-ice34 3.4.2-8.2

mumble-server recommends no packages.

Versions of packages mumble-server suggests:
pn  mumble-django  
pn  mumble-server-web  

-- Configuration Files:
/etc/default/mumble-server [Errno 2] No such file or directory: 
u'/etc/default/mumble-server'
/etc/mumble-server.ini [Errno 2] No such file or directory: 
u'/etc/mumble-server.ini'
==> Notes : Both files are links on my system, it's not related to my issue

-- debconf information:
  mumble-server/use_capabilities: false
  mumble-server/start_daemon: true


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org