Thanks Thanks:  0
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 10 von 18
  1. #1
    Anfänger
    Registriert seit
    16.06.2019
    Beiträge
    9
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke

    Post Chmod +x no such file exist

    hi guys,

    i am new here and i hope you could help me

    i am trying to run a bin file on my octagon sf 8008 UHD my image is 6.4 so i moved the file using DCC to user/bin and then went to telnet to try to execute it but i have error that chmod :cannot access 'x' no such file or directory.

    can anyone please tell me what i am doing wrong and what is the correct way to execute a chmod command ,

    thank you

    cheers

    •   Alt Advertising

       

  2. #2
    Avatar von betacentauri
    Registriert seit
    15.06.2013
    Beiträge
    2.359
    Thanks (gegeben)
    287
    Thanks (bekommen)
    1399
    Total Downloaded
    1,32 MB
    Total Downloaded
    1,32 MB
    ReceiverDanke
    Box 1:
    hd51
     
     
    Box 2:
    vuduo4kse
     
     
    Box 3:
    und noch 20-30 andere
     
     
    chmod +x <binary>
    And then start it.
    hd51, vuduo4se,....

  3. #3
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    Execution attributes to all groups:
    Code:
    chmod a+x /usr/bin/executable-file-name
    To check if it works (to execute):
    Code:
    /usr/bin/executable-file-name

  4. #4
    Anfänger
    Registriert seit
    16.06.2019
    Beiträge
    9
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Zitat Zitat von s3n0 Beitrag anzeigen
    Execution attributes to all groups:
    Code:
    chmod a+x /usr/bin/executable-file-name
    To check if it works (to execute):
    Code:
    /usr/bin/executable-file-name


    thank you, i dont know what i am doing wrong, but it is still not working ,

    i am not sure if i can upload a screenshot and show you

  5. #5
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    If you use a PuTTY application to connect via the Telnet / SSH protocol, simply mark the text (select it using the computer mouse) in the PuTTY window (I mean the output error / the error what you see) and then go to the discussion forum and insert the text via the keyboard shortcut CTRL+V. Then select inserted text between code TAGs: [CODE ] blah blah blah [/CODE ].

    Are you using a 100% correct binary file ? Many of the binaries can also depend on some system libraries or directly on the Linux kernel. First of all, check if the chipset / CPU architecture of your binary fits. For example, to find out the architecture of a machine: uname -m

  6. #6
    Anfänger
    Registriert seit
    16.06.2019
    Beiträge
    9
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    Hi, please see below

    root@sf8008:~# uname -m
    armv7l
    root@sf8008:~# /usr/bin/dremma_arm_1.0.0
    starting stub ...
    Password:

    here it is asking me for a password, i wasn't given any password when i bought the service , so i click enter then i have the following

    Integrity error. Good password ?
    root@sf8008:~#

  7. #7
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    As the first, you should connect to set-top box via PUTTY application with Telnet protocol. Then set a password (if you haven't set it yet) in the Shell with the command: passwd. Then reconnect via the better SSH protocol and everything should work.

  8. #8
    Anfänger
    Registriert seit
    16.06.2019
    Beiträge
    9
    Thanks (gegeben)
    0
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    0
    Total Downloaded
    0
    ReceiverDanke
    yea i did that, and still not working , i still have Integrity error. Good password ? showing up

  9. #9
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    If the op. system is OK, then this password was probably asked by binary file just started. I can't help you with this anymore. The creator of the binary file must help you.

  10. #10
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     
    I also remembered that you could try to test your binary file in the system, just in case. OpenATV image has this tool built in, so why not try it ?
    Code:
    file /usr/bin/file-name
    Well, I think the password was asked by the executed binary file itself and not by the operating system (Linux).


Seite 1 von 2 12 LetzteLetzte

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:36 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,88%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com