Sage Math ブラウザインタフェースが正しく動作しません。

Sage Math ブラウザインタフェースが正しく動作しません。

Sage MathとしてMatLabインストールAURし、端末で動作しますが、ブラウザからアクセスできません。インターネットを検索しようとしましたが、成功しませんでした。

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

Chromiumを開きlocalhost:8080ましたが、Connection Refusedエラーが発生します。私もFirefoxで同じ結果を試しました。

いくつかの奇妙なエラーがありますが、関連性がないようです。

私は最新のArch Linux 64ビットを実行しています。

私はそれが動作するように任意のアイデアに感謝します。

ベストアンサー1

編集して同様の問題を解決しました/etc/hosts

127.0.0.1       localhost.localdomain   localhost   my_hostname
::1             localhost.localdomain   localhost   my_hostname

おすすめ記事