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
답변2
아마도 이는 일부 iptables(방화벽) 설정과 관련이 있을 수 있습니다. 다른 포트에서 Sage 서버를 실행해 볼 수 있습니다.
sage -c "notebook(port='9080')" &
다른 포트 번호를 시도해보고 어떤 포트에서 작동하는지 확인하세요.