William Stein wrote: > sage -t "devel/sage/sage/misc/misc_c.pyx" > ********************************************************************** > File > "/export/home/drkirkby/sage/sage-4.0.rc0/devel/sage/sage/misc/misc_c.pyx", > line 359: > sage: test_bitset('00'*32, '01'*32, 64) > Expected: > a 0000000000000000000000000000000000000000000000000000000000000000
Good. If you want the test re-run, let me know. >> What I noticed though is that after running the tests, my poor machine >> appears to be running two 'maxima' processes using up tons of CPU time. >> Since the tests have completed, I can't understand why they are still >> running. > > If you type > > sage > > to startup sage, do the two maxima processes get killed or not? > Starting sage starts the "sage cleaner", which is supposed to kill > maxima (and other) subprocesses. No. The processes are remaining. I was logged in with the same user account too - I did not start the processes as root, and expect sage to kill them as a normal user. They have now used about 18 hours of CPU time in total, so i think I'll kill them now! >> BTW, I can't get to GUI to work under Solaris >> >> sage: notebook() >> The notebook files are stored in: /export/home/drkirkby/.sage//sage_notebook >> ************************************************** >> * * >> * Open your web browser to http://localhost:8002 * >> * * >> ************************************************** >> >> There is nothing listening on port 8000,8001 or 8002. > > Are you on localhost on a console, or are you trying to connect to a > remote machine that you ssh'd into? Sage does not listen on external > ports (not localhost) by default, since that would be a massive > security hole. > Try doing > > sage: notebook(address="", open_viewer=False) > > to listen on internal *and* external addresses. I was on the local host - sitting at the chair in front of my workstation. No ssh/telnet or similar. I quit sage, removed the directory .sage, then started again, using notebook(address="", open_viewer=False) just for a test. Again, there is nothing I can see listening on port 8000. Firefox can't find anything, nor can telnet. drkir...@kestrel:[~] $ telnet localhost 8000 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused Trying ::1... telnet: Unable to connect to remote host: Network is unreachable I noticed previously if I tried logging in from a Windows machine using putty, then starting sage, I get an additional warning, something like "Can't set locale" but I can't recall the exact message. But the notebook issue occurs on the console. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---