how to get curlftp server working on c series?

Support for C series TVs that all user could ask. Please do not ask a questions at other forums.

tempinbox
Posts: 317
Joined: Wed May 11, 2011 7:00 pm

how to get curlftp server working on c series?

Post by tempinbox »

how to get curlftp server working on c series?
I'm trying to get this for c series:
i copy manually the script file 04_04_curlftp.init 8download form webif dir on sf) in the directory etc init.d of samygoextension
then i try to start it and i get

Code: Select all

/dtv/usb/sda/SamyGO/etc/init.d # ./04_04_curlftp.init
Usage: ./04_04_curlftp.init {start|stop}
/dtv/usb/sda/SamyGO/etc/init.d # ./04_04_curlftp.init start
insmod: can't open '/dtv/usb/sda/SamyGO/lib/modules/fuse.ko': No such file or directory
curlftpfs: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
/dtv
/dtv/usb/sda/SamyGO/etc/init.d # ./04_04_curlftp.init start
insmod: can't open '/dtv/usb/sda/SamyGO/lib/modules/fuse.ko': No such file or directory
curlftpfs: /dtv/usb/sda/SamyGO/opt/privateer/lib/libc.so.6: version `GLIBC_2.7' not found (required by curlftpfs)
/dtv
I found libidn.so.11 on the gas6deuc version of samygoextension and i try to use this file because is compiled for arm arch and my tv has arm arch but then i get the "curlftpfs: /dtv/usb/sda/SamyGO/opt/privateer/lib/libc.so.6: version `GLIBC_2.7' not found (required by curlftpfs)" does this mean that i have to compile curlftp?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: how to get curlftp server working on c series?

Post by juusso »

I think you forgot something before to start curlftp.init. Make sure your fuse script is enabled, because it is required by curlftp.
Try:

Code: Select all

source /dtv/SGO.env
/dtv/usb/sda/SamyGO/etc/init.d/04_04_curlftp.init start
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
address
Posts: 39
Joined: Thu Mar 24, 2011 11:01 am

Re: how to get curlftp server working on c series?

Post by address »

Hello, unfortunately I have the same problem:

My
/dtv/usb/sda1/SamyGO/etc/init.d/03_01_fuse.init
is enabled and
/dtv/usb/sda1/SamyGO/etc/init.d/04_04_curlftp.init
too.

Still can't get any curlftpfs content.

Code: Select all

/dtv/usb/sda1/SamyGO/etc/init.d # ./04_04_curlftp.init start
insmod: can't open '/dtv/usb/sda1/SamyGO/lib/modules/fuse.ko': No such file or directory
curlftpfs: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
/mtd_wiselink/curlftp

Code: Select all

/dtv/usb/sda1/SamyGO/etc/init.d # find / -name fuse.ko
/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/fuse/fuse.ko

Code: Select all

/dtv/usb/sda1/SamyGO/etc/init.d # ./03_01_fuse.init start
insmod: cannot insert '/dtv/usb/sda1/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/fs/fuse/fuse.ko': File exists (-1): File exists
It seems that the path in fuse.init

Code: Select all

$MOD_DIR/kernel/fs/fuse/fuse.ko
is different from the path in curlftp.init

Code: Select all

$SYSROOT/lib/modules/fuse.ko
LE40C630K1PXTZ +PVR over nfs +Encryption Disabled +GEMSTAR GUIDE+ +internet@tv

6eff854bb45fa109df480c5e219c7f95
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: how to get curlftp server working on c series?

Post by juusso »

Have you Extensions up to date?
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
address
Posts: 39
Joined: Thu Mar 24, 2011 11:01 am

Re: how to get curlftp server working on c series?

Post by address »

I downloaded SamyGO-All-Extensions-v0.03.6-r12-for-T-VALDEUC-20110103184650
then updated with SamyGO-All-Extensions-Bugfix-v0.03.6-r15-for-valencia-20111001120232
and copied SamyGO-libs-T-VALDEUC-20110123101934 on it.
Then I downloaded curlftpfs.tar.gz


The 04_04_curlftp.init is
# Version: SamyGO svn $Id: 04_04_curlftp.init.dis 523 2010-05-04 18:27:56Z arris $
and 03_01_fuse.init is
# Version: SamyGO svn $Id: 03_01_fuse.init 1036 2010-11-05 18:47:15Z arris69 $



thankyou
LE40C630K1PXTZ +PVR over nfs +Encryption Disabled +GEMSTAR GUIDE+ +internet@tv

6eff854bb45fa109df480c5e219c7f95
address
Posts: 39
Joined: Thu Mar 24, 2011 11:01 am

Re: how to get curlftp server working on c series?

Post by address »

it seems to me there are not newest versions around for C series..
LE40C630K1PXTZ +PVR over nfs +Encryption Disabled +GEMSTAR GUIDE+ +internet@tv

6eff854bb45fa109df480c5e219c7f95
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: how to get curlftp server working on c series?

Post by juusso »

Not best approach and duno if this will work, but... as you miss some shared libraries, try to add them to SamyGO/opt/privateer (copy archive and extract within privateer dir.

Code: Select all

. /dtv/SGO.env
cd /dtv/usb/sda1/SamyGO/opt/privateer
tar -xzf ./libidn11.tar.gz
You do not have the required permissions to view the files attached to this post.
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
address
Posts: 39
Joined: Thu Mar 24, 2011 11:01 am

Re: how to get curlftp server working on c series?

Post by address »

Some problems:

1 - when I

Code: Select all

tar -xzf ./libidn11.tar.gz
I get the error

Code: Select all

tar: can't create symlink from lib/libidn.so.11 to libidn.so.11.5.37: Operation not permitted
because my SamyGO pendrive is fat32, so I simply

Code: Select all

/dtv/usb/sda1/SamyGO/opt/privateer/lib # cp libidn.so.11.5.37 libidn.so.11
OK

2 - when I

Code: Select all

/dtv/usb/sda1/SamyGO/opt/privateer/lib # /dtv/usb/sda1/SamyGO/etc/init.d/04_04_curlftp.init start
insmod: cannot insert '/dtv/usb/sda1/SamyGO/lib/modules/fuse.ko': File exists (-1): File exists
curlftpfs: /dtv/usb/sda1/SamyGO/opt/privateer/lib/libc.so.6: version `GLIBC_2.7' not found (required by curlftpfs)
I think you're right, I miss some shared libraries.
What can be the best approach?
Can someone update the SamyGO-All-Extensions to let C series TV use curlftpfs?

..or I need to find GLIBC_2.7..?

thankyou
LE40C630K1PXTZ +PVR over nfs +Encryption Disabled +GEMSTAR GUIDE+ +internet@tv

6eff854bb45fa109df480c5e219c7f95
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: how to get curlftp server working on c series?

Post by juusso »

no, libc.so.6 is missing, so, needed to compile glibc-2.7 for sources. I doubt if this way is proper to reach curlftpfs working on c series, but will try...
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
address
Posts: 39
Joined: Thu Mar 24, 2011 11:01 am

Re: how to get curlftp server working on c series?

Post by address »

no news? someone?
LE40C630K1PXTZ +PVR over nfs +Encryption Disabled +GEMSTAR GUIDE+ +internet@tv

6eff854bb45fa109df480c5e219c7f95

Post Reply

Return to “[C] Support”