[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
Upstream bug -> https://jira.percona.com/browse/PXC-1881

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
Percona-XtraDB-Cluster-57 package provided by percona.com for CentOS
suffer from this issue too - https://pastebin.ubuntu.com/p/8phH93mXRh/

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
James, do you have any ideas/suggestion how to fix this?

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
using "systemctl start mysql@bootstrap.service" doesn't help here
neither

root@pxc:~# systemctl stop mysql
root@pxc:~# systemctl status mysql
● mysql.service - Percona XtraDB Cluster daemon
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: 
enabled)
   Active: inactive (dead) since Tue 2018-06-12 22:19:46 UTC; 2s ago
  Process: 2025 ExecStop=/etc/init.d/mysql stop (code=exited, status=0/SUCCESS)
 Main PID: 1505 (code=exited, status=0/SUCCESS)

Jun 12 22:06:36 pxc mysql[1467]:  * Starting MySQL (Percona XtraDB Cluster) 
database server mysqld
Jun 12 22:06:36 pxc /etc/init.d/mysql[1504]: MySQL PID not found, pid_file 
detected/guessed: /var/run/mysqld/mysqld.pid
Jun 12 22:06:38 pxc mysql[1467]:...done.
Jun 12 22:06:38 pxc systemd[1]: Started Percona XtraDB Cluster daemon.
Jun 12 22:06:38 pxc systemd[1]: mysql.service: Failed to reset devices.list: 
Operation not permitted
Jun 12 22:19:31 pxc systemd[1]: Stopping Percona XtraDB Cluster daemon...
Jun 12 22:19:31 pxc mysql[2025]:  * Stopping MySQL (Percona XtraDB Cluster) 
mysqld
Jun 12 22:19:46 pxc /etc/init.d/mysql[2128]: MySQL PID not found, pid_file 
detected/guessed: /var/run/mysqld/mysqld.pid
Jun 12 22:19:46 pxc mysql[2025]:...done.
Jun 12 22:19:46 pxc systemd[1]: Stopped Percona XtraDB Cluster daemon.
root@pxc:~# systemctl status mysql@bootstrap.service
● mysql@bootstrap.service - Percona XtraDB Cluster daemon with config 
/etc/default/mysql.bootstrap
   Loaded: loaded (/lib/systemd/system/mysql@.service; disabled; vendor preset: 
enabled)
   Active: inactive (dead)
root@pxc:~# systemctl start mysql@bootstrap.service
root@pxc:~# systemctl status mysql@bootstrap.service
● mysql@bootstrap.service - Percona XtraDB Cluster daemon with config 
/etc/default/mysql.bootstrap
   Loaded: loaded (/lib/systemd/system/mysql@.service; disabled; vendor preset: 
enabled)
   Active: active (running) since Tue 2018-06-12 22:20:17 UTC; 3s ago
  Process: 2209 ExecStart=/etc/init.d/mysql start ${EXTRA_ARGS} (code=exited, 
status=0/SUCCESS)
  Process: 2135 ExecStartPre=/usr/share/mysql/mysql-systemd-start pre 
(code=exited, status=0/SUCCESS)
 Main PID: 2247 (mysqld_safe)
Tasks: 42 (limit: 4915)
   CGroup: /system.slice/system-mysql.slice/mysql@bootstrap.service
   ├─2247 /bin/sh /usr/bin/mysqld_safe --wsrep-new-cluster
   └─2635 /usr/sbin/mysqld --basedir=/usr 
--datadir=/var/lib/percona-xtradb-cluster --plugin-dir=/usr/lib/mysql/plugin 
--wsrep-provider=/usr/lib/galera3/libgalera_smm.so --wsrep-new-c

Jun 12 22:20:12 pxc systemd[1]: Starting Percona XtraDB Cluster daemon with 
config /etc/default/mysql.bootstrap...
Jun 12 22:20:15 pxc mysql[2209]:  * Starting MySQL (Percona XtraDB Cluster) 
database server mysqld
Jun 12 22:20:17 pxc mysql[2209]:...done.
Jun 12 22:20:17 pxc systemd[1]: Started Percona XtraDB Cluster daemon with 
config /etc/default/mysql.bootstrap.
root@pxc:~# systemctl status mysql
● mysql.service - Percona XtraDB Cluster daemon
   Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: 
