Hi Leute,
ich bin ganz neu in der Arch Welt. Heute zum ersten mal installiert (i686) und bin sehr begeistert von Paket Management und der Philosophie hinter Arch.
Allerdings bin ich auch auf ein Problem gestoßen, die rc.conf
Da ich bisher nur Debian und Derivate benutzt habe, ist diese allgemeine Konfigurations Datei erstmal ungewohnt für mich, obwohl sie sehr praktisch aussieht. Allerdings hat der Eintrag für die Daemons anscheinend keinerlei Wirkung bei mir. Wenn ich etwas eintrage startet es einfach nicht. (z.B. networkmanager, hal, dbus oder alsa um die Lautstärke wieder herzustellen).
So sieht meine rc.conf aus:
bash-3.2$ cat /etc/rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="de_DE.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="yes"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1-nodeadkeys"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(sky2 ipw2200 ac97_bus snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore fglrx)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="till-laptop"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
eth0="dhcp"
INTERFACES=(lo eth0 eth1)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
# # This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMON=(syslog-ng network acpid netfs crond portmap fam hal alsa laptop-mode)
bash-3.2$
Das Netzwerk muss ich jedesmal selbst wieder "in Form bringen" durch dhcpd eth0 und beim Systemstart kriege ich keine Meldungen das hal, dbus oder alsa gestartet wird.
Und sie laufen anscheinend auch nicht. 🙁
bash-3.2$ ps -A
PID TTY TIME CMD
1 ? 00:00:00 init
2 ? 00:00:00 kthreadd
3 ? 00:00:00 migration/0
4 ? 00:00:00 ksoftirqd/0
5 ? 00:00:00 watchdog/0
6 ? 00:00:00 events/0
7 ? 00:00:00 khelper
8 ? 00:00:00 kblockd/0
9 ? 00:00:00 kacpid
10 ? 00:00:00 kacpi_notify
11 ? 00:00:00 kseriod
12 ? 00:00:00 pdflush
13 ? 00:00:01 pdflush
14 ? 00:00:00 kswapd0
15 ? 00:00:00 aio/0
16 ? 00:00:00 rpciod/0
25 ? 00:00:00 ata/0
26 ? 00:00:00 ata_aux
34 ? 00:00:00 scsi_eh_0
35 ? 00:00:00 scsi_eh_1
682 ? 00:00:00 ksuspend_usbd
724 ? 00:00:00 khubd
1163 ? 00:00:00 scsi_eh_2
1164 ? 00:00:00 usb-storage
1205 ? 00:00:00 reiserfs/0
1247 ? 00:00:00 minilogd
1271 ? 00:00:00 udevd
2378 ? 00:00:00 khpsbpkt
2419 ? 00:00:00 tifm
2450 ? 00:00:00 kmmcd
2549 ? 00:00:00 pccardd
2597 ? 00:00:00 knodemgrd_0
2634 ? 00:00:00 kpsmoused
3607 tty1 00:00:00 login
3608 tty2 00:00:00 agetty
3609 tty3 00:00:00 agetty
3610 tty4 00:00:00 agetty
3611 tty5 00:00:00 agetty
3612 tty6 00:00:00 agetty
3633 tty1 00:00:00 bash
3636 tty1 00:00:00 startx
3652 tty1 00:00:00 xinit
3653 tty7 00:00:58 X
3660 tty7 00:00:00 X
3663 tty1 00:00:00 sh
3664 tty1 00:00:00 sh
3676 tty1 00:00:00 dbus-launch
3677 ? 00:00:00 dbus-daemon
3679 tty1 00:00:00 xfce4-session
3682 ? 00:00:00 xfce-mcs-manage
3683 tty1 00:00:01 xfwm4
3684 tty1 00:00:00 Thunar
3685 tty1 00:00:00 xfdesktop
3687 tty1 00:00:04 xfce4-panel
3688 tty1 00:00:02 xfce4-diskperf-
3689 tty1 00:00:00 xfce4-menu-plug
3706 ? 00:00:00 firefox
3710 ? 00:00:00 run-mozilla.sh
3715 ? 00:02:30 firefox-bin
3719 ? 00:00:00 gconfd-2
3750 ? 00:00:00 dhcpcd
3892 ? 00:00:00 Terminal
3893 ? 00:00:00 gnome-pty-helpe
3894 pts/0 00:00:00 bash
3897 pts/0 00:00:00 ps
bash-3.2$
Kann mir eventuell jemand bei dem Daemons Problem weiterhelfen, und habe ich an den Netzwerkeinstellungen auch Müll gebaut?
Vielen Dank,
Till