Skip to content

Commit

Permalink
Add OpenMediaVault info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Apr 12, 2021
1 parent 0671649 commit 962c57c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ This project is hosted at [https://github.com/lloesche/valheim-server-docker](ht
* [Creating container](#creating-container)
* [Updating image](#updating-image)
* [QNAP ZFS issue](#qnap-zfs-issue)
* [OpenMediaVault Help](#openmediavault-help)
* [Permission denied error](#permission-denied-error)
* [License](#license)
* [Legal disclaimer](#legal-disclaimer)
<!-- vim-markdown-toc -->
Expand Down Expand Up @@ -807,6 +809,22 @@ The only workaround they found was to use a non-ZFS volume.
If you have access to a QNAP NAS running ZFS and can reproduce/debug this issue further, please open a new issue with your findings so we can update this section and provide more information here.
# OpenMediaVault Help
## Permission denied error
If you are running this container in Portainer on a OpenMediaVault NAS and getting the following error
```
valheim-server /usr/local/bin/valheim-server: line 110: /opt/valheim/server/valheim_server.x86_64: Permission denied
```
the cause is that the container's filesystem is mounted with the `noexec` flag. Meaning no files are allowed to be executed on that filesystem.
See [this page](https://openmediavault.readthedocs.io/en/5.x/various/fs_env_vars.html) for detailed information on how to disable noexec for newly created and existing filesystems.
For existing filesystems edit `/etc/openmediavault/config.xml` and remove the `noexec` option from the filesystem in question. The file should look something like this
![OMV 1](https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/omv1.png "OMV Step 1")
# License
Copyright 2021 [Lukas Lösche](mailto:[email protected])
Expand Down
Binary file added misc/omv1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 962c57c

Please sign in to comment.