You are not logged in.
After having done a new install of Arch Linux some time ago, I have the very same problem as posted in this thread: http://bbs.archlinux.org/viewtopic.php?id=34470
The probelm: I haven't installed networkmanager so the solution there doesn't help me.
This is my daemon list of /etc/rc.conf:
DAEMONS=(syslog-ng acpid dbus fam hal @network @netfs @crond cpufreq alsa kdm)I tried several different positions for fam, especially at the very end just before kdm.
Anybody knows what elese could be the problem?
Last edited by Doehni (2007-09-20 21:14:39)
Offline
try starting portmap before fam in the rc.conf
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
Thanks for your answer, kishd!
Unfortunately that didn't help... I also think that fam starts portmap automatically.
Offline
OK, after an pacman -Syu yesterday night I have some other problems, there's the bug report: http://bugs.archlinux.org/task/8070?project=1
Offline
I second the comment in the bug report. How I fixed fam was to make all daemons run in the foreground and put it as far back as possible in the list. I didn't remember making daemons start in the foreground until I saw the comment in the bug report.
Offline
Yes, I just solved that problem! ![]()
Now I'm starting network before potmap and fam in the foreground (without @):
(...network portmap fam...)
Offline