On Fri, 16 Jan 2026 13:10:09 +1100 [email protected] wrote:
> On 16/1/26 10:42, Roger Heflin wrote:
>> In the version of mariadb I have I see this:
>> rpm -q mariadb-server --filesbypkg  | grep run
>> mariadb-server            /run/mariadb  
 
> I see this too. However, this directory should be built every time (it is a 
> temp file).

Yes. It should have been created at boot since the mariadb-server RPM contains:

    cat /usr/lib/tmpfiles.d/mariadb.conf
    # Do not edit this file.
    # To override this, put /etc/tmpfiles.d/mariadb.conf instead.
    d /run/mariadb 0755 mysql mysql -
    d /run/mariadb 0755 mysql mysql -

and:

    cat /usr/lib/sysusers.d/mariadb10.11.conf 
    u mysql - 'MariaDB and MySQL Server' /var/lib/mysql -

Anything in the journal ?

Ex: sudo journalctl -b -u systemd-tmpfiles-setup 

-- 
francis
-- 
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to