I'm currently running 2 separate CentOS boxes, each with netjukebox and mpd (ONLY mpd playback is allowed). Each system feeds a different set of speakers on different floors of a fraternity.
If possible I'd like to try and combine these together, but to do that I have to be able to assign a player ...
Search found 5 matches
- Thu Aug 20, 2015 6:22 am
- Forum: Linux related
- Topic: Per user player profile ?
- Replies: 1
- Views: 81706
- Thu Aug 22, 2013 7:51 pm
- Forum: Linux related
- Topic: Can't access music located on mounted windows share
- Replies: 6
- Views: 40393
Re: Can't access music located on mounted windows share
Sure.
uid = mpd user
gid = apache user
Code: Select all
//windowsbox/musicshare /var/music cifs uid=498,gid=48,file_mode=0644,dir_mode=0775,rw,noserverino,username=winuser,password=winpass 0 0
gid = apache user
- Tue Aug 20, 2013 1:54 am
- Forum: Linux related
- Topic: Can't access music located on mounted windows share
- Replies: 6
- Views: 40393
Re: Can't access music located on mounted windows share
I think I finally figured it out. I had to add "noserverino" to the mount command.


- Tue Aug 20, 2013 1:45 am
- Forum: Linux related
- Topic: Can't access music located on mounted windows share
- Replies: 6
- Views: 40393
Re: Can't access music located on mounted windows share
Selinux is already completely disabled.
It works just fine when the music is stored on the local filesystem (even when it's outside of the apache doc root). So I know it has something to do with the mounted shared drive.
It works just fine when the music is stored on the local filesystem (even when it's outside of the apache doc root). So I know it has something to do with the mounted shared drive.
- Mon Aug 19, 2013 8:45 pm
- Forum: Linux related
- Topic: Can't access music located on mounted windows share
- Replies: 6
- Views: 40393
Can't access music located on mounted windows share
First off, I'd like to say thanks for a great product. It's exactly what I've been looking for... with one exception ;)
I have a LAMP box (Centos 6.4) running netjukebox v5.38.5.
My music is located on a Windows box (Server 2008).
I've mounted the windows share to the directory "/var/music" by ...
I have a LAMP box (Centos 6.4) running netjukebox v5.38.5.
My music is located on a Windows box (Server 2008).
I've mounted the windows share to the directory "/var/music" by ...