[sage-devel] Re: sage server and test_notebook

2016-08-23 Thread Brian Beavers
refused" messages when trying to connect to the server from other machines (and even by trying to connect by IP address on the server itself, rather than localhost:8000). I had no problem loading my user database, and everything is fine from localhost, but not from outside that. Perhaps we'r

Re: [sage-devel] Sage runs in Window's 10's new Unix subsystem

2016-05-18 Thread Brian Beavers
n_terminal() 68 continue 69 return (fd, '/dev/tty' + x + y) ---> 70 raise os.error, 'out of pty devices' 71 72 def slave_open(tty_name): OSError: out of pty devices Brian Beavers, Ph.D., Associate Professor Department of Mathematics & Statistics Step

Re: [sage-devel] Re: Sage runs in Window's 10's new Unix subsystem

2016-05-18 Thread Brian Beavers
I've discovered why the notebook server (and administrative pages within) loads but notebooks do not load: WSL does not yet suppot pty. When I try to create a worksheet, back in the terminal Sage throws an error that it is out of pty instances. Brian Beavers, Ph.D., Associate Professor