Help translate code


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help translate code
# 15  
Old 01-26-2011
It works on my TV, it is games and music and swf files.
I can play them after run the SamyGO.sh it is shown on my tv all of them stored on the NAS and they are playing. It is only in the shh, I see the denied permission. And yes it is cifs as I know.

Here it comes:

Code:
# ls -l
lrwxrwxrwx    1 root     0              15 Jun 26  2009 Java -> mtd_cmmlib/Java
drwxr-xr-x    2 root     0             355 Jan  8  2009 bin
drwxr-xr-x   10 root     0            3357 Jan  8  2009 dev
drwxrwxrwt    7 root     0             340 Jan  1 00:21 dtv
drwxr-xr-x    3 root     0             212 Jan  8  2009 etc
drwxr-xr-x    4 root     0             273 Jan  8  2009 lib
drwxr-xr-x    2 root     0               3 Jan  8  2009 mnt
lrwxrwxrwx    1 root     0              10 Jun 26  2009 mtd_acap -> mtd_rwarea
drwxr-xr-x   18 root     0             260 Aug 16  2009 mtd_appdata
drwxr-xr-x    4 1000     100           140 Jun 26  2009 mtd_boot
lrwxrwxrwx    1 root     0              10 Jun 26  2009 mtd_chmap -> mtd_rwarea
lrwxrwxrwx    1 root     0               7 Jun 26  2009 mtd_cmmlib -> mtd_exe
drwxrwxrwx    4 root     0            8192 Jan  1 00:00 mtd_contents
drwxrwxrwx    3 root     0            4096 Jan  1 00:00 mtd_down
lrwxrwxrwx    1 root     0               7 Jun 26  2009 mtd_drv -> mtd_exe
lrwxrwxrwx    1 root     0              10 Jun 26  2009 mtd_epg -> mtd_rwarea
drwxrwxrwx    5 root     0            8192 Jan  1 00:00 mtd_exe
lrwxrwxrwx    1 root     0              10 Jun 26  2009 mtd_factory -> mtd_rwarea
lrwxrwxrwx    1 root     0              10 Jun 26  2009 mtd_pers -> mtd_rwarea
drwxrwxrwt    2 root     0              60 Jan  1 00:00 mtd_ram
drwxrwxrwx    6 root     0            2048 Jan  1 00:00 mtd_rwarea
drwxrwxrwx    0 root     0           16384 Jan  1 00:00 mtd_swu
drwxrwxrwx    7 root     0           32768 Jan  1 00:00 mtd_tlib
drwxrwxrwx    1 root     0           32768 Jan  1 00:00 mtd_wiselink
dr-xr-xr-x   75 root     0               0 Jan  1 00:00 proc
drwxr-xr-x    3 root     0             571 Feb  4  2009 sbin
drwxr-xr-x   11 root     0               0 Jan  1 00:00 sys
drwxr-xr-x    5 root     0              39 Jan  8  2009 usr
#

# 16  
Old 01-26-2011
But they also contain programs, yes? You're trying to replace your whole SYSROOT?
# 17  
Old 01-26-2011
No, it is the
/mtd_tlib/GGame
/mtd_tlib/swf
Those 2 folders contains
/GGame
The folder SamyGO "That is the setup program"
FTP server
Games

/swf
1.swf
2.swf
etc.
files for showing some videos and play music.

My plan was because there are many games and other stuff on the internet to use on my TV. The TV was almost running out of memory therefore I tried to move the contianing folders to my NAS.

The program patch called SamyGO, are some modificated firmware.

Therefore it is only the folder /mtd_tlib with subfolders.
# 18  
Old 01-26-2011
Quote:
Originally Posted by jokerper
Therefore it is only the folder /mtd_tlib with subfolders.
Since that contains rcSGO, the answer you are reaching for is "yes".

You probably can't run shell scripts (or executables in general) over CIFS, executable bits and the like may not be properly exported.

How about binding just the media subfolders, individually -- not the entire SYSROOT?
# 19  
Old 01-26-2011
Yes could you please help me with that.

---------- Post updated at 02:07 AM ---------- Previous update was at 01:58 AM ----------

there are no files there ending with ".sh" in the library.

Is it possible to mount the mtd_tlib without the SamyGO folder and get the into the GGame folder something like this.

NAS
mount --bind /dtv/usb/sd*/smb/192.192.168.0.100/Qbackup/mtd_tlib/GGame "All folders - except the Samygo folder"

To TV

/mtd_tlib/ "without replace the subfolder SamyGO in GGame folder"
# 20  
Old 01-26-2011
Quote:
Originally Posted by jokerper
there are no files there ending with ".sh" in the library.
They don't have to be named that.
Quote:
Is it possible to mount the mtd_tlib without the SamyGO folder
How about you bind the original, non-CIFS SamyGO folder somewhere else. Then, once you've got the CIFS folders where you want them, bind the somewhere-else back back overtop the SamyGO folder. That should give you the CIFS data folders with the original SamyGO folder overtop.

What a tangled web we weave. At least you can fix this mess with a reboot so far. Smilie
# 21  
Old 01-26-2011
As I told you i am a newbee, but i am ready to do what ever you say.

How to start over and where to begin?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Translate grep to awk

sed -n "2,10p" lfile | egrep error | egrep -vc memory sed -n "2,10p" lfile | egrep error | egrep -v memory sed -n "2,10p" lfile | egrep error | egrep -c memory sed -n "2,10p" lfile | egrep error | egrep memory above are four separate commands. i want to combine the grep in each... (7 Replies)
Discussion started by: SkySmart
7 Replies

2. Shell Programming and Scripting

Tr--translate is throwing an error

Dear all, I would like to count the no;of word "INFORMATION" in a file called alt.lst and output to a unix variable INFORMATION.so to do this I wrote the below code INFORMATION=echo 'INFORMATION' | tr -cs 'A-Za-z' '\n' < /app/tisq005/01/home/tisq005b/scripts/alt.lst | grep -c "INFORMATION"... (2 Replies)
Discussion started by: Kiransagar
2 Replies

3. Shell Programming and Scripting

Translate from english to french

Hi, I wrote a script to convert a given word from English to French. But I am not able to figure out what I am missing here. I am not able to get the translated word Below is my script: French=/root/dict/entofr.txt for i in $* do word="echo $word $i" done while: do cat <<... (1 Reply)
Discussion started by: pinky7630
1 Replies

4. Shell Programming and Scripting

translate this string

Hi, I'm using code below to assign title for Putty Window to show user@hostname+curr directory. Trying to read this "write only" language, can anybody help me to go thru this string, too many thing in it I can't expaing Tx T export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}:... (1 Reply)
Discussion started by: trento17
1 Replies

5. Shell Programming and Scripting

translate ksh code to csh code

hi all, Can any 1 help me translate this korn shell code to C shell code : email=$(grep "^$1" $folder/config_2.txt | awk '{print $2'}) In config_2.txt the content is : which mean in korn shell , $1=groupname and $2=email address. Now i need to write in C shell script,when i set the... (2 Replies)
Discussion started by: proghack
2 Replies

6. UNIX for Dummies Questions & Answers

translate timestamp

my file creation timestamp looks like this: Nov 4 15:44:34 EST 2009 i need to translate into 091104 my way is to awk on $1, $2, $5, but i don't know how to tranlate Nov to 11 ---------- Post updated at 03:01 PM ---------- Previous update was at 11:07 AM ---------- i resolved my post... (0 Replies)
Discussion started by: tjmannonline
0 Replies

7. Shell Programming and Scripting

replcement/translate of ' to ''

Hi i have a variable whose value contains '(single quote) i want to replace single quote with two single quotes ex- i want to replace abc's second center with abc''s second center. Plz help me. thanks (2 Replies)
Discussion started by: bmrout007
2 Replies

8. UNIX for Dummies Questions & Answers

translate to normal english

lnode * head = temp; (1 Reply)
Discussion started by: rickym2626
1 Replies

9. Shell Programming and Scripting

translate rc to string

Hi Maybe you can suggest a nicer way to do the following: RET_STR=$(echo ${RET} | sed -e 's/0/Object is not mapped/' \ -e 's/1/Operation Internal Error/' \ -e 's/2/Operation Invalid Arguments/' \ -e 's/3/Object is mapped/' \ -e 's/4/Path not found/') (3 Replies)
Discussion started by: ynir
3 Replies

10. Shell Programming and Scripting

Can someone help translate this snippet?

Hello all - This snippet from a script runs on a Tru64 machine (ksh). if ps -ef | grep thing1 | grep dtsession | grep -v grep then echo "Killing Thing1 desktop session" kill -9 'ps -ef | grep thing1 | grep dtsession | grep -v grep | awk '{FS = " "}{print $2}'' fi I'm... (7 Replies)
Discussion started by: Heron
7 Replies
Login or Register to Ask a Question