[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 to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1899439/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.1/+bug/1903040/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 pre-installation script subprocess
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1971226/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970671

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970671/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  FTBFS: mariadb fails to start due to low MEMLOCK limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 assertions haven't
changed from 10.6.7, 10.6.8 is unlikely to be a magic fix.

For the moment setting innodb_use_native_aio=0 will avoid the problem
ref: https://mariadb.com/kb/en/innodb-system-
variables/#innodb_use_native_aio

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969160

Title:
  mariadb [ERROR] mysqld got signal 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1969160/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 
   0x5640cf2e1fb4 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+4>:  
push   %rbp
   0x5640cf2e1fb5 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+5>:  
mov%rsp,%rbp
   0x5640cf2e1fb8 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+8>:  
push   %r14
   0x5640cf2e1fba <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+10>: 
mov%esi,%r14d
   0x5640cf2e1fbd <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+13>: 
push   %r13
   0x5640cf2e1fbf <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+15>: 
mov%rdi,%r13
   0x5640cf2e1fc2 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+18>: 
mov$0x158,%edi
   0x5640cf2e1fc7 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+23>: 
push   %r12
   0x5640cf2e1fc9 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+25>: 
sub$0x8,%rsp
   0x5640cf2e1fcd <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+29>: 
call   0x5640ceacb570 <_Znwm@plt>
   0x5640cf2e1fd2 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+34>: 
mov%r14d,%edx
   0x5640cf2e1fd5 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+37>: 
mov%r13,%rsi
   0x5640cf2e1fd8 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+40>: 
mov%rax,%rdi
   0x5640cf2e1fdb <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+43>: 
mov%rax,%r12
   0x5640cf2e1fde <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+46>: 
call   0x5640cf2e1dd0 <(anonymous 
namespace)::aio_uring::aio_uring(tpool::thread_pool*, int)>
   0x5640cf2e1fe3 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+51>: 
add$0x8,%rsp
   0x5640cf2e1fe7 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+55>: 
mov%r12,%rax
   0x5640cf2e1fea <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+58>: 
pop%r12
   0x5640cf2e1fec <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+60>: 
pop%r13
   0x5640cf2e1fee <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+62>: 
pop%r14
   0x5640cf2e1ff0 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+64>: 
pop%rbp
   0x5640cf2e1ff1 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+65>: 
ret
   0x5640cf2e1ff2 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+66>: 
endbr64 
   0x5640cf2e1ff6 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+70>: 
mov%rax,%rdi
   0x5640cf2e1ff9 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+73>: 
mov%rdx,%rax
   0x5640cf2e1ffc <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+76>: 
jmp0x5640ceb23308 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi-8121512>
   0x5640cf2e2001 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+81>: 
endbr64 
   0x5640cf2e2005 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+85>: 
mov%rax,%r13
   0x5640cf2e2008 <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+88>: 
mov%rdx,%r14
   0x5640cf2e200b <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi+91>: 
jmp0x5640ceb232fa <_ZN5tpool16create_linux_aioEPNS_11thread_poolEi.cold>
--Type  for more, q to quit, c to continue without paging--c
   0x5640cf2e2010 <_ZN5tpool19thread_pool_generic17create_native_aioEi+0>:  
endbr64 
   0x5640cf2e2014 <_ZN5tpool19thread_pool_generic17create_native_aioEi+4>:  
push   %rbp
   0x5640cf2e2015 <_ZN5tpool19thread_pool_generic17create_native_aioEi+5>:  
mov%rsp,%rbp
   0x5640cf2e2018 <_ZN5tpool19thread_pool_generic17create_native_aioEi+8>:  
push   %r14
   0x5640cf2e201a <_ZN5tpool19thread_pool_generic17create_native_aioEi+10>: 
mov%esi,%r14d
   0x5640cf2e201d <_ZN5tpool19thread_pool_generic17create_native_aioEi+13>: 
push   %r13
   0x5640cf2e201f <_ZN5tpool19thread_pool_generic17create_native_aioEi+15>: 
mov%rdi,%r13
   0x5640cf2e2022 <_ZN5tpool19thread_pool_generic17create_native_aioEi+18>: 
mov$0x158,%edi
   0x5640cf2e2027 <_ZN5tpool19thread_pool_generic17create_native_aioEi+23>: 
push   %r12
   0x5640cf2e2029 <_ZN5tpool19thread_pool_generic17create_native_aioEi+25>: 
sub$0x8,%rsp
   0x5640cf2e202d <_ZN5tpool19thread_pool_generic17create_native_aioEi+29>: 
call   0x5640ceacb570 <_Znwm@plt>
   0x5640cf2e2032 <_ZN5tpool19thread_pool_generic17create_native_aioEi+34>: 
mov%r14d,%edx
   0x5640cf2e2035 <_ZN5tpool19thread_pool_generic17create_native_aioEi+37>: 
mov%r13,%rsi
   0x5640cf2e2038 <_ZN5tpool19thread_pool_generic17create_native_aioEi+40>: 
mov%rax,%rdi
   0x5640cf2e203b <_ZN5tpool19thread_pool_generic17create_native_aioEi+43>: 
mov%rax,%r12
   0x5640cf2e203e 

[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.
https://bugs.launchpad.net/bugs/1970634

Title:
  FTBFS: mariadb fails to start due to low MEMLOCK limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 start due to low MEMLOCK limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from mariadbd...
Reading symbols from 
/usr/lib/debug/.build-id/44/991764aba74dce2376ff38060a66adb6cfe4c0.debug...
(gdb) r
Starting program: /usr/sbin/mariadbd --bootstrap
warning: Error disabling address space randomization: Function not implemented
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
2022-04-28 22:59:13 0 [Note] /usr/sbin/mariadbd (server 
10.6.7-MariaDB-2ubuntu1) starting as process 14 ...
[New Thread 0x7f1b390b2640 (LWP 17)]
[New Thread 0x7f1b245c0640 (LWP 18)]
2022-04-28 22:59:13 0 [Note] InnoDB: The first data file './ibdata1' did not 
exist. A new tablespace will be created!
2022-04-28 22:59:13 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-28 22:59:13 0 [Note] InnoDB: Number of pools: 1
2022-04-28 22:59:13 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2022-04-28 22:59:13 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp 
(disabling future attempts)
2022-04-28 22:59:13 0 [Warning] mariadbd: io_uring_queue_init() failed with 
ENOSYS: try uprading the kernel

Thread 1 "mariadbd" received signal SIGABRT, Aborted.
__pthread_kill_implementation (no_tid=0, signo=6, threadid=139754903728000) at 
./nptl/pthread_kill.c:44
44  ./nptl/pthread_kill.c: No such file or directory.
(gdb) bt
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139754903728000) 
at ./nptl/pthread_kill.c:44
#1  __pthread_kill_internal (signo=6, threadid=139754903728000) at 
./nptl/pthread_kill.c:78
#2  __GI___pthread_kill (threadid=139754903728000, signo=signo@entry=6) at 
./nptl/pthread_kill.c:89
#3  0x7f1b38a42476 in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26
#4  0x7f1b38a287f3 in __GI_abort () at ./stdlib/abort.c:79
#5  0x5640ceb351dc in _Unwind_SetGR.cold ()
#6  0x5640cf4218af in __gcc_personality_v0 ()
#7  0x7f1b39743c64 in ?? () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#8  0x7f1b39744321 in _Unwind_RaiseException () from 
/lib/x86_64-linux-gnu/libgcc_s.so.1
#9  0x7f1b38eae54b in __cxa_throw () from 
/lib/x86_64-linux-gnu/libstdc++.so.6
#10 0x5640ceb232ed in (anonymous namespace)::aio_uring::aio_uring 
(this=, tpool=, max_aio=, 
this=, tpool=, 
max_aio=) at ../tpool/./tpool/aio_liburing.cc:63
#11 0x5640cf2e2043 in tpool::create_linux_aio (max_aio=2048, 
pool=0x5640d1625cf0) at ../tpool/./tpool/aio_liburing.cc:194
#12 tpool::thread_pool_generic::create_native_aio (this=0x5640d1625cf0, 
max_io=2048) at ../tpool/./tpool/tpool_generic.cc:285
#13 0x5640ceaea297 in tpool::thread_pool::configure_aio 
(this=0x5640d1625cf0, use_native_aio=, max_io=max_io@entry=2048) 
at ../storage/innobase/./tpool/tpool.h:215
#14 0x5640ceaf07d5 in os_aio_init () at 
../storage/innobase/./storage/innobase/os/os0file.cc:3759
#15 0x5640ceb037f8 in srv_start (create_new_db=) at 
../storage/innobase/./storage/innobase/srv/srv0start.cc:1180
#16 0x5640cf1815b9 in innodb_init (p=) at 
../storage/innobase/./storage/innobase/handler/ha_innodb.cc:4275
#17 0x5640ceef25f2 in ha_initialize_handlerton (plugin=0x5640d14d8b00) at 
./sql/handler.cc:659
#18 0x5640cecb5c7f in plugin_initialize (tmp_root=0x7ffdb8bea250, 
plugin=0x5640d14d8b00, argc=0x5640cfbe92e0 , 
argv=0x5640d14a1860, options_only=)
at ./sql/sql_plugin.cc:1463
#19 0x5640cecb9a84 in plugin_init (argc=, argv=, flags=1) at ./sql/sql_plugin.cc:1756
#20 0x5640ceb8cf5b in init_server_components () at ./sql/mysqld.cc:5046
#21 0x5640ceb921fa in mysqld_main (argc=, argv=) at ./sql/mysqld.cc:5661
#22 0x7f1b38a29d90 in __libc_start_call_main 
(main=main@entry=0x5640ceb35240 , argc=argc@entry=2, 
argv=argv@entry=0x7ffdb8becb68)
at ../sysdeps/nptl/libc_start_call_main.h:58
#23 0x7f1b38a29e40 in __libc_start_main_impl (main=0x5640ceb35240 
, argc=2, argv=0x7ffdb8becb68, init=, 
fini=, 
rtld_fini=, stack_end=0x7ffdb8becb58) at 
../csu/libc-start.c:392
#24 0x5640ceb7cbe5 in _start ()


So it looks like an uncaught exception.

Testing with:

diff --git 

[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 from ENOMEM, ENOSYS etc are
handles the same way in the fallback.

I haven't quite concluded how the 10.6.7 release is crashing at the
moment.

With https://bugs.launchpad.net/ubuntu/+source/linux-
hwe-5.13/+bug/195 I assume the jammy kernel 5.15.0 has the right
patches to make 5.15.0 safe despite the MariaDB code not distinguishing
it as so (suggestions of improving kernel version detection welcome).

** Bug watch added: github.com/axboe/liburing/issues #246
   https://github.com/axboe/liburing/issues/246

-- 
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 start due to low MEMLOCK limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1970634/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 sometime in the next week:

root@cd8baf7b8407:/source/builddir# sql/mariadbd --bootstrap --datadir=/tmp/
2022-04-26 22:15:13 0 [Note] sql/mariadbd (server 
10.6.8-MariaDB-1:10.6.8+maria~jammy) starting as process 9561 ...
2022-04-26 22:15:13 0 [Note] InnoDB: The first data file './ibdata1' did not 
exist. A new tablespace will be created!
2022-04-26 22:15:13 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-04-26 22:15:13 0 [Note] InnoDB: Number of pools: 1
2022-04-26 22:15:13 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2022-04-26 22:15:13 0 [Note] mariadbd: O_TMPFILE is not supported on /tmp 
(disabling future attempts)
2022-04-26 22:15:13 0 [Warning] mariadbd: io_uring_queue_init() failed with 
ENOSYS: try uprading the kernel
2022-04-26 22:15:13 0 [Warning] InnoDB: liburing disabled: falling back to 
innodb_use_native_aio=OFF
2022-04-26 22:15:13 0 [Note] InnoDB: Initializing buffer pool, total size = 
134217728, chunk size = 134217728
2022-04-26 22:15:13 0 [Note] InnoDB: Completed initialization of buffer pool
2022-04-26 22:15:13 0 [Note] InnoDB: Setting file './ibdata1' size to 12 MB. 
Physically writing the file full; Please wait ...
2022-04-26 22:15:13 0 [Note] InnoDB: File './ibdata1' size is now 12 MB.
2022-04-26 22:15:13 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to 
100663296 bytes
2022-04-26 22:15:13 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to 
./ib_logfile0
2022-04-26 22:15:13 0 [Note] InnoDB: New log file created, LSN=10329
2022-04-26 22:15:13 0 [Note] InnoDB: Doublewrite buffer not found: creating new
2022-04-26 22:15:13 0 [Note] InnoDB: Doublewrite buffer created
2022-04-26 22:15:13 0 [Note] InnoDB: 128 rollback segments are active.
2022-04-26 22:15:13 0 [Note] InnoDB: Creating shared tablespace for temporary 
tables
2022-04-26 22:15:13 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. 
Physically writing the file full; Please wait ...
2022-04-26 22:15:13 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2022-04-26 22:15:13 0 [Note] InnoDB: 10.6.8 started; log sequence number 0; 
transaction id 3
2022-04-26 22:15:13 0 [Note] Plugin 'FEEDBACK' is disabled.

And kernel version - 5.18.0-0.rc2.23.fc37.x86_64 (general insanity or
was testing kernel bugs, possibly both)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1969160

Title:
  mariadb [ERROR] mysqld got signal 6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.6/+bug/1969160/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 made it to the 2
months ago 10.2.29 release.  Odd, but so was the 10.5 only #962597 fix.

If you don't want to package 10.3.30 because it only includes bug fixes
and not security fixes, ok, but package increment on
libmariadb3-1:10.3.29 to resolve this please.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1913676

Title:
  libmariadb3 fails to include caching_sha2_password.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1913676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 answers like
https://stackoverflow.com/questions/54099722/how-to-connect-r-to-mysql-
failed-to-connect-to-database-error-plugin-caching/54101124#54101124
which is very good for popularity scores, but not users.

It was reported in Debian https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=962597 ( for perl connectors) but wasn't fixed for
buster.

As Ubuntu is also linking against gnutls the sha256_password.so probably
isn't possible. Something to do with missing OEPC(?) missing from
gnutls. This has limited use so its a significant problem if this can't
be added.

MariaDB is fixing this in their upstream packages
(https://jira.mariadb.org/browse/MDEV-24728) from 10.2+ on all debian
and ubuntu versions
https://github.com/MariaDB/server/commit/57531b32774ffafcd2b8da763c4da859380e3f7d
).

This applies to focal only. As this is the distribution that includes
MySQL-8.0 this is important for local database connections.

groovy includes caching_sha2_password but not sha256_password
https://packages.ubuntu.com/groovy/amd64/libmariadb3/filelist

bionic is based on connector/c version is 3.0.3 however it wasn't added
upstream until 3.0.8 (https://jira.mariadb.org/browse/CONC-312).


fix: add to debian/libmariadb3.install

/usr/lib/*/mariadb19/plugin/caching_sha2_password.so

** Affects: mariadb-10.3 (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/1913676

Title:
  libmariadb3 fails to include caching_sha2_password.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.3/+bug/1913676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872854

Title:
  GCC-10 library conflict on s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-10/+bug/1872854/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 (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/1786658

Title:
  splint: does not know about multiarch paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/splint/+bug/1786658/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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] http://ports.ubuntu.com/ubuntu-ports
bionic main universe" >> /etc/apt/sources.list

# Install package for static cross compilation
RUN dpkg --add-architecture $DEBARCH; \
apt-get -y update || true

ARG PACKAGE=libxml2-dev

RUN apt-get -y install $PACKAGE:$DEBARCH ; \
rm -rf /var/lib/apt/lists/*


$ docker build  --build-arg DEBARCH=ppc64el   --build-arg 
PACKAGE=libglib2.0-dev  .
Sending build context to Docker daemon   2.56kB
Step 1/8 : ARG BASE=ubuntu:18.04
Step 2/8 : FROM $BASE
 ---> 113a43faa138
Step 3/8 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> 5c2ee26240f2
Step 4/8 : ARG DEBARCH=s390x
 ---> Using cache
 ---> 83be859bd660
Step 5/8 : RUN echo "deb [arch=$DEBARCH] http://ports.ubuntu.com/ubuntu-ports 
bionic main universe" >> /etc/apt/sources.list
 ---> Using cache
 ---> 981e02924110
Step 6/8 : RUN dpkg --add-architecture $DEBARCH; apt-get -y update || true
 ---> Using cache
 ---> b210ae3169ec
Step 7/8 : ARG PACKAGE=libuuid1
 ---> Using cache
 ---> 25926cf2ef2b
Step 8/8 : RUN apt-get -y install $PACKAGE:$DEBARCH ; rm -rf 
/var/lib/apt/lists/*
 ---> Running in 0a65b7ccea56
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libglib2.0-dev:ppc64el : Depends: libglib2.0-0:ppc64el (= 2.56.1-2ubuntu1) but 
it is not going to be installed
  Depends: libglib2.0-bin:ppc64el (= 2.56.1-2ubuntu1) 
but it is not going to be installed
  Depends: libglib2.0-dev-bin:ppc64el (= 
2.56.1-2ubuntu1) but it is not going to be installed
  Depends: pkg-config:ppc64el


Commenting out the repo for Ubuntu ports was able to install the same package 
on Debian:stable without conflicts.

$ docker build  --build-arg BASE=debian:stable   --build-arg DEBARCH=ppc64el   
--build-arg PACKAGE=libglib2.0-dev  .
Sending build context to Docker daemon   2.56kB
Step 1/7 : ARG BASE=ubuntu:18.04
Step 2/7 : FROM $BASE
 ---> b18abcb8ff46
Step 3/7 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> 83aa1773a21e
Step 4/7 : ARG DEBARCH=s390x
 ---> Using cache
 ---> 7a359b6826e9
Step 5/7 : RUN dpkg --add-architecture $DEBARCH; apt-get -y update || true
 ---> Running in d2028c09314e
Ign:1 http://cdn-fastly.deb.debian.org/debian stable InRelease
Get:4 http://security.debian.org/debian-security stable/updates InRelease [94.3 
kB]
Get:2 http://cdn-fastly.deb.debian.org/debian stable-updates InRelease [91.0 kB]
Get:5 http://security.debian.org/debian-security stable/updates/main amd64 
Packages [376 kB]
Get:6 http://security.debian.org/debian-security stable/updates/main ppc64el 
Packages [357 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian stable Release [118 kB]
Get:7 http://cdn-fastly.deb.debian.org/debian stable-updates/main amd64 
Packages [5148 B]
Get:8 http://cdn-fastly.deb.debian.org/debian stable-updates/main ppc64el 
Packages [5092 B]
Get:9 http://cdn-fastly.deb.debian.org/debian stable Release.gpg [2434 B]
Get:10 http://cdn-fastly.deb.debian.org/debian stable/main amd64 Packages [7099 
kB]
Get:11 http://cdn-fastly.deb.debian.org/debian stable/main ppc64el Packages 
[6919 kB]
Fetched 15.1 MB in 6s (2396 kB/s)
Reading package lists...
Removing intermediate container d2028c09314e
 ---> 845939568747
Step 6/7 : ARG PACKAGE=libuuid1
 ---> Running in b4f41ec4bc8b
Removing intermediate container b4f41ec4bc8b
 ---> ef4c946771ec
Step 7/7 : RUN apt-get -y install $PACKAGE:$DEBARCH ; rm -rf 
/var/lib/apt/lists/*
 ---> Running in eabeeaf82098
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  bzip2 dh-python file gcc-6-base:ppc64el libblkid1:ppc64el libc-dev-bin
  libc6:ppc64el libc6-dev:ppc64el libdpkg-perl libexpat1 libffi6
  libffi6:ppc64el libfile-fcntllock-perl libgcc1:ppc64el libgdbm3 libglib2.0-0
  libglib2.0-0:ppc64el libglib2.0-bin libglib2.0-data libicu57
  liblocale-gettext-perl libmagic-mgc libmagic1 libmount1:ppc64el libmpdec2
  libpcre16-3:ppc64el libpcre3:ppc64el libpcre3-dev:ppc64el
  libpcre32-3:ppc64el libpcrecpp0v5:ppc64el libperl5.24 libpython3-stdlib
  libpython3.5-minimal libpython3.5-stdlib libreadline7 libselinux1:ppc64el
  libsqlite3-0 libssl1.1 libstdc++6:ppc64el libuuid1:ppc64el libxml2
  linux-libc-dev:ppc64el manpages manpages-dev mime-support netbase perl
  perl-modules-5.24 

[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 another architecture is trying to
remove essential packages.

On a x86_64 host:

$ cat Dockerfile 
ARG BASE=ubuntu:18.04
FROM $BASE

ENV DEBIAN_FRONTEND=noninteractive

# Arch dependence
ARG DEBARCH=s390x
ARG PACKAGE=libuuid1

RUN echo "deb [arch=$DEBARCH] http://ports.ubuntu.com/ubuntu-ports
bionic main universe" >> /etc/apt/sources.list

# Install package for static cross compilation
RUN dpkg --add-architecture $DEBARCH; \
apt-get -y update; \
apt-get -y install $PACKAGE:$DEBARCH ; \
rm -rf /var/lib/apt/lists/*

$ docker build .
Sending build context to Docker daemon  2.048kB
Step 1/7 : ARG BASE=ubuntu:18.04
Step 2/7 : FROM $BASE
 ---> 113a43faa138
Step 3/7 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Using cache
 ---> 5c2ee26240f2
Step 4/7 : ARG DEBARCH=s390x
 ---> Using cache
 ---> 83be859bd660
Step 5/7 : ARG PACKAGE=libuuid1
 ---> Using cache
 ---> 668235a94420
Step 6/7 : RUN echo "deb [arch=$DEBARCH] http://ports.ubuntu.com/ubuntu-ports 
bionic main universe" >> /etc/apt/sources.list
 ---> Running in 557433eca31b
Removing intermediate container 557433eca31b
 ---> 2a8aa77040e7
Step 7/7 : RUN dpkg --add-architecture $DEBARCH; apt-get -y update; 
apt-get -y install $PACKAGE:$DEBARCH ; rm -rf /var/lib/apt/lists/*
 ---> Running in 134f7edb28ed
Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  gcc-8-base:s390x libc6:s390x libgcc1:s390x
Suggested packages:
  glibc-doc:s390x locales:s390x
Recommended packages:
  uuid-runtime:s390x
The following packages will be REMOVED:
  e2fsprogs fdisk libblkid1 libfdisk1 libmount1 libuuid1 mount sysvinit-utils
  util-linux
The following NEW packages will be installed:
  gcc-8-base:s390x libc6:s390x libgcc1:s390x libuuid1:s390x
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
  e2fsprogs libblkid1 (due to e2fsprogs) libuuid1 (due to e2fsprogs) fdisk
  libfdisk1 (due to fdisk) libmount1 (due to fdisk) mount
  util-linux (due to mount) sysvinit-utils
0 upgraded, 4 newly installed, 9 to remove and 0 not upgraded.
E: Essential packages were removed and -y was used without 
--allow-remove-essential.
Removing intermediate container 134f7edb28ed


Removing the ubuntu-ports line from the Dockerfile resulted in a working 
install on debian:stable

$ docker build --build-arg BASE=debian:stable .
Sending build context to Docker daemon  2.048kB
Step 1/6 : ARG BASE=ubuntu:18.04
Step 2/6 : FROM $BASE
 ---> b18abcb8ff46
Step 3/6 : ENV DEBIAN_FRONTEND=noninteractive
 ---> Running in b4deef44a701
Removing intermediate container b4deef44a701
 ---> 83aa1773a21e
Step 4/6 : ARG DEBARCH=s390x
 ---> Running in ea75827e75da
Removing intermediate container ea75827e75da
 ---> 7a359b6826e9
Step 5/6 : ARG PACKAGE=libuuid1
 ---> Running in b4ec0003580e
Removing intermediate container b4ec0003580e
 ---> 2ae853e70822
Step 6/6 : RUN dpkg --add-architecture $DEBARCH; apt-get -y update; 
apt-get -y install $PACKAGE:$DEBARCH ; rm -rf /var/lib/apt/lists/*
 ---> Running in a6cc3937dcf9
Ign:1 http://cdn-fastly.deb.debian.org/debian stable InRelease
Get:2 http://cdn-fastly.deb.debian.org/debian stable-updates InRelease [91.0 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian stable Release [118 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stable-updates/main amd64 
Packages [5148 B]
Get:5 http://cdn-fastly.deb.debian.org/debian stable-updates/main s390x 
Packages [5100 B]
Get:6 http://cdn-fastly.deb.debian.org/debian stable Release.gpg [2434 B]
Get:7 http://cdn-fastly.deb.debian.org/debian stable/main amd64 Packages [7099 
kB]
Get:8 http://security.debian.org/debian-security stable/updates InRelease [94.3 
kB]
Get:9 http://security.debian.org/debian-security stable/updates/main amd64 
Packages [376 kB]
Get:10 http://security.debian.org/debian-security stable/updates/main s390x 
Packages [360 kB]
Get:11 http://cdn-fastly.deb.debian.org/debian stable/main s390x Packages [6868 
kB]
Fetched 15.0 MB in 9s (1618 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  gcc-6-base:s390x libc6:s390x libgcc1:s390x uuid-runtime
Suggested packages:
  glibc-doc:s390x libc-l10n:s390x locales:s390x
The following NEW packages will be installed:
  gcc-6-base:s390x libc6:s390x libgcc1:s390x libuuid1:s390x uuid-runtime
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 2872 kB of archives.
...
Setting up libuuid1:s390x (2.29.2-1+deb9u1) 

[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.
https://bugs.launchpad.net/bugs/1706291

Title:
  MySQL-5.7: default log-tc-size too small on POWER. 3 * ( 64K page
  size) minimum needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 include a fix
for this bug.

-- 
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) minimum needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 #1706291 however
from a logical point of view this is an independent 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 high load on PPC64

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 !lock->recursive assert in sync0rw.cc
  during high load on PPC64

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
$17 = (TC_LOG_MMAP::st_page *) 0x11b324f0
(gdb) p key_memory_TC_LOG_MMAP_pages
$18 = 0

-- 
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) minimum needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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) minimum needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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   

  
$ apt source mysql-5.7  

  
$ cd mysql-5.7-5.7.19/  

  
$ vi debian/rules   

  
add to cmake so the google-mock/test is build - getting it to use a package 
google-mock requires too much editing:

   
-DENABLE_DOWNLOADS=1 \



$ DEB_BUILD_OPTIONS=parallel=160  dpkg-buildpackage -us -uc -nc  2>&1 | tee 
~/mysql-5.7-package-build.log   
  

cd builddir
make gunit_large

$ gdb  unittest/gunit/merge_large_tests-t
(gdb) set args --gtest_filter=TCLogMMapTest.TClogCommit
(gdb) break TC_LOG_MMAP::open
(gdb) run
..
Breakpoint 1, 0x1086b938 in TC_LOG_MMAP::open (this=0x11b321d0, 
opt_name=0x7fffea08 "tc_log_mmap_test_105828") at 
/home/danielgb/mysql-5.7-5.7.19/sql/tc_log.cc:92
92  {
(gdb) p  opt_tc_log_size
$6 = 24576
(gdb) n
n
n
n
n
(gdb)
106   fn_format(logname,opt_name,mysql_data_home,"",MY_UNPACK_FILENAME);
(gdb) p tc_log_page_size
$8 = 65536

n
117 file_length= opt_tc_log_size;
(gdb)
n
n
n
137   data= (uchar *)my_mmap(0, (size_t)file_length, PROT_READ|PROT_WRITE,
(gdb)
139   if (data == MAP_FAILED)
(gdb)
138 MAP_NOSYNC|MAP_SHARED, fd, 0);
(gdb) p file_length
$9 = 24576
(gdb) n
139   if (data == MAP_FAILED)
(gdb)
146   npages=(uint)file_length/tc_log_page_size;
(gdb) n
148   if (!(pages=(PAGE *)my_malloc(key_memory_TC_LOG_MMAP_pages,
npages*sizeof(PAGE), 
MYF(MY_WME|MY_ZEROFILL

(gdb) n
(gdb)
152   for (pg=pages, i=0; i < npages; i++, pg++)
(gdb) p npages
$16 = 0
(gdb) p pages
$17 = (TC_LOG_MMAP::st_page *) 0x11b324f0
(gdb) p key_memory_TC_LOG_MMAP_pages
$18 = 0

(gdb)  c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x1086bcec in TC_LOG_MMAP::open (this=0x11b321d0, opt_name=) at /home/danielgb/mysql-5.7-5.7.19/sql/tc_log.cc:166
166 izeof(tc_log_magic)]= (uchar)total_ha_2pc;

With npages as 0, we do an allocation of 0 bytes which eventually
segfaults.


I've been a bit loose above with the number of n(ext) gdb steps.

After applying my patch from
https://bugs.mysql.com/file.php?id=25648_id=87175

$  unittest/gunit/merge_large_tests-t --gtest_filter=TCLogMMapTest.TClogCommit
# Running 1 test from 1 test case
1..1
# Global test environment set-up
# Run 1 TCLogMMapTest.TClogCommit
ok 1
# Global test environment tear-down
# Ran 1 test from 1 test case
# Passed 1 test

-- 
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) minimum needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

Title:
  oops in 4.4.0-62-generic (ppc64le)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 of read on sshfs

# on another terminal

virsh suspend jenkins-ppc64

killall -9 cc (or whatever processes is reading)


# resume guest

root@p87:~# virsh resume jenkins-ppc64
Domain jenkins-ppc64 resumed

root@p87:~# virsh list
 IdName   State

 1 jenkinsrunning
 2 jenkins-ppc64  running

root@p87:~# virsh list
 IdName   State

 1 jenkinsrunning
 2 jenkins-ppc64  running

root@p87:~# virsh list
 IdName   State

 1 jenkinsrunning
 2 jenkins-ppc64  running

root@p87:~# virsh list
 IdName   State

 1 jenkinsrunning
 2 jenkins-ppc64  running

root@p87:~# virsh console jenkins-ppc64
Connected to domain jenkins-ppc64
Escape character is ^]
Shared connection to p87 closed.

No further network connections to p87 could be established.


I happened to have a FSP ipmi sol activate console open:

(large amounts of tg3 0005:09:00.0 enP5p9s0f0:  removed - appologies if
I missed backtraces from specific CPUs).


root@p87:~# Watchdog CPU:160 detected Hard LOCKUP other CPUS:40
watchdog: BUG: soft lockup - CPU#64 stuck for 23s! [ksmd:1695]  


watchdog: BUG: soft lockup - CPU#160 stuck for 22s! [qemu-system-ppc:13057] 


INFO: rcu_sched self-detected stall on CPU  


64-...: (2600 ticks this GP) idle=8b2/141/0 
softirq=40596/40596 fqs=1148 
 (t=2601 jiffies g=18364 c=18363 q=1057)
INFO: rcu_sched detected stalls on CPUs/tasks:
Watchdog CPU:24 detected Hard LOCKUP other CPUS:160
Watchdog CPU:160 Hard LOCKUP
40-...: (1 GPs behind) idle=4a2/140/0 softirq=40283/40285 
fqs=1149 
64-...: (2601 ticks this GP) idle=8b2/142/0 
softirq=40596/40596 fqs=1149 
Watchdog CPU:8 Hard LOCKUP

Watchdog CPU:8 became unstuck
Watchdog CPU:56 detected Hard LOCKUP other CPUS:112
Watchdog CPU:24 Hard LOCKUP
Watchdog CPU:24 became unstuck
rcu_sched kthread starved for 1074 jiffies! g18364 c18363 f0x0 
RCU_GP_DOING_FQS(4) ->state=0x0
Watchdog CPU:112 became unstuck
Watchdog CPU:8 detected Hard LOCKUP other CPUS:64
Watchdog CPU:64 Hard LOCKUP
watchdog: BUG: soft lockup - CPU#64 stuck for 22s! [ksmd:1695]
watchdog: BUG: soft lockup - CPU#144 stuck for 22s! [qemu-system-ppc:21857]
INFO: rcu_sched self-detected stall on CPU
64-...: (9303 ticks this GP) idle=8b2/141/0 
softirq=40596/40596 fqs=3608

 (t=10406 jiffies g=18364 c=18363 q=5303)   


INFO: rcu_sched detected stalls on CPUs/tasks:  


40-...: (1 GPs behind) idle=4a2/140/0 softirq=40283/40285 
fqs=3608 
64-...: (9303 ticks this GP) idle=8b2/141/0 
softirq=40596/40596 fqs=3608 
(detected by 8, t=11509 jiffies, g=18364, c=18363, q=5786)
Watchdog CPU:24 detected Hard LOCKUP other CPUS:8
rcu_sched kthread starved for 2206 jiffies! g18364 c18363 f0x0 
RCU_GP_WAIT_FQS(3) ->state=0x1
Watchdog CPU:8 became unstuck
sd 0:2:1:0: [sdb] tag#13 Resetting device
watchdog: BUG: soft lockup - CPU#64 stuck for 24s! [ksmd:1695]
ipr 0001:08:00.0: Timed out waiting for aborted commands
sd 0:2:3:0: [sdd] tag#5 Resetting device
INFO: rcu_sched self-detected stall on CPU
64-...: (16006 ticks this GP) idle=8b2/141/0 
softirq=40596/40596 fqs=6187 
 (t=18211 jiffies g=18364 c=18363 q=9258)
INFO: rcu_sched detected stalls on CPUs/tasks:
ipr 0001:08:00.0: Timed out waiting for aborted commands
sd 0:2:5:0: [sdf] tag#11 Resetting device
tg3 0005:09:00.0 enP5p9s0f0: transmit timed out, resetting
tg3 0005:09:00.0 enP5p9s0f0: 0x: 0x165714e4, 0x00100546, 0x0201, 
0x0080
tg3 0005:09:00.0 enP5p9s0f0: 0x0010: 0x000c, 

[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).
danielgb@p87:~/linux-4.4.0$ fakeroot debian/rules clean
danielgb@p87:~/linux-4.4.0$ AUTOBUILD=1 fakeroot debian/rules binary-debs
..
danielgb@p87:~/linux-4.4.0$ ls ../*deb
../linux-headers-4.4.0-93-generic_4.4.0-93.116_ppc64el.deb  
../linux-image-extra-4.4.0-93-generic_4.4.0-93.116_ppc64el.deb  
../linux-tools-4.4.0-93-generic_4.4.0-93.116_ppc64el.deb
../linux-image-4.4.0-93-generic_4.4.0-93.116_ppc64el.deb
../linux-tools-4.4.0-93_4.4.0-93.116_ppc64el.deb
danielgb@p87:~/linux-4.4.0$ sudo dpkg -i ../*deb
danielgb@p87:~/linux-4.4.0$ sudo reboot

[0.00] Linux version 4.4.0-93-generic (root@p87) (gcc version
5.4.0 20160609 (Ubuntu/IBM 5.4.0-6ubuntu1~16.04.4) ) #116 SMP Mon Sep 4
10:00:39 AEST 2017 (Ubuntu 4.4.0-93.116-generic 4.4.79)


root@p87:~# dmesg | grep -i kvm
[  259.411176] KVM guest htab at c0795900 (order 30), LPID 1
[  288.766819] KVM guest htab at c0799900 (order 29), LPID 2

root@p87:~# dmesg | grep -i oops
root@p87:~#

-- 
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 started at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

 1 jenkinsrunning
 2 jenkins-ppc64  running


[ 5761.783275] INFO: task cmake:42287 blocked for more than 120 seconds.
[ 5761.783370]   Tainted: GE   4.4.0-93-generic #116
[ 5761.783382] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[ 5761.783448] cmake   D 3fffac68e13c 0 42287  42278 0x0004
[ 5761.783453] Call Trace:
[ 5761.783459] [c05fd6c4b750] [8000] 0x8000 (unreliable)
[ 5761.783467] [c05fd6c4b920] [c0015cb8] __switch_to+0x1f8/0x350
[ 5761.783473] [c05fd6c4b970] [c0b08a1c] __schedule+0x30c/0x990
[ 5761.783476] [c05fd6c4ba40] [c0b090e8] schedule+0x48/0xc0
[ 5761.783480] [c05fd6c4ba70] [c0b09630] 
schedule_preempt_disabled+0x20/0x30
[ 5761.783484] [c05fd6c4ba90] [c0b0b7fc] 
__mutex_lock_slowpath+0xec/0x1f0
[ 5761.783487] [c05fd6c4bb10] [c0b0b978] mutex_lock+0x78/0xa0
[ 5761.783493] [c05fd6c4bb40] [c02f890c] walk_component+0x2fc/0x420
[ 5761.783496] [c05fd6c4bbb0] [c02f8bec] link_path_walk+0x1bc/0x660
[ 5761.783499] [c05fd6c4bc40] [c02f962c] path_lookupat+0xdc/0x1d0
[ 5761.783503] [c05fd6c4bc90] [c02fb9d8] filename_lookup+0xa8/0x1b0
[ 5761.783507] [c05fd6c4bdb0] [c02e1f70] SyS_faccessat+0xe0/0x2e0
[ 5761.783511] [c05fd6c4be30] [c0009204] system_call+0x38/0xb4
[ 5761.783515] INFO: task cc1plus:42687 blocked for more than 120 seconds.
[ 5761.783579]   Tainted: GE   4.4.0-93-generic #116
[ 5761.783641] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[ 5761.783715] cc1plus D 3fffa515dc2c 0 42687  42686 0x0004
[ 5761.783719] Call Trace:
[ 5761.783722] [c05fd6c47720] [7265677368657265] 0x7265677368657265 
(unreliable)
[ 5761.783726] [c05fd6c478f0] [c0015cb8] __switch_to+0x1f8/0x350
[ 5761.783729] [c05fd6c47940] [c0b08a1c] __schedule+0x30c/0x990
[ 5761.783732] [c05fd6c47a10] [c0b090e8] schedule+0x48/0xc0
[ 5761.783736] [c05fd6c47a40] [c0b09630] 
schedule_preempt_disabled+0x20/0x30
[ 5761.783739] [c05fd6c47a60] [c0b0b7fc] 
__mutex_lock_slowpath+0xec/0x1f0
[ 5761.783743] [c05fd6c47ae0] [c0b0b978] mutex_lock+0x78/0xa0
[ 5761.783746] [c05fd6c47b10] [c02f890c] walk_component+0x2fc/0x420
[ 5761.783749] [c05fd6c47b80] [c02f8bec] link_path_walk+0x1bc/0x660
[ 5761.783753] [c05fd6c47c10] [c02faadc] path_openat+0xac/0x3c0
[ 5761.783756] [c05fd6c47c90] [c02fca1c] do_filp_open+0xfc/0x170
[ 5761.783759] [c05fd6c47db0] [c02e3210] do_sys_open+0x1c0/0x3b0
[ 5761.783762] [c05fd6c47e30] [c0009204] system_call+0x38/0xb4
[ 5761.783767] INFO: task cc1plus:42706 blocked for more than 120 seconds.
[ 5761.783830]   Tainted: GE   4.4.0-93-generic #116
[ 5761.783892] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[ 5761.783966] cc1plus D 3fff7f07dc2c 0 42706  42702 0x0004


danielgb@p87:~$ virsh console jenkins-ppc64
Connected to domain jenkins-ppc64
Escape character is ^]


$ ssh root@jenkins-ppc64
ssh: connect to host jenkins-ppc64 port 22: No route to host


danielgb@p87:~$ virsh reset jenkins-ppc64
Domain jenkins-ppc64 was reset


(didn't result in a guest reset). No network or virsh console connection could 
be made for several minutes. Ended up doing a virsh destroy jenkins-ppc64.


** Attachment added: "steps taken on x86_64 guest - didn't reproduce problem."
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714859/+attachment/4943896/+files/oops-ubuntu-ka5-intel-fuse.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714859

Title:
  oops in 4.4.0-62-generic (ppc64le)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 14:23:31 p87 kernel: [17274564.005034] audit: type=1400 
audit(1504239811.140:793): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5" 
pid=18952 comm="apparmor_parser"
Sep  1 14:23:31 p87 kernel: [17274564.019911] audit: type=1400 
audit(1504239811.156:794): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" 
name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5//qemu_bridge_helper" 
pid=18952 comm="apparmor_parser"
Sep  1 14:23:31 p87 kernel: [17274564.324291] KVM guest htab at 
c079a100 (order 29), LPID 3
Sep  1 14:23:45 p87 kernel: [17274578.483572] br0: port 4(vnet2) entered 
forwarding state
Sep  1 14:26:53 p87 kernel: [17274766.572284] br0: port 4(vnet2) entered 
disabled state
Sep  1 14:26:53 p87 kernel: [17274766.579930] device vnet2 left promiscuous mode
Sep  1 14:26:53 p87 kernel: [17274766.579932] br0: port 4(vnet2) entered 
disabled state
Sep  1 14:26:54 p87 kernel: [17274767.303109] audit: type=1400 
audit(1504240014.441:795): apparmor="STATUS" operation="profile_remove" 
profile="unconfined" name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5" 
pid=22668 comm="apparmor_parser"
Sep  1 14:26:56 p87 kernel: [17274768.917394] audit: type=1400 
audit(1504240016.053:796): apparmor="STATUS" operation="profile_load" 
profile="unconfined" name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5" 
pid=22672 comm="apparmor_parser"
Sep  1 14:26:56 p87 kernel: [17274768.917673] audit: type=1400 
audit(1504240016.053:797): apparmor="STATUS" operation="profile_load" 
profile="unconfined" 
name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5//qemu_bridge_helper" 
pid=22672 comm="apparmor_parser"
Sep  1 14:26:56 p87 kernel: [17274768.982783] device vnet2 entered promiscuous 
mode
Sep  1 14:26:56 p87 kernel: [17274768.994891] br0: port 4(vnet2) entered 
forwarding state
Sep  1 14:26:56 p87 kernel: [17274768.994902] br0: port 4(vnet2) entered 
forwarding state
Sep  1 14:26:56 p87 kernel: [17274769.535982] audit: type=1400 
audit(1504240016.673:798): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5" 
pid=22702 comm="apparmor_parser"
Sep  1 14:26:56 p87 kernel: [17274769.546719] audit: type=1400 
audit(1504240016.685:799): apparmor="STATUS" operation="profile_replace" 
profile="unconfined" 
name="libvirt-435e8619-e460-4c31-98b9-01dc8eab0cc5//qemu_bridge_helper" 
pid=22702 comm="apparmor_parser"
Sep  1 14:26:57 p87 kernel: [17274769.861666] KVM guest htab at 
c079a100 (order 29), LPID 3
Sep  1 14:27:11 p87 kernel: [17274784.050382] br0: port 4(vnet2) entered 
forwarding state
Sep  1 14:28:30 p87 kernel: [17274863.605174] Unable to handle kernel paging 
request for data at address 0x0008
Sep  1 14:28:30 p87 kernel: [17274863.605188] Faulting instruction address: 
0xc044edcc
Sep  1 14:28:30 p87 kernel: [17274863.605195] Oops: Kernel access of bad area, 
sig: 11 [#1]
Sep  1 14:28:30 p87 kernel: [17274863.605199] SMP NR_CPUS=2048 NUMA PowerNV
Sep  1 14:28:30 p87 kernel: [17274863.605206] Modules linked in: tcp_diag 
inet_diag ebtable_filter ebtables binfmt_misc veth xfrm_user xfrm_algo 
vhost_net vhost macvtap macvlan xt_CHECKSUM iptable_mangle ipt_REJECT 
nf_reject_ipv4 xt_tcpudp ip6table_filter ip6_tables ipt_MASQUERADE 
nf_nat_masquerade_ipv4 iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 
xt_addrtype iptable_filter ip_tables xt_conntrack x_tables nf_nat nf_conntrack 
br_netfilter overlay bridge stp llc kvm_hv uio_pdrv_genirq powernv_rng 
ibmpowernv vmx_crypto leds_powernv uio ipmi_powernv ipmi_msghandler kvm_pr kvm 
autofs4 xfs btrfs raid456 async_raid6_recov async_memcpy async_pq async_xor 
async_tx xor raid6_pq libcrc32c raid0 multipath linear raid10 raid1 ses 
enclosure mlx4_en be2net lpfc mlx4_core vxlan ip6_udp_tunnel scsi_transport_fc 
udp_tunnel ipr [last unloaded: ebtables]
Sep  1 14:28:30 p87 kernel: [17274863.605294] CPU: 24 PID: 19018 Comm: sshfs 
Not tainted 4.4.0-62-generic #83-Ubuntu
Sep  1 14:28:30 p87 kernel: [17274863.605300] task: c01fc9c7c8e0 ti: 
c01fe4c1 task.ti: c01fe4c1
Sep  1 14:28:30 p87 kernel: [17274863.605306] NIP: c044edcc LR: 
c044ede0 CTR: c0108b20
Sep  1 14:28:30 p87 kernel: [17274863.605311] REGS: c01fe4c139a0 TRAP: 0300 
  Not tainted  (4.4.0-62-generic)
Sep  1 14:28:30 p87 kernel: [17274863.605315] MSR: 90009033 
  CR: 24000424  XER: 
Sep  1 14:28:30 p87 kernel: [17274863.605330] CFAR: c0008468 DAR: 
0008 DSISR: 4200 SOFTE: 1
Sep  1 14:28:30 p87 kernel: [17274863.605330] GPR00: c044ede0 

[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 started at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 exists in linux_4.4.0-93.116.diff.gz

-- 
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 started at boot time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714420/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (order 29), LPID 2
[  380.527576] Facility 'TM' unavailable, exception at 0xd0003aad7f10, 
MSR=90009033
[  380.527717] Oops: Unexpected facility unavailable exception, sig: 6 [#2]
[  380.527775] SMP NR_CPUS=2048 NUMA PowerNV
[  380.527823] Modules linked in: vhost_net vhost macvtap macvlan xt_CHECKSUM 
iptable_mangle ipt_REJECT nf_reject_ipv4 xt_tcpudp ebtable_filter ebtables 
ip6table_filter ip6_tables ipt_MASQUERADE nf_nat_masquerade_ipv4 xfrm_user 
xfrm_algo iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype 
iptable_filter ip_tables xt_conntrack x_tables nf_nat nf_conntrack br_netfilter 
overlay binfmt_misc bridge stp llc kvm_hv uio_pdrv_genirq uio leds_powernv 
ipmi_powernv ibmpowernv vmx_crypto powernv_rng ipmi_msghandler kvm_pr kvm 
autofs4 xfs btrfs raid456 async_raid6_recov async_memcpy async_pq async_xor 
async_tx xor raid6_pq libcrc32c raid0 multipath linear raid1 raid10 ses 
enclosure mlx4_en be2net lpfc vxlan mlx4_core scsi_transport_fc ip6_udp_tunnel 
udp_tunnel ipr
[  380.528781] CPU: 24 PID: 4277 Comm: qemu-system-ppc Tainted: G  D
 4.4.0-93-generic #116-Ubuntu
[  380.528861] task: c3c389b0 ti: c01fb2428000 task.ti: 
c01fb2428000
[  380.528929] NIP: d0003aad7f10 LR: d00037d52a14 CTR: d0003aad7e40
[  380.528997] REGS: c01fb242b7b0 TRAP: 0f60   Tainted: G  D  
(4.4.0-93-generic)
[  380.529076] MSR: 90009033   CR: 22024848  
XER: 
[  380.529247] CFAR: d0003aad7ea4 SOFTE: 1
   GPR00: d00037d52a14 c01fb242ba30 d0003aaec018 
c01fdbf6
   GPR04: c01f8580 c01fb242bbc0  

   GPR08: 0001 c3c389b0 0001 
d00037d578f8
   GPR12: d0003aad7e40 cfb4e400  
001f
   GPR16: 3fff7206 0080 3fff892c4390 
3fff7285f200
   GPR20: 010009988430 0100099affd0 3fff7285eb60 
100c1ff0
   GPR24: 3bcf4e10 3fff72040028  
c01fdbf6
   GPR28:  c01f8580 c01fdbf6 
c01f8580
[  380.530119] NIP [d0003aad7f10] kvmppc_vcpu_run_hv+0xd0/0xff0 [kvm_hv]
[  380.530188] LR [d00037d52a14] kvmppc_vcpu_run+0x44/0x60 [kvm]
[  380.530245] Call Trace:
[  380.530270] [c01fb242ba30] [c01fb242bab0] 0xc01fb242bab0 
(unreliable)
[  380.530353] [c01fb242bb70] [d00037d52a14] kvmppc_vcpu_run+0x44/0x60 
[kvm]
[  380.530436] [c01fb242bba0] [d00037d4f674] 
kvm_arch_vcpu_ioctl_run+0x64/0x170 [kvm]
[  380.530519] [c01fb242bbe0] [d00037d43918] kvm_vcpu_ioctl+0x528/0x7b0 
[kvm]
[  380.530602] [c01fb242bd40] [c02fff60] do_vfs_ioctl+0x480/0x7d0
[  380.530671] [c01fb242bde0] [c0300384] SyS_ioctl+0xd4/0xf0
[  380.530742] [c01fb242be30] [c0009204] system_call+0x38/0xb4
[  380.530837] Instruction dump:
[  380.530904] e92d02a0 e9290a50 e9290108 792a07e3 41820058 e92d02a0 e9290a50 
e9290108
[  380.531126] 7927e8a4 78e71f87 40820ed8 e92d02a0 <7d4022a6> f9490ee8 e92d02a0 
7d4122a6
[  380.531350] ---[ end trace 8f9b3b82f9a07d76 ]---


Needs kernel patch e47057151422a67ce08747176fa21cb3b526a2c9 according to Cyril

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-93-generic 4.4.0-93.116
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic ppc64le
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Sep  1 15:03 seq
 crw-rw 1 root audio 116, 33 Sep  1 15:03 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: ppc64el
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Fri Sep  1 15:34:14 2017
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
PciMultimedia:
 
ProcFB:
 
ProcKernelCmdLine: root=UUID=c3fd6cdf-331d-4c9a-9a51-efabe9deea59 ro splash 
quiet
ProcLoadAvg: 

[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 high load on PPC64

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1706281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 in sync0rw.cc
  during high load on PPC64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1706281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  during high load on PPC64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1706281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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) minimum needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1706291/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1580794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656140

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1656140/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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.
https://bugs.launchpad.net/bugs/1656917

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1656917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.
https://bugs.launchpad.net/bugs/1653900

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1653900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645193

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1645193/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1580794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (5.7.17-0ubuntu0.16.04.1) ...
Setting up mysql-server-5.7 (5.7.17-0ubuntu0.16.04.1) ...
/var/lib/dpkg/info/mysql-server-5.7.postinst: line 143: 
/usr/share/mysql-common/configure-symlinks: No such file or directory
dpkg: error processing package mysql-server-5.7 (--configure):
 subprocess installed post-installation script returned error exit status 1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1666784

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1666784/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663552

Title:
  Denial of Service: mysql-server going berserk when contacted by
  unauthorized client

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1663552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1657938

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1657938/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

Title:
  mysql_upgrade failed with exit status 11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1637703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1636572

Title:
  InnoDB: Assertion failure in thread [...] in file ha_innodb.cc line
  2019

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1636572/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1594716

Title:
  InnoDB: Failing assertion: it != chunk_map->end()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1594716/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 syscall: 326
...
 --16229-- You may be able to write your own handler.
 --16229-- Read the file README_MISSING_SYSCALL_OR_IOCTL.


Upstream revision 15845 adds these syscalls

** Affects: valgrind (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "valgrind-r15845.patch"
   
https://bugs.launchpad.net/bugs/1610758/+attachment/4716233/+files/valgrind-r15845.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1610758

Title:
  ppc64(le) missing syscall 336

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1610758/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (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/1515051

Title:
  support power architecture (ppc64el)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/judy/+bug/1515051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1506206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

sudo systemctl status mariadb



Here the service starts showing the infamous



● mariadb.service - MariaDB database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor 
preset: enabled)
   Drop-In: /etc/systemd/system/mariadb.service.d
└─migrated-from-my.cnf-settings.conf
Active: inactive (dead) since Wed 2015-10-14 15:04:58 UTC; 58s ago
  Main PID: 880 (mysqld)
Status: "Taking your SQL requests now..."
CGroup: /system.slice/mariadb.service
└─880 /usr/sbin/mysqld



If I then shut down the MariaDB server, e.g. via the shutdown command 
(or just SIGTERM the process), I get



Broadcast message from systemd-journald@ubuntu-vivid-amd64 (Wed 
2015-10-14 15:14:18 UTC):

systemd[1]: Caught , dumped core as pid 960.


Broadcast message from systemd-journald@ubuntu-vivid-amd64 (Wed 
2015-10-14 15:14:18 UTC):

systemd[1]: Freezing execution.



systemd:

ii  libpam-systemd:amd64219-7ubuntu3 
amd64system and service manager - PAM module
ii  libsystemd0:amd64   219-7ubuntu3 
amd64systemd utility library
ii  systemd 219-7ubuntu3 
amd64system and service manager
ii  systemd-sysv219-7ubuntu3 
amd64system and service manager - SysV links


with also occurs on Redhat - backtrace: 
https://bugzilla.redhat.com/show_bug.cgi?id=1271832

** Affects: systemd (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/1506206

Title:
  systemd abort

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1506206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1506206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 bump to 0.8.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/1271376/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/403808

Title:
  fail2ban not execute command to start jail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/403808/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/443169/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/574643/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/903647/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

Daniel
for the fail2ban devs

** Affects: fail2ban (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/1271376

Title:
  version bump to 0.8.12

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/1271376/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: 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/1270330

Title:
  fails to backup / locks server with galera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mydumper/+bug/1270330/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 likely to
work on a users set up that only run ufw enable.

Any other recommended changes?

Does it work (I haven't extensively tested it)?

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/701522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
https://bugs.launchpad.net/bugs/646501

Title:
  fail2ban failes if dns has more than one ip

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/646501/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/701522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/648138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

Title:
  Errors with insmod, modprobe, modinfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/776561/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 ssh-add would be nice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/376546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 doesn't perform filename processing for ssh -i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/139674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/683421/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  Enable gsettings bash completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/732472/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/791570/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 EOF while looking for matching `'
bash: syntax error: unexpected end of file


** Bug watch added: alioth.debian.org/ #313497
   http://alioth.debian.org/support/tracker.php?aid=313497

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/772571

Title:
  unexpected EOF while looking for matching `' in rsync tab completion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/772571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776561

Title:
  Errors with insmod, modprobe, modinfo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/776561/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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.
https://bugs.launchpad.net/bugs/778679

Title:
  _available_interfaces fails without gawk installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/778679/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   http://alioth.debian.org/support/tracker.php?aid=313499
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/783136

Title:
  completion for 'sudo su user -c' broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/783136/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

Title:
  Complete filename.spkg after tar *j*f for www.sagemath.org

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/794885/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   http://alioth.debian.org/support/tracker.php?aid=313501
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890913

Title:
  Typing prg $HOME/tab expands to prg \$HOME/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/890913/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/376546

Title:
  Identity filename completion for ssh-add would be nice

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/376546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/139674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
   
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/139674/+attachment/2617406/+files/ssh-i-bashcompletion.patch

-- 
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 notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/139674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs