re: configuring a network bridge
Posted: March 19th, 2014, 10:58 pm
hello. running ubuntu 13 64-bit server; setting up a network bridge so I can run virtual machines, etc. I discovered this "error" and what I did to fix it after editing the /etc/network/interfaces file as per your instructions:
Just an FYI.
--Erik
Code: Select all
user@servername:~$ sudo /etc/init.d/networking restart
ERROR: Calling a sysvinit script on a system using upstart isn't supported. Please use the 'service' command instead.
user@servername:~$ sudo service networking restart
networking stop/waiting
networking start/running
--Erik