Skip to content

myMPD as user? #1376

Answered by jcorporation
manuvazquez asked this question in Q&A
Nov 21, 2024 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

(mympd)[8742]: mympd.service: Failed at step CHDIR spawning /usr/bin/mympd: No such file or directory

Is there a .config directory in your home directory? If not create it.

ec78c 1 mongoose.c:4824:mg_listen Failed: http://[::]:80, errno 13

You must set the environment for the listening ports, a normal user process can not bind to ports lower than 1024.

Remove eventually created config: rm -rf ~/.config/mympd ~/.cache/mympd

Try again:

export MYMPD_HTTP_PORT=8080
export MYMPD_SSL_PORT=8443
mympd -w ~/.config/mympd -a ~/.cache/mympd

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@manuvazquez
Comment options

Answer selected by manuvazquez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants