Difference between revisions of "OpenRC, an alternative to systemd"

m
imported>Aaditya
imported>Aaditya
Line 306: Line 306:
== Troubleshooting ==
== Troubleshooting ==


=== Boot warnings/errors ===
=== Boot logs ===


When booting, you may get errors like:
The boot logs for OpenRC are stored in ''/var/log/rc.log''
 
tmpfiles: ignoring invalid entry on line 32 of `/usr/lib/tmpfiles.d//legacy.conf'
tmpfiles: ignoring invalid entry on line 33 of `/usr/lib/tmpfiles.d//legacy.conf'
tmpfiles: ignoring invalid entry on line 34 of `/usr/lib/tmpfiles.d//legacy.conf'
tmpfiles: ignoring invalid entry on line 11 of `/usr/lib/tmpfiles.d//systemd-nologin.conf'
tmpfiles: ignoring invalid entry on line 18 of `/usr/lib/tmpfiles.d//x11.conf'
 
To correct, I removed the lines referenced in the above files. These errors have been fixed by the developers on [https://github.com/OpenRC/openrc/issues/17 github], and should be available in the next release.
 
{{Tip|The boot logs for OpenRC are stored in ''/var/log/rc.log''}}


=== Enable Swap (for GPT partitions) ===
=== Enable Swap (for GPT partitions) ===
Anonymous user