Re: fedora 17: systemctl cannot start mysqld

2012-06-25 Thread Reindl Harald
hm - i can not explain this but however, you should not overwrite units in /lib/systemd/ * systemctl disable whaterver.service * create "/etc/systemd/system/whatever.service" * systemctl enable whaterver.service if you want to remove your oveeride the same * disable * remove unit-file * enable

Re: fedora 17: systemctl cannot start mysqld

2012-06-25 Thread fedora
Thanks, Harald, for the immediate reply. what I did sofar: moved /usr/lib/systemd/system/mysqld.service to /usr/lib/systemd/system/mysqld.service.orig copied your version of the service file into /usr/lib/systemd/system/mysqld.service systemctl --system daemon-reload systemctl start mysqld.se

Re: fedora 17: systemctl cannot start mysqld

2012-06-25 Thread Reindl Harald
Am 25.06.2012 16:18, schrieb fedora: > Hi listers > Sofar (i.e. up to fedora 15) no problem to start mysqld at system startup. > > Since i did a fresh install of fedora 17, no more startup of mysqld at > sysemboot. > > I call > systemctl start mysqld.service > > and it hangs forever maybe so