Mailinglist Archive: opensuse-bugs (4203 mails)

< Previous Next >
[Bug 738693] upgrade from 11.4 enables mysql service for systemd

https://bugzilla.novell.com/show_bug.cgi?id=738693

https://bugzilla.novell.com/show_bug.cgi?id=738693#c1


Sebastian Freundt <devel@xxxxxxxxxx> changed:

What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 - None |P3 - Medium
CC| |devel@xxxxxxxxxx
Severity|Normal |Major

--- Comment #1 from Sebastian Freundt <devel@xxxxxxxxxx> 2012-01-03 18:13:57
UTC ---
Same problem here.

root@kegel:~ # systemctl disable mysql.service
mysql.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig mysql off
[ 130.898697] systemd[1]: Reloading.

root@kegel:~ # chkconfig mysql off
root@kegel:~ # chkconfig mysql
mysql off

And yet the service is started automatically:

root@kegel:~ # systemctl status mysql.service
mysql.service - LSB: Start the MySQL database server
Loaded: loaded (/etc/init.d/mysql)
Active: active (running) since Tue, 03 Jan 2012 18:08:39 +0000; 1min
11s ago
Process: 1289 ExecStart=/etc/init.d/mysql start (code=exited,
status=0/SUCCESS)
CGroup: name=systemd:/system/mysql.service
├ 2053 /bin/sh /usr/bin/mysqld_safe --mysqld=mysqld
--use...
└ 2382 /us r/sbin/mysqld --basedir=/usr
--datadir=/var/lib...

How can I turn mysql off?

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous Next >