xpanel, lxde, linux, fbpanel opensuse, linux, instalacion gtk3, gnome, ambienti grafici PS3, mandos, Play Station, Linux edubuntu, ubuntu, linux fedora, linux, discapacitados visuales fuduntu, fedora, ubuntu, linux, distribuciones inkscape, grafica, linux, editor tux, tuz, iconos, mascota, linux artistx, distro, linux, artistas, graficos

Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).

El error que de configuracion de Eth0 en Linux, en mi caso aparecia cuando el sistema empezaba a iniciar... y cuando querias configurar la red o conectarte.

Esta es la solucion que encontre en mi debian testing:

Debian: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces... (warning).
eth0
Solucion:
 
Paso 1
#/etc/init.d/networking restart
 
Paso 2
#service networking stop
 
Paso 3
#service networking start
 
Paso 4
#service networking --full-restart
 
Asi quedaria el " nano /etc/network/interfaces " :
Reinicio de redes linux (Eth0) /etc/init.d/networking
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Wifi 
Y algo asi era lo que mostraba al hacer un ifconfig

Con eso ya tendremos solucionado este problema.

Si conocen otros sistemas de solución escriban en la zona de comentarios para compartirlos.
Si te ha gustado el artículo inscribete al feed clicando en la imagen más abajo para tenerte siempre actualizado sobre los nuevos contenidos del blog:
4

Archivo