[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Murray Eisenberg
Giving SageMath-9.0 full disk access works for me, too.

It seems like a rather blunt solution for getting around Catalina's 
increased security!

Is it full disk access that's really required? Or just the ability to 
launch a terminal process?

On Monday, January 6, 2020 at 5:04:35 AM UTC-5, Eric Martin wrote:
>
> After installing sage-9.0-OSX_10.15.2-x86_64.app.dmg, doubling clicking 
> the Sage icon immediately results in a window popping up with the message: 
> "Jupiter Server fails to start. For some reason the Jupiter server ailed to 
> start. Please check the log for clues, and have that information handy when 
> asking for help." The log shows:
>
> Rewriting paths for your new installation directory
> ===
>
> This might take a few minutes but only has to be done once.
>
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/build/make/Makefile-auto
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/config.status
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/2to3-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ESingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/NRswitchg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/QuadraticSieve
> patching /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/R
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Rscript
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Singular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/TSingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/addedgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/amtog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/annotate
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/biplabg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cas_help
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/catg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/complg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/converseg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/copyg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/countg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cu2
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubex
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubhamg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/curve_keygen
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cygdb
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cysignals-CSI
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cython
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cythonize
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/deledgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/delptg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/directg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dreadnaut
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretodot
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl-config
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecm
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/f2py
> patching 
> 

[sage-support] Re: Jupiter Server fails to start on macOS Catalina

2020-01-06 Thread Murray Eisenberg
I separately reported the same behavior -- the Jupyter server not starting 
with SageMath-9.0 -- and so tried the suggestion of 

APP=/Applications/SageMath-9.0.app 

xattr -dr com.apple.quarantine $APP


reportedthe latter both as shown and with "sudo". 


This does *not* fix the problem!

On Monday, January 6, 2020 at 5:04:35 AM UTC-5, Eric Martin wrote:
>
> After installing sage-9.0-OSX_10.15.2-x86_64.app.dmg, doubling clicking 
> the Sage icon immediately results in a window popping up with the message: 
> "Jupiter Server fails to start. For some reason the Jupiter server ailed to 
> start. Please check the log for clues, and have that information handy when 
> asking for help." The log shows:
>
> Rewriting paths for your new installation directory
> ===
>
> This might take a few minutes but only has to be done once.
>
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/build/make/Makefile-auto
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/config.status
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/2to3-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ESingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/NRswitchg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/QuadraticSieve
> patching /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/R
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Rscript
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/Singular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/TSingular
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/addedgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/adjacency_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/allfaces_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/amtog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/annotate
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/biplabg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cas_help
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/catg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cddexec_gmp
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/complg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/converseg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/copyg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/countg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cu2
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubex
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cubhamg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/curve_keygen
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cygdb
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cysignals-CSI
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cython
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/cythonize
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/deledgeg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/delptg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/directg
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dreadnaut
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretodot
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/dretog
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/easy_install-3.7
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecl-config
> patching 
> /Applications/SageMath-9.0.app/Contents/Resources/sage/local/bin/ecm
> patching 
> 

[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-01-05 Thread Murray Eisenberg
Note that I *can* first start sage in Terminal (by executing there 
/Applications/SageMath-9.0-app/sage) Terminal, then from the sage command 
line execute: !sage -n jupyter

On Sunday, January 5, 2020 at 2:39:50 PM UTC-5, Murray Eisenberg wrote:
>
> When I open SageMath-9.0.app under macOS Catallina (10.15.2), I get an 
> immediate pop-up error window saying, "Jupyter Server failed to start". 
>
> The log shows:
>
> ┌┐
> │ SageMath version 9.0, Release Date: 2020-01-01 │
> │ Using Python 3.7.3. Type "help()" for help.│
> └┘
> Please wait while the Sage Jupyter Notebook server starts...
>
> However, I can get the Jupyter server to start with an indirect method 
> that was never required in earlier versions of SageMath-x.x.app, namely:
>
>1. In Finder, Show package contents for SageMath-9.0.app.
>2. Navigate in Finder to Contents/MacOS.
>3. Double-click Sage.
>
> That both starts the server and opens the expected client window in 
> Safari, from which I can open and evaluate cells in an existing notebook or 
> create a new SageMath 9.0 notebook.
>
> So something that used to be "hooked up" between the SageMath-x.x.app and 
> the command to start the jupyter server has been broken with 9.0.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/202f0f7d-662d-4b79-a895-edbbfdbddac7%40googlegroups.com.


[sage-support] Sage 9.0 macOS Jupyter Server failed to start

2020-01-05 Thread Murray Eisenberg
When I open SageMath-9.0.app under macOS Catallina (10.15.2), I get an 
immediate pop-up error window saying, "Jupyter Server failed to start". 

The log shows:

┌┐
│ SageMath version 9.0, Release Date: 2020-01-01 │
│ Using Python 3.7.3. Type "help()" for help.│
└┘
Please wait while the Sage Jupyter Notebook server starts...

However, I can get the Jupyter server to start with an indirect method that 
was never required in earlier versions of SageMath-x.x.app, namely:

   1. In Finder, Show package contents for SageMath-9.0.app.
   2. Navigate in Finder to Contents/MacOS.
   3. Double-click Sage.

That both starts the server and opens the expected client window in Safari, 
from which I can open and evaluate cells in an existing notebook or create 
a new SageMath 9.0 notebook.

So something that used to be "hooked up" between the SageMath-x.x.app and 
the command to start the jupyter server has been broken with 9.0.


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/467310b7-04a8-4093-ba72-bbac70ee2ff1%40googlegroups.com.


[sage-support] Re: SageMath 8.5 Crash Report

2019-01-01 Thread Murray Eisenberg
Are any of you reporting this crash when opening the 8.5 .dmg also, like 
me, using Intego's VirusBarrier? 

On Saturday, December 29, 2018 at 2:04:39 PM UTC-5, ahaus...@umassd.edu 
wrote:
>
> Hi,
>
>
> I have attempted to install SageMath 8.5 on a 15" 3.1 GHz Intel Core i7 
> 16GB 2017 MacBook Pro running Mac OS 10.14.2
>
>
>
>1. First the App version via DMG. This caused my MacBook Pro 
>to restart while attempting to open the .DMG
>2. Second via the Terminal version via .tar.bz2. This generated 
>the arched crash log when attempting to launch via the Terminal
>
>
>
> Regards,
>
>
> Adam Hausknecht
>
>
> Prof. Adam O. Hausknecht
>
> Department of Mathematics
>
> UMass Dartmouth
>
> 285 Old Westport Road, North Dartmouth 02747
>
> ahaus...@umassd.edu 
>
> 508-999-8322
>
> LARTS 394B
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: SageMath 8.5 Crash Report

2018-12-31 Thread Murray Eisenberg
I "solved" this issue finally by disabling my Intego VirusScan and then 
opened the .dmg.app again. The verification process proceeded without 
incident. Scanned the resulting .app with ClamXAV: seems OK. Was able then 
to open the app and use it.

But _something_ is odd about the .dmg's for this new version of Sage. The 
interference with VirusScan (if that's actually what caused the problem) 
has never occurred with earlier versions of Sage or with a host of other 
downloaded .dmg's, including very large ones (e.g., Mathematica).

On Saturday, December 29, 2018 at 2:04:39 PM UTC-5, ahaus...@umassd.edu 
wrote:
>
> Hi,
>
>
> I have attempted to install SageMath 8.5 on a 15" 3.1 GHz Intel Core i7 
> 16GB 2017 MacBook Pro running Mac OS 10.14.2
>
>
>
>1. First the App version via DMG. This caused my MacBook Pro 
>to restart while attempting to open the .DMG
>2. Second via the Terminal version via .tar.bz2. This generated 
>the arched crash log when attempting to launch via the Terminal
>
>
>
> Regards,
>
>
> Adam Hausknecht
>
>
> Prof. Adam O. Hausknecht
>
> Department of Mathematics
>
> UMass Dartmouth
>
> 285 Old Westport Road, North Dartmouth 02747
>
> ahaus...@umassd.edu 
>
> 508-999-8322
>
> LARTS 394B
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: SageMath 8.5 Crash Report

2018-12-31 Thread Murray Eisenberg
Re my previous message that I had the same crash (in fact, causing a kernel 
panic) at tend of .dmg's verification by macOS 10.14.2: I _did_ check the 
md5 checksum, and it was OK.

On Saturday, December 29, 2018 at 2:04:39 PM UTC-5, ahaus...@umassd.edu 
wrote:
>
> Hi,
>
>
> I have attempted to install SageMath 8.5 on a 15" 3.1 GHz Intel Core i7 
> 16GB 2017 MacBook Pro running Mac OS 10.14.2
>
>
>
>1. First the App version via DMG. This caused my MacBook Pro 
>to restart while attempting to open the .DMG
>2. Second via the Terminal version via .tar.bz2. This generated 
>the arched crash log when attempting to launch via the Terminal
>
>
>
> Regards,
>
>
> Adam Hausknecht
>
>
> Prof. Adam O. Hausknecht
>
> Department of Mathematics
>
> UMass Dartmouth
>
> 285 Old Westport Road, North Dartmouth 02747
>
> ahaus...@umassd.edu 
>
> 508-999-8322
>
> LARTS 394B
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: SageMath 8.5 Crash Report

2018-12-30 Thread Murray Eisenberg
Same crash - with kernel panic reported - at end of process of process of 
verifying when opening sage-8.5-OSX_10.14.2-x86_64.app under macOS 10.14.2. 
Tried downloads from both UW and MIT, with same result.

I've never seen this happen before, even when opening/verifying MUCH larger 
dmg's (e.g., for Mathematica).

On Saturday, December 29, 2018 at 2:04:39 PM UTC-5, ahaus...@umassd.edu 
wrote:
>
> Hi,
>
>
> I have attempted to install SageMath 8.5 on a 15" 3.1 GHz Intel Core i7 
> 16GB 2017 MacBook Pro running Mac OS 10.14.2
>
>
>
>1. First the App version via DMG. This caused my MacBook Pro 
>to restart while attempting to open the .DMG
>2. Second via the Terminal version via .tar.bz2. This generated 
>the arched crash log when attempting to launch via the Terminal
>
>
>
> Regards,
>
>
> Adam Hausknecht
>
>
> Prof. Adam O. Hausknecht
>
> Department of Mathematics
>
> UMass Dartmouth
>
> 285 Old Westport Road, North Dartmouth 02747
>
> ahaus...@umassd.edu 
>
> 508-999-8322
>
> LARTS 394B
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage-6.5-x86_64_Darwin-OSX_10.7_x86_64-app does not seem to run

2015-02-27 Thread Murray Eisenberg
I downloaded, verified MD5 checksum for, and 
opened sage-6.5-x86_64-Darwin-OSX_10.7_x86_64-app.dmg on my iMac running OS 
X 10.10.2, then moved the app into my Applications folder. After the usual 
nod to Apple's security about the app, I opened it. 

While Activity Monitor shows it's running, there's no icon in the Dock (not 
even one wiggling up and down), no expected message about opening a browser 
window at such-and-such a URL -- nothing happening!

What could be wrong, and how fix it?

Not that Sage 6.4.1 was working just fine.

-- 
You received this message because you are subscribed to the Google Groups 
sage-support group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: Sage-6.5-x86_64_Darwin-OSX_10.7_x86_64-app does not seem to run

2015-02-27 Thread Murray Eisenberg
D'oh, never mind, sorry! I missed the separate 10.10 .dmg near the bottom 
of the download page.

On Friday, February 27, 2015 at 9:17:22 PM UTC-5, Murray Eisenberg wrote:

 I downloaded, verified MD5 checksum for, and 
 opened sage-6.5-x86_64-Darwin-OSX_10.7_x86_64-app.dmg on my iMac running OS 
 X 10.10.2, then moved the app into my Applications folder. After the usual 
 nod to Apple's security about the app, I opened it. 

 While Activity Monitor shows it's running, there's no icon in the Dock 
 (not even one wiggling up and down), no expected message about opening a 
 browser window at such-and-such a URL -- nothing happening!

 What could be wrong, and how fix it?

 Not that Sage 6.4.1 was working just fine.


-- 
You received this message because you are subscribed to the Google Groups 
sage-support group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.