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

Podman run fails with Error: statfs /genie-server: no such file or directory #357

Open
Tzunamie245 opened this issue Sep 27, 2022 · 2 comments

Comments

@Tzunamie245
Copy link

I have tried to manual install genie server with podman, but the run cmd allways fails with:
:~$ podman run --name genie -p 3000:3000
-v /dev/shm:/dev/shm
-v $XDG_RUNTIME_DIR/pulse:/run/pulse
-e PULSE_SERVER=unix:/run/pulse/native
-v $XDG_CONFIG_HOME/genie-server:/var/lib/genie-server
--security-opt label=disable
docker.io/stanfordoval/almond-server
Error: statfs /genie-server: no such file or directory

Internet says, that volume over remote are not supportet with podman. But that doesnt make sense to me here.
I really cant figure out whats the problem, any suggestions why this is failing?

@kondor6c
Copy link

kondor6c commented Nov 8, 2022

It seems that you don't have XDG_CONFIG_HOME set correctly, ensure that XDG_CONFIG_HOME is set by running export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-"$HOME/.config"}

@alve89
Copy link

alve89 commented Nov 22, 2022

I have the same problem. I followed @kondor6c's advice, after retrying to launch this container I get the following error message: Error: statfs /home/pi/.config/genie-server: no such file or directory

So how can this container be launched properly?

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

No branches or pull requests

3 participants