Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.4, 10.1.22
-
None
-
ppc64le
CentOS Linux release 7.3.1611 (AltArch)
Description
I'd hoped the 10.2 RPMs would be using the systemd type=notify and a native systemd service file however its using init script redirection.
yum info MariaDB-server
|
Loaded plugins: fastestmirror
|
Loading mirror speeds from cached hostfile
|
Installed Packages
|
Name : MariaDB-server
|
Arch : ppc64le
|
Version : 10.2.4
|
Release : 1.ael7b
|
Size : 426 M
|
Repo : installed
|
From repo : mariadb-10.2
|
|
|
# rpm -ql MariaDB-server | egrep -i '(systemd|init)'
|
/etc/init.d/mysql
|
# systemctl show mysql.service | grep Exec
|
ExecMainStartTimestampMonotonic=0
|
ExecMainExitTimestampMonotonic=0
|
ExecMainPID=0
|
ExecMainCode=0
|
ExecMainStatus=0
|
ExecStart={ path=/etc/rc.d/init.d/mysql ; argv[]=/etc/rc.d/init.d/mysql start ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
|
ExecReload={ path=/etc/rc.d/init.d/mysql ; argv[]=/etc/rc.d/init.d/mysql reload ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
|
ExecStop={ path=/etc/rc.d/init.d/mysql ; argv[]=/etc/rc.d/init.d/mysql stop ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }
|
Is this just systemd-devel missing from the build slaves?
http://buildbot.askmonty.org/buildbot/builders/p8-rhel71-rpm/builds/1815/steps/compile/logs/stdio
-- checking for one of the modules 'libsystemd;libsystemd-daemon'
|
-- Performing Test HAVE_SYSTEMD
|
-- Performing Test HAVE_SYSTEMD - Failed
|
-- Looking for include file systemd/sd-daemon.h
|
-- Looking for include file systemd/sd-daemon.h - not found
|
-- Looking for sd_listen_fds
|
-- Looking for sd_listen_fds - not found
|
-- Looking for sd_notify
|
-- Looking for sd_notify - not found
|
-- Looking for sd_notifyf
|
-- Looking for sd_notifyf - not found
|
-- Systemd features not enabled
|
Attachments
Issue Links
- relates to
-
MDEV-10797 RPM includes init script and a systemd unit
-
- Closed
-