enabled)
   Active: inactive (dead) since Tue 2018-06-12 22:19:46 UTC; 46s ago
  Process: 2025 ExecStop=/etc/init.d/mysql stop (code=exited, status=0/SUCCESS)
 Main PID: 1505 (code=exited, status=0/SUCCESS)

Jun 12 22:06:36 pxc mysql[1467]:  * Starting MySQL (Percona XtraDB Cluster) 
database server mysqld
Jun 12 22:06:36 pxc /etc/init.d/mysql[1504]: MySQL PID not found, pid_file 
detected/guessed: /var/run/mysqld/mysqld.pid
Jun 12 22:06:38 pxc mysql[1467]:...done.
Jun 12 22:06:38 pxc systemd[1]: Started Percona XtraDB Cluster daemon.
Jun 12 22:06:38 pxc systemd[1]: mysql.service: Failed to reset devices.list: 
Operation not permitted
Jun 12 22:19:31 pxc systemd[1]: Stopping Percona XtraDB Cluster daemon...
Jun 12 22:19:31 pxc mysql[2025]:  * Stopping MySQL (Percona XtraDB Cluster) 
mysqld
Jun 12 22:19:46 pxc /etc/init.d/mysql[2128]: MySQL PID not found, pid_file 
detected/guessed: /var/run/mysqld/mysqld.pid
Jun 12 22:19:46 pxc mysql[2025]:...done.
Jun 12 22:19:46 pxc systemd[1]: Stopped Percona XtraDB Cluster daemon.
root@pxc:~# cat /var/run/mysqld/mysqld.pid
2635

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

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

** Changed in: percona-xtradb-cluster-5.6 (Ubuntu Xenial)
   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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

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

** Changed in: percona-xtradb-cluster-5.7 (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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

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

** Changed in: percona-xtradb-cluster-5.6 (Ubuntu Artful)
   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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

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

** Changed in: percona-xtradb-cluster-5.7 (Ubuntu Bionic)
   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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
** Tags added: sts

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
** Also affects: percona-xtradb-cluster-5.7 (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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Eric Desrochers
** Also affects: percona-xtradb-cluster-5.6 (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: percona-xtradb-cluster-5.7 (Ubuntu Artful)
   Importance: Undecided
   Status: New

** Also affects: percona-xtradb-cluster-5.6 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: percona-xtradb-cluster-5.7 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: percona-xtradb-cluster-5.6 (Ubuntu Cosmic)
   Importance: Medium
   Status: Triaged

** Also affects: percona-xtradb-cluster-5.7 (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Also affects: percona-xtradb-cluster-5.6 (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: percona-xtradb-cluster-5.7 (Ubuntu Xenial)
   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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
** Changed in: percona-xtradb-cluster-5.7 (Ubuntu Xenial)
   Status: New => Invalid

** Changed in: percona-xtradb-cluster-5.7 (Ubuntu Artful)
   Status: New => Invalid

** Changed in: percona-xtradb-cluster-5.6 (Ubuntu Bionic)
   Status: New => Invalid

** Changed in: percona-xtradb-cluster-5.6 (Ubuntu Cosmic)
   Status: Triaged => Invalid

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2017-08-15 Thread engin
** Information type changed from Public to Public Security

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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


[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2017-03-08 Thread James Page
** Changed in: percona-xtradb-cluster-5.6 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: percona-xtradb-cluster-5.6 (Ubuntu)
   Status: Confirmed => Triaged

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

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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


[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

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

** Changed in: percona-xtradb-cluster-5.6 (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/1583000

Title:
  Systemd issues with percona-xtradb-cluster-5.6 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/percona-xtradb-cluster-5.6/+bug/1583000/+subscriptions

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