[MDEV-14136] Cannot start a new galera cluster on systemd: Broken galera_recovery script Created: 2017-10-26  Updated: 2017-10-28  Resolved: 2017-10-28

Status: Closed
Project: MariaDB Server
Component/s: Galera
Affects Version/s: 10.1.28
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Riordan Toms Assignee: Andrii Nikitin (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Environment:

Linux ts-db01-bj-vm 4.11.0-1013-azure #13-Ubuntu SMP Mon Oct 2 17:59:06 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


Issue Links:
Duplicate
duplicates MDEV-13950 mysqld_safe could not start Galera no... Closed

 Description   

File: /usr/bin/galera_recovery

Broken version

# Redirect server's error log to the log file.
  eval /usr/sbin/mysqld $cmdline_args --user=$user --wsrep_recover \
    --disable-log-error 2> "$log_file"

Working version

# Redirect server's error log to the log file.
  eval /usr/sbin/mysqld $cmdline_args --user=$user --wsrep_recover \
    --log-error="$log_file"



 Comments   
Comment by Andrii Nikitin (Inactive) [ 2017-10-28 ]

I am sorry that you hit it and thank you for the analysis.
I am marking this as duplicate of MDEV-13950

Generated at Thu Feb 08 08:11:12 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.