Sveiki,
po 2014.01.15 dienos naktinių profilaktikos darbų nebepersikrauna dedikuotas serveris, kuriame įdiegta Ubuntu 12.10. Užstringa. Dėl serverio prikėlimo tenka kreiptis į administratorius. Iš pagalbos sužinojau, kad "Serverio prieigos failas /etc/init.d/networking yra nekorektiškai veikiantis"
Užkrovus serverį nebeveikia loopback (127.0.0.1)
Įtartinai atrodo /etc/network/interfaces byla, jos savo rankomis nekeičiau:
auto lo
iface lo inet loopback
# Auto generated venet0 interface
auto venet0
iface venet0 inet manual
up ifconfig venet0 up
up ifconfig venet0 127.0.0.2
up route add default dev venet0
down route del default dev venet0
down ifconfig venet0 down
auto venet0:0
iface venet0:0 inet static
address 109.235.71.41
netmask 255.255.255.255
Ar kas nors susidūrėte su panašia problema?
Komentarai
Kaip pavyzdį pateikiame pavyzdinio serverio /etc/network/interfaces failo turinį:
#
# WARNING: Do not edit this file, your changes will be lost.
# Please create/edit /etc/network/interfaces.head and
# /etc/network/interfaces.tail instead, their contents will be
# inserted at the beginning and at the end of this file, respectively.
#
# NOTE: it is NOT guaranteed that the contents of /etc/network/interfaces.tail
# will be at the very end of this file.
#
# Auto generated lo interface
auto lo
iface lo inet loopback
# Auto generated venet0 interface
auto venet0
iface venet0 inet manual
up ifconfig venet0 up
up ifconfig venet0 127.0.0.2
up route add default dev venet0
down route del default dev venet0
down ifconfig venet0 down
auto venet0:0
iface venet0:0 inet static
address x.x.x.x
netmask 255.255.255.255
Deja, siekiant nustatyti kas tiksliai veikia nekorektiškai reikėtų atlikti nuodugnią analizę. Todėl šiuo atveju paprasčiausias problemos sprendimas būtų įtraukti tinklo sąsajų rankinį startavimą į /etc/rc.local failą.