Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
6e893f40
Commit
6e893f40
authored
Oct 06, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.rst: common startup problems
parent
76909055
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
user.rst
doc/user.rst
+21
-0
No files found.
doc/user.rst
View file @
6e893f40
...
...
@@ -770,6 +770,8 @@ The :code:`music_directory` setting tells :program:`MPD` to read files from the
The
database
setting
tells
:
program
:`
MPD
`
to
pass
all
database
queries
on
to
the
:
program
:`
MPD
`
instance
running
on
the
file
server
(
using
the
proxy
plugin
).
..
_realtime
:
Real
-
Time
Scheduling
--------------------
...
...
@@ -1096,6 +1098,25 @@ The :program:`MPD` project runs a `forum <https://forum.musicpd.org/>`_ and an I
Common Problems
^^^^^^^^^^^^^^^
Startup
"""""""
Error
"could not get realtime scheduling"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
See
:
ref
:`
realtime
`.
You
can
safely
ignore
this
,
but
you
won
't
benefit from real-time scheduling. This only makes a difference if
your computer runs programs other than MPD.
Error "bind to '
0.0.0.0
:
6600
' failed (continuing anyway, because binding to '
[::]:
6600
' succeeded)"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This happens on Linux when :file:`/proc/sys/net/ipv6/bindv6only` is
disabled. MPD first binds to IPv6, and this automatically binds to
IPv4 as well; after that, MPD binds to IPv4, but that fails. You can
safely ignore this, because MPD works on both IPv4 and IPv6.
Database
""""""""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment