> There is no possible way you can run the sage notebook without
> a loopback device.  You absolutely must configure your linux install
> to have a loopback device.    It'll look something like this:
>
>
> lo        Link encap:Local Loopback
>          inet addr:127.0.0.1  Mask:255.0.0.0
>          inet6 addr: ::1/128 Scope:Host
>          UP LOOPBACK RUNNING  MTU:16436  Metric:1
>          RX packets:14250536 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:14250536 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:0
>          RX bytes:13558436117 (12.6 GiB)  TX bytes:13558436117 (12.6 GiB)
>
>
> Try googline "missing loopback device linux" or something...

If you are running Debian/Ubuntu, you can try to add the lines

# The loopback network interface
auto lo
iface lo inet loopback

to "/etc/network/interfaces".  Then,

 $ sudo ifup lo

I hope this helps.

Luis

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to