On 9/17/2011 10:35 AM, Richard Wheelock wrote: > Hello all, > > I'm fairly sure this is a permissions issue, but as far as how to resolve > it, I'm stumped. Tried doing a "sudo chmod a+r /media/Share/Music", but > again no change. Any ideas? I've attached my current gnump3d.conf, though I > think I've changed everything back to default. > > Thank you, > > Richard
Richard, First off, what version are you running? I'm running v2.9final This sounds more like a server name / hostname mis configuration in your .conf file. Double check that you are not setting binding_host=127.0.0.1 This will not work. Also, make sure, if you have it set, that hostname points to something that will resolve to something other then 127.0.0.1. I have pasted my conf setup below. port = 80 binding_host = <public_ip_address> hostname = <valid_hostname> root = /storage/music logfile = /var/log/gnump3d/access.log errorlog = /var/log/gnump3d/error.log user = nobody allowed_clients = <allowed_network> always_stream = 1 advanced_playlists = 1 theme = Tabular theme_directory = /usr/share/gnump3d/ new_days = 7 sort_order = $TRACK plugin_directory = /usr/libdata/perl5/gnump3d/plugins mime_file = /etc/gnump3d/mime.types file_types = /etc/gnump3d/file.types now_playing_path = /var/cache/gnump3d/serving tag_cache = /var/cache/gnump3d/song.tags shoutcast_streaming = 1 use_client_host = 1 Jim Lucas _______________________________________________ Gnump3d-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnump3d-users
