[Bug 1899439] Re: MariaDB Unspecified Vulnerability

2022-07-07 Thread Daniel Black
10.1.48 is now in bionic and this can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1899439 Title: MariaDB Unspecified Vulnerability To manage notifications about this bug go

[Bug 1903040] Re: MariaDB Multiple Denial of Service Vulnerabilities

2022-07-07 Thread Daniel Black
10.1.48 is now in bionic and this can be closed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1903040 Title: MariaDB Multiple Denial of Service Vulnerabilities To manage notifications

[Bug 1971226] Re: package mariadb-server-10.6 (not installed) failed to install/upgrade: new mariadb-server-10.6 package pre-installation script subprocess returned error exit status 1

2022-05-04 Thread Daniel Black
same as #1970671 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971226 Title: package mariadb-server-10.6 (not installed) failed to install/upgrade: new mariadb-server-10.6 package

[Bug 1970671] Re: package mariadb-server-10.6 1:10.6.7-2ubuntu1 failed to install/upgrade: new mariadb-server-10.6 package pre-installation script subprocess returned error exit status 1

2022-04-29 Thread Daniel Black
from DpkgTerminalLog.txt: Preparing to unpack .../00-mariadb-server-10.6_1%3a10.6.7-2ubuntu1_amd64.deb ... /var/lib/mysql: found previous version 8.0 This is mariadb refusing to install over MySQL-8.0. It can't auto- upgrade from MySQL-8.0 so it gracefully fails rather than destroying your data.

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Could it be -flto/-ffat-lto-objects related (like https://jira.mariadb.org/browse/MDEV-25633)? The top part of the stack trace looks the same. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970634

[Bug 1969160] Re: mariadb [ERROR] mysqld got signal 6

2022-04-28 Thread Daniel Black
See https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634 as its the same problem. While my 10.6.8-MariaDB-1:10.6 test above what built in an ubuntu-22.04 container, it quite possibly used different compile options than what produces the packages. As the regions of code of the

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
On the assembly generated by create_linux_aio (in the mariadbd packages in Ubuntu-22.04, 10.6.7-2: (gdb) disassemble tpool::create_linux_aio,+200 Dump of assembler code from 0x5640cf2e1fb0 to 0x5640cf2e2078: 0x5640cf2e1fb0 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+0>: endbr64

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Note the runtime detection in innodb_use_native_aio_default affects the default value only. Users can explicity set this and really on distros to provide patched kernels. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Actually create_linux_aio (tpool/aio_liburing.cc:194) should already catch this exception. So compiler error? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970634 Title: FTBFS: mariadb fails to

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
Assertion cause: $ podman run --rm --cap-add=CAP_SYS_PTRACE -e MARIADB_ROOT_PASSWORD=bob -ti --user mysql m106_jammy_debug bash mysql@0740c1895ab4:/$ gdb --args mariadbd --bootstrap GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90 Copyright (C) 2022 Free Software Foundation, Inc. License GPLv3+:

[Bug 1970634] Re: FTBFS: mariadb fails to start due to low MEMLOCK limit

2022-04-28 Thread Daniel Black
From 5.12 kernel memory locked pages aren't needed - https://github.com/axboe/liburing/issues/246#issuecomment-816965961. In #1969160 I tested the upcoming 10.6 release (probably next week sometime) for crashes in uring initialization failures and it didn't. Apart from some error log differences

[Bug 1969160] Re: mariadb [ERROR] mysqld got signal 6

2022-04-26 Thread Daniel Black
Checked a rebased https://github.com/MariaDB/server/pull/2036 (openssl-3.0 backport on 10.6 latest from yesterday) in ubuntu-22.04 container and it doesn't assert. The ENOMEM error handling path is the same as ENOSYS. I will get to the 'uprading' typo though probably not before the next release

[Bug 1913676] Re: libmariadb3 fails to include caching_sha2_password.so

2021-07-10 Thread Daniel Black
This is a critical bug. More so on Ubuntu because of it installing MySQL by default. It affects all default connections to the MySQL with MariaDB connector/C and its dependent library, and every application that depends on this libmariadb3. I thought the merge 5 months ago into buster would of

[Bug 1913676] [NEW] libmariadb3 fails to include caching_sha2_password.so

2021-01-28 Thread Daniel Black
Public bug reported: The lack of this shared library means MySQL/MariaDB client connectors connecting to a MySQL-8.0 server (which defaults to caching_sha2_password being the default authentication for users, will get a connection rejected message. This leads to extremely popular work around

[Bug 1872854] Re: GCC-10 library conflict on s390x

2020-04-15 Thread Daniel Black
Not enabled by default, but whitelisted https://github.com/travis-ci /apt-source-safelist/blob/master/ubuntu.json#L557 and one of the easiest ways to run CI on multiple gcc compiler versions, and architectures since fairly recently (https://docs.travis-ci.com/user/multi-cpu- architectures/). --

[Bug 1786658] [NEW] splint: does not know about multiarch paths

2018-08-11 Thread Daniel Black
Public bug reported: https://github.com/ClusterLabs/libqb/blob/master/lib/Makefile.am#L149 has this hack and while Debian has fixed it Ubuntu the build/check for non-x86 will fial. This has been fixed in Debian. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675025 ** Affects: splint

[Bug 1784779] [NEW] libglib2.0-dev cross architecture installation fails

2018-07-31 Thread Daniel Black
Public bug reported: While attempting to install libglib2.0-dev for a cross-compile I ran into the following dependency issue; on x86_64 host: $ cat Dockerfile ARG BASE=ubuntu:18.04 FROM $BASE ENV DEBIAN_FRONTEND=noninteractive ARG DEBARCH=s390x RUN echo "deb [arch=$DEBARCH]

[Bug 1784772] [NEW] libuuid1-2.31.1-0.4ubuntu3 install fails with cross-arch install

2018-07-31 Thread Daniel Black
Public bug reported: My goal was to install libxml2-dev:${arch} in a ubuntu for cross compilation. This failed because of libuuid1's dependency information. https://packages.ubuntu.com/bionic-updates/s390x/libuuid1/filelist indicates its a multiarch package. Attempting to install libuuid1 from

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-11-07 Thread Daniel Black
https://bugs.mysql.com/bug.php?id=87995 coming in 5.7.21 Thanks Robie for getting traction there. ** Bug watch added: MySQL Bug System #87995 http://bugs.mysql.com/bug.php?id=87995 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-11-07 Thread Daniel Black
I've updated bug 1706281. No reproducible test case yet. 1706281 is more important that this one (if I can reproduce the fault yet). If I don't get a confirmation for #1706281 in the next few days can you please process this one separately. I've also checked and the latest 5.7.20 release doesn't

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-11-06 Thread Daniel Black
I haven't managed to reproduce however I see no reason why the bug would of gone away from the code changes made since the mysql versions Daniel Axtens used when https://bugs.mysql.com/bug.php?id=80436 was written. I'm just going to keep trying. I see [~racb] was trying to bundle this patch with

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-10-06 Thread Daniel Black
apologies for the delay. still trying to get a test case. I'll continue looking next week. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-10-05 Thread Daniel Black
FWIW the gdb was to show that 0 memory pages was allocated as file_size, aka opt_tc_log_size (24k based on the minimum and default log-tc-size setting), is less than tc_log_page_size (64k Power page size) (gdb) 146 npages=(uint)file_length/tc_log_page_size; (gdb) p npages $16 = 0 (gdb) p pages

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-09-19 Thread Daniel Black
An alternate to ENABLE_DOWNLOAD apt install googletest (needs 1.8.0 - so zesty or artful) sudo ln -s /usr/src/googletest /usr/src/googletest-release-1.8.0 and -DDOWNLOAD_ROOT=/usr/src in debian/rules instead of -DENABLE_DOWNLOADS=1 unit tests will be build then. -- You received this bug

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-09-14 Thread Daniel Black
On xenial. I've used the ENABLE_DOWNLOADS to get the google-mock/test suite to get the unit test TCLogMMapTest.TClogCommit to compile. $ sudo apt-get builddep mysql-5.7

[Bug 1714859] Re: oops in 4.4.0-62-generic (ppc64le)

2017-09-11 Thread Daniel Black
fyi - did more testing - seems to not to affect x86_64 - detailed test should appear in https://lists.ozlabs.org/pipermail/linuxppc-dev soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714859

[Bug 1714859] Re: oops in 4.4.0-62-generic (ppc64le)

2017-09-10 Thread Daniel Black
I hadn't used sshfs on Power machines before so there isn't a prior good version. Mainline v4.13 - jenkins-ppc64 steps on host: virsh start {guest} sshfs ozlabs@jenkins-ppc64:/home/ozlabs jenkins-ppc64/ -o reconnect,idmap=user cd jenkins-ppc64/linux make -j 400 ; # something with a lot

[Bug 1714420] Re: kernel oops - kvm guest started at boot time

2017-09-04 Thread Daniel Black
danielgb@p87:~$ apt-get source linux-image-4.4.0-93-generic danielgb@p87:~$ cd linux-4.4.0/ danielgb@p87:~/linux-4.4.0$ patch -p1 < ../index.html\?id\=e47057151422a67ce08747176fa21cb3b526a2c9 checking file arch/powerpc/kvm/book3s_hv.c Hunk #1 succeeded at 2708 (offset -503 lines).

[Bug 1714859] Re: oops in 4.4.0-62-generic (ppc64le)

2017-09-03 Thread Daniel Black
While attempting to reproduce: With make -j 400 running in another shell: danielgb@p87:~$ virsh suspend jenkins-ppc64 Domain jenkins-ppc64 suspended wait over 2 minutes. danielgb@p87:~$ virsh resume jenkins-ppc64 Domain jenkins-ppc64 resumed danielgb@p87:~$ virsh list IdName

[Bug 1714859] [NEW] oops in 4.4.0-62-generic (ppc64le)

2017-09-03 Thread Daniel Black
Public bug reported: Sep 1 14:23:30 p87 kernel: [17274563.423972] device vnet2 entered promiscuous mode Sep 1 14:23:30 p87 kernel: [17274563.436101] br0: port 4(vnet2) entered forwarding state Sep 1 14:23:30 p87 kernel: [17274563.436113] br0: port 4(vnet2) entered forwarding state Sep 1

[Bug 1714420] Re: kernel oops - kvm guest started at boot time

2017-09-01 Thread Daniel Black
Introduced 4.4.0-88.111 "KVM: PPC: Book3S HV: Preserve userspace HTM state properly" according to changelog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1714420 Title: kernel oops - kvm guest

[Bug 1714420] Re: kernel oops - kvm guest started at boot time

2017-09-01 Thread Daniel Black
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e47057151422a67ce08747176fa21cb3b526a2c9 is the missing commit. This is a fix to commit 46a704f8409f ( https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=46a704f8409f), which I have validated

[Bug 1714420] [NEW] kernel oops - kvm guest started at boot time

2017-08-31 Thread Daniel Black
Public bug reported: [0.00] Linux version 4.4.0-93-generic (buildd@bos01-ppc64el-025) (gcc version 5.4.0 20160609 (Ubuntu/IBM 5.4.0-6ubuntu1~16.04.4) ) #116-Ubuntu SMP Fri Aug 11 16:30:16 UTC 2017 (Ubuntu 4.4.0-93.116-generic 4.4.79) ... [ 380.184554] KVM guest htab at c0799900

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-07-31 Thread Daniel Black
Previous "Clarification from upstream" is a different bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-07-25 Thread Daniel Black
** Also affects: mysql-5.6 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursive assert

[Bug 1706281] Re: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc during high load on PPC64

2017-07-25 Thread Daniel Black
** Package changed: dbf2mysql (Ubuntu) => mysql-5.7 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706281 Title: MySQL-5.6/5.7 innodb assertion !lock->recursive assert in sync0rw.cc

[Bug 1706291] Re: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size) minimum needed

2017-07-25 Thread Daniel Black
** Package changed: dbf2mysql (Ubuntu) => mysql-5.7 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706291 Title: MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page size)

[Bug 1580794] Re: mysql-server-5.7 fails to install on box with separate /var/lib/mysql partition

2017-03-29 Thread Daniel Black
sounds root regarding mysqld --initialize. slightly laxer option for mountpoint -q ${datadir} && cp my.lost_found.cnf /etc/mysql/cnf.d/ to be really prudent you could see if lost+found is empty or contains only whatever filename extX "recovers" files to. -- You received this bug

[Bug 1656140] Re: package mysql-server-5.7 5.7.16-0ubuntu0.16.04.1 failed to install/upgrade: サブプロセス 新しい pre-installation スクリプト はエラー終了ステータス 1 を返しました

2017-03-27 Thread Daniel Black
mariadb-server-10.0 was installed an then mysql-server-5.7 attempted to install over the top. Their tables are different. Purge out your data directory (/var/lib/mysql) if there is no data and try to install it again. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1656917] Re: package mysql-server-5.7 5.7.16-0ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-03-27 Thread Daniel Black
This looks like you've copied some idb install files from a different server. This isn't supported. It has to be the entire datadir. I suggest restoring from a backup. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1653900] Re: package mysql-server-5.7 5.7.16-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 137

2017-03-27 Thread Daniel Black
fixed 5.7.12 according to https://bugs.mysql.com/bug.php?id=7 ** Bug watch added: MySQL Bug System #7 http://bugs.mysql.com/bug.php?id=7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1645193] Re: package mysql-common 5.7.16-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2017-03-27 Thread Daniel Black
2016-11-27T19:33:23.781616Z 0 [ERROR] InnoDB: Unable to lock ./ibdata1 error: 11 2016-11-27T19:33:23.781663Z 0 [Note] InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files. You have an existing mysqld running. Stop this before installing the

[Bug 1580794] Re: mysql-server-5.7 fails to install on box with separate /var/lib/mysql partition

2017-03-27 Thread Daniel Black
ignore_db_dirs=lost+found by default maybe? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580794 Title: mysql-server-5.7 fails to install on box with separate /var/lib/mysql partition To manage

[Bug 1666784] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-27 Thread Daniel Black
seems as though zabbix-server-mysql is pulling in mysql-server-5.7 even though mariadb-server was installed a few days earlier. Surely it can work with both? There also doesn't seem to be a mysql-common installed before mysql- server-core was installed. Setting up mysql-server-core-5.7

[Bug 1663552] Re: Denial of Service: mysql-server going berserk when contacted by unauthorized client

2017-03-27 Thread Daniel Black
upstream bug: https://bugs.mysql.com/bug.php?id=84708 "Usage of tcp wrappers is totally non-researched and not documented. Hence, our manual should contain recommendations on the usage of these daemons." ** Bug watch added: MySQL Bug System #84708 http://bugs.mysql.com/bug.php?id=84708 --

[Bug 1657938] Re: package mysql-server-5.7 5.7.17-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-03-27 Thread Daniel Black
"InnoDB: Error number 28 means 'No space left on device'" seems pretty conclusive to me. You can't install mysql without disk space. Your Df.txt doesn't show it but it was out of space at the time of install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1637703] Re: mysql_upgrade failed with exit status 11

2017-03-27 Thread Daniel Black
"unable to lock ./ibdata1" is a pretty sure indication that an existing mysqld is running at the time another instance was trying to start up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637703

[Bug 1636572] Re: InnoDB: Assertion failure in thread [...] in file ha_innodb.cc line 2019

2017-03-27 Thread Daniel Black
FYI - no reports upstream. No code changes in this function. No similar mariadb bug. reported upstream: https://bugs.mysql.com/bug.php?id=85661 ** Bug watch added: MySQL Bug System #85661 http://bugs.mysql.com/bug.php?id=85661 -- You received this bug notification because you are a member

