Results 1 to 7 of 7

Thread: GreekStreamTV can not install dependencies,any solutions?

  1. #1

    GreekStreamTV can not install dependencies,any solutions?

    I installed GreekStreamTV in azbox running E2. But can not install dependencies, says download error. Any solutions?Thanks.

  2. #2

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,755
    Rep Power
    5927762

    Απ: GreekStreamTV can not install dependencies,any solutions?

    Quote Originally Posted by lhuhb View Post
    I installed GreekStreamTV in azbox running E2. But can not install dependencies, says download error. Any solutions?Thanks.
    Dear lhuhb,

    The above messages are download errors, the download sources seems not to be correct.

    When you are trying to open GreekStreamTV is says Please download depedencies? If yes what is the full message?

    Also what version of GreekStreamTV are you trying to install? (latest is 2.4)

  3. #3

    Re: Απ: GreekStreamTV can not install dependencies,any solutions?

    Quote Originally Posted by athoik View Post
    Dear lhuhb,

    The above messages are download errors, the download sources seems not to be correct.

    When you are trying to open GreekStreamTV is says Please download depedencies? If yes what is the full message?

    Also what version of GreekStreamTV are you trying to install? (latest is 2.4)
    Many thanks to athoik.
    I have installed GreekStreamTV version 2.4 and 1.9. And version 1.9 contains more packages files than 2.4,but still need some packages.
    The message shown when I open GreekStreamTV is:

    I have also tried to modify opkg configuration files (/etc/opkg/*.conf) to the live dm800se source urls and then run "Install dependencies".The GreekStreamTV can run but my azbox freezes show "=s" when reboot. I have to flash azbox.

    The opkg configuration files:
    1.all-feed.conf
    src/gz official-all http://sources.dreamboxupdate.com/op...perimental/all
    2.arch.conf
    arch all 1
    arch any 6
    arch noarch 11
    arch mipsel 16
    arch azboxhd 21
    3.azboxhd-feed.conf
    src/gz official-azboxhd http://www.azbox-enigma.eu/RTi_Update
    4.mipsel-feed.conf
    src/gz official-mipsel http://sources.dreamboxupdate.com/op...imental/mipsel
    5.opkg.conf
    # Must have one or more source entries of the form:
    #
    # src <src-name> <source-url>
    #
    # and one or more destination entries of the form:
    #
    # dest <dest-name> <target-path>
    #
    # where <src-name> and <dest-names> are identifiers that
    # should match [a-zA-Z0-9._-]+, <source-url> should be a
    # URL that points to a directory containing a Familiar
    # Packages file, and <target-path> should be a directory
    # that exists on the target system.

    # Proxy Support
    #option http_proxy http://proxy.tld:3128
    #option ftp_proxy http://proxy.tld:3128
    #option proxy_username <username>
    #option proxy_password <password>

    # Enable GPGME signature
    # option check_signature 1

    # Offline mode (for use in constructing flash images offline)
    #option offline_root target

    dest root /
    dest ram /media/ram/
    dest hdd /media/hdd/
    dest usb /media/usb/
    lists_dir ext /var/lib/opkg

  4. #4

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,755
    Rep Power
    5927762

    Απ: GreekStreamTV can not install dependencies,any solutions?

    Dear lhuhb,

    Make a clean install of your image (RTi).

    Then try the following from the telnet (each line contains one command):

    Code:
    opkg update
    opkg install python-distutils
    opkg install python-compression
    opkg install python-ctypes
    opkg install python-zlib
    opkg install python-subprocess
    opkg install python-pkgutil
    opkg install python-json
    opkg install python-textutils
    opkg install python-shell
    opkg install python-io
    opkg install gst-plugins-good-flv
    Then give us the output of the above commands.

  5. #5

    Re: Απ: GreekStreamTV can not install dependencies,any solutions?

    Quote Originally Posted by athoik View Post
    Dear lhuhb,

    Make a clean install of your image (RTi).

    Then try the following from the telnet (each line contains one command):

    Code:
    opkg update
    opkg install python-distutils
    opkg install python-compression
    opkg install python-ctypes
    opkg install python-zlib
    opkg install python-subprocess
    opkg install python-pkgutil
    opkg install python-json
    opkg install python-textutils
    opkg install python-shell
    opkg install python-io
    opkg install gst-plugins-good-flv
    Then give us the output of the above commands.
    I installed image RTi1.3. The command output is below:
    Code:
    root@azboxhd:~# opkg update
    Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/experimental/all/
    Packages.gz
    Downloading http://www.azbox-enigma.eu/RTi_Update/Packages.gz
    Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/experimental/mips
    el/Packages.gz
    Collected errors:
     * Failed to download http://sources.dreamboxupdate.com/opendreambox/1.6/experim
    ental/all/Packages.gz.
    error detail: HTTP response code said error
     * Failed to download http://www.azbox-enigma.eu/RTi_Update/Packages.gz.
    error detail: HTTP response code said error
     * Failed to download http://sources.dreamboxupdate.com/opendreambox/1.6/experim
    ental/mipsel/Packages.gz.
    error detail: HTTP response code said error
    root@azboxhd:~# opkg install python-distutils
    Collected errors:
     * Cannot find package python-distutils.
    root@azboxhd:~# opkg install python-compression
    Collected errors:
     * Cannot find package python-compression.
    root@azboxhd:~# opkg install python-ctypes
    Package python-ctypes (2.6.4-ml8.2) installed in root is up to date.
    root@azboxhd:~# opkg install python-zlib
    Collected errors:
     * Cannot find package python-zlib.
    root@azboxhd:~# opkg install python-subprocess
    Collected errors:
     * Cannot find package python-subprocess.
    root@azboxhd:~# opkg install python-pkgutil
    Collected errors:
     * Cannot find package python-pkgutil.
    root@azboxhd:~# opkg install python-json
    Collected errors:
     * Cannot find package python-json.
    root@azboxhd:~# opkg install python-textutils
    Collected errors:
     * Cannot find package python-textutils.
    root@azboxhd:~# opkg install python-shell
    Package python-shell (2.6.4-ml8.2) installed in root is up to date.
    root@azboxhd:~# opkg install python-io
    Package python-io (2.6.4-ml8.2) installed in root is up to date.
    root@azboxhd:~# opkg install gst-plugins-good-flv
    Collected errors:
     * Cannot find package gst-plugins-good-flv.
    root@azboxhd:~#

  6. #6

    athoik's Avatar
    Join Date
    Sep 2012
    Location
    Earth
    Posts
    10,755
    Rep Power
    5927762

    Απ: GreekStreamTV can not install dependencies,any solutions?

    The following sources do not exist any more.

    Code:
    http://sources.dreamboxupdate.com/opendreambox/1.6/experimental/all/Packages.gz
    http://sources.dreamboxupdate.com/opendreambox/1.6/experimental/mipsel/Packages.gz
    http://www.azbox-enigma.eu/RTi_Update/Packages.gz
    Why dont you try a newer firmware? RTi1.3 is an old firmware.

    Downloads - AZBox-Enigma.eu forum
    OpenRSi » Downloads

  7. #7

    Re: Απ: GreekStreamTV can not install dependencies,any solutions?

    Quote Originally Posted by athoik View Post
    The following sources do not exist any more.

    Code:
    http://sources.dreamboxupdate.com/opendreambox/1.6/experimental/all/Packages.gz
    http://sources.dreamboxupdate.com/opendreambox/1.6/experimental/mipsel/Packages.gz
    http://www.azbox-enigma.eu/RTi_Update/Packages.gz
    Why dont you try a newer firmware? RTi1.3 is an old firmware.

    Downloads - AZBox-Enigma.eu forum
    OpenRSi » Downloads
    Many thanks,ahoik.I know what the matter is and I will try other sources.Or I will try to unpack newer image to find the new sources.
    I used a modified RTi1.3 version with Chinese support. The newer version does not support Chinese.So I have to use current image for a time.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Error Installing Dependencies in GreekStreamTV
    By bumperbee in forum SatDreamGr Images Chat
    Replies: 2
    Last Post: 14-12-16, 07:19
  2. Νέα έκδοση του GreekStreamTV
    By athoik in forum GreekStreamTV
    Replies: 2
    Last Post: 03-12-13, 17:16
  3. Άρθρο : GreekStreamTV 3.2
    By athoik in forum Άρθρα Κεντρικής Σελίδας
    Replies: 0
    Last Post: 05-09-13, 15:02
  4. TS dreambox player 7.0-The simplest streaming solutions ever
    By sat gr in forum Εγχειρίδια Dream E2
    Replies: 1
    Last Post: 15-08-11, 13:19

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •