You are not logged in.

#1 2008-11-26 07:23:09

jai134
Member
Registered: 2008-11-26
Posts: 234

rc.conf and FAM[SOLVED]

Hello. I am a newbie to Arch and I get this message when when trying to start FAM.
[jan@eeepc ~]$ /etc/rc.d/fam start
/etc/rc.conf: line 75: unexpected EOF while looking for matching `"'
/etc/rc.conf: line 98: syntax error: unexpected end of file
/etc/rc.conf: line 75: unexpected EOF while looking for matching `"'
/etc/rc.conf: line 98: syntax error: unexpected end of file
:: Starting Portmap                                                    [BUSY] /etc/rc.d/portmap: line 14: /var/run/portmap.pid: Åtkomst nekas
/bin/touch: kan inte beröra "/var/run/daemons/portmap": Åtkomst nekas
                                                                       [DONE]
:: Starting File Alteration Monitor                                    [FAIL]
ERROR: PORTMAP is not running

This is my 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="sv_SE.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Stockholm"
KEYMAP="sv-latin1"
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=(atl2 !ath5k ath_hal ath_pci wlan snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)

# 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="eeepc"

# 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
#
wpa_supplicant_ath0="-Dmadwifi"
eth0="dhcp"
ath0="dhcp"
#wlan_wlan0="wlan0 essid xxxx # unencrypted
wlan_ath0="ath0 essid xxxx key xxxxxxxxxxy
#wlan_ath0="ath0 essid xxxx" # hex WEP key
#wlan_wlan0="wlan0 essid xxxx" # ascii WEP key
INTERFACES=(eth0 ath0)

# 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.0.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
#
DAEMONS=(syslog-ng network netfs crond alsa wpa_supplicant hal fam)

Last edited by jai134 (2009-02-10 15:48:24)

Offline

#2 2008-11-26 07:26:17

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: rc.conf and FAM[SOLVED]

Try reading about fam maybe it could help...;)

http://wiki.archlinux.org/index.php/FAM


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#3 2008-11-26 07:36:24

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: rc.conf and FAM[SOLVED]

wlan_ath0="ath0 essid xxxx key xxxxxxxxxxy

that line is missing a " at the end (or did you accidentally erase it when blanking out your password?)

Offline

#4 2009-02-10 15:46:39

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: rc.conf and FAM[SOLVED]

I did a new install of arch and the problem disapeared. I don't know the problem but with same setup I have no problems now.

Offline

Board footer

Powered by FluxBB