Page 15 of 34
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Mon Aug 16, 2010 7:27 am
by alaci
The permissions are ok because the symlinks are working on my WDTV Live and my laptop and my PC. (The share is same)
TV handles the standard directories on NFS. Problems only symlinks on NFS.
I am using absolute pathnames in symlinks (/mnt/music), not using relative pathnames (../../, etc.)
All files and directories permissions are 755 in share.
I don't understand what's the problem.
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Mon Aug 16, 2010 9:56 am
by arris69
alaci wrote:The permissions are ok because the symlinks are working on my WDTV Live and my laptop and my PC. (The share is same)
TV handles the standard directories on NFS. Problems only symlinks on NFS.
I am using absolute pathnames in symlinks (/mnt/music), not using relative pathnames (../../, etc.)
All files and directories permissions are 755 in share.
I don't understand what's the problem.
the problem is
I am using absolute pathnames in symlinks (/mnt/music), not using relative pathnames (../../, etc.)
you can try to use mount -o bind on your nfs server
hth
arris
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Mon Aug 16, 2010 6:13 pm
by alaci
you can try to use mount -o bind on your nfs server
hth
arris
mount -o bind also doesn't work. But all other devices (laptop, pc, WDTV live are working with binded directory)
My Music folder is on other partition and other disk.
I try again chmod -R and chown -R commands on share, all permissions ok but do not help.
Does it work for you?
Maybe this is mount command or nfs client problem!
Or this: (the directory on the server is not part of the client's name space.)
http://uw714doc.sco.com/en/SDK_sysprog/ ... h_NFS.html (Look: Symbolic links with NFS: example 2)
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Mon Aug 16, 2010 7:59 pm
by arris69
sounds logical.
mount -o bind works if you export the mount point (it won't work if it is under the exported directory)
other thing is the extensions rewrite / to _ every export is on root of the mount point. so if a symlinks points outside of the exported directory it won't work on the tv.
hth
arris
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Wed Aug 18, 2010 11:13 pm
by arris69
watskebart wrote:I was wondering if it's possible to increase the timeout for the start/stop sequence of the new control panel?
why?
arris
Re: SamyGO Extensions [v0.03.5 Beta]
Posted: Thu Aug 19, 2010 9:33 am
by arris69
watskebart wrote:With my TV it happens several times when the control panel is shutting down and not all the services are detected the TV freeze's.
A reboot with MicomCtrl 143 fixes this off course.
i think it's not a timeout problem, but you can change somes stuff in the function exec_cmd and report the results
arris