Percona XtraDB Cluster Garbd wrong Init Script

Bug #1334530 reported by Antonio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC
Status tracked in 5.6
5.5
Fix Released
High
Unassigned
5.6
Fix Released
High
Unassigned

Bug Description

The package percona-xtradb-cluster-garbd-3.x install a init script with wrong runlevels.
The system used is Debian Wheezy

Original INFO

#### BEGIN INIT INFO
# Provides: garbd
# Required-Start: $network
# Should-Start:
# Required-Stop: $network
# Should-Stop:
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
# Short-Description: Galera Arbitrator Daemon
# Description: Galera Arbitrator Daemon
### END INIT INFO

Corrected INFO

#### BEGIN INIT INFO
# Provides: garbd
# Required-Start: $network
# Should-Start:
# Required-Stop: $network
# Should-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Galera Arbitrator Daemon
# Description: Galera Arbitrator Daemon
### END INIT INFO

Revision history for this message
Muhammad Irfan (muhammad-irfan) wrote :

Confirmed as described. Check below for details.

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.4 (wheezy)
Release: 7.4
Codename: wheezy

# dpkg -l | grep -i "percona"
ii percona-xtradb-cluster-garbd-3.x 216.wheezy amd64 Garbd components of Percona XtraDB Cluster
ii percona-xtradb-cluster-garbd-3.x-dbg 216.wheezy amd64 Debugging package for Percona XtraDB Cluster Garbd 3.

/etc/rc0.d/:
K01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rc1.d/:
K01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rc2.d/:
K01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rc3.d/:
S01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rc4.d/:
S01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rc5.d/:
S01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rc6.d/:
K01percona-xtradb-cluster-garbd-3.x -> ../init.d/percona-xtradb-cluster-garbd-3.x
/etc/rcS.d/:

Start: 3, 4, 5
Stop: 0, 1, 2, 6

So, missing run level 2 on Start

Changed in percona-xtradb-cluster:
status: New → Confirmed
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXC-1011

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.