Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch failing on MacOS -- insecure directories #1256

Closed
cimar opened this issue Nov 10, 2023 · 3 comments
Closed

Launch failing on MacOS -- insecure directories #1256

cimar opened this issue Nov 10, 2023 · 3 comments
Labels

Comments

@cimar
Copy link

cimar commented Nov 10, 2023

Trying to run a new, completed install of DataShare on macOS Monterrey 12.5.1.

When I click the icon in "Applications", Terminal launches, but looks like it's stalling out (log below). Datashare does not open a browser window. I tried accessing localhost:8080 from multiple browsers (Brave, Chrome, Safari) but the connection is refused.

zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]? /Applications/Datashare.app/Contents/MacOS/Datashare.command ; exit;
compinit: initialization aborted
zsh compinit: insecure directories, run compaudit for list.
Ignore insecure directories and continue [y] or abort compinit [n]? Applications/Datashare.app/Contents/MacOS/Datashare.command ; exit;
compinit: initialization aborted
complete:13: command not found: compdef
172086@EWS2101441 ~ % pplications/Datashare.app/Contents/MacOS/Datashare.command ; exit;
zsh: no such file or directory: pplications/Datashare.app/Contents/MacOS/Datashare.command

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]
@pirhoo
Copy link
Member

pirhoo commented Nov 16, 2023

Hi @cimar, looks like you have a permission problems caused by zsh. I don't think that's a problem with Datashare itself.

Some users reported being able to fix it with this command:

compaudit | xargs chmod g-w

More here:

zsh-users/zsh-completions#680

Copy link

This issue is stale because it has been open for 40 days with no activity.

@github-actions github-actions bot added the stale label Dec 27, 2023
Copy link

This issue was closed because it has been inactive for 20 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants