Page 1 of 1

samygo 0.03.05 fusesmb crash

Posted: Tue Mar 22, 2011 12:43 pm
by c74k
fusesmb crash after recording by samygo PVR
why ??

Re: samygo 0.03.05 fusesmb crash

Posted: Tue Mar 22, 2011 3:14 pm
by juusso
Could you explain your situation more widely?

Re: samygo 0.03.05 fusesmb crash

Posted: Sun Mar 27, 2011 4:47 pm
by c74k
OK
mtd_rwarea/samygo.sh wrote: #!/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

#Your lines here!

exit
usb.sh wrote: cd /dtv/usb/sda1/
cd SamyGO
sleep 10
./rcSGO
rc.sysinit wrote:
....
# SYSROOT="/dtv/usb/sda1/SamyGO"
# DISTROOT="/dtv/usb/sda1/SamyGO/opt"
....
pvr.ini wrote:
TARGET=/dtv/usb/fusesmb/DOM/NAS-SERVER/SamsungTVRecords/
i run SamyGO PVR
i start recording to "target directory"
(starting recording)
i press stop -10~15 sec lag
after this operation i pres "rec" again and dont start i check and fusesmb crashed - "coredump"