OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

installation script issue #55

Closed ghost closed 3 years ago

ghost commented 3 years ago

I am not able to install on raspberri pi 4 getting connection timed out issue

wget https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install --2021-04-22 19:34:30-- https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install Resolving github.com (github.com)... 13.234.176.102 Connecting to github.com (github.com)|13.234.176.102|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install [following] --2021-04-22 19:34:30-- https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... failed: Connection timed out. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... failed: Connection timed out. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... failed: Connection timed out. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443...

ryecoaaron commented 3 years ago

Something on your network is blocking github. That will be a major issue since the omv-extras repo is on github.

Wolfgang-Raspi commented 3 years ago

Hi! I am trying to install OMV on my raspi 4, but unfortunately the both following addresses will not work: wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash and: wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash and: sudo curl -sSL https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash

Everytime I receive the message: unable to resolve host address "github.com" OR could not resolve host: guthub.com

Any help how I get OMV installed on my raspi 4? An other command line? I am bloody new with operating Linux. Raspi is working and update and upgrade worked well. So I think a mistake with the order command happened...? Thanks a lot! regards Wolfgang

ryecoaaron commented 3 years ago

Your system isn't resolving DNS. The script can't fix that. Did you follow the guide exactly? https://forum.openmediavault.org/index.php?thread/28789-installing-omv5-on-raspberry-pi-s-armbian-sbc-s-i386-32-bit-platforms/

Wolfgang-Raspi commented 3 years ago

Hi! Thanks for YouTube quick reaction. As so offen: Problem is sitting in front of the screen! I have an new router and Raspi was hast never been connected with IT! Via LAN it works now! Thanks a lot!!! Regards Wolfgang

Aaron Murray @.***> schrieb am Fr., 14. Mai 2021, 12:39:

Closed #55 https://github.com/OpenMediaVault-Plugin-Developers/installScript/issues/55 .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OpenMediaVault-Plugin-Developers/installScript/issues/55#event-4746382741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUCH6QSGOKIC4E7AWX7BVCTTNT4X3ANCNFSM43NCQ77Q .

ryecoaaron commented 3 years ago

That will do it. Glad you figured it out.