No network loopback device after security update ubuntu 12.04Server can't ping or connect to selfLoopback Device Not Configured On BootNetwork loopback device missing in Ubuntu 14.04Bringing up network interface without IP configured in Debian, for XEN dom0Configure static IPv6 on UbuntuHow to setup network interface to have eth0 as dhcp and eth0:1 as static ip?Static virtual IP in debian 6.0.4Writing to /etc/networking/interfaces at boot using sed/awk?Bridging Adapter in Ubuntu 12.04 LTS for KVMdisable a network interface on booting ubuntuIpv6 over bridged network stops working after some time (Ubuntu LXC)Need to enter a dhclient at every restart at UbuntuHow to correctly set up routing on machine with 4 interfaces so that three of interfaces are on the same subnet?

If I no longer control a permanent when it would be sacrificed, is it still sacrificed?

How did the Apollo guidance computer handle parity bit errors?

Primes in a Diamond

What does のそ mean on this picture?

What does the copyright in a dissertation protect exactly?

How to speed up large double sums in a table?

Can an Iranian citizen enter the USA on a Dutch passport?

How to replace space with '+' symbol in a triangular array?

What is a precise issue with allowing getters?

How long does it take a postcard to get from USA to Germany?

Python 3 - simple temperature program version 1.3

Game artist computer workstation set-up – is this overkill?

Huffman Code in C++

Why are condenser mics so much more expensive than dynamics?

How to detect nM levels of Copper(I) Oxide in blood?

Installing Debian 10, upgrade to stable later?

TIP120 Transistor + Solenoid Failing Randomly

While drilling into kitchen wall, hit a wire - any advice?

Why would a military not separate its forces into different branches?

Guess the number game (Python)

Who filmed the Apollo 11 trans-lunar injection?

Is there precedent or are there procedures for a US president refusing to concede to an electoral defeat?

Debian 9 server no sshd in auth.log

How can I finally understand the confusing modal verb "мочь"?



No network loopback device after security update ubuntu 12.04


Server can't ping or connect to selfLoopback Device Not Configured On BootNetwork loopback device missing in Ubuntu 14.04Bringing up network interface without IP configured in Debian, for XEN dom0Configure static IPv6 on UbuntuHow to setup network interface to have eth0 as dhcp and eth0:1 as static ip?Static virtual IP in debian 6.0.4Writing to /etc/networking/interfaces at boot using sed/awk?Bridging Adapter in Ubuntu 12.04 LTS for KVMdisable a network interface on booting ubuntuIpv6 over bridged network stops working after some time (Ubuntu LXC)Need to enter a dhclient at every restart at UbuntuHow to correctly set up routing on machine with 4 interfaces so that three of interfaces are on the same subnet?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








6















I've had Ubuntu 12.04 on a server for the last several months, with everything working fine. Last night I did an aptitude update && aptitude safe-upgrade to bring in all the latest security changes, and now when I boot the server no lo device is created.



It brings up the physical ethernet interfaces correctly, and I can ping in and out of the machine on those interfaces, but nothing can connect to anything on either localhost or 127.0.0.1.



ifconfig lists only eth0 and eth1.



No lo at all.



Here are the contents of /etc/network/interfaces:



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#NetworkManager#iface eth0 inet dhcp


Where should I be looking to diagnose and fix?



Thanks!










