[SOLVED] FTP and Files Overwrite
Re: [Testing] Update2: E series widget -autostart w/o USB
maybe you're using wrong editor and your scripts become damaged. that's why it may fail.
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: [Testing] Update2: E series widget -autostart w/o USB
I had the same thought but I'm using Notepad++ that seems a good one.
Do you suggest to use a different one ?
miazza
Do you suggest to use a different one ?
miazza
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
Re: [Testing] Update2: E series widget -autostart w/o USB
Notepad++ is right choice, then here should be another reason. Runing script from console really can help us to find what`s wrong. But for some unknown for me reasons you`re ignoring this my request to help you. If you`ve got webshell working, then this task is simple to do. Isn`t?
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: [Testing] Update2: E series widget -autostart w/o USB
juuso, I'm reading and try to follow your instructions but I am blocked to the fact that also with webshell working, I do not get any answer from the shell.juuso wrote:Notepad++ is right choice, then here should be another reason. Runing script from console really can help us to find what`s wrong. But for some unknown for me reasons you`re skipping this my request to help you. If you get webshell working, then this task is simple. Isn`t?
Yes, I connect but when I send
. /dtv/SGO.env
/mnt/etc/init.d/04_04_samba.init start
sh: /mnt/etc/init.d/04_04_samba.init: Permission denied
I do not get any answer, only black screen...
Believe me , I'm following all your kind help

miazza
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
Re: [Testing] Update2: E series widget -autostart w/o USB
then use netcat on port 1023. Look at this video. This helps you to start with netcat:
SpoilerShow
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: [Testing] Update2: E series widget -autostart w/o USB
This is your answer : sh: /mnt/etc/init.d/04_04_samba.init: Permission denied why do you think you fail? And this is why the scripts stops (it won`t start at all) and you get black screen further. Script can`t be executed if it has wrong permissions. Your script has 0644 permissions - you`ve deleted it first and uploaded trough ftp after editing?miazza wrote: sh: /mnt/etc/init.d/04_04_samba.init: Permission denied

Now do this first:
Code: Select all
chmod 755 /mnt/etc/init.d/04_04_samba.init
Code: Select all
/mnt/etc/init.d/04_04_samba.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
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: [Testing] Update2: E series widget -autostart w/o USB
From shell after fresh install of the widget:
Login: user
Password:
Successful login!
root@(none) phpsysinfo $ . /dtv/SGO.env
root@(none) phpsysinfo $ /mnt/etc/init.d/04_04_samba.init start
insmod: can't insert '/mnt/lib/modules/2.6.35.13/kernel/fs/cifs/cifs.ko': invalid module format
Search Shares
on: 192.168.1.9
creating lame upcase table
creating lame lowcase table
on: 192.168.1.2
creating lame upcase table
creating lame lowcase table
on: 192.168.1.1
creating lame upcase table
creating lame lowcase table
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
The SMB folder is now visible but empty.
My SMB NAS is at 192.168.1.5.
Login: user
Password:
Successful login!
root@(none) phpsysinfo $ . /dtv/SGO.env
root@(none) phpsysinfo $ /mnt/etc/init.d/04_04_samba.init start
insmod: can't insert '/mnt/lib/modules/2.6.35.13/kernel/fs/cifs/cifs.ko': invalid module format
Search Shares
on: 192.168.1.9
creating lame upcase table
creating lame lowcase table
on: 192.168.1.2
creating lame upcase table
creating lame lowcase table
on: 192.168.1.1
creating lame upcase table
creating lame lowcase table
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
Domain=[HOME] OS=[Unix] Server=[Samba 3.0.28]
The SMB folder is now visible but empty.
My SMB NAS is at 192.168.1.5.
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
Re: [Testing] Update2: E series widget -autostart w/o USB
Okey, finally some significant step further. Please give me the output of command:miazza wrote: root@(none) phpsysinfo $ /mnt/etc/init.d/04_04_samba.init start
insmod: can't insert '/mnt/lib/modules/2.6.35.13/kernel/fs/cifs/cifs.ko': invalid module format
Code: Select all
cat /.version
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: FTP and Files Overwrite
Thanks again for the assistance.
root@(none) phpsysinfo $ cat /.version
"Echo.P 0091" KERNEL MODULE VERSION : "0081.0701, DTV, Echo.P, debug, DEU_BRANCH"
I reinstalled the widget from develop as new a few hour ago.
In the ZIP I have seen that the last file updated is dated 23rd April so it should be the last version of 128mb.xfs.
miazza
root@(none) phpsysinfo $ cat /.version
"Echo.P 0091" KERNEL MODULE VERSION : "0081.0701, DTV, Echo.P, debug, DEU_BRANCH"
I reinstalled the widget from develop as new a few hour ago.
In the ZIP I have seen that the last file updated is dated 23rd April so it should be the last version of 128mb.xfs.
miazza
AVOID TO PUBLISH AND DISCLOSE SAMYGO PROJECTS ON OTHER FORUM.
Re: FTP and Files Overwrite
Okey, next:
Code: Select all
. /dtv/SGO.env
ls -la $SYSROOT/lib/modules/
ls -la $SYSROOT/lib/modules/64/
ls -la $SYSROOT/lib/modules/81/
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