You are not logged in.
Pages: 1
Hello,
After moving to systemd I have some issues regarding this new init system
1. Which rc files I can delete? How can I set scheduler for my HDD like I did in rc.local?
2. Is there a way to setup pure systemd on currently running system and rid off rc files?
3. Alsa sound starts very slowly so after I get login prompt there are some info from starting systemd services - I mean alsa and dbus
Offline
1. Write systemd service file(s) for the command(s) that rc.local currently handles.
2. Isn't that what you're doing? It's all in the wiki and man pages.
3. https://wiki.archlinux.org/index.php/Sy … console.3F
Offline
But best way to install systemd from scratch is to download new install cd and setup whole system with systemd?
2. Yep, I'm trying but many rc.* files are still in system and I don't know which files I can remove
3. I've set up this already - I have different problem - system starts, some output from systemd and then I get login prompt but systemd still working - I tought that I get login prompt when everything is ready.
Offline
But best way to install systemd from scratch is to download new install cd and setup whole system with systemd?
What on earth gave you that idea? No. The wiki leads you through in four (or is it five) simple steps to fully transition a current system.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
many rc.* files are still in system
Which ones exactly? If you haven't removed the initscripts package, obviously they are still going to be there. And if you're referring to anything in the /etc/rc.d/ directory, they all belong to individual packages, and you gain nothing (apart from a miniscule amount of disk space) by removing them.
Offline
Ok, thanks, what about /etc/conf.d directory? Do I need this?
Offline
Again, files in /etc/conf.d/ belong to individual packages, so they should only be installed/removed by pacman. Applications that provide a conf.d file will use it regardless of the user's choice of init system.
As with all things in Arch, your success, or otherwise, depends on you. All this information is available in the documentation, please read it thoroughly.
Offline
Moved to "Installation"
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
As with all things in Arch, your success, or otherwise, depends on you. All this information is available in the documentation, please read it thoroughly.
Agree here.
I'd suggest first learning about what those files are for, as you seem to be having the general idea of "hey, let's delete this stuff I don't really know about because its there". Either don't touch stuff or learn about it before touching it.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
We learn only by making mistakes..........................
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
We learn only by making mistakes..........................
Yet we advise others against making mistakes. Especially those mistakes which indicate a user more willing to do rather than understand. Which sort of diminishes the likelihood of the post-mistake learning in any case.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Pages: 1