Re: How to start MySql on %post install and insert data
Hugh Brown <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
On Jan 25, 2012, at 20:34, Sebastiao Rocha <[email protected]> wrote: > > Hi guys, i nee ome help. > > im using kickstart from fedora 7 to fedora 13, now im trying to use it on > fedora 16 with no success > > my trouble is how to start mysqld on post install > > i have tried this code... > systemctl enable mysqld.service > systemctl start mysqld.service > > but it gave me a error message: "Running in chroot, ignoring request" > and mysqld does not start to allow data insertion with mysql << > > anyone know hot to do this on fc15+ with systemd ? > > thanks... > > Rocha > > _______________________________________________ > Kickstart-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/kickstart-list I had the same problem with cups, so I just started cupsd directly and then terminated it when I was done. I'd call whatever the mysql.service file is calling. Hugh