On Wed, Jun 11, 2014 at 7:30 PM, Charles Kerr <[email protected]> wrote: > I put the latest console image of debian on beagle bone, and notice that > when I do a ps aux I see > > /usr/sbin/udhcpd -S > /usr/sbin/udhcpd -S /etc/udhcpd.conf > > I believe this is for a dhcp server, which I don't need (I only use dhcp as > a client on the beagle bone) > > I attempted to disable it with: > > update-rc.d udhcpd remove > > and then rebooted, but they still show up. > > Is there a way to disable these if they are dhcpd servers?
It's started here: /opt/scripts/boot/am335x_evm.sh It's used to easily setup the usb-otg ethernet connection so you can ssh in over usb. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
