You are not logged in.
Hello.
I recently happened to remove the "quiet" keyword from the kernel command line.
So at boot, everything goes fine, except I have something that fails. It says :
[ERROR] Failed to start Recreate volatile files and directories
It may be somehow systemd related, though I don't really.
I looked on google, and on the forum, and I didn't find anything.
Could you have an idea of what is the source of this message ?
Thank you.
Last edited by dkremer (2013-09-19 16:27:49)
Offline
That's the description of systemd-tmpfiles-setup.service. Run "systemctl status systemd-tmpfiles-setup.service" as root and see what it says.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Here is what it gives :
systemd-tmpfiles-setup.service - Recreate Volatile Files and Directories
Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static)
Active: failed (Result: exit-code) since jeu. 2013-09-19 18:00:44 CEST; 24min ago
Docs: man:tmpfiles.d(5)
man:systemd-tmpfiles(8)
Process: 421 ExecStart=/usr/bin/systemd-tmpfiles --create --remove --exclude-prefix=/dev (code=exited, status=1/FAILURE)
Main PID: 421 (code=exited, status=1/FAILURE)
sept. 19 18:00:42 localhost systemd[1]: Starting Recreate Volatile Files and Directories...
sept. 19 18:00:44 localhost systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=1/FAILURE
sept. 19 18:00:44 localhost systemd[1]: Failed to start Recreate Volatile Files and Directories.
sept. 19 18:00:44 localhost systemd[1]: Unit systemd-tmpfiles-setup.service entered failed state.
Offline
That's not as useful as I thought it'd be.
Looks like you'll have to check through the files in your tmpfiles.d directories (I'd start with /etc/tmpfiles.d) and see if any are malformed.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline