Page 1 of 1

UExxD8090 Samba Autostart doesn't work

Posted: Sun Nov 18, 2012 8:03 pm
by DerNash
Hi all,

I'm new to SamyGo and first would like to thank the developers for this very cool application!

I have an UE46D8090 running firmware 1015 and installed SamyGo successfully. Everything works fine but I have a problem with autostart of the samba client.

I use the WakeOnLan script (02_10_wakelan.init) to wake my NAS. This works fine. Also I modified the samba script (04_04_samba.init) to mount the shares from the NAS on the virtual USB device. The script works when I start it manually per netcat (/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/04_04_samba.init start).
The problem is that it won't work when I start SamyGo widget. The WakeOnLan works perfectly after starting the SamyGo widget but not the samba script. I also tried it with the server already running... won't work either. Any ideas what I do wrong or what I can try that it works?

Thanks for any help.

Re: UExxD8090 Samba Autostart doesn't work

Posted: Sun Nov 18, 2012 8:12 pm
by juusso
have you edited samba script? might be saved wrong encoding?

Re: UExxD8090 Samba Autostart doesn't work

Posted: Sun Nov 18, 2012 8:17 pm
by DerNash
thanks for the fast reply... already checked this, encoding is utf8 and unix format. I read about this encoding problem in another thread.

Edit: Samba works when I start the init script manually per netcat so encoding should be right. Or? I also tried to start the samba script in the sysinit script... this also didn't work. Is it perhaps a timing problem? I think about that the virtual USB is not mounted/installed when the samba script is called?!

Re: UExxD8090 Samba Autostart doesn't work

Posted: Tue Nov 20, 2012 12:37 pm
by DerNash
Hi,

any further ideas to this problem? Do you need more information?

Is it worth to try fusesmb? Or is it not as "good" as the normal samba?

Re: UExxD8090 Samba Autostart doesn't work

Posted: Tue Nov 20, 2012 7:01 pm
by DerNash
Hi all,

problem solved! I disabled (added .dis to filename) the scripts "03_01_fuse.init" and "03_03_nfsmount.init" (they were enabled by default)... Now it works perfectly!