Sent from [Proton Mail](https://proton.me/mail/home) for iOS
On Sun, Mar 30, 2025 at 12:55, Greg Troxel <[g...@lexort.com](mailto:On Sun, Mar 30, 2025 at 12:55, Greg Troxel <<a href=)> wrote: > Niels Müller Larsen <aros...@protonmail.com> writes: > >> I have installed the above, and it runs nice and smooth in a node app for >> teaching. >> That is if I start mariadb from the CLI. >> >> If I try to put >> mariadb=YES >> into /etc/rc.conf and reboot, the xconsole says “mariadb started” but there >> is no trace of it, and I still have to start it manually. >> >> The log files give no clues. > > A guess is that something in the startup assumes that PATH has more in > it, than it does. You didn't say what "start from CLI" means. > > Set your PATH to just default, no pkgsrc, clean env and > > sh -x /etc/rc.d/mariadb start > > and read the output Thnx Start from CLI means $ doas service mariadb start As for your suggestion I will try that