You are not logged in.

#1 2012-02-28 09:33:51

icefire227
Member
Registered: 2012-02-28
Posts: 5

[SOLVED] Having trouble with Daemons.

So everytime I log onto arch, I need to run DHCPCD and dbus.

I tried putting dbus in my daemons array, yet I still need to manually start it whenever I turn my computer on, same for my internet. it doesn't start unless I start it manually. here is my /etc/rc.conf file if that helps. Thanks.




#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# See 'man 5 rc.conf' for more details
#

# LOCALIZATION
# ------------
HARDWARECLOCK="UTC"
TIMEZONE="America/New_York"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
LOCALE="en_US.utf8
DAEMON_LOCALE="yes"
USECOLOR="yes"

# HARDWARE
# --------
MODULES=()
USEDMRAID="no"
USEBTRFS="no"
USELVM="no"

# NETWORKING
# ----------
HOSTNAME=Simon

interface=eth0
address=
netmask=
broadcast=
gateway=

NETWORK_PERSIST="no"

# DAEMONS
# -------
#
DAEMONS=(syslog-ng dbus network crond alsa gdm )

Last edited by icefire227 (2012-02-28 19:53:53)

Offline

#2 2012-02-28 09:40:49

Varg
Member
From: Belgium
Registered: 2010-07-07
Posts: 272

Re: [SOLVED] Having trouble with Daemons.

Is your system up to date ?

Only thing that I can see is that you need to put your hostname like this:
HOSTNAME="Simon"

Offline

#3 2012-02-28 09:43:46

icefire227
Member
Registered: 2012-02-28
Posts: 5

Re: [SOLVED] Having trouble with Daemons.

It should be. I just installed it today.

Offline

#4 2012-02-28 09:56:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Having trouble with Daemons.

When pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and more convenient to scroll through.


What's the output of

rc.d list dbus

after you start your system (w/o manually starting dbus)? It should say

[STARTED][AUTO] dbus

Last edited by karol (2012-02-28 09:58:45)

Offline

#5 2012-02-28 09:56:27

icefire227
Member
Registered: 2012-02-28
Posts: 5

Re: [SOLVED] Having trouble with Daemons.

Just put my hostname in quotes. did nothing.

Offline

#6 2012-02-28 09:58:07

icefire227
Member
Registered: 2012-02-28
Posts: 5

Re: [SOLVED] Having trouble with Daemons.

/etc/rc.conf: line 35: unexpected EOF while looking for matching `"'
/etc/rc.conf: line 41: syntax error: unexpected end of file
[STARTED][    ] dbus

Alright. DIdn't know that. But here.

Offline

#7 2012-02-28 09:58:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Having trouble with Daemons.

If you installed Arch using netsintall image, it should be up to date, but just in case, run

pacman -Syu

Offline

#8 2012-02-28 10:01:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Having trouble with Daemons.

LOCALE="en_US.utf8

should read

LOCALE="en_US.utf8"

You missed the closing quotes.

Offline

#9 2012-02-28 10:25:57

icefire227
Member
Registered: 2012-02-28
Posts: 5

Re: [SOLVED] Having trouble with Daemons.

Did both, now its working. Thanks!

Offline

#10 2012-02-28 11:09:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Having trouble with Daemons.

Please remember to mark the thread as solved: https://bbs.archlinux.org/viewtopic.php?id=130309

Offline

Board footer

Powered by FluxBB