Results 1 to 15 of 1392

Thread: Entware - новый репозиторий для роутеров Asus (MIPS)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2011
    Location
    Нижний Новгород
    Posts
    543
    Quote Originally Posted by ryzhov_al View Post
    Для использования репозитория Entware необходимо:

    1. Смонтировать директорию /opt на какой-либо (пустой!) носитель/папку и выполнить:
    Code:
    $ cd /opt
    $ wget http://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    $ sh ./entware_install.sh
    Code:
    [admin@(none) /opt]$ wget http://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    wget: bad address 'wl500g-repo.googlecode.com'
    [admin@(none) /opt]$ wget https://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    wget: not an http or ftp url: https://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    гугл подложил печальку (( - переехал на https...
    а штатный wget не умеет
    как дальше жить?
    DIR-320 & RTN-r3297 from USB>r3478>r3539>r3722>r3815>r3877>r4051>r4990>r5163

  2. #2
    Join Date
    Oct 2009
    Posts
    529
    Blog Entries
    1
    Quote Originally Posted by ConstAntz View Post
    гугл подложил печальку (( - переехал на https...
    а штатный wget не умеет
    1) у меня доступна http ссылка:
    Code:
    $ which wget
    /usr/bin/wget
    $ wget http://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    Connecting to wl500g-repo.googlecode.com (173.194.71.82:80)
    entware_install.sh   100% |***********************************************************************|  1101   0:00:00 ETA
    Проверил загрузку по http с гуглокода из пяти разных сетей в четырех странах - полет нормальный.

    2) если вдруг действительно без https никак (что вряд ли), то могу предложить трюк с использованием статически собранного полноценного wget
    Code:
    $ wget 'http://lancethepants.com/files/Binaries/wget%20(static)/wget'
    Connecting to lancethepants.com (69.89.31.149:80)
    wget                 100% |***********************************************************************|   764k  0:00:00 ETA
    $ chmod +x wget
    $ ./wget --no-check-certificate https://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    --2013-06-17 02:47:31--  https://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    Resolving wl500g-repo.googlecode.com... 173.194.71.82, 2a00:1450:4010:c03::52
    Connecting to wl500g-repo.googlecode.com|173.194.71.82|:443... connected.
    WARNING: cannot verify wl500g-repo.googlecode.com's certificate, issued by '/C=US/O=Google Inc/CN=Google Internet Authority':
      Unable to locally verify the issuer's authority.
    HTTP request sent, awaiting response... 200 OK
    Length: 1101 (1.1K) [text/plain]
    Saving to: 'entware_install.sh'
    
    100%[==============================================================================>] 1,101       --.-K/s   in 0.001s  
    
    2013-06-17 02:47:33 (901 KB/s) - 'entware_install.sh' saved [1101/1101]
    Правда сам скрипт entware_install.sh будет еще тянуть два файла с гуглокода. Но тут уже справитесь, полагаю.
    Last edited by MercuryV; 17-06-2013 at 00:07.

  3. #3
    Join Date
    Jan 2011
    Location
    Нижний Новгород
    Posts
    543
    Quote Originally Posted by MercuryV View Post
    2) если вдруг действительно без https никак (что вряд ли), то могу предложить трюк с использованием статически собранного полноценного wget
    Code:
    $ wget 'http://lancethepants.com/files/Binaries/wget%20(static)/wget'
    Connecting to lancethepants.com (69.89.31.149:80)
    wget                 100% |***********************************************************************|   764k  0:00:00 ETA
    $ chmod +x wget
    $ ./wget --no-check-certificate https://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    --2013-06-17 02:47:31--  https://wl500g-repo.googlecode.com/svn/ipkg/entware_install.sh
    Resolving wl500g-repo.googlecode.com... 173.194.71.82, 2a00:1450:4010:c03::52
    Connecting to wl500g-repo.googlecode.com|173.194.71.82|:443... connected.
    WARNING: cannot verify wl500g-repo.googlecode.com's certificate, issued by '/C=US/O=Google Inc/CN=Google Internet Authority':
      Unable to locally verify the issuer's authority.
    HTTP request sent, awaiting response... 200 OK
    Length: 1101 (1.1K) [text/plain]
    Saving to: 'entware_install.sh'
    
    100%[==============================================================================>] 1,101       --.-K/s   in 0.001s  
    
    2013-06-17 02:47:33 (901 KB/s) - 'entware_install.sh' saved [1101/1101]
    Спасибо за помощь и подсказки.
    Причина оказалась немного банальной: не умею настраивать маршрутизатор в режиме "роутер"/свич.

    Code:
    [admin@(none) /opt]$ wget 'http://173.194.71.82/svn/ipkg/entware_install.sh'
    Connecting to 173.194.71.82 (173.194.71.82:80)
    wget: can't connect to remote host (173.194.71.82): No route to host
    [admin@(none) /opt]$ wget 'http://lancethepants.com/files/Binaries/wget%20(static)/wget'
    wget: bad address 'lancethepants.com'
    [admin@(none) /opt]$ wget 'http://69.89.31.149/files/Binaries/wget%20(static)/wget'
    Connecting to 69.89.31.149 (69.89.31.149:80)
    wget: can't connect to remote host (69.89.31.149): No route to host
    DIR-320 & RTN-r3297 from USB>r3478>r3539>r3722>r3815>r3877>r4051>r4990>r5163

Similar Threads

  1. Replies: 85
    Last Post: 29-01-2019, 08:11
  2. Новый роутер Asus RT-N12 B1/C1/D1/HP/VP
    By Omega in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 148
    Last Post: 03-05-2015, 15:29
  3. Entware MIPS/ARM
    By Omega in forum German Discussion - Deutsch (DE)
    Replies: 3
    Last Post: 31-03-2015, 19:28
  4. Entware MIPS/ARM
    By Omega in forum English Discussion
    Replies: 0
    Last Post: 06-03-2015, 00:42
  5. Есть ли место в репозитории EntWare категории Games ?
    By MercuryV in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 53
    Last Post: 24-11-2014, 01:23

Tags for this Thread

Posting Permissions

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