I uncomment these line and set to:
----------------
DHCP_START=""
DHCP_STOP="-k"
----------------------

but I get the same error and warning
---------------------------------------------------------------------
Unable to process /etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd.  Either
the SERVICE variable was not set,
or the specified service cannot be executed.                          [ FAIL ]

Interface eth0 doesn't exist.
----------------------------------------------------------------------------

On 8/9/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:
On 8/9/06, nadav vinik <[EMAIL PROTECTED]> wrote:
>
> the dhcpd file is:
> ------------------------------------------------
> ONBOOT="yes"
> SERVICE="dhcpcd"
> #DHCP_START="<insert appropriate start options here>"
> #DHCP_STOP="-k <insert additional stop options here>"
>
> # Set PRINTIP="yes" to have the script print
> # the DHCP assigned IP address
> PRINTIP="no"
>
> # Set PRINTALL="yes" to print the DHCP assigned values for
> # IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
> PRINTALL="no"
> 
--------------------------------------------------------------------------------
>
> I didn't found in the man dhcpcd what to set the DHCP_START and DHCP_STOP.

Try `man dhcpcd' and see what options are interesting to you.
Generally, though, you can just have

DHCP_START=""
DHCP_STOP="-k"

But you can't comment out those variables.

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to