Hyperion to PI connected, but Install fails

  • Hi there,
    i am a absolutely german newbie, so please be gentle. :)
    I got a PI3 with Jessie running.
    SSH is enabled, time and date and so on is all ok.
    Hyperion connected to my PI, but if i click on "inst/akt Hyperion" it takes a few seconds and i get an error.


    SSH Traffic:
    ssh connected
    ssh out: cd /tmp && wget -nv -N https://raw.github.com/hyperio…r/bin/install_hyperion.sh && chmod +x install_hyperion.sh && sudo sh ./install_hyperion.sh HyperConInstall ; rm install_hyperion.sh
    ssh out: rm: das Entfernen von ¬ダinstall_hyperion.sh¬タワ ist nicht mᅢᄊglich: Datei oder Verzeichnis nicht gefunden


    i tried to fix and understand it the whole night, but i didn't get it whats wrong.
    i am online with ethernet, not wlan to be sure, the internet is ok...


    Can someone please help me? i am absolutely newbie in this raspberry thing.


    Thanks guys :)

  • I don't speak german so no idea to the error message, too lazy to google translate.... Install it in steps, first make sure you have internet connection, ping google.com
    then split the install command up, i.e cd /tmp wget -nv -N http://url,,,,, make sure the .sh file downloaded, if so chmod it then execute. My guess is no internet

  • Hi...
    ok, thank you...
    But how i told, i am newbie in this. So i understand not at all. There is too much information. How can is plit the command? it's just a click in hyperion to start the install.
    and where can i see if the .sh file is downloaded?
    i translate as good as i can the error message:


    Removing ¬ ダ install_hyperion.sh¬ ワ ワ is not possible: file or directory not found

  • ah right, it's through hypercon you were doing it. Login to the device via ssh. If you're on a windows you can get a client like putty to login. Once connected via ssh you will have a terminal. Google for a video of connecting, its pretty simple. (ssh details are the same ones you used in hypercon ssh tab) first command is change to the tmp folder, so type into the terminal cd /tmp and press enter, that will change directory, we goto the tmp directory as we have permission to read/write that folder. The next command is wget -nv -N https://raw.github.com/hyperio…r/bin/install_hyperion.sh <press enter>, that will download the installation script to the current directory. As you're in a terminal you will get the output of the command, so check for any errors in the download. type ls-a <press enter> this will list the contents of the folder where you can verify the installer script downloaded. if you get that far report back.

  • your output should be similar to this.


    root@hyperion:/tmp#
    root@hyperion:/tmp# wget -nv -N https://raw.github.com/hyperio…r/bin/install_hyperion.sh
    Last-modified header missing -- time-stamps turned off.
    2017-07-15 14:40:44 URL:https://raw.githubusercontent.…r/bin/install_hyperion.sh [14539/14539] -> "install_hyperion.sh" [1]


    ^^ file has been downloaded (14539 of 14539)


    just double check its in the directory



    root@hyperion:/tmp# ls -a
    . .ICE-unix .X11-unix .font-unix
    .. .Test-unix .XIM-unix install_hyperion.sh
    root@hyperion:/tmp#




    as you can see above theres now a file in the tmp dir named install_hyperion.sh

  • eth0 Link encap:Ethernet Hardware Adresse b8:27:eb:4f:8a:49
    inet Adresse:192.168.178.0 Bcast:192.168.178.255 Maske:255.255.255.0
    inet6-Adresse: fe80::aa02:3832:7afb:9e0c/64 Gültigkeitsbereich:Verbindung
    inet6-Adresse: 2a02:8108:11c0:6560:39c0:eb2a:25c9:905d/64 Gültigkeitsbereich:Global
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
    RX packets:79400 errors:0 dropped:1101 overruns:0 frame:0
    TX packets:46870 errors:0 dropped:0 overruns:0 carrier:0
    Kollisionen:0 Sendewarteschlangenlänge:1000
    RX bytes:79809621 (76.1 MiB) TX bytes:6263620 (5.9 MiB)


    lo Link encap:Lokale Schleife
    inet Adresse:127.0.0.1 Maske:255.0.0.0
    inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
    UP LOOPBACK RUNNING MTU:65536 Metrik:1
    RX packets:581 errors:0 dropped:0 overruns:0 frame:0
    TX packets:581 errors:0 dropped:0 overruns:0 carrier:0
    Kollisionen:0 Sendewarteschlangenlänge:1
    RX bytes:55195 (53.9 KiB) TX bytes:55195 (53.9 KiB)

  • no idea dude, do the usual, reboot router etc, check connections, firewall .. to proceed you need to be able to ping an active host, if its a rpi maybe head over to their forums or something. its not a hyperion issue. Good luck.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!