How to start MySql on %post install and insert data

Hugh Brown hbrown at divms.uiowa.edu
Thu Jan 26 04:20:03 UTC 2012



On Jan 25, 2012, at 20:34, Sebastiao Rocha <rocha at abracops.info> 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
> Kickstart-list at redhat.com
> 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




More information about the Kickstart-list mailing list