[ale] Debian script system
Jeremy T. Bouse
jeremy.bouse at UnderGrid.net
Sat Apr 26 20:04:52 EDT 2014
On 26.04.2014 18:35, Boris Borisov wrote:
> I have small embedded system that uses Debian like init scripts. But
> for some reason it cannot get dhcp address from router. I have to do
> it manually with "udhcpc eth0".
>
> Anybody familiar from what script this is executed so I can check it.
> Something is lost in the chain of scripts.
>
> P.S. I have the /etc/network/interfaces file and interfaces are up
> after boot but no IP on eth0.
If you provided a bit more detail it might make it easier to help you.
I happen to run Debian systems myself, kinda bias to it being a Debian
Developer.
As the other person stated /etc/init.d/networking is usually the SysV
init script on Debian systems that fires up the networking but it does
only perform what is configured within the /etc/network/interfaces file.
It's highly unlikely as you stated this is an embedded system that it
would utilize Network Manager in which case it would use an entirely
different SysV init script and a separate configuration directory/file.
More information about the Ale
mailing list