What's new

Solved size mismatch installing from Entware

  • 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!

mith_y2k

Regular Contributor
I'm trying to install the cron package on Voxel for Orbi, I am getting a size mismatch error. Anyone knows what the issue is and how to fix? I'm not very familiar with Entware packages.

Code:
root@RBR50:~# opkg install cron
Installing cron (4.1-3) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/cron_4.1-3_cortex-a15-3x.ipk
Collected errors:
 * opkg_install_pkg: Package size mismatch: cron is 34004 bytes, expecting 36777 bytes
 * opkg_install_cmd: Cannot install package cron.
 
I'm trying to install the cron package on Voxel for Orbi, I am getting a size mismatch error. Anyone knows what the issue is and how to fix? I'm not very familiar with Entware packages.

Code:
root@RBR50:~# opkg install cron
Installing cron (4.1-3) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/cron_4.1-3_cortex-a15-3x.ipk
Collected errors:
* opkg_install_pkg: Package size mismatch: cron is 34004 bytes, expecting 36777 bytes
* opkg_install_cmd: Cannot install package cron.

Try to run:

Code:
opkg update
opkg upgrade
opkg install cron

Most probably you did not upgrade your Entware to the latest version. My test:

Code:
root@RBR50:/tmp/mnt/sda1# opkg install cron
Installing cron (4.1-3) to root...
Downloading http://www.voxel-firmware.com/Downloads/Voxel/Entware/Entware-3x-Voxel/cron_4.1-3_cortex-a15-3x.ipk
Configuring cron.


Voxel.
 

Sign Up For SNBForums Daily Digest

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