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

Fix folder watching that is access denied #9084

Closed
wants to merge 1 commit into from
Closed

Fix folder watching that is access denied #9084

wants to merge 1 commit into from

Conversation

williamdes
Copy link
Contributor

Thread "<unnamed>" panicked with "called `Result::unwrap()` on an `Err` value: Error { kind: Io(Os { code: 13, kind: PermissionDenied, message: \"Permission denied\" }), paths: [\"/mnt/Dev/@xxxxxxxx/sentry-pg-data\"] }" at crates/fs/src/fs.rs:384:14
   0: Zed::init_panic_hook::{closure#0}

The data is owned by root (because it is from a Docker container)

Release Notes:

  • Fixed folder watching when the folder is not owned by the user (access denied).

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Mar 8, 2024
@williamdes
Copy link
Contributor Author

Not needed anymore since #9040
Thank you @mikayla-maki
Now: [2024-03-09T11:30:44+01:00 ERROR project_core::worktree] error scanning directory "/mnt/Dev/@xxxxxx/sentry-pg-data": Permission denied (os error 13)

@williamdes williamdes closed this Mar 9, 2024
@williamdes williamdes deleted the fix-watch-folder branch March 9, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant