i have just flashed the new V 1.5 on a Raspi B+ with hifiberry -
I tried to change NFS advanced settings and ever since the Library/menu doesn’t load anymore - seems stuck forever (connecting animation displayed)
until i reboot the system.
In the past I managed to mount my NAS via fstab - but it seems this also breaks the settings menus in a similar fashion for some reason:
Now I cannot access the Library/Playback/Network and System menus from my browser -
What could be the issue? a php problem?
this is from my php. error log - basically therre a million times - could somebody explain to me what the line:
error=‘mount.nfs: invalid value for ‘nfsvers=’ option’ where id=1 means?
[04-Nov-2014 18:18:16 UTC] >>>>> mount string >>>>> mount -t nfs -o nfsvers=ro,noatime “192.168.0.16:/music” “/mnt/NAS/music”
[04-Nov-2014 18:18:16 UTC]
[04-Nov-2014 18:18:16 UTC] >>>>> cfgdb_update(cfg_source,dbh,Array) >>>>>
UPDATE cfg_source SET name=‘music’, type=‘nfs’, address=‘192.168.0.16’, remotedir=‘music’, username=‘volumio’, password=‘volumio’, charset=‘utf8’, rsize=‘8048’, wsize=‘8096’, options=‘nfsvers=ro,noatime’, error=‘mount.nfs: invalid value for ‘nfsvers=’ option’ where id=1
[04-Nov-2014 18:18:41 UTC] >>>>> mount string >>>>> mount -t nfs -o nfsvers=ro,noatime “192.168.0.16:/music” “/mnt/NAS/music”
it seems that the nfs mount attempts entirely disable or block the php service -
so i need to reboot every time -
the problem is i can’t even change settings in the web ui - even if i attempt to remove the mount
it freezes -
i am not a programmer and could really need some help here -
thanks