problem is localhost definition. Fedora 6 install sets /etc/hosts to ::1 localhost.localdomain localhost
where ::1 is ipv6 alias for ?loopback?. ifconfig and friends can cope with this, but the notebook server can't. I changed hosts to the usual 127.0.0.1 localhost.localdomain localhost and notebook works. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