share|improve this question
























  • ...me too on 12.04.2. Machine boots fine, but no 'lo' shown by ifconfig. "ifup lo" brings it right up and then all is well (after stop/start of some servers that weren't happy without lo at boot.) You ever figure this out?

    – Craig Constantine
    Feb 25 '13 at 16:33












  • Please check your /etc/hosts. serverfault.com/questions/333269/…

    – Tinti
    Sep 3 '13 at 12:42











  • @quangdog I am pretty sure this has been long resolved/forgotten but in a slight chance it has not been: what is the output of ifconfig -a on this machine?

    – Greg Dubicki
    Mar 1 '15 at 8:33


















6















I've had Ubuntu 12.04 on a server for the last several months, with everything working fine. Last night I did an aptitude update && aptitude safe-upgrade to bring in all the latest security changes, and now when I boot the server no lo device is created.



It brings up the physical ethernet interfaces correctly, and I can ping in and out of the machine on those interfaces, but nothing can connect to anything on either localhost or 127.0.0.1.



ifconfig lists only eth0 and eth1.



No lo at all.



Here are the contents of /etc/network/interfaces:



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#NetworkManager#iface eth0 inet dhcp


Where should I be looking to diagnose and fix?



Thanks!










share|improve this question
























  • ...me too on 12.04.2. Machine boots fine, but no 'lo' shown by ifconfig. "ifup lo" brings it right up and then all is well (after stop/start of some servers that weren't happy without lo at boot.) You ever figure this out?

    – Craig Constantine
    Feb 25 '13 at 16:33












  • Please check your /etc/hosts. serverfault.com/questions/333269/…

    – Tinti
    Sep 3 '13 at 12:42











  • @quangdog I am pretty sure this has been long resolved/forgotten but in a slight chance it has not been: what is the output of ifconfig -a on this machine?

    – Greg Dubicki
    Mar 1 '15 at 8:33














6












6








6


2






I've had Ubuntu 12.04 on a server for the last several months, with everything working fine. Last night I did an aptitude update && aptitude safe-upgrade to bring in all the latest security changes, and now when I boot the server no lo device is created.



It brings up the physical ethernet interfaces correctly, and I can ping in and out of the machine on those interfaces, but nothing can connect to anything on either localhost or 127.0.0.1.



ifconfig lists only eth0 and eth1.



No lo at all.



Here are the contents of /etc/network/interfaces:



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#NetworkManager#iface eth0 inet dhcp


Where should I be looking to diagnose and fix?



Thanks!










share|improve this question
















I've had Ubuntu 12.04 on a server for the last several months, with everything working fine. Last night I did an aptitude update && aptitude safe-upgrade to bring in all the latest security changes, and now when I boot the server no lo device is created.



It brings up the physical ethernet interfaces correctly, and I can ping in and out of the machine on those interfaces, but nothing can connect to anything on either localhost or 127.0.0.1.



ifconfig lists only eth0 and eth1.



No lo at all.



Here are the contents of /etc/network/interfaces:



# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#NetworkManager#iface eth0 inet dhcp


Where should I be looking to diagnose and fix?



Thanks!







ubuntu networking ubuntu-12.04 interface loopback






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 1 '15 at 9:23









Greg Dubicki

5851726




5851726










asked Oct 29 '12 at 20:57









quangdogquangdog

3112




3112












  • ...me too on 12.04.2. Machine boots fine, but no 'lo' shown by ifconfig. "ifup lo" brings it right up and then all is well (after stop/start of some servers that weren't happy without lo at boot.) You ever figure this out?

    – Craig Constantine
    Feb 25 '13 at 16:33












  • Please check your /etc/hosts. serverfault.com/questions/333269/…

    – Tinti
    Sep 3 '13 at 12:42











  • @quangdog I am pretty sure this has been long resolved/forgotten but in a slight chance it has not been: what is the output of ifconfig -a on this machine?

    – Greg Dubicki
    Mar 1 '15 at 8:33


















  • ...me too on 12.04.2. Machine boots fine, but no 'lo' shown by ifconfig. "ifup lo" brings it right up and then all is well (after stop/start of some servers that weren't happy without lo at boot.) You ever figure this out?

    – Craig Constantine
    Feb 25 '13 at 16:33












  • Please check your /etc/hosts. serverfault.com/questions/333269/…

    – Tinti
    Sep 3 '13 at 12:42











  • @quangdog I am pretty sure this has been long resolved/forgotten but in a slight chance it has not been: what is the output of ifconfig -a on this machine?

    – Greg Dubicki
    Mar 1 '15 at 8:33

















...me too on 12.04.2. Machine boots fine, but no 'lo' shown by ifconfig. "ifup lo" brings it right up and then all is well (after stop/start of some servers that weren't happy without lo at boot.) You ever figure this out?

– Craig Constantine
Feb 25 '13 at 16:33






...me too on 12.04.2. Machine boots fine, but no 'lo' shown by ifconfig. "ifup lo" brings it right up and then all is well (after stop/start of some servers that weren't happy without lo at boot.) You ever figure this out?

– Craig Constantine
Feb 25 '13 at 16:33














Please check your /etc/hosts. serverfault.com/questions/333269/…

– Tinti
Sep 3 '13 at 12:42





Please check your /etc/hosts. serverfault.com/questions/333269/…

– Tinti
Sep 3 '13 at 12:42













@quangdog I am pretty sure this has been long resolved/forgotten but in a slight chance it has not been: what is the output of ifconfig -a on this machine?

– Greg Dubicki
Mar 1 '15 at 8:33






@quangdog I am pretty sure this has been long resolved/forgotten but in a slight chance it has not been: what is the output of ifconfig -a on this machine?

– Greg Dubicki
Mar 1 '15 at 8:33











2 Answers
2






active

oldest

votes


















2














I have had similar problem.



My lo didn't start automatically at boot (after turning off IPv6 via sysctl and rebooting the server).



My first workaround was to start it manually with ifup --force lo. But after that I had to restart most of my services as they didn't work properly without loopback.



Finally this old forum post helped me to find out the proper and permanent solution:



  1. sudo rm -rf /var/run/network/*

  2. sudo reboot

(Apparently there was some old .lock file there that prevented the loopback to start properly.)






share|improve this answer

























  • Note that ifconfig is deprecated. Use ip addr show instead.

    – the-wabbit
    Mar 1 '15 at 8:58











  • nice find! never would have thought to look in there.

    – killthrush
    Jun 23 '15 at 15:30


















0














If lo can be brought up manually with ifup lo but isn't brought up automatically, you should be able to put the command ifup lo in /etc/rc.local so it will start at each boot. Not an elegant solution but it should be a permanent solution.






share|improve this answer























  • Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

    – Greg Dubicki
    May 1 '15 at 17:36











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f443491%2fno-network-loopback-device-after-security-update-ubuntu-12-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














I have had similar problem.



My lo didn't start automatically at boot (after turning off IPv6 via sysctl and rebooting the server).



My first workaround was to start it manually with ifup --force lo. But after that I had to restart most of my services as they didn't work properly without loopback.



Finally this old forum post helped me to find out the proper and permanent solution:



  1. sudo rm -rf /var/run/network/*

  2. sudo reboot

(Apparently there was some old .lock file there that prevented the loopback to start properly.)






share|improve this answer

























  • Note that ifconfig is deprecated. Use ip addr show instead.

    – the-wabbit
    Mar 1 '15 at 8:58











  • nice find! never would have thought to look in there.

    – killthrush
    Jun 23 '15 at 15:30















2














I have had similar problem.



My lo didn't start automatically at boot (after turning off IPv6 via sysctl and rebooting the server).



My first workaround was to start it manually with ifup --force lo. But after that I had to restart most of my services as they didn't work properly without loopback.



Finally this old forum post helped me to find out the proper and permanent solution:



  1. sudo rm -rf /var/run/network/*

  2. sudo reboot

(Apparently there was some old .lock file there that prevented the loopback to start properly.)






share|improve this answer

























  • Note that ifconfig is deprecated. Use ip addr show instead.

    – the-wabbit
    Mar 1 '15 at 8:58











  • nice find! never would have thought to look in there.

    – killthrush
    Jun 23 '15 at 15:30













2












2








2







I have had similar problem.



My lo didn't start automatically at boot (after turning off IPv6 via sysctl and rebooting the server).



My first workaround was to start it manually with ifup --force lo. But after that I had to restart most of my services as they didn't work properly without loopback.



Finally this old forum post helped me to find out the proper and permanent solution:



  1. sudo rm -rf /var/run/network/*

  2. sudo reboot

(Apparently there was some old .lock file there that prevented the loopback to start properly.)






share|improve this answer















I have had similar problem.



My lo didn't start automatically at boot (after turning off IPv6 via sysctl and rebooting the server).



My first workaround was to start it manually with ifup --force lo. But after that I had to restart most of my services as they didn't work properly without loopback.



Finally this old forum post helped me to find out the proper and permanent solution:



  1. sudo rm -rf /var/run/network/*

  2. sudo reboot

(Apparently there was some old .lock file there that prevented the loopback to start properly.)







share|improve this answer














share|improve this answer



share|improve this answer








edited Jun 3 '17 at 16:36

























answered Mar 1 '15 at 8:32









Greg DubickiGreg Dubicki

5851726




5851726












  • Note that ifconfig is deprecated. Use ip addr show instead.

    – the-wabbit
    Mar 1 '15 at 8:58











  • nice find! never would have thought to look in there.

    – killthrush
    Jun 23 '15 at 15:30

















  • Note that ifconfig is deprecated. Use ip addr show instead.

    – the-wabbit
    Mar 1 '15 at 8:58











  • nice find! never would have thought to look in there.

    – killthrush
    Jun 23 '15 at 15:30
















Note that ifconfig is deprecated. Use ip addr show instead.

– the-wabbit
Mar 1 '15 at 8:58





Note that ifconfig is deprecated. Use ip addr show instead.

– the-wabbit
Mar 1 '15 at 8:58













nice find! never would have thought to look in there.

– killthrush
Jun 23 '15 at 15:30





nice find! never would have thought to look in there.

– killthrush
Jun 23 '15 at 15:30













0














If lo can be brought up manually with ifup lo but isn't brought up automatically, you should be able to put the command ifup lo in /etc/rc.local so it will start at each boot. Not an elegant solution but it should be a permanent solution.






share|improve this answer























  • Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

    – Greg Dubicki
    May 1 '15 at 17:36















0














If lo can be brought up manually with ifup lo but isn't brought up automatically, you should be able to put the command ifup lo in /etc/rc.local so it will start at each boot. Not an elegant solution but it should be a permanent solution.






share|improve this answer























  • Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

    – Greg Dubicki
    May 1 '15 at 17:36













0












0








0







If lo can be brought up manually with ifup lo but isn't brought up automatically, you should be able to put the command ifup lo in /etc/rc.local so it will start at each boot. Not an elegant solution but it should be a permanent solution.






share|improve this answer













If lo can be brought up manually with ifup lo but isn't brought up automatically, you should be able to put the command ifup lo in /etc/rc.local so it will start at each boot. Not an elegant solution but it should be a permanent solution.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 1 '13 at 18:30









bjschaferbjschafer

4817




4817












  • Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

    – Greg Dubicki
    May 1 '15 at 17:36

















  • Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

    – Greg Dubicki
    May 1 '15 at 17:36
















Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

– Greg Dubicki
May 1 '15 at 17:36





Doesn't work for me. Also tried with --force (which works on interactive shell) but to no avail.

– Greg Dubicki
May 1 '15 at 17:36

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f443491%2fno-network-loopback-device-after-security-update-ubuntu-12-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos