[Bug 1939123] Re: Typo in usr/bin/wsrep_sst_mariabackup

2021-12-10 Thread Faustin
upstream: https://github.com/MariaDB/server/commit/4ad148b148cf
downstream: 
https://salsa.debian.org/mariadb-team/mariadb-10.3/-/commit/b57b9f5ba2

** Changed in: mariadb-10.3 (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Typo in usr/bin/wsrep_sst_mariabackup

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


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

[Bug 1939123] Re: Typo in usr/bin/wsrep_sst_mariabackup

2021-08-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: mariadb-10.3 (Ubuntu)
   Status: New => Confirmed

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

Title:
  Typo in usr/bin/wsrep_sst_mariabackup

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


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

[Bug 1939123] Re: Typo in usr/bin/wsrep_sst_mariabackup

2021-08-06 Thread Max Krasilnikov
** Description changed:

  Description:Ubuntu 20.04.2 LTS
  Release:20.04
  
  mariadb-server-10.3:
-   Installed: 1:10.3.30-0ubuntu0.20.04.1
-   Candidate: 1:10.3.30-0ubuntu0.20.04.1
+   Installed: 1:10.3.30-0ubuntu0.20.04.1
+   Candidate: 1:10.3.30-0ubuntu0.20.04.1
  
  When running wsrep-sst using mariabackup I constantly get:
  -wsrep-sst-donor: /usr//bin/wsrep_sst_mariabackup: line 389: 
WSREP_SST_OPT_HOST_UNSECAPED: unbound variable
  
  and SST can not be completed.
- It looks like typo in /usr/bin/wsrep_sst_mariabackup ans can be fixed easily:
+ It looks like typo in /usr/bin/wsrep_sst_mariabackup and can be fixed easily:
  
- --- wsrep_sst_mariabackup   2021-08-06 09:48:19.508054133 +
- +++ /usr/bin/wsrep_sst_mariabackup  2021-07-17 22:59:58.0 +
+ --- /usr/bin/wsrep_sst_mariabackup  2021-07-17 22:59:58.0 +
+ +++ wsrep_sst_mariabackup   2021-08-06 09:48:19.508054133 +
  @@ -386,7 +386,7 @@
   elif is_local_ip "$WSREP_SST_OPT_HOST_UNESCAPED"; then
   CN_option=',commonname=localhost'
   else
- -CN_option=",commonname='$WSREP_SST_OPT_HOST_UNESCAPED'"
- +CN_option=",commonname='$WSREP_SST_OPT_HOST_UNSECAPED'"
+ -CN_option=",commonname='$WSREP_SST_OPT_HOST_UNSECAPED'"
+ +CN_option=",commonname='$WSREP_SST_OPT_HOST_UNESCAPED'"
   fi
   
tcmd="$tcmd,cert='$tpem',key='$tkey',cafile='$tcert'$CN_option$sockopt"
   wsrep_log_info "$action with cert=$tpem, key=$tkey, 
cafile=$tcert"

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

Title:
  Typo in usr/bin/wsrep_sst_mariabackup

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


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