Project

General

Profile

Tâche #8262

Updated by Daniel Dehennin about 8 years ago

Il n’est pas possible de redémarrer le réseau sur Trusty Thar avec la commande suivante :

<pre>
root@trusty:~# service networking restart
stop: Job failed while stopping
start: Job is already running: networking
</pre>

Après avoir désactivé les interfaces avec *@ifdown@* ou *@iproute@* il faut utiliser la commande *@ifup@* :

<pre>
root@trusty:~# ifup -a
</pre>

Back