What's new

Entware installation on AC66

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

p71

Occasional Visitor
I am trying to install entware for tranmission.

During the entware installation I am getting massive error messages:
Code:
joke71@RT-AC66U:/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 to .entwarejffs_scripts_backup.tgz

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

 Info:  Creating /tmp/mnt/Sandisk_Pen/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....

Connecting to wl500g-repo.googlecode.com (173.194.70.82:80)
wget: can't open 'entware_install.sh': File exists
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
Connecting to wl500g-repo.googlecode.com (173.194.70.82:80)
wget: can't open 'opkg': File exists
chmod: /opt/bin/opkg: No such file or directory
./entware_install.sh: cd: line 23: can't cd to /opt/etc
Connecting to wl500g-repo.googlecode.com (173.194.70.82:80)
wget: can't open 'opkg.conf': File exists
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 wl500g-repo.googlecode.com

What is the problem? I am using an ext3 formatted USB drive (sandisk 64Gb), SSH, JFFS enabled, formatted.
 
Last edited:
I am trying to install entware for tranmission.

During the entware installation I am getting massive error messages:
Code:
joke71@RT-AC66U:/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 to .entwarejffs_scripts_backup.tgz

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

 Info:  Creating /tmp/mnt/Sandisk_Pen/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....

Connecting to wl500g-repo.googlecode.com (173.194.70.82:80)
wget: can't open 'entware_install.sh': File exists
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
Connecting to wl500g-repo.googlecode.com (173.194.70.82:80)
wget: can't open 'opkg': File exists
chmod: /opt/bin/opkg: No such file or directory
./entware_install.sh: cd: line 23: can't cd to /opt/etc
Connecting to wl500g-repo.googlecode.com (173.194.70.82:80)
wget: can't open 'opkg.conf': File exists
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 wl500g-repo.googlecode.com

What is the problem? I am using an ext3 formatted USB drive (sandisk 64Gb), SSH, JFFS enabled, formatted.

reboot your router and start the install again
 
I don't know why, but it looks like USB drive is read-only.

Filesystem permissions perhaps?

Code:
chmod -R 777 /tmp/mnt/Sandisk_Pen/*
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top