merv07 wrote:hi arris,
arris69 wrote:
you are sure you not started djmount in debug mode? in this case it stays in foreground and can maybe block other scripts? (never tested under normal conditions, debug stuff is in script from early stage of devel).
debug mode was disabled and I think it still might block or interrupt scripts, but now not 100% sure which script is problem one because
04_04_samba.init script not working properly at its original position.
I will test more and post results.
While trying different scripts and combination's I noticed that upnp still worked without starting
03_03_djmount.init script, but only after
03_01_fuse.init was started (found only in source list as dlna device, not in
"SamyGO Virt. USB" in
"upnp" folder).
Could upnp/dlna be already built in to kernel?
Another difference built in upnp will find all upnp servers except 1 beta upnp iptv server i'm testing, but djmount init script did find beta server.
Also I noticed that
04_04_samba.init wouldn't find all shared devices unless
04_04_fusesmb.init script was run first. see example below:
before 04_04_fusesmb.init started
Code: Select all
#
# cat /proc/net/arp | grep -v "IP address" | sed 's/^\(\w*.\w*.\w*.\w*\) *.*/\1/'
192.168.1.5
192.168.1.6
#
after 04_04_fusesmb.init started
Code: Select all
#
# cat /proc/net/arp | grep -v "IP address" | sed 's/^\(\w*.\w*.\w*.\w*\) *.*/\1/'
192.168.1.5
192.168.1.6
192.168.1.1
192.168.1.9
#
I have no problems when starting both scripts and
90_99_samba.init script run last with sleep delay of 30 seconds to wait for all other scripts to complete. that is including
90_90_injectso.init starting 1 app "ChannelInfo"
any idea why samba script doesn't find all network devices on its own?
Thanks
regards,
merv07