Bug#934772: [munin-node] munin-node mysql configuration (mariadb)

2019-08-14 Thread Víctor Martínez
Package: munin-node
Version: 2.0.49-1
Severity: normal
Tags: patch

--- Please enter the report below this line. ---

Dear maintainer, I recently upgraded to Buster, all was working fine or at
least that was thinking, on all our production machines have found an
unusual amount of warnings on /var/log/syslog: 

Access denied for user 'root'@'localhost' (using password: YES)

Searching the origin of this messagesi, finded that munin was the
culprit, so searching for similar errors found bug #864845 when the solution was
to change:
-env.mysqluser debian-sys-maint
+env.mysqluser root

And looks like the default configuration for munin-node now is that one,
the oposite has worked for me, returning to debian-sys-maint to handle
the request of munin, my machines are running mariadb-server
(10.3.15-1) with mysql_secure_installation, password set for root and no test
db.

My current fix is:
diff -u /home/vicm3/1/etc/munin/plugin-conf.d/munin-node 
/etc/munin/plugin-conf.d/munin-node
--- /home/vicm3/1/etc/munin/plugin-conf.d/munin-node 2019-05-15 
18:21:08.0 -0500
+++ /etc/munin/plugin-conf.d/munin-node 2019-08-14 11:27:37.234767719 -0500
@@ -73,7 +73,7 @@
 [mysql*]
 user root
 env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
-env.mysqluser root
+env.mysqluser debian-sys-maint
 env.mysqlconnection 
DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf

[postfix_mailqueue]

Please check and if it's useful commit.

Best regards.

Mariadb info:

ii  libmariadb3:amd64 1:10.3.15-1
amd64MariaDB database client library
ii  mariadb-client-10.3   1:10.3.15-1
amd64MariaDB database client binaries
ii  mariadb-client-core-10.3  1:10.3.15-1
amd64MariaDB database core client binaries
ii  mariadb-common1:10.3.15-1
all  MariaDB common metapackage
ii  mariadb-server1:10.3.15-1
all  MariaDB database server (metapackage depending on the latest 
version)
ii  mariadb-server-10.3   1:10.3.15-1
amd64MariaDB database server binaries
ii  mariadb-server-core-10.3  1:10.3.15-1
amd64MariaDB database core server files

--- System information. ---
Architecture: 
Kernel:   Linux 4.19.0-5-amd64

Debian Release: 10.0
  500 stable  security.debian.org 
  500 stable  ftp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
perl | 5.28.1-6
libnet-server-perl   | 2.009-1
lsb-base(>= 4.1) | 10.2019051400
munin-common   (>= 2.0.49-1) | 2.0.49-1
munin-plugins-core   | 2.0.49-1
netbase  | 5.6


Recommends   (Version) | Installed
==-+-===
gawk   | 1:4.2.1+dfsg-1
munin-plugins-extra| 2.0.49-1
procps | 2:3.3.15-2


Suggests(Version) | Installed
=-+-===
munin | 
munin-plugins-java| 



Bug#893685: Segfault after higher number of connections

2018-10-29 Thread Víctor Martínez
Package: siege
Version: 4.0.2-1.1+b1
Followup-For: Bug #893685

Dear maintainer,

After Reading your message I took initiative and go directly to github and 
found in Changelog [1] this:
2017/07/11 Matijs van Zuijlen https://github.com/mvz
 * src/ssl.c  mvz:fix-crash 
* src/version.c Version increment: 4.0.3rc5

That turns out to be commit 08078ff490eb4bd3a2ae87c6037d31683f3166b3 [2]  

--- src/ssl.c   2018-10-29 09:30:16.402870332 -0600
+++ ../siege-4.0.2/src/ssl.c2016-05-20 06:41:06.0 -0500
@@ -221,6 +221,7 @@
 OPENSSL_free(lock_count); 
 lock_count=(long *)NULL; 
   }
+  sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
   CRYPTO_cleanup_all_ex_data();
   ERR_remove_state(0);
   ERR_free_strings();

So patch is available, I have tested only on work machine with success, please 
review and if possible push to close this bug.

Regards.

[1] https://github.com/JoeDog/siege/blob/master/ChangeLog
[2] 
https://github.com/JoeDog/siege/commit/08078ff490eb4bd3a2ae87c6037d31683f3166b3#diff-a25959c07e4b4538d7045da811e2c5b9



Bug#893685: Segfault after higher number of connections

2018-10-27 Thread Víctor Martínez
Package: siege
Version: 4.0.2-1.1+b1
Followup-For: Bug #893685

Dear Maintainer,

I have the same problem, attached is a strace of the program in the hope that 
could be useful. I was able to replicate on my three machines at work on ovh 
vps and home currently the strace is from work.

