You are not logged in.

#1 2007-02-28 18:32:56

sevenenx
Member
Registered: 2007-02-28
Posts: 6

Daemon dont want to start

Just installed woodoo without internet connect

so I typed in bash:

dhcpcd

and I'm out to the net.

But I don't want to do that thing every time I'm boot up my computer.

So I read this: http://wiki.archlinux.org/index.php/Daemons , and typed in bash:

/etc/rc.d/dhcpcd start

and get this back:

bash: /etc/rc.d/dhcpcd: No such file or directory

..so I need some help to get dhcpcd act like a daemon, sombody?

Last edited by sevenenx (2007-03-02 15:24:45)

Offline

#2 2007-02-28 18:35:56

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: Daemon dont want to start

/etc/rc.d/network start (or put network in rc.conf's daemons array)
ls /etc/rc.d for available daemons


I am a gated community.

Offline

#3 2007-02-28 18:44:38

sevenenx
Member
Registered: 2007-02-28
Posts: 6

Re: Daemon dont want to start

/etc/rc.d/network start

Network is already running. Try network restart

I got back.

but I locked in:

ls /etc/rc.d and found an interesting:

dhcpd

so now its sems to be to work. Thanks wink

Offline

#4 2007-02-28 18:58:17

sevenenx
Member
Registered: 2007-02-28
Posts: 6

Re: Daemon dont want to start

No I'm sorry.

my problem is still there.
I tried whit:

/etc/rc.d/dhcpd start

But I got back from system:
FAIL Whit RED text.

So what should I do?

Offline

#5 2007-02-28 20:44:13

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Daemon dont want to start

You can't get it working by guessing.  Just because you use "dhcp" doesn't mean every command that has "dhcp" in it will do what you want.

dhcpd is a server daemon.  It runs a dhcp *server*.  You want the client.

Look at your original response:

/etc/rc.d/network start
Network is already running. Try network restart

Did you do what it said?

/etc/rc.d/network restart

Offline

#6 2007-02-28 21:26:37

sevenenx
Member
Registered: 2007-02-28
Posts: 6

Re: Daemon dont want to start

yes I did, but it dident helpt me!

So I'm forced to run dhcpcd at every boot / restart.

Last edited by sevenenx (2007-02-28 21:28:51)

Offline

#7 2007-02-28 21:27:21

typecast
Member
From: Germany
Registered: 2007-02-26
Posts: 13
Website

Re: Daemon dont want to start

There's a good article in the wiki about automatic network configuration at boot time:

http://wiki.archlinux.org/index.php/Wir … p_and_Boot

This should not only help with wireless devices but with every time of network device.

Offline

#8 2007-02-28 23:33:24

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Daemon dont want to start

sevenenx wrote:

yes I did, but it dident helpt me!

So I'm forced to run dhcpcd at every boot / restart.

Diagnosis is real hard to do if you don't provide us with information.  Why didn't it help you? Can you provide output of 'ifconfig -a' at each step of the process?

Offline

#9 2007-02-28 23:35:16

hacosta
Member
From: Mexico
Registered: 2006-10-22
Posts: 423

Re: Daemon dont want to start

what i think is happening is that you didnt even setup your rc.conf.
take a look at it..

Offline

#10 2007-03-01 00:21:06

junglepeanut
Member
From: California
Registered: 2007-01-24
Posts: 145
Website

Re: Daemon dont want to start

I am reading your responses and also have a hard time understanding what you want.

Are you connecting directly or through a wireless device?

           If directly have you installed ifplugd and added the daemon to rc.conf.

           If via wireless:
                               are you roaming or consistently connecting to the same device?
                               on boot up do you receive any errors? (8B2A etc)

Would you please give us more information so we can accurately determine what needs to be changed in your setup. i.e. Configuration files and your setup.

I personally roam a lot so on boot I do not start my network connections but start ifplugd. Then I have small script that I can use if I am wireless to connect to whatever router is nearby. The benefit is great for roaming as boot time is really decreased and starting the script takes milliseconds as then it knows exactly who to connect to. You could also set dhcpcd to start when you start your DE or WM.

Offline

#11 2007-03-02 15:39:07

sevenenx
Member
Registered: 2007-02-28
Posts: 6

Re: Daemon dont want to start

Okey if you tell me how I'm  going to do the last thing you told me.

James wrote:

You could also set dhcpcd to start when you start your DE or WM.

Then you have solved my problem! cause thats what I want!! Get dhcpcd up and running!

I use fluxbox.
And yes, I'm connecting directly.

Last edited by sevenenx (2007-03-02 15:44:02)

Offline

#12 2007-03-02 17:21:30

sevenenx
Member
Registered: 2007-02-28
Posts: 6

Re: Daemon dont want to start

Have solved the problem with this http://bbs.archlinux.org/viewtopic.php?id=30121

Thanks everybody anyway!

Offline

Board footer

Powered by FluxBB