fusesmb crash after recording by samygo PVR
why ??
samygo 0.03.05 fusesmb crash
Re: samygo 0.03.05 fusesmb crash
Could you explain your situation more widely?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]
DO NOT EVER INSTALL FIRMWARE UPGRADE
Re: samygo 0.03.05 fusesmb crash
OK
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"
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
i run SamyGO PVRrc.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 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"