View Single Post
  #5   (View Single Post)  
Old 29th October 2008
Zmyrgel Zmyrgel is offline
Port Guard
 
Join Date: May 2008
Posts: 30
Default

The first error probably caused by your lack of priviledges to change processes userid as normal user. The root user doesn't find the program to run it.

Try to run the mpd as root user with full path like:
Code:
# /usr/local/sbin/mpd
Reply With Quote