I am using ubuntu 14.10 (utopic) and trying to restart the network service through /etc/init.d/networking restart it gives me error : stop : job failed while stopping start : job is already running : networking
Below is the information about my system.
uname -r
3.16.0-23-generic
And trying to configure IP Address on eth0 interface and below is the my configuration file : -
cat /etc/network/interface
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.10 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.199.1
tail -f /var/log/syslog
init: networking post-stop process (1951) terminated with 100 init: networking post-stop process (1965) terminated with 100