[Bug 1594716] Re: InnoDB: Failing assertion: it != chunk_map->end()

2017-03-27 Thread Daniel Black
This has been fixed by upstream commit https://github.com/mysql/mysql- server/commit/703962fedcdd706754fb96d75fb070612eda1ccb which was introduced into release MySQL-5.7.15. Looking at the Ubuntu source for this package this has now been fixed. -- You received this bug notification because you

[Bug 1610758] [NEW] ppc64(le) missing syscall 336

2016-08-07 Thread Daniel Black
Public bug reported: ii valgrind 1:3.11.0-1ubuntu4.1 ppc64el While running MySQL test suite with valgrind: ==16229== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info08:02:23 --16229-- WARNING: unhandled ppc64le-linux

[Bug 1515051] [NEW] support power architecture (ppc64el)

2015-11-10 Thread Daniel Black
Public bug reported: This is desired to support mariadb builds so they can include oqgraph engine. https://mariadb.atlassian.net/browse/MDEV-8976 Debian supports it on the same libjudy version as ubuntu: https://packages.debian.org/search?keywords=libjudy=names=stable=all ** Affects: judy

[Bug 1506206] Re: systemd abort

2015-10-15 Thread Daniel Black
http://hasky.askmonty.org/archive/pack/10.1/build-8889/kvm-deb-vivid- amd64/debs/binary/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506206 Title: systemd abort To manage notifications about

[Bug 1506206] [NEW] systemd abort

2015-10-14 Thread Daniel Black
Public bug reported: sudo systemctl stop mariadb # needs to be fast, do not sleep more than 1 sec sudo systemctl start mariadb # delay does not matter sudo systemctl disable mariadb # delay does not matter sudo systemctl enable mariadb # delay does not matter

[Bug 1506206] Re: systemd abort

2015-10-14 Thread Daniel Black
note mariadb-10.1 is not an ubuntu package. Its a mariadb.com produced package produced from the trunk of https://github.com/MariaDB/server/tree/10.1 - build output http://buildbot.askmonty.org/buildbot/builders/kvm-deb-vivid- amd64/builds/356/steps/test/logs/stdio is a build. -- You received

[Bug 1271376] Re: version bump to 0.8.12

2014-01-23 Thread Daniel Black
already got word he's planning on doing it on the weekend. I've commented on a few already. I'll take a look at the others. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1271376 Title: version

[Bug 403808] Re: fail2ban not execute command to start jail

2014-01-23 Thread Daniel Black
This was bug https://github.com/fail2ban/fail2ban/issues/51 Correct fix that has been in debian for a while https://github.com/fail2ban/fail2ban/commit/9c4b0418218d150f763e46236631c22c32ee134e Daniel fail2ban dev -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 443169] Re: Unexpected communication error

2014-01-23 Thread Daniel Black
there's a few things that have tried to fix this. Without more info its hard to say what's happening. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/443169 Title: Unexpected communication

[Bug 574643] Re: fail2ban crashes

2014-01-23 Thread Daniel Black
doesn't seem to be enough here to try to diagnose. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/574643 Title: fail2ban crashes To manage notifications about this bug go to:

[Bug 903647] Re: Misleading error message when not using sudo

2014-01-23 Thread Daniel Black
added as https://github.com/fail2ban/fail2ban/issues/595 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/903647 Title: Misleading error message when not using sudo To manage notifications about this

[Bug 1271376] [NEW] version bump to 0.8.12

2014-01-21 Thread Daniel Black
Public bug reported: I've just done a release https://github.com/fail2ban/fail2ban/releases/tag/0.8.12 It includes the filter from #701522 Looking at the other bugs it seems most other things where fixed ages ago. As always, upstream bugs of problems are welcome from distro maintainers.

[Bug 1270330] [NEW] fails to backup / locks server with galera

2014-01-17 Thread Daniel Black
Public bug reported: Can you please include this upstream patch from upstream to be able to work with Percona and MariaDB versions that use galera. https://bugs.launchpad.net/mydumper/+bug/1267501 I had the troubles on: Ubuntu 12.04.3 LTS amd64 ** Affects: mydumper (Ubuntu) Importance:

[Bug 701522] Re: integration with ufw

2013-12-13 Thread Daniel Black
Folks, I've done a version for upstream fail2ban here: https://github.com/fail2ban/fail2ban/pull/489 It includes optional application support (but not ports - adding ports would removed the simplicity of ufw in a way). Questions: Is 1 a sane default for insertpos? I choose it because it is

[Bug 646501] Re: fail2ban failes if dns has more than one ip

2013-11-24 Thread Daniel Black
https://github.com/fail2ban/fail2ban/blob/ea1948eff40953b4590858698ced9f6b4c3733f8/server/filter.py#L377 looks like it adds failures for all DNS resolution for a long time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 701522] Re: integration with ufw

2013-11-24 Thread Daniel Black
https://github.com/fail2ban/fail2ban/issues/455 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701522 Title: integration with ufw To manage notifications about this bug go to:

[Bug 648138] Re: There is no unban command on client

2013-11-24 Thread Daniel Black
added in ver. 0.8.8 https://github.com/fail2ban/fail2ban/issues/86 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/648138 Title: There is no unban command on client To manage notifications about

[Bug 776561] Re: Errors with insmod, modprobe, modinfo

2012-01-12 Thread Daniel Black
fixed upstream: http://anonscm.debian.org/gitweb/?p=bash-completion /bash-completion.git;a=commit;h=f67818e023f9afbeef8698fdd3c08eb0f90ad468 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776561