vicm3@janus:~$ siege -c 10 http://blografia.net/vicm3 -t 1m  -q
New configuration template added to /home/vicm3/.siege
Run siege -C to view the current settings in that file
[alert] Zip encoding disabled; siege requires zlib support to enable it: No 
such file or directory
^C
Lifting the server siege...*** Error in `siege': munmap_chunk(): invalid 
pointer: 0x55de77ebf440 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x70bfb)[0x7f00b248fbfb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76fc6)[0x7f00b2495fc6]
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(OPENSSL_sk_free+0x1e)[0x7f00b297ba1e]
/usr/lib/x86_64-linux-gnu/libssl.so.1.1(+0x2cb29)[0x7f00b2c7db29]
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1(OPENSSL_cleanup+0x52)[0x7f00b2926242]
/lib/x86_64-linux-gnu/libc.so.6(+0x35940)[0x7f00b2454940]
/lib/x86_64-linux-gnu/libc.so.6(+0x3599a)[0x7f00b245499a]
siege(+0x651f)[0x55de7666e51f]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f00b243f2e1]
siege(+0x682a)[0x55de7666e82a]
=== Memory map: 
55de76668000-55de7668e000 r-xp  08:04 526238 
/usr/bin/siege
55de7688e000-55de7689 r--p 00026000 08:04 526238 
/usr/bin/siege
55de7689-55de76891000 rw-p 00028000 08:04 526238 
/usr/bin/siege
55de76891000-55de76892000 rw-p  00:00 0 
55de77eba000-55de77efa000 rw-p  00:00 0  [heap]
7f007c00-7f007c065000 rw-p  00:00 0 
7f007c065000-7f008000 ---p  00:00 0 
7f008000-7f0080021000 rw-p  00:00 0 
7f0080021000-7f008400 ---p  00:00 0 
7f008400-7f0084065000 rw-p  00:00 0 
7f0084065000-7f008800 ---p  00:00 0 
7f008b5c1000-7f008b5d7000 r-xp  08:02 393900 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f008b5d7000-7f008b7d6000 ---p 00016000 08:02 393900 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f008b7d6000-7f008b7d7000 r--p 00015000 08:02 393900 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f008b7d7000-7f008b7d8000 rw-p 00016000 08:02 393900 
/lib/x86_64-linux-gnu/libgcc_s.so.1
7f008b7d8000-7f008b7ec000 r-xp  08:02 393976 
/lib/x86_64-linux-gnu/libresolv-2.24.so
7f008b7ec000-7f008b9eb000 ---p 00014000 08:02 393976 
/lib/x86_64-linux-gnu/libresolv-2.24.so
7f008b9eb000-7f008b9ec000 r--p 00013000 08:02 393976 
/lib/x86_64-linux-gnu/libresolv-2.24.so
7f008b9ec000-7f008b9ed000 rw-p 00014000 08:02 393976 
/lib/x86_64-linux-gnu/libresolv-2.24.so
7f008b9ed000-7f008b9ef000 rw-p  00:00 0 
7f008b9ef000-7f008b9f4000 r-xp  08:02 393969 
/lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f008b9f4000-7f008bbf3000 ---p 5000 08:02 393969 
/lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f008bbf3000-7f008bbf4000 r--p 4000 08:02 393969 
/lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f008bbf4000-7f008bbf5000 rw-p 5000 08:02 393969 
/lib/x86_64-linux-gnu/libnss_dns-2.24.so
7f008bbf5000-7f008bbf7000 r-xp  08:02 397949 
/lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f008bbf7000-7f008bdf6000 ---p 2000 08:02 397949 
/lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f008bdf6000-7f008bdf7000 r--p 1000 08:02 397949 
/lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f008bdf7000-7f008bdf8000 rw-p 2000 08:02 397949 
/lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f008bdf8000-7f008bdff000 r-xp  08:02 393977 
/lib/x86_64-linux-gnu/librt-2.24.so
7f008bdff000-7f008bffe000 ---p 7000 08:02 393977 
/lib/x86_64-linux-gnu/librt-2.24.so
7f008bffe000-7f008bfff000 r--p 6000 08:02 393977 
/lib/x86_64-linux-gnu/librt-2.24.so
7f008bfff000-7f008c00 rw-p 7000 08:02 393977 
/lib/x86_64-linux-gnu/librt-2.24.so
7f008c00-7f008c065000 rw-p  00:00 0 
7f008c065000-7f009000 ---p  00:00 0 
7f009000-7f0090063000 rw-p  00:00 0 
7f0090063000-7f009400 ---p  00:00 0 
7f009400-7f0094067000 rw-p  00:00 0 
7f0094067000-7f009800 ---p  00:00 0 
7f009800-7f0098065000 rw-p  00:00 0 
7f0098065000-7f009c00 ---p  00:00 0 
7f009c00-7f009c045000 rw-p  00:00 0 
7f009c045000-7f00a000 ---p  00:00 0 
7f00a000-7f00a0065000 rw-p  00:00 0 
7f00a0065000-7f00a400 ---p  00:00 0 
7f00a400-7f00a4065000 rw-p  00:00 0 

Bug#851052: abiword: Work area flickers up to 30 thimes on every Charachter input

2017-08-03 Thread Víctor Martínez
Package: abiword
Version: 3.0.2-2
Followup-For: Bug #851052

On Sun, 05 Feb 2017 09:05:52 +0800 Paul Wise wrote:

>I can't reproduce it, so it isn't happening to every user.
>
>
>The Debian abiword package is orphaned so the only effect of this
>severity change will be to remove the package from stretch.
>
>Since the issue appears not always happen, I'm downgrading it.
>

I can reproduce, in fact is present on my daily use systems, a Compaq Mini 
CQ10-1100, Dell Optiplex 7040, Acer Notebook and home constructed PC (AMD XII 
450, Radeon, Gigabyte MOBO), in all these I got this behaviour, also something 
that begin to think maybe related is the usage of LXDE/Openbox that is present 
on all my machines.

Also Lubuntu seems to suffer similar problem (again LXDE) [1],[2] and at one 
time was present on Red Hat [3] and also in Arch [4], sadly reading the Arch 
report I think maybe is a regression problem...  searching directly with 
abisource found [5] that is assigned and open... so looks like upstream has not 
a fix currently.

[1] 
https://askubuntu.com/questions/808850/why-are-abiword-documents-flickering-since-the-upgrade-to-lubuntu-16
[2] https://bugs.launchpad.net/ubuntu/+source/abiword/+bug/1574278
[3] https://bugzilla.redhat.com/show_bug.cgi?id=1287835
[4] https://bugs.archlinux.org/task/46659
[5] https://bugzilla.abisource.com/show_bug.cgi?id=13791

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

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

Versions of packages abiword depends on:
ii  abiword-common  3.0.2-2
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.3
ii  libabiword-3.0  3.0.2-2
ii  libc6   2.24-11+deb9u1
ii  libdbus-1-3 1.10.18-1
ii  libdbus-glib-1-20.108-2
ii  libgcc1 1:6.3.0-18
ii  libgcrypt20 1.7.6-2+deb9u1
ii  libglib2.0-02.50.3-2
ii  libgnutls30 3.5.8-5+deb9u2
ii  libgoffice-0.10-10  0.10.32-1.1
ii  libgsf-1-1141.14.41-1
ii  libgtk-3-0  3.22.11-1
ii  libjpeg62-turbo 1:1.5.1-2
ii  libloudmouth1-0 1.5.3-2
ii  libots0 0.5.0-2.3
ii  libpng16-16 1.6.28-1
ii  librdf0 1.0.17-1.1
ii  libreadline77.0-3
ii  librevenge-0.0-00.0.4-6
ii  libsoup2.4-12.56.0-2
ii  libstdc++6  6.3.0-18
ii  libtelepathy-glib0  0.24.1-1.1
ii  libtidy51:5.2.0-2
ii  libwmf0.2-7 0.2.8.4-10.6
ii  libwpd-0.10-10  0.10.1-5
ii  libwpg-0.3-30.3.1-3
ii  libxml2 2.9.4+dfsg1-2.2
ii  zlib1g  1:1.2.8.dfsg-5

Versions of packages abiword recommends:
ii  abiword-plugin-grammar 3.0.2-2
ii  aspell-en [aspell-dictionary]  2016.11.20-0-0.1
ii  fonts-liberation   1:1.07.4-2
ii  poppler-utils  0.48.0-2

abiword suggests no packages.

-- debconf-show failed



Bug#655828: simple-cdd: --debian-mirror not accepted

2012-01-13 Thread Víctor Martínez
Package: simple-cdd
Version: 0.3.14
Severity: normal

When working with the new version, I get a strange behavior, if I use 
build-simple-cdd without --profile --debian-mirror is used normally, but, when 
I add -p or --profile to generate my custom image, all packages are downloaded 
from ftp.us.debian.org. 

I tested trying to hardcode my local mirror in the script, but somehow when 
using -p reverts to the default ftp.us.debian.org, I'm going to double check 
the script... I have tried with bash -x but still don't catch where it broke...

Maybe the order of options could affect this? I have used:

build-simple-cdd --dist wheezy --debian-mirror http://192.168.1.2//debian 
-p yoreme

and without the -p uses the local mirror.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=es_MX.UTF-8, LC_CTYPE=es_MX.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages simple-cdd depends on:
ii  apt-utils0.8.15.9
ii  dctrl-tools  2.20.1
ii  debian-cd3.1.7
ii  debootstrap  1.0.38
ii  lsb-release  3.2-28
ii  python   2.7.2-9
ii  reprepro 4.8.2-1
ii  rsync3.0.9-1
ii  wget 1.13.4-1

Versions of packages simple-cdd recommends:
ii  edos-debcheck   1.0-9
ii  edos-distcheck [edos-debcheck]  1.4.2-13

Versions of packages simple-cdd suggests:
ii  qemu-system  0.15.1+dfsg-3

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