Sponsored Content
Full Discussion: Getting ONLINE with Debian
Top Forums UNIX for Dummies Questions & Answers Getting ONLINE with Debian Post 11104 by uberjon on Thursday 29th of November 2001 01:17:36 AM
Old 11-29-2001
have you tried

bash-2.05$ locate dhcpcd

you should get a bunch of stuff like this

/etc/dhcpc/dhcpcd-eth0.cache
/etc/dhcpc/dhcpcd-eth0.exe
/etc/dhcpc/dhcpcd-eth0.info
/sbin/dhcpcd <--------- binary we are looking for
/usr/doc/dhcpcd-1.3.20-pl0
....


Some systems dont have /sbin as a executable dir so you must use


bash-2.05$ /sbin/dhcpcd eth0

to launch the program
 

We Also Found This Discussion For You

1. Debian

Need to upgrade Debian 7.8 to Debian 8.5 (Not 8.5)

Hello, I need to upgrade my Debian system 7.8 to 8.5 but by default via apt-get It moves to 8.6 version(latest stable version). I'm new to Debian so didn't figure out the solution. I've checked few suggestions over internet like editing apt source list file using snapshot archive. Please... (2 Replies)
Discussion started by: Mannu2525
2 Replies
ACPILID(4)						   BSD Kernel Interfaces Manual 						ACPILID(4)

NAME
acpilid -- ACPI Lid Switch SYNOPSIS
acpilid* at acpi? DESCRIPTION
The acpilid driver supports ACPI ``lid switches''. The powerd(8) daemon can be used to control actions against the events of opening or closing the lid. The script used is /etc/powerd/scripts/lid_switch, and the events are either pressed (the lid was closed) or released (the lid was opened). EXAMPLES
The following example modifies the mentioned script in order to put the system into (S3) sleep when the lid is closed: ... case "${2}" in pressed) logger -p info "${0}: suspending..." # As in sleep_button, kill some daemons. # /etc/rc.d/dhcpcd stop /etc/rc.d/network stop /etc/rc.d/wpa_supplicant stop # Suspend. # if /sbin/sysctl hw.acpi.sleep.state >/dev/null 2>&1; then /sbin/sysctl -w hw.acpi.sleep.state=3 fi # Waking up. # /etc/rc.d/wpa_supplicant start /etc/rc.d/network start /etc/rc.d/dhcpcd start ... SEE ALSO
acpi(4), powerd(8), sysmon_pswitch(9) HISTORY
The acpilid driver appeared in NetBSD 1.6. BSD
January 9, 2011 BSD
All times are GMT -4. The time now is 06:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy