[ASUS] RT-AC56U/Entware-ng2017. 6. 19. 20:40

공식 사이트 : 

참고 사이트 : https://github.com/Entware-ng/Entware-ng/wiki/Using-Transmission


설치진행

chule@RT-AC56U-D028:/# opkg install transmission-web transmission-daemon-openssl

Installing transmission-web (2.92+git-4) to root...

Downloading http://pkg.entware.net/binaries/armv7/transmission-web_2.92+git-4_armv7soft.ipk

Installing transmission-daemon-openssl (2.92+git-4) to root...

Downloading http://pkg.entware.net/binaries/armv7/transmission-daemon-openssl_2.92+git-4_armv7soft.ipk

Installing libcurl (7.54.0-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/libcurl_7.54.0-1_armv7soft.ipk

Installing libevent2 (2.0.22-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/libevent2_2.0.22-1_armv7soft.ipk

Configuring libcurl.

Configuring libevent2.

Configuring transmission-daemon-openssl.

Configuring transmission-web.


chule@RT-AC56U-D028:/# mkdir /opt/Torrent/

chule@RT-AC56U-D028:/# mkdir /opt/Torrent/Watch

chule@RT-AC56U-D028:/# mkdir /opt/Torrent/Incomplete

chule@RT-AC56U-D028:/# mkdir /opt/Torrent/Completed

chule@RT-AC56U-D028:/# /opt/etc/init.d/S88transmission stop

 Checking transmission-daemon...              dead. 

chule@RT-AC56U-D028:/# nano /opt/etc/transmission/settings.json



chule@RT-AC56U-D028:/# /opt/etc/init.d/S88transmission start

 Starting transmission-daemon...              done. 




설치 확인 : http://192.168.1.1:9091


'[ASUS] RT-AC56U > Entware-ng' 카테고리의 다른 글

[RT-AC56U] Tvheadend 설치  (0) 2017.06.17
[RT-AC56U] Nginx 설치  (0) 2017.06.17
[RT-AC56U] Entware-ng 설치  (0) 2017.06.17
Posted by ChulE

공식 사이트 : http://nginx.org/

참고 사이트 : https://www.hqt.ro/nginx-web-server-with-php-support-through-debian/


설치 진행

root@RT-AC56U:/# apt-get install nginx

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following extra packages will be installed:

  fontconfig-config fonts-dejavu-core geoip-database ifupdown iproute2 isc-dhcp-client isc-dhcp-common libalgorithm-c3-perl

  libarchive-extract-perl libatm1 libcgi-fast-perl libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl

  libdata-optlist-perl libdata-section-perl libdns-export100 libexpat1 libfcgi-perl libfontconfig1 libfreetype6 libgd3 libgdbm3

  libgeoip1 libirs-export91 libisc-export95 libisccfg-export90 libjbig0 libjpeg62-turbo liblog-message-perl

  liblog-message-simple-perl libmodule-build-perl libmodule-pluggable-perl libmodule-signature-perl libmro-compat-perl

  libpackage-constants-perl libparams-util-perl libpng12-0 libpod-latex-perl libpod-readme-perl libregexp-common-perl

  libsoftware-license-perl libsub-exporter-perl libsub-install-perl libterm-ui-perl libtext-soundex-perl libtext-template-perl

  libtiff5 libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1 libxtables10 netbase nginx-common

  nginx-full perl perl-modules rename sgml-base ucf xml-core

Suggested packages:

  ppp rdnssd net-tools iproute2-doc resolvconf avahi-autoipd libgd-tools geoip-bin fcgiwrap nginx-doc ssl-cert perl-doc

  libterm-readline-gnu-perl libterm-readline-perl-perl make libb-lint-perl libcpanplus-dist-build-perl libcpanplus-perl

  libfile-checktree-perl libobject-accessor-perl sgml-base-doc debhelper

Recommended packages:

  libarchive-tar-perl

The following NEW packages will be installed:

  fontconfig-config fonts-dejavu-core geoip-database ifupdown iproute2 isc-dhcp-client isc-dhcp-common libalgorithm-c3-perl

  libarchive-extract-perl libatm1 libcgi-fast-perl libcgi-pm-perl libclass-c3-perl libclass-c3-xs-perl libcpan-meta-perl

  libdata-optlist-perl libdata-section-perl libdns-export100 libexpat1 libfcgi-perl libfontconfig1 libfreetype6 libgd3 libgdbm3

  libgeoip1 libirs-export91 libisc-export95 libisccfg-export90 libjbig0 libjpeg62-turbo liblog-message-perl

  liblog-message-simple-perl libmodule-build-perl libmodule-pluggable-perl libmodule-signature-perl libmro-compat-perl

  libpackage-constants-perl libparams-util-perl libpng12-0 libpod-latex-perl libpod-readme-perl libregexp-common-perl

  libsoftware-license-perl libsub-exporter-perl libsub-install-perl libterm-ui-perl libtext-soundex-perl libtext-template-perl

  libtiff5 libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 libxslt1.1 libxtables10 netbase nginx

  nginx-common nginx-full perl perl-modules rename sgml-base ucf xml-core

0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded.

Need to get 15.3 MB of archives.

After this operation, 56.7 MB of additional disk space will be used.

Do you want to continue? [Y/n] y

...

생략...

...

root@RT-AC56U-D028:# cd /etc/nginx/sites-enabled

root@RT-AC56U-D028:/etc/nginx/site-enabled# nano /etc/nginx/site-enabled/default

root@RT-AC56U-D028:/etc/nginx/site-enabledservice nginx restart

root@RT-AC56U-D028:/etc/nginx/site-enabledexit

exit

Done.

chule@RT-AC56U-D028:/# nano /jffs/scripts/firewall-start



chule@RT-AC56U-D028:/# chmod a+rx /jffs/scripts/firewall-start

chule@RT-AC56U-D028:/# sh /jffs/scripts/firewall-start




포트 포워딩 설정




주소창에 http://192.168.1.1:82 입력시 아래와 같이 나오면 정상





'[ASUS] RT-AC56U > Debian Jessie' 카테고리의 다른 글

[RT-AC56U] Transmission 설치  (0) 2017.06.17
[RT-AC56U] Debian Jessie - Arm 설치  (1) 2017.06.17
Posted by ChulE

공식 사이트 : https://transmissionbt.com/

참고 사이트 : https://www.hqt.ro/compile-and-install-latest-transmissionbt-through-debian/



설치 진행

chule@RT-AC56U:/# mkdir /mnt/Sony/Torrent

chule@RT-AC56U:/# mkdir /mnt/Sony/Torrent/Watch

chule@RT-AC56U:/# mkdir /mnt/Sony/Torrent/Incomplete 

chule@RT-AC56U:/# mkdir /mnt/Sony/Torrent/Completed

chule@RT-AC56U:/# debian enter

root@RT-AC56U:/# apt update && apt upgrade

...

생략...

...

root@RT-AC56U:/# apt-get install transmission-daemon
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  init-system-helpers krb5-locales libcurl3-gnutls libevent-2.0-5 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 libldap-2.4-2 libminiupnpc10 libnatpmp1 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1
  minissdpd transmission-cli transmission-common
Suggested packages:
  krb5-doc krb5-user natpmp-utils libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit
  libsasl2-modules-gssapi-heimdal transmission-gtk
The following NEW packages will be installed:
  init-system-helpers krb5-locales libcurl3-gnutls libevent-2.0-5 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
  libkrb5support0 libldap-2.4-2 libminiupnpc10 libnatpmp1 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1
  minissdpd transmission-cli transmission-common transmission-daemon
0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
Need to get 4999 kB of archives.
After this operation, 10.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
...
생략...
...
root@RT-AC56U:/# service transmission-daemon stop
[ ok ] Stopping bittorrent daemon: transmission-daemon.
root@RT-AC56U:/# nano /etc/transmission-daemon/settings.json



root@RT-AC56U:/# service transmission-daemon start




http://192.168.1.1:9091 접속 확인 





'[ASUS] RT-AC56U > Debian Jessie' 카테고리의 다른 글

[RT-AC56U] Nginx 설치  (0) 2017.06.18
[RT-AC56U] Debian Jessie - Arm 설치  (1) 2017.06.17
Posted by ChulE
[ASUS] RT-AC56U/Entware-ng2017. 6. 17. 21:36

설치진행 4.0.9

- 공식 사이트 : https://tvheadend.org/


chule@RT-AC56U:/# cd /opt

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# opkg install tvheadend

Installing tvheadend (4.0.9-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/tvheadend_4.0.9-1_armv7soft.ipk

Installing libopenssl (1.0.2k-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/libopenssl_1.0.2k-1_armv7soft.ipk

Installing zlib (1.2.11-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/zlib_1.2.11-1_armv7soft.ipk

Installing libiconv-full (1.11.1-3) to root...

Downloading http://pkg.entware.net/binaries/armv7/libiconv-full_1.11.1-3_armv7soft.ipk

Configuring libiconv-full.

Configuring zlib.

Configuring libopenssl.

Configuring tvheadend.

chule@RT-AC56U-D028:/tmp/mnt/Sony/entware-ng.arm# nano /opt/etc/init.d/S71tvheadend



chule@RT-AC56U-D028:/tmp/mnt/Sony/entware-ng.arm# /opt/etc/init.d/S71tvheadend start



설치진행 4.2.2

- 필요 파일

chule@RT-AC56U:/# cd /opt

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# wget -O tvheadend_4.2.2-1_armv7soft.ipk http://chule.tistory.com/attachment/cfile29.uf@226CEB3559462CBB31550A.ipk

--2017-06-18 16:39:29--  http://chule.tistory.com/attachment/cfile29.uf@226CEB3559462CBB31550A.ipk

Resolving chule.tistory.com... 175.126.170.110, 175.126.170.70

Connecting to chule.tistory.com|175.126.170.110|:80... connected.

HTTP request sent, awaiting response... 302 Found

Location: https://t1.daumcdn.net/cfile/tistory/226CEB3559462CBB31 [following]

--2017-06-18 16:39:29--  https://t1.daumcdn.net/cfile/tistory/226CEB3559462CBB31

Resolving cfile29.uf.tistory.com... 110.45.243.149

Connecting to cfile29.uf.tistory.com|110.45.243.149|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 6597260 (6.3M) [application/x-gzip]

Saving to: 'tvheadend_4.2.2-1_armv7soft.ipk'


tvheadend_4.2.2-1_armv7soft.ipk   100%[============================================================>]   6.29M  18.8MB/s   in 0.3s   

2017-06-18 16:39:30 (18.8 MB/s) - 'tvheadend_4.2.2-1_armv7soft.ipk' saved [6597260/6597260]

chule@RT-AC56U-D028:/tmp/mnt/Sony/entware-ng.arm# opkg install tvheadend_4.2.2-1_armv7soft.ipk 

Installing tvheadend (4.2.2-1) to root...

Configuring tvheadend.

chule@RT-AC56U-D028:/tmp/mnt/Sony/entware-ng.arm# nano /opt/etc/init.d/S71tvheadend



chule@RT-AC56U-D028:/tmp/mnt/Sony/entware-ng.arm# /opt/etc/init.d/S71tvheadend start

 Starting tvheadend...              done. 



방화벽 등록

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# nano /jffs/scripts/firewall-start



chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# service restart_firewall


Done.



chule@RT-AC1900P:/tmp/mnt/Sony/entware# dd if=/dev/zero of=swap bs=1024 count=524288

524288+0 records in

524288+0 records out

chule@RT-AC1900P:/tmp/mnt/Sony/entware# mkswap swap

Setting up swapspace version 1, size = 536866816 bytes

UUID=7d29fb4c-5ea9-4c6b-a301-fc4dd4e91136

chule@RT-AC1900P:/tmp/mnt/Sony/entware# chmod 0600 swap

chule@RT-AC1900P:/tmp/mnt/Sony/entware# swapon swap

chule@RT-AC1900P:/tmp/mnt/Sony/entware# echo "" >>/jffs/scripts/post-mount

chule@RT-AC1900P:/tmp/mnt/Sony/entware# echo "swapon /opt/swap" >>/jffs/scripts/post-mount




Tvheadend (4.0.9) 채널 등록, 1개씩 등록 해야함...


참고 사이트 : https://nas.moe/archives/858


설정 진행 http://192.168.1.1:9981







Tvheadend (4.2.2) 채널 등록, *.m3u 파일로 한번에 등록


참고 사이트 : http://blog.naver.com/sky100301/220921764967


설정 진행 http://192.168.1.1:9981


Olleh.m3u 파일을 만들고 서버에 업로드 한 후 해당 경로를 입력한다.





'[ASUS] RT-AC56U > Entware-ng' 카테고리의 다른 글

[RT-AC56U] Transmisstion 설치  (0) 2017.06.19
[RT-AC56U] Nginx 설치  (0) 2017.06.17
[RT-AC56U] Entware-ng 설치  (0) 2017.06.17
Posted by ChulE
[ASUS] RT-AC56U/Entware-ng2017. 6. 17. 19:50

공식 사이트 : http://nginx.org/

참고 사이트 : https://www.hqt.ro/nginx-web-server-with-php-support-through-entware/


설치 진행

chule@RT-AC56U-D028:/# opkg install nginx

Installing nginx (1.10.3-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/nginx_1.10.3-1_armv7soft.ipk

Installing libpcre (8.40-2) to root...

Downloading http://pkg.entware.net/binaries/armv7/libpcre_8.40-2_armv7soft.ipk

Installing liblua (5.1.5-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/liblua_5.1.5-1_armv7soft.ipk

Configuring libpcre.

Configuring liblua.

Configuring nginx.

chule@RT-AC56U-D028:/# nano /opt/etc/nginx/nginx.conf



chule@RT-AC56U-D028:/# /opt/etc/init.d/S80nginx start
Nginx started.
chule@RT-AC56U-D028:/# nano /jffs/scripts/firewall-start


chule@RT-AC56U-D028:/# chmod a+rx /jffs/scripts/firewall-start

chule@RT-AC56U-D028:/# sh /jffs/scripts/firewall-start




포트 포워딩 설정




주소창에 http://192.168.1.1:82 입력시 아래와 같이 나오면 정상




'[ASUS] RT-AC56U > Entware-ng' 카테고리의 다른 글

[RT-AC56U] Transmisstion 설치  (0) 2017.06.19
[RT-AC56U] Tvheadend 설치  (0) 2017.06.17
[RT-AC56U] Entware-ng 설치  (0) 2017.06.17
Posted by ChulE

참고 사이트 : https://www.hqt.ro/how-to-install-debian-jessie-arm/


설치 진행

chule@RT-AC56U:/# cd /opt

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# wget -c -O debian_jessie8.6-arm_clean.tgz http://goo.gl/Yp7CwA

--2017-06-17 20:22:41--  http://goo.gl/Yp7CwA

Resolving goo.gl... 2404:6800:4004:81b::200e, 172.217.25.110

Connecting to goo.gl|2404:6800:4004:81b::200e|:80... failed: Network is unreachable.

Connecting to goo.gl|172.217.25.110|:80... connected.

HTTP request sent, awaiting response... 301 Moved Permanently

Location: http://files.hqt.ro/debian/arm/debian_jessie8.6-arm_clean.tgz [following]

--2017-06-17 20:22:41--  http://files.hqt.ro/debian/arm/debian_jessie8.6-arm_clean.tgz

Resolving files.hqt.ro... 2a01:b1c1:2:4000::123:10, 84.39.97.33

Connecting to files.hqt.ro|2a01:b1c1:2:4000::123:10|:80... failed: Network is unreachable.

Connecting to files.hqt.ro|84.39.97.33|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 56471112 (54M) [application/x-gzip]

Saving to: 'debian_jessie8.6-arm_clean.tgz'


debian_jessie8.6-arm_clean.tgz    100%[============================================================>]  53.85M   864KB/s   in 63s    


2017-06-17 20:23:44 (874 KB/s) - 'debian_jessie8.6-arm_clean.tgz' saved [56471112/56471112]


chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# tar -xvzf ./debian_jessie8.6-arm_clean.tgz

...

생략...

...


chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# nano /opt/etc/init.d/S99debian



chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# chmod 755 /opt/etc/init.d/S99debian

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# touch /opt/etc/chroot-services.list

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# ln -s /opt/etc/init.d/S99debian /opt/bin/debian

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# cp /etc/hosts /opt/debian/etc/

chule@RT-AC56U:/tmp/mnt/Sony/entware-ng.arm# debian enter

root@RT-AC56U:/# apt update && apt upgrade -y

...

생략...

...




타임존 설정

root@RT-AC56U:/# dpkg-reconfigure tzdata


Asia 선택


Seoul 선택



Current default time zone: 'Asia/Seoul'

Local time is now:      Sat Jun 17 21:20:01 KST 2017.

Universal Time is now:  Sat Jun 17 12:20:01 UTC 2017.


root@RT-AC56U:/# 



package 설치

root@RT-AC56U:/# apt install wget

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following extra packages will be installed:

  ca-certificates libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libicu52 libidn11 libnettle4 libp11-kit0 libpsl0 libssl1.0.0

  libtasn1-6 openssl

Suggested packages:

  gnutls-bin

The following NEW packages will be installed:

  ca-certificates libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libicu52 libidn11 libnettle4 libp11-kit0 libpsl0 libssl1.0.0

  libtasn1-6 openssl wget

0 upgraded, 14 newly installed, 0 to remove and 22 not upgraded.

Need to get 10.1 MB of archives.

After this operation, 38.4 MB of additional disk space will be used.

Do you want to continue? [Y/n] y

...

생략

...

root@RT-AC56U:/# 





'[ASUS] RT-AC56U > Debian Jessie' 카테고리의 다른 글

[RT-AC56U] Nginx 설치  (0) 2017.06.18
[RT-AC56U] Transmission 설치  (0) 2017.06.17
Posted by ChulE
[ASUS] RT-AC56U/Entware-ng2017. 6. 17. 19:44

공식 사이트 : http://entware.net/

참고 사이트 : https://www.hqt.ro/how-to-install-new-generation-entware/



설치 진행

chule@RT-AC56U:/# cd /tmp
chule@RT-AC56U:/tmp# wget -c -O entware-ngu-setup.sh http://goo.gl/hshQkA
--2017-06-17 20:00:53--  http://goo.gl/hshQkA
Resolving goo.gl... 2404:6800:4004:80f::200e, 216.58.197.174
Connecting to goo.gl|2404:6800:4004:80f::200e|:80... failed: Network is unreachable.
Connecting to goo.gl|216.58.197.174|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://files.hqt.ro/entware-ng/universal/entware-ngu-setup.sh [following]
--2017-06-17 20:00:53--  http://files.hqt.ro/entware-ng/universal/entware-ngu-setup.sh
Resolving files.hqt.ro... 2a01:b1c1:2:4000::123:10, 84.39.97.33
Connecting to files.hqt.ro|2a01:b1c1:2:4000::123:10|:80... failed: Network is unreachable.
Connecting to files.hqt.ro|84.39.97.33|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8652 (8.4K) [text/x-sh]
Saving to: 'entware-ngu-setup.sh'

entware-ngu-setup.sh              100%[============================================================>]   8.45K  43.5KB/s   in 0.2s   

2017-06-17 20:00:54 (43.5 KB/s) - 'entware-ngu-setup.sh' saved [8652/8652]

chule@RT-AC56U:/tmp# chmod +x ./entware-ngu-setup.sh
chule@RT-AC56U:/tmp# ./entware-ngu-setup.sh
 Info:  This script was created by ryzhov_al and modified by TeHashX.
 Info:  Thanks @zyxmon & @ryzhov_al for New Generation Entware
 Info:  and @Rmerlin for his awesome firmwares
 Info:  This script will guide you through the Entware-NG installation.
 Info:  Script modifies only "entware-ng" folder on the chosen drive,
 Info:  no other data will be touched. Existing installation will be
 Info:  replaced with this one. Also some start scripts will be installed,
 Info:  the old ones will be saved on partition where Entware-NG is installed
 Info:  like /tmp/mnt/sda1/jffs_scripts_backup.tgz

 Info:  Looking for available partitions...
[1] --> /tmp/mnt/Sony
 =>  Please enter partition number or 0 to exit
[0-1]: 1

Info:  /tmp/mnt/Sony selected.


 Info:  Creating /tmp/mnt/Sony/entware-ng.arm folder...

 Info:  Creating /tmp/opt symlink...

 Info:  Creating /jffs scripts backup...

tar: removing leading '/' from member names

 Info:  Modifying start scripts...

Info: Checking for prerequisites and creating folders...

Info: Opkg package manager deployment...

--2017-06-17 20:02:02--  http://pkg.entware.net/binaries/armv7/installer/opkg

Resolving pkg.entware.net... 81.4.123.217

Connecting to pkg.entware.net|81.4.123.217|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 127488 (125K) [application/octet-stream]

Saving to: '/opt/bin/opkg'


/opt/bin/opkg                     100%[============================================================>] 124.50K   113KB/s   in 1.1s   


2017-06-17 20:02:03 (113 KB/s) - '/opt/bin/opkg' saved [127488/127488]


--2017-06-17 20:02:03--  http://pkg.entware.net/binaries/armv7/installer/opkg.conf

Resolving pkg.entware.net... 81.4.123.217

Connecting to pkg.entware.net|81.4.123.217|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 142 [application/octet-stream]

Saving to: '/opt/etc/opkg.conf'


/opt/etc/opkg.conf                100%[============================================================>]     142  --.-KB/s   in 0s     


2017-06-17 20:02:04 (2.89 MB/s) - '/opt/etc/opkg.conf' saved [142/142]


--2017-06-17 20:02:04--  http://pkg.entware.net/binaries/armv7/installer/ld-2.23.so

Resolving pkg.entware.net... 81.4.123.217

Connecting to pkg.entware.net|81.4.123.217|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 142752 (139K) [application/octet-stream]

Saving to: '/opt/lib/ld-2.23.so'


/opt/lib/ld-2.23.so               100%[============================================================>] 139.41K   125KB/s   in 1.1s   


2017-06-17 20:02:06 (125 KB/s) - '/opt/lib/ld-2.23.so' saved [142752/142752]


--2017-06-17 20:02:06--  http://pkg.entware.net/binaries/armv7/installer/libc-2.23.so

Resolving pkg.entware.net... 81.4.123.217

Connecting to pkg.entware.net|81.4.123.217|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1227404 (1.2M) [application/octet-stream]

Saving to: '/opt/lib/libc-2.23.so'


/opt/lib/libc-2.23.so             100%[============================================================>]   1.17M   303KB/s   in 4.0s   


2017-06-17 20:02:10 (303 KB/s) - '/opt/lib/libc-2.23.so' saved [1227404/1227404]


--2017-06-17 20:02:10--  http://pkg.entware.net/binaries/armv7/installer/libgcc_s.so.1.2.23

Resolving pkg.entware.net... 81.4.123.217

Connecting to pkg.entware.net|81.4.123.217|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 39632 (39K) [application/octet-stream]

Saving to: '/opt/lib/libgcc_s.so.1'


/opt/lib/libgcc_s.so.1            100%[============================================================>]  38.70K  71.7KB/s   in 0.5s   


2017-06-17 20:02:11 (71.7 KB/s) - '/opt/lib/libgcc_s.so.1' saved [39632/39632]


Info: Basic packages installation...

Downloading http://pkg.entware.net/binaries/armv7/Packages.gz.

Updated list of available packages in /opt/var/opkg-lists/packages.

Installing entware-opt (222108-5) to root...

Downloading http://pkg.entware.net/binaries/armv7/entware-opt_222108-5_armv7soft.ipk.

Installing libc (2.23-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/libc_2.23-6_armv7soft.ipk.

Installing libgcc (6.3.0-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/libgcc_6.3.0-6_armv7soft.ipk.

Installing libssp (6.3.0-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/libssp_6.3.0-6_armv7soft.ipk.

Installing librt (2.23-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/librt_2.23-6_armv7soft.ipk.

Installing libpthread (2.23-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/libpthread_2.23-6_armv7soft.ipk.

Installing libstdcpp (6.3.0-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/libstdcpp_6.3.0-6_armv7soft.ipk.

Installing ldconfig (2.23-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/ldconfig_2.23-6_armv7soft.ipk.

Installing findutils (4.6.0-1) to root...

Downloading http://pkg.entware.net/binaries/armv7/findutils_4.6.0-1_armv7soft.ipk.

Installing terminfo (6.0-1c) to root...

Downloading http://pkg.entware.net/binaries/armv7/terminfo_6.0-1c_armv7soft.ipk.

Installing locales (2.23-6) to root...

Downloading http://pkg.entware.net/binaries/armv7/locales_2.23-6_armv7soft.ipk.

Installing opkg (2011-04-08-9c97d5ec-17a) to root...

Downloading http://pkg.entware.net/binaries/armv7/opkg_2011-04-08-9c97d5ec-17a_armv7soft.ipk.

Configuring libgcc.

Configuring libc.

Configuring libssp.

Configuring libpthread.

Configuring librt.

Configuring terminfo.

Configuring ldconfig.

Configuring locales.

Entware uses separate locale-archive file independent from main system

Creating locale archive - /opt/usr/lib/locale/locale-archive

Adding en_EN.UTF-8

Adding ru_RU.UTF-8

You can download locale sources from http://pkg.entware.net/sources/i18n_glib223.tar.gz

You can add new locales to Entware using /opt/bin/localedef.new

Configuring opkg.

Configuring libstdcpp.

Configuring findutils.

Configuring entware-opt.

Updating /opt/etc/ld.so.cache... done.

Info: Congratulations!

Info: If there are no errors above then Entware-ng was successfully initialized.

Info: Add /opt/bin & /opt/sbin to your PATH variable

Info: Add '/opt/etc/init.d/rc.unslung start' to startup script for Entware-ng services to start

Info: Found a Bug? Please report at https://github.com/Entware-ng/Entware-ng/issues

Package terminfo (6.0-1c) installed in root is up to date.

Router model RT-AC56U

---------

SWAP FILE

---------

Choose swap file size (Highly Recommended)

1. 512MB

2. 1024MB

3. 2048MB (recommended for MySQL Server or PlexMediaServer)

4. Skip this step, I already have a swap file / partition

   or I don't want to create one right now

Enter your choice [ 1 - 4 ] 3

 Info:  Creating a 2048MB swap file...

 Info:  This could take a while, be patient...

2097152+0 records in

2097152+0 records out

Setting up swapspace version 1, size = 2147479552 bytes

UUID=d0106503-2171-47dc-ae98-36f552bf73d8

Press [Enter] key to continue...

             total       used       free     shared    buffers     cached

Mem:        255708     242528      13180          0       9264     164692

-/+ buffers/cache:      68572     187136

Swap:      6279088        124    6278964


Congratulations! If there are no errors above then Entware-NG is successfully initialized.


Found a Bug? Please report at https://github.com/Entware-ng/Entware-ng/issues


Type 'opkg install <pkg_name>' to install necessary package.


chule@RT-AC56U:/tmp# 




개별 서비스 시작, 중지, 재시작

/opt/etc/init.d/SXX-package-name start

/opt/etc/init.d/SXX-package-name stop

/opt/etc/init.d/SXX-package-name restart


전체 서비스 시작, 중지, 재시작

services start

services stop

services restart


'[ASUS] RT-AC56U > Entware-ng' 카테고리의 다른 글

[RT-AC56U] Transmisstion 설치  (0) 2017.06.19
[RT-AC56U] Tvheadend 설치  (0) 2017.06.17
[RT-AC56U] Nginx 설치  (0) 2017.06.17
Posted by ChulE