Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 3 123 LastLast
Results 1 to 15 of 31

Thread: Xtrend box stuck on boot up

  1. #1

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post

    Xtrend box stuck on boot up

    Any idea what is wrong my box is stuck on the VIX logo its an xtrend 8500
    Attached Files Attached Files

  2. #2

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    I can connect with Putty and have tried a few of the init commands, shutdown , reboot but still stops on vix logo

  3. #3
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,775
    Thanks
    236
    Thanked 1,656 Times in 1,305 Posts
    The first problem is this:
    < 403.010> File "/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimer.py", line 42, in <module>
    < 403.011> ImportError: No module named Toolkit.SimpleThread
    and that's a real problem as it should be there, so if it isn't you have a fundamental problem.
    Look in /usr/lib/enigma2/python/Plugins/SystemPlugins/, it should contain (amongst other things) SimpleThread.pyo.

    Then it appears that something is trying to execute the log output itself, hence all of the later sh error reports.

    Not sure how you generated the log, but it has DOS line ending, and all of the long-ish lines contain an extra 97 spaces in the middle of the line.

    PS: in case anyone wonders, this is ViX 5.1.002.
    Last edited by birdman; 10-02-18 at 21:32.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  4. #4

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    Filezilla will not connect I get the message below

    Connection attempt failed with "ECONNREFUSED - Connection refused by server".

  5. #5
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,775
    Thanks
    236
    Thanked 1,656 Times in 1,305 Posts
    Quote Originally Posted by ddonlon View Post
    Filezilla will not connect I get the message below

    Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Connect with putty then:
    Code:
    cd /usr/lib/enigma2/python/Plugins/SystemPlugins/
    ls
    to see what is there.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  6. #6

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by birdman View Post
    Connect with putty then:
    Code:
    cd /usr/lib/enigma2/python/Plugins/SystemPlugins/
    ls
    to see what is there.
    Thanks Birdman, I got this from your command,

    login as: root
    root@et8500:~# login as: root
    root@et8500:~# cd /usr/lib/enigma2/python/Plugins/SystemPlugins/
    root@et8500:/usr/lib/enigma2/python/Plugins/SystemPlugins# ls
    AutoBouquetsMaker FanControl Satfinder __init__.pyo
    CrossEPG PositionerSetup ViX
    root@et8500:/usr/lib/enigma2/python/Plugins/SystemPlugins#
    root@et8500:/usr/lib/enigma2/python/Plugins/SystemPlugins#
    root@et8500:/usr/lib/enigma2/python/Plugins/SystemPlugins#
    Password:

  7. #7
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,775
    Thanks
    236
    Thanked 1,656 Times in 1,305 Posts
    Quote Originally Posted by ddonlon View Post
    Code:
    root@et8500:~# cd /usr/lib/enigma2/python/Plugins/SystemPlugins/
    root@et8500:/usr/lib/enigma2/python/Plugins/SystemPlugins# ls
    AutoBouquetsMaker  FanControl       Satfinder     __init__.pyo
    CrossEPG           PositionerSetup  ViX
    Well, you seem to have various things missing from there.

    This is what my et8000 has:
    Code:
    root@et8000:/usr/lib/enigma2/python/Plugins/SystemPlugins# ls
    AutoBouquetsMaker          Hotplug                    Satfinder
    CommonInterfaceAssignment  MPHelp                     Toolkit
    CrossEPG                   NetworkBrowser             ViX
    FanControl                 NetworkWizard              WirelessLan
    HdmiCEC                    PositionerSetup            __init__.pyo
    all of which are (I believe) standard.

    All I can suggest is downloading an image and doing a fresh USB flash (with a restore of a backup - assuming you take them).

    Also, your putty sessions are a little odd. It's almost as if you are echoing back what you receive, based on your original posting, and that fact that you have a phantom "login as: root" line, followed by a "Password:" prompt here.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  8. #8

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by birdman View Post
    Well, you seem to have various things missing from there.

    This is what my et8000 has:
    Code:
    root@et8000:/usr/lib/enigma2/python/Plugins/SystemPlugins# ls
    AutoBouquetsMaker          Hotplug                    Satfinder
    CommonInterfaceAssignment  MPHelp                     Toolkit
    CrossEPG                   NetworkBrowser             ViX
    FanControl                 NetworkWizard              WirelessLan
    HdmiCEC                    PositionerSetup            __init__.pyo
    all of which are (I believe) standard.

    All I can suggest is downloading an image and doing a fresh USB flash (with a restore of a backup - assuming you take them).

    Also, your putty sessions are a little odd. It's almost as if you are echoing back what you receive, based on your original posting, and that fact that you have a phantom "login as: root" line, followed by a "Password:" prompt here.

    I tried to reflash but nothing happens , If I cannot do something trough putty then I am a bit stuck ,I have plenty of backups but not getting past the logo screen I cannot get to them
    Could I take out the harddrive and do anything with that,

  9. #9
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,392
    Thanks
    989
    Thanked 2,892 Times in 2,245 Posts
    Quote Originally Posted by ddonlon View Post
    I tried to reflash but nothing happens , If I cannot do something trough putty then I am a bit stuck ,I have plenty of backups but not getting past the logo screen I cannot get to them
    Could I take out the harddrive and do anything with that,
    Try a few other usb sticks - preferably, old and small memory size - format FAT32 ... try removing everything bar the usb in the rear usb port and flash again.
    see this tutorial for the ET8000:
    http://www.openvix.co.uk/openvix-bui...20by%20USB.pdf
    Well, you could take out the harddrive and stick it in another receiver - but not helpful in solving current issue
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
    ------------------> Spaun SUS 5581/33 NFA Multiswitch to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using Legacy ports on multiswitches
    Zgemma H9 C/S into Giga4K

  10. #10

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by twol View Post
    Try a few other usb sticks - preferably, old and small memory size - format FAT32 ... try removing everything bar the usb in the rear usb port and flash again.
    see this tutorial for the ET8000:
    http://www.openvix.co.uk/openvix-bui...20by%20USB.pdf
    Well, you could take out the harddrive and stick it in another receiver - but not helpful in solving current issue
    Got I got the box to flash ,I was being a bit of a thicko ,I didn't spot the light flashing twice to flash when I pressed it when it was it started to flash and I used a backup, Thanks for all the help from everyone.

  11. #11
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,775
    Thanks
    236
    Thanked 1,656 Times in 1,305 Posts
    Quote Originally Posted by ddonlon View Post
    Thanks for all the help from everyone.
    Well, there is the issue of what made the files disappear in the first place.·.. Not sure we'll ever track that down, but remember what happened here if you have a similar issue in the future.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  12. #12

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    There is something that I cannot find out why or what is happening, my box is uploading a huge amount of data , I can see its up but what its doing not too sure where to or why.
    I looked at Setup/Network/Utilities and there is a list of stuff that I dont know what they do but I was able to stop and disable autorun on them

  13. #13
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,392
    Thanks
    989
    Thanked 2,892 Times in 2,245 Posts
    Sounds like you have a port open on your router thats allowing people/systems to access your environment.
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> DUR-Line DCR 5-1-8-L4 Multiswitch to 1.5M dish(28.2E)
    ------------------> Spaun SUS 5581/33 NFA Multiswitch to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using Legacy ports on multiswitches
    Zgemma H9 C/S into Giga4K

  14. #14

    Title
    Member
    Join Date
    Apr 2014
    Posts
    35
    Thanks
    3
    Thanked 1 Time in 1 Post
    Can i check and How do I stop it

  15. #15
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    You need to login to your router and check the port forwarding settings.

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.