Skip to content

Commit

Permalink
added note on permission errors and multipass mount
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti committed Feb 5, 2025
1 parent e311ea3 commit 3f4dec6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,12 @@ If packing failed - perhaps you forgot to make the charm.py executable earlier -

```{important}
If packing fails with a `PermissionError(13, 'Permission denied')`, you may need to `multipass mount -g 1000:1000 -u 1000:1000 -g 0:0 -u 0:0`
```

```{important}
**Did you know?** A `.charm` file is really just a zip file of your charm files and code dependencies that makes it more convenient to share, publish, and retrieve your charm contents.
```
Expand Down

0 comments on commit 3f4dec6

Please sign in to comment.