[DNG] starting mysql in background ?

2022-06-15 Thread Radisson via Dng
Hello list, i would like to start my mysqld 8.0 in background because it takes several minutes to start. Does someone have a solution ? re, pr ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-15 Thread aitor
Hi again, On 14/6/22 13:39, aitor wrote: Hi, On 11/6/22 14:07, aitor wrote: I started documenting libudev-compat in my website as part of the documentation about vdev: https://www.gnuinos.org/libudev-compat/ This documentation is a work in progress.

Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)

2022-06-15 Thread aitor
Hi, On 15/6/22 13:00, aitor wrote: I pushed the commit to gitea.devuan.dev, but now i'm stuck in how to integrate eventfs in libudev-compat. I do understand how it works and the example given by Jude Nelson in the README.md file works for me. The problem I have is related to the insufficient s

Re: [DNG] starting mysql in background ?

2022-06-15 Thread Simon
Radisson via Dng wrote: > i would like to start my mysqld 8.0 in background because it takes > several minutes to start. Under what init/process manger setup ? If under SysVInit, then I would suggest you could simply modify the relevant init scripts to not wait for the process to fully start -

Re: [DNG] starting mysql in background ?

2022-06-15 Thread Ken Dibble
On 6/15/22 03:10, Radisson via Dng wrote: Hello list, i would like to start my mysqld 8.0 in background because it takes several minutes to start. Does someone have a solution ? re,  pr ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne

Re: [DNG] starting mysql in background ?

2022-06-15 Thread Ludovic Bellière via Dng
Hello Radisson. SysVinit (package sysv-rc) should comes with the software `startpar` as dependency. `startpar` is a means to run processes in parallel, which may be what you are looking for. Please check the manual: `man 1 startpar`. The software should be used by default by SysVinit. As others