Search found 5 matches

by dboone
Thu Aug 20, 2015 6:22 am
Forum: Linux related
Topic: Per user player profile ?
Replies: 1
Views: 25731

Per user player profile ?

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 p...
by dboone
Thu Aug 22, 2013 7:51 pm
Forum: Linux related
Topic: Can't access music located on mounted windows share
Replies: 6
Views: 20853

Re: Can't access music located on mounted windows share

Sure.

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
uid = mpd user
gid = apache user
by dboone
Tue Aug 20, 2013 1:54 am
Forum: Linux related
Topic: Can't access music located on mounted windows share
Replies: 6
Views: 20853

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.

:D
by dboone
Tue Aug 20, 2013 1:45 am
Forum: Linux related
Topic: Can't access music located on mounted windows share
Replies: 6
Views: 20853

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.
by dboone
Mon Aug 19, 2013 8:45 pm
Forum: Linux related
Topic: Can't access music located on mounted windows share
Replies: 6
Views: 20853

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"...