You are not logged in.
Pages: 1
This is my daemon list
DAEMONS=(@syslog-ng dbus hal @alsamixer @network gdm adsl)With this my boot is quick.
Now my questions are 2:
1) how your list is?
2) can mine be improved?
Tnks
Gnu/Linux User on Arch(x86_64)
Offline
You can take out dbus, it is already started by hal.
Mine is like this:
DAEMONS=(@syslog-ng iptables @network !netfs @hal @crond !ifplugd @alsa @ddclient @denyhosts @sshd @powernowd @mpd)Last edited by Ramses de Norre (2007-06-11 16:47:49)
Offline
I'm not very much into DAEMON handling, so my list is rather default.
DAEMONS=(@syslog-ng network netfs @crond @alsa @dbus @hal @httpd @mysqld @kdm)Just backgrounded network, takes a lot of time when starting the system. What about netfs - what is it good for?
Last edited by chaosgeisterchen (2007-06-11 17:11:53)
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
DAEMONS=(syslog-ng network @crond @acpid @ntpd @archstatsrc @sshd @dbus @hal)
Offline
I'm not very much into DAEMON handling, so my list is rather default.
DAEMONS=(@syslog-ng network netfs @crond @alsa @dbus @hal @httpd @mysqld @kdm)Just backgrounded network, takes a lot of time when starting the system. What about netfs - what is it good for?
Netfs is for stuff like nfs, cifs, sshfs etc. For mounting filesystems over a network thus, I don't use it so I disabled it. You can also remove dbus from your list as it is started automatically by hal, might save you a second...
Offline
You don't need to place dbus before hal - it's going to automatically start dbus if not already running. So you can save few seconds with "@hal" instead of "dbus @hal". The same goes with portmap and fam - "@fam" instead of "portmap @fam".
Here comes my list:
DAEMONS=(syslog-ng network @gdm @anacrond @alsa @fam @hal @gensplash)Offline
http://bbs.archlinux.org/viewtopic.php?id=25600 is an interesting thread dealing with the same topic
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
DAEMONS=(syslog-ng network crond hal alsa mpd mpdscribble gdm)
Use the Source, Luke!
Offline
I have now modified it - and everything became backgrounded.
Any problem with this?
DAEMONS=(@syslog-ng @network @crond @alsa @hal @ntpd @httpd @mysqld @kdm)celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
I have now modified it - and everything became backgrounded.
Any problem with this?
DAEMONS=(@syslog-ng @network @crond @alsa @hal @ntpd @httpd @mysqld @kdm)
I think ntpd needs network, but if it works (thus if network is loaded fast enough) you can leave it like that, if it causes trouble you need to "un-background' network.
Last edited by Ramses de Norre (2007-06-11 21:00:21)
Offline
DAEMONS=(syslog-ng crond @network powersaved alsa gensplash gdm)
Offline
Exact same thread exists already ^^
just got sth like a dejavu, and thought it IS this one, but hey.. searching? for what? ![]()
Offline
chaosgeisterchen wrote:I have now modified it - and everything became backgrounded.
Any problem with this?
DAEMONS=(@syslog-ng @network @crond @alsa @hal @ntpd @httpd @mysqld @kdm)I think ntpd needs network, but if it works (thus if network is loaded fast enough) you can leave it like that, if it causes trouble you need to "un-background' network.
It works perfectly and speeded up my boot process very much.
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
DAEMONS=(syslog-ng dbus hal network dnsmasq !hplip @alsa @crond !@cups @martian !@openntpd @postfix !@sshd)
The background daemons are sorted alphabetically, just to remind myself that the load order won't matter, and some are just temporarily disabled.
1000
Offline
Pages: 1