[Bug 376546] Re: Identity filename completion for ssh-add would be nice

2012-01-08 Thread Daniel Black
updated patch submitted upstream https://github.com/grooverdan/bash- completion/tree/ssh-identityfile -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/376546 Title: Identity filename completion for

[Bug 139674] Re: bash completion doesn't perform filename processing for ssh -i

2012-01-08 Thread Daniel Black
updated patches that have been submitted upstream: https://github.com/grooverdan/bash-completion/tree/ssh-identityfile -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/139674 Title: bash completion

[Bug 683421] Re: xrandr --output does not tab complete right.

2012-01-08 Thread Daniel Black
seems to be fixed in upstream release 1.90 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/683421 Title: xrandr --output does not tab complete right. To manage notifications about this bug go to:

[Bug 732472] Re: Enable gsettings bash completion

2012-01-08 Thread Daniel Black
part of glib upstream http://git.gnome.org/browse/glib/diff/gio /gsettings-bash- completion.sh?id=025435329a7159a906a66f6b15facc2d611be4fb -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732472 Title:

[Bug 791570] Re: bash tab completion fails for sudo wildcard

2012-01-08 Thread Daniel Black
definitely works with upstream version 1.90 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791570 Title: bash tab completion fails for sudo wildcard To manage notifications about this bug go to:

[Bug 772571] Re: unexpected EOF while looking for matching `' in rsync tab completion

2012-01-08 Thread Daniel Black
reported upstream. https://alioth.debian.org/tracker/index.php?func=detailaid=313497group_id=100114atid=413095 scp eleveln:/etc/hosts /etc/[tab] works scp eleven:/etc/hosts /etc/{TAB} doesn't work - returns no completion options scp eleveln:~//etc/hosts /et[TAB} fails with: bash: unexpected

[Bug 776561] Re: Errors with insmod, modprobe, modinfo

2012-01-08 Thread Daniel Black
added upstream: https://alioth.debian.org/tracker/index.php?func=detailaid=313498group_id=100114atid=413095 ** Bug watch added: alioth.debian.org/ #313498 http://alioth.debian.org/support/tracker.php?aid=313498 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 778679] Re: _available_interfaces fails without gawk installed

2012-01-08 Thread Daniel Black
checked upstream and all awk uses with character classes has been removed: http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=blob_plain;f=bash_completion;hb=HEAD -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 783136] Re: completion for 'sudo su user -c' broken

2012-01-08 Thread Daniel Black
fails because of quote. reported upstream https://alioth.debian.org/tracker/index.php?func=detailaid=313499group_id=100114atid=413095 ** Bug watch added: alioth.debian.org/ #313499 http://alioth.debian.org/support/tracker.php?aid=313499 ** Also affects: bash-completion (Fedora) via

[Bug 794885] Re: Complete filename.spkg after tar *j*f for www.sagemath.org

2012-01-08 Thread Daniel Black
fixed in upsteam http://anonscm.debian.org/gitweb/?p=bash-completion/bash-completion.git;a=commitdiff;h=70d5ff09e04886e33998def5eebbdec84dae230a -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/794885

[Bug 890913] Re: Typing prg $HOME/tab expands to prg \$HOME/

2012-01-08 Thread Daniel Black
reported upstream: http://alioth.debian.org/tracker/index.php?func=detailaid=313501group_id=100114atid=413095 ** Bug watch added: alioth.debian.org/ #313501 http://alioth.debian.org/support/tracker.php?aid=313501 ** Also affects: bash-completion (Fedora) via

[Bug 376546] Re: Identity filename completion for ssh-add would be nice

2011-12-02 Thread Daniel Black
meets the criteria above. I've used grep rather than filemagic for efficiency. ** Attachment added: ssh-add https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/376546/+attachment/2617261/+files/ssh-add -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 139674] Re: bash completion doesn't perform filename processing for ssh -i

2011-12-02 Thread Daniel Black
the function i wrote for ssh-add in #376546 would work here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/139674 Title: bash completion doesn't perform filename processing for ssh -i To manage

[Bug 139674] Re: bash completion doesn't perform filename processing for ssh -i

2011-12-02 Thread Daniel Black
further to the previous comment, here is the modification to the ssh bash_completion to handle -i searching for keys This depends on the _ssh-add as per the (second) attachment in bug #376546 ** Patch added: patch to ssh bash completion