You are not logged in.

#1 2007-04-18 14:59:45

rbigi
Member
Registered: 2007-04-18
Posts: 1

network restart issue.

Hi guys... It's only a small amount of time I'm using Arch, but I already fall in love with it...

anyway.

I had a problem restarting the network services and looking in the source of /etc/rc.d/network I found there were a bad reference to the file dhcpcd-eth0.pid.
For this reason it didn't succeed in removing that file with the result of leaving the connection down.

the problem was at the line 44 of that file, and the line:

rm -f /etc/dhcpc/dhcpcd-${1}.{pid,cache} >/dev/null 2>&1

must be changed to:

rm -f /var/run/dhcpcd-${1}.{pid,cache} >/dev/null 2>&1.

the Arch I'm using is the latest current and it is up-to-date.

Where should I post this or to who should I report the issue?

I'm bit busy at the moment so I have no time to read the forum's guide...


Thank you all for this great distro...

Roberto

Offline

#2 2007-04-18 15:43:42

pelle.k
Member
From: Åre, Sweden (EU)
Registered: 2006-04-30
Posts: 667

Re: network restart issue.

http://bugs.archlinux.org/

So that's why i get

Error, wlan0: dhcpcd already running (/var/run/dhcpcd-wlan0.pid)

all the time!...


"Your beliefs can be like fences that surround you.
You must first see them or you will not even realize that you are not free, simply because you will not see beyond the fences.
They will represent the boundaries of your experience."

SETH / Jane Roberts

Offline

#3 2007-04-19 01:39:13

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: network restart issue.

I get that too, whenever I do

/etc/rc.d/network restart

Offline

#4 2007-04-20 12:30:31

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: network restart issue.

I posted a bug report. smile

Offline

#5 2007-05-05 16:11:43

mini
Member
Registered: 2006-12-18
Posts: 138

Re: network restart issue.

I get the same error too

Offline

#6 2007-05-05 16:27:56

MrFuji
Member
From: Germany
Registered: 2007-05-05
Posts: 26

Re: network restart issue.

Wow... just corrected it.

It solved my problem that wireless wasn't working after suspend...
http://bbs.archlinux.org/viewtopic.php?id=32657

Offline

#7 2007-05-05 17:35:05

mini
Member
Registered: 2006-12-18
Posts: 138

Re: network restart issue.

Hi,
What did you do to resolve this?

Offline

#8 2007-05-05 18:14:29

MrFuji
Member
From: Germany
Registered: 2007-05-05
Posts: 26

Re: network restart issue.

I've just edited /etc/rc.d/network according to the first post...
Now the edited /etc/powersave/sleep is able to successfully restart the network service smile

Offline

Board footer

Powered by FluxBB