Hi,

I think the errors below mean you have networking completely
off on your computer, e.g., you don't even have a loopback device
on, so your machine is misconfigured.  Probably other things besides
SAGE won't work.  What do you get when you do

/sbin/ifconfig

/sbin/route

ping localhost

Maybe you need to do something like /etc/init.d/networking start
or something like that, or ?

William

On Thu, 07 Dec 2006 09:17:11 -0800, carlM <[EMAIL PROTECTED]> wrote:

>
> This morning I pulled gcc 4.1.1-44 from fedora development (rawhide)
> and sucessfully compiled the sage 1.4.1.2 tarball. Previous versions of
> gcc did not work because of a template bug.
>
> However, I cannot start the notebook interface.  the sage output is:
>
> Please wait while the SAGE Notebook server starts...
> ...
> Saving notebook to sage_notebook/nb.sobj
> Time: 0.0
> Saving notebook to sage_notebook/nb.sobj
> Time: 0.0
> (-2, 'Name or service not known')
> Trying next port (=8001)
> (-2, 'Name or service not known')
> Trying next port (=8002)
> (-2, 'Name or service not known')
> Trying next port (=8003)
> (-2, 'Name or service not known')
> Trying next port (=8004)
> (-2, 'Name or service not known')
> Trying next port (=8005)
> (-2, 'Name or service not known')
> Trying next port (=8006)
> (-2, 'Name or service not known')
> Trying next port (=8007)
> (-2, 'Name or service not known')
> Trying next port (=8008)
> (-2, 'Name or service not known')
> Trying next port (=8009)
> (-2, 'Name or service not known')
> Trying next port (=8010)
> (-2, 'Name or service not known')
> Not trying any more ports.  Probably your network is down.
> **************************************************
> *                                                *
> * Open your web browser to http://localhost:8011 *
> *                                                *
> **************************************************
> WARNING: The SAGE Notebook works with Opera, Firefox/Mozilla, and
> Safari.
> Traceback (most recent call last):
>   File "/mnt/extra/hcmeyer/sage/sage-1.4.1.2/local/bin/sage-notebook",
> line 16, in <module>
>     notebook(port=8000)
>   File
> "/mnt/extra/hcmeyer/sage/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/server/notebook/notebook.py",
> line 1199, in notebook
>     nb.start(port, address, max_tries, open_viewer, jsmath=jsmath)
>   File
> "/mnt/extra/hcmeyer/sage/sage-1.4.1.2/local/lib/python2.5/site-packages/sage/server/notebook/notebook.py",
> line 694, in start
>     notebook_server.serve()
> UnboundLocalError: local variable 'notebook_server' referenced before
> assignment
>
> what service do I need to start ?
>
>
> >



--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to