On Wed, Aug 31, 2011 at 12:19 AM, Peter Hanzel <[email protected]> wrote:
> Hello.
>
> I don't get any error message on start. The eth0 link is not up and dhcpcd
> is not starting on boot.
> And yes /sbin/dhcpcd eth0 works well.
mv /etc/sysconfig/network-devices/services/dhcpcd /lib/boot/
edit lib/boot/dhcpcd
replace
. /etc/sysconfig/rc
. ${rc_functions}
with
. /lib/boot/functions
After that, the configuration file has a new location.
mv /etc/sysconfig/network-devices/ifconfig.eth0 /etc/sysconfig
then edit /etc/sysconfig/ifconfig.eth0, and add
IFACE=eth0
(adjusting eth0 with your actual interface)
Note: I may have missed something, but I think that's most of it...
> ----- Original Message -----
> From: "Bruce Dubbs" <[email protected]>
> To: "BLFS Development List" <[email protected]>
> Sent: Tuesday, August 30, 2011 5:27 PM
> Subject: Re: BLFS dhcpcd script
>
>
>> Peter Hanzel wrote:
>>> Hello.
>>>
>>> I have just complied LFS from svn and using
>>> lfs-bootscripts-20110803.tar.bz2
>>> There was some change in network scripts and now dhcpcd is not starting
>>> on
>>> boot.
>>>
>>> Can some point what to change to make dhcpcd working?
>>
>> I knew there would be some issues with integrating the new lfs
>> bootscripts and the existing blfs scripts. I'll be glad to work with
>> you to get it working.
>>
>> Let's start at the beginning. First, what error messages do you get, if
>> any? Second, does a manual start (/sbin/dhcpcd eth0) work?
>>
>> -- Bruce
>>
>> --
>> http://linuxfromscratch.org/mailman/listinfo/blfs-dev
>> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
>> Unsubscribe: See the above information page
>>
>
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-dev
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
--
Nathan Coulson (conathan)
------
Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page