질답게시판
질문하기 분류

도와주세요 !

컨텐츠 정보

  • 10,711 조회
  • 1 댓글
  • 0 추천
  • 목록

본문

http://www.wsgvet.com/bbs/board.php?bo_table=blog&wr_id=90


n66 트랜스미션 설치를 위해 따라하는중입니다.


지금 막힌 곳이


엔트웨어까지 설치하고  opkg를 설치 하려는 차 입니다.


그런데 그 명령어만 치면 


admin@RT-N66R-D680:/tmp/home/root# opkg.conf.1 install nano openssh-sftp-server iftop h

top

-sh: opkg.conf.1: not found


이렇게 나오네요 

일련의 과정은 밑에 적어두겠습니다.

( 왜 저는 sdc1로 잡혔을까요 !? ) 






Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/sdc1               1       19457   156288321  83 Linux
admin@RT-N66R-D680:/tmp/home/root# umount /dev/sdc1
umount: can't umount /dev/sdc1: Invalid argument
admin@RT-N66R-D680:/tmp/home/root# fdisk /dev/sdc

The number of cylinders for this disk is set to 19457.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): d
Selected partition 1

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-19457, default 1): Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-19457, default 19457): Using defau       lt value 19457

Command (m for help): w
The partition table has been altered.
Calling ioctl() to re-read partition table
admin@RT-N66R-D680:/tmp/home/root# mkdir /mnt/sdc1
mkdir: can't create directory '/mnt/sdc1': File exists
admin@RT-N66R-D680:/tmp/home/root# mount -t ext3 /dev/sdc1 /tmp/mnt/sdc1
mount: mounting /dev/sdc1 on /tmp/mnt/sdc1 failed: Device or resource busy
admin@RT-N66R-D680:/tmp/home/root# umount /dev/sdc1
admin@RT-N66R-D680:/tmp/home/root# mount -t ext3 /dev/sdc1 /tmp/mnt/sdc1
admin@RT-N66R-D680:/tmp/home/root# entware-setup.sh
 Info:  This script will guide you through the Entware installation.
 Info:  Script modifies only "entware" 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 is installed
 Info:  like /tmp/mnt/sda1/jffs_scripts_backup.tgz

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

 Info:  Creating /tmp/mnt/sdc1/entware folder...
 Info:  Creating /tmp/opt symlink...
ln: /tmp/opt: File exists
 Info:  Creating /jffs scripts backup...
tar: removing leading '/' from member names
 Info:  Modifying start scripts...
 Info:  Starting Entware deployment....

--2015-05-18 00:40:51--  http://entware.wl500g.info/binaries/entware/installer/e       ntware_install.sh
Resolving entware.wl500g.info... 81.4.122.163
Connecting to entware.wl500g.info|81.4.122.163|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1141 (1.1K) [application/octet-stream]
Saving to: 'entware_install.sh.1'

entware_install.sh. 100%[=====================>]   1.11K  --.-KB/s   in 0.02s

2015-05-18 00:40:55 (66.0 KB/s) - 'entware_install.sh.1' saved [1141/1141]

Info: Checking for prerequisites and creating folders...
mkdir: can't create directory '/opt/bin': No such file or directory
mkdir: can't create directory '/opt/etc': No such file or directory
mkdir: can't create directory '/opt/include': No such file or directory
mkdir: can't create directory '/opt/lib': No such file or directory
mkdir: can't create directory '/opt/sbin': No such file or directory
mkdir: can't create directory '/opt/share': No such file or directory
mkdir: can't create directory '/opt/tmp': No such file or directory
mkdir: can't create directory '/opt/usr': No such file or directory
mkdir: can't create directory '/opt/var': No such file or directory
mkdir: can't create directory '/opt/': No such file or directory
mkdir: can't create directory '/opt/': No such file or directory
mkdir: can't create directory '/opt/': No such file or directory
mkdir: can't create directory '/opt/': No such file or directory
Info: Opkg package manager deployment...
./entware_install.sh: cd: line 20: can't cd to /opt/bin
--2015-05-18 00:40:55--  http://entware.wl500g.info/binaries/entware/installer/o       pkg
Resolving entware.wl500g.info... 81.4.122.163
Connecting to entware.wl500g.info|81.4.122.163|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 479688 (468K) [application/octet-stream]
Saving to: 'opkg.1'

opkg.1              100%[=====================>] 468.45K   233KB/s   in 2.0s

2015-05-18 00:41:01 (233 KB/s) - 'opkg.1' saved [479688/479688]

chmod: /opt/bin/opkg: No such file or directory
./entware_install.sh: cd: line 23: can't cd to /opt/etc
--2015-05-18 00:41:01--  http://entware.wl500g.info/binaries/entware/installer/o       pkg.conf
Resolving entware.wl500g.info... 81.4.122.163
Connecting to entware.wl500g.info|81.4.122.163|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 105 [application/octet-stream]
Saving to: 'opkg.conf.1'

opkg.conf.1         100%[=====================>]     105  --.-KB/s   in 0s

2015-05-18 00:41:05 (1.12 MB/s) - 'opkg.conf.1' saved [105/105]

Info: Basic packages installation...
./entware_install.sh: line 27: /opt/bin/opkg: not found
./entware_install.sh: line 28: /opt/bin/opkg: not found
Info: Cleanup...
Info: Congratulations!
Info: If there are no errors above then Entware successfully initialized.
Info: Found a Bug? Please report at https://github.com/Entware/entware/issues
admin@RT-N66R-D680:/tmp/home/root# opkg install nano openssh-sftp-server iftop htop
-sh: opkg: not found
admin@RT-N66R-D680:/tmp/home/root# opkg.conf.1 install nano openssh-sftp-server iftop h
top
-sh: opkg.conf.1: not found


관련자료

댓글 1 / 1 페이지
전체 821 / 1 페이지
RSS
번호
제목
이름

최근글


새댓글


알림 0