*** This bug is a duplicate of bug 2064187 ***
https://bugs.launchpad.net/bugs/2064187
Thank you.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2071575
Title:
llvm-dev installs LLVMgold.so syml
llvm-18-linker-tools from the llvm-toolchain-18 source appears to be the
one responsible for the installed based on the other linker-tools
packages.
** Package changed: llvm-defaults (Ubuntu) => llvm-toolchain-18 (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
B
** Description changed:
While compiling with clang
cd /build/libservices && /usr/bin/clang -DHAVE_CONFIG_H
-D_FILE_OFFSET_BITS=64 -I/source/wsrep-lib/include
-I/source/wsrep-lib/wsrep-API/v26 -I/build/include -I/source/include -O2 -g
-DNDEBUG -U_FORTIFY_SOURCE -fsanitize=address -fPIC -f
Public bug reported:
While compiling with clang
cd /build/libservices && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64
-I/source/wsrep-lib/include -I/source/wsrep-lib/wsrep-API/v26 -I/build/include
-I/source/include -O2 -g -DNDEBUG -U_FORTIFY_SOURCE -fsanitize=address -fPIC
-fsanitize=
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:
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
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-installatio
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.
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
Ti
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 assert
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
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.lau
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 sta
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
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 f
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 som
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 mad
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 answ
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/).
--
Y
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)
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.ubun
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 a
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.
h
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
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 b
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->recursiv
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
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 not
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
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
Titl
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
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:
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
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:
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 sta
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
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 (
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
** 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
** 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
durin
** 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) mi
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 notificati
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,
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.launch
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/16
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
upg
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
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-0u
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
--
Yo
"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
"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
Tit
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
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 a
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
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&searchon=names&suite=stable§ion=all
**
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 thi
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 t
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
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
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.la
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 err
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, whi
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
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.
Danie
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: Un
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 like
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 thi
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
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.
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:
reported upstream:
http://alioth.debian.org/tracker/index.php?func=detail&aid=313501&group_id=100114&atid=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/supp
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
Ti
fails because of quote.
reported upstream
https://alioth.debian.org/tracker/index.php?func=detail&aid=313499&group_id=100114&atid=413095
** Bug watch added: alioth.debian.org/ #313499
http://alioth.debian.org/support/tracker.php?aid=313499
** Also affects: bash-completion (Fedora) via
http
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.
h
added upstream:
https://alioth.debian.org/tracker/index.php?func=detail&aid=313498&group_id=100114&atid=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,
reported upstream.
https://alioth.debian.org/tracker/index.php?func=detail&aid=313497&group_id=100114&atid=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: unex
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:
htt
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:
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:
htt
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 do
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
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-complet
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 not
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
84 matches
Mail list logo