SamyGo Faster Startup its posible ?

Here for general support for B series TVs, request and problem solve area.
Post Reply

c74k
Posts: 105
Joined: Tue May 04, 2010 7:45 pm

SamyGo Faster Startup its posible ?

Post by c74k »

its posible to faster startup ?
becose after run tv i must wait 2 minutes to start all aps
i use only NFS to sharing data to TV


TV -(NFS)-> NAS

whats from /etc/init.d i can turn off ??



# ls *.init
01_01_catch_crap.init 01_05_hiddev.init 02_04_vusb.init 03_01_fuse.init 03_03_nfsmount.init 03_03_sshd.init 90_90_injectso.init

what i can modify with out risk ?
c74k
Posts: 105
Joined: Tue May 04, 2010 7:45 pm

Re: SamyGo Faster Startup its posible ?

Post by c74k »

my Samygo.sh ~ 45 Seconds from tv Start all aps work

#!/bin/sh

# Enable Telnetd
if [ `cat /proc/mounts | grep -c "/dev/pts"` -lt "1" ] ; then
echo "telnetd Enabled"
mount -t devpts devpts /dev/pts
telnetd
else
echo "/dev/pts is mounted"
fi

# Open back-door for fixing boot-loop situations
sleep 20 # Allow USB-stick to settle
USB="/dtv/usb/sda1" # USB mount-point

if [ -f $USB/usb.sh ];then
echo "USB-File detected"
$USB/usb.sh
exit
else
echo "Running Normal SamyGO Startup"
fi


cd /mtd_tlib/GGame/SamyGO/
#sleep 10
./rcSGO
#Your lines here!
busybox mount -rw -o nolock 10.10.10.3:/STVR/ /mtd_wiselink/MOVIE001/ -t nfs
exit
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: SamyGo Faster Startup its posible ?

Post by arris69 »

c74k wrote:its posible to faster startup ?
becose after run tv i must wait 2 minutes to start all aps
i use only NFS to sharing data to TV


TV -(NFS)-> NAS

whats from /etc/init.d i can turn off ??



# ls *.init
01_01_catch_crap.init 01_05_hiddev.init 02_04_vusb.init 03_01_fuse.init 03_03_nfsmount.init 03_03_sshd.init 90_90_injectso.init

what i can modify with out risk ?
turn off the services what you not need -> samba, djmount, apache(http)...

but better don't touch scripts where you not sure for what it exist. you can also set the ip of your nfs server in the nfs script.

Post Reply

Return to “[B] Support”