Failed to open statefile /var/run/network/ifstate
Dica publicada em Linux / Hardware
Failed to open statefile /var/run/network/ifstate
O Ubuntu 7.04 tem um bug para a placa de rede realtek 8139 e se você for levantar a rede manualmente vai aparecer a mensagem:
ifdown: failed to open statefile /var/run/network/ifstate: No such file or directory
Para resolvê-lo, faça como root:
# mkdir /var/run/network
E depois:
# touch /var/run/network/ifstate
Agora a rede vai "subir" normalmente!!!
;-))
ifdown: failed to open statefile /var/run/network/ifstate: No such file or directory
Para resolvê-lo, faça como root:
# mkdir /var/run/network
E depois:
# touch /var/run/network/ifstate
Agora a rede vai "subir" normalmente!!!
;-))