Corrigi um problema semelhante editando /etc/hosts
:
127.0.0.1 localhost.localdomain localhost my_hostname
::1 localhost.localdomain localhost my_hostname
Eu queria experimentar o Sage Math
como uma alternativa gratuita a MatLab
. Eu o instalei de AUR
e ele funciona no terminal, mas não consigo acessá-lo pelo navegador. Tentei pesquisar no Google, mas não tive sorte.
~> sage
┌────────────────────────────────────────────────────────────────────┐
│ Sage Version 6.3, Release Date: 2014-08-10 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
sage: notebook()
The notebook files are stored in: sage_notebook.sagenb
┌────────────────────────────────────────────────┐
│ │
│ Open your web browser to http://localhost:8080 │
│ │
└────────────────────────────────────────────────┘
Executing twistd --pidfile="sage_notebook.sagenb/sagenb.pid" -ny "sage_notebook.sagenb/twistedconf.tac"
/opt/sage/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning)
2014-11-02 19:29:59+0100 [-] Log opened.
2014-11-02 19:29:59+0100 [-] twistd 13.2.0 (/opt/sage/local/bin/python 2.7.8) starting up.
2014-11-02 19:29:59+0100 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2014-11-02 19:29:59+0100 [-] QuietSite starting on 8080
2014-11-02 19:29:59+0100 [-] Starting factory <__builtin__.QuietSite instance at 0x7f4b7f7ab830>
Ele abre o Chromium em localhost:8080
, mas me dá um erro Connection Refused
. Eu também tentei isso no Firefox, mas com os mesmos resultados.
Há algum erro estranho, mas não parece que esteja relacionado.
Estou executando o Arch Linux 64 bits atualizado.
Ficarei muito grato por qualquer ideia para que isso funcione.
Corrigi um problema semelhante editando /etc/hosts
:
127.0.0.1 localhost.localdomain localhost my_hostname
::1 localhost.localdomain localhost my_hostname
Talvez isso tenha a ver com algumas das configurações do seu iptables (firewall). Você pode tentar executar o servidor sábio em uma porta diferente:
sage -c "notebook(port='9080')" &
Tente números de porta diferentes e veja em qual está funcionando.
Tags python arch-linux