You are not logged in.
Hi,
Archlinux ist the fastest Distribution I had in my life
But I think there still is optimization area. One problem I see is that daemons start one after another. Sure this isn't a bad idea because netfs requires a working net. But there are many damons like cups, gdm, dbus, avahi which could actually start at the same time. Is this possible?
And if yes how do I do this?
Offline
Try '@avahi' etc.
Not fast enough - try systemd.
Last edited by karol (2011-09-04 22:20:19)
Offline
Rc.conf says quite clearly you can use @ to background services.
If that's not enough for you, follow karol's advice.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Hi, thanks for the advice.
The @daemons is really speeding up good.
Has somebogy experience with systemd?
Is it stable?
Regards
Offline
Has somebogy experience with systemd?
Is it stable?Regards
I haven't tried it.
https://wiki.archlinux.org/index.php/Systemd
Pretty long thread: https://bbs.archlinux.org/viewtopic.php?id=96316
A very short and fresh one: https://bbs.archlinux.org/viewtopic.php?id=125953
Last edited by karol (2011-09-05 12:40:13)
Offline
systemctl
Assertion 'bus' failed at src/systemctl.c:420, function list_units(). Aborting.
Any idea?
Regards
Offline
systemctl Assertion 'bus' failed at src/systemctl.c:420, function list_units(). Aborting.
Any idea?
Regards
What exactly did you do ?
github - tweets
avatar: The Oathmeal
Offline
I used:
pacman -S initscripts-systemd systemd-arch-units
systemctl
Assertion 'bus' failed at src/systemctl.c:420, function list_units(). Aborting.
Offline
I used:
pacman -S initscripts-systemd systemd-arch-units systemctl Assertion 'bus' failed at src/systemctl.c:420, function list_units(). Aborting.
I hate to be a buzzkiller here, but do you have any particular goal in mind? You see, systemd is NOT a boot optimization tool (see the original blog story), but a sophisticated init replacement. Nor is it a "fire and forget" app.
Before diving into it, I would run Fedore 15/16 for sometime. This way you'll understand the basics and know what to expect.
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
systemctl Assertion 'bus' failed at src/systemctl.c:420, function list_units(). Aborting.
Any idea?
Regards
You need to boot with systemd to use systemctl. add init=/bin/systemd to the kernel line in grub and boot. The wiki about systemd is quite messy, but read it a few times and you'll get it.
Offline