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.
SamyGO Extensions [v0.03.6]
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: SamyGO Extensions [v0.03.5 Beta]
the problem isalaci 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.
you can try to use mount -o bind on your nfs serverI am using absolute pathnames in symlinks (/mnt/music), not using relative pathnames (../../, etc.)
hth
arris
Re: SamyGO Extensions [v0.03.5 Beta]
mount -o bind also doesn't work. But all other devices (laptop, pc, WDTV live are working with binded directory)you can try to use mount -o bind on your nfs server
hth
arris

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)
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: SamyGO Extensions [v0.03.5 Beta]
sounds logical.alaci wrote:....
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)
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
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: SamyGO Extensions [v0.03.5 Beta]
why?watskebart wrote:I was wondering if it's possible to increase the timeout for the start/stop sequence of the new control panel?
arris
-
- Official SamyGO Developer
- Posts: 1700
- Joined: Fri Oct 02, 2009 8:52 am
- Location: Austria/Vienna (no Kangaroos here)
- Contact:
Re: SamyGO Extensions [v0.03.5 Beta]
i think it's not a timeout problem, but you can change somes stuff in the function exec_cmd and report the resultswatskebart 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.

arris