OpenWRT: the ability to install packages - a memory problem

I switched from the default firmware to OpenWrt for mine: TP-Link TL-WR1043N / ND v1 , and I had a problem with the fact that I could not install new packages .

What I've done:

  • Flash openwrt
  • Installed by Luci (no problem there)

And than when I try to install something else, I get:

Collected errors:
* xsystem: wget: vfork: Out of memory.
 * opkg_download: Failed to download http://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/luci/luci-app-wshaper_git-15.338.68695-3bae3c7-1_all.ipk, wget returned -1.
 * opkg_install_pkg: Failed to download luci-app-wshaper. Perhaps you need to run 'opkg update'?
 * opkg_install_cmd: Cannot install package luci-app-wshaper.

The important thing seems to be: * xsystem: wget: vfork: Out of memory. And I tried rebooting and “updating” several times.

But under Luci → Software, I see:

enter image description here

And here is my DF output:

root@OpenWrt:~# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                 2048      2048         0 100% /rom
tmpfs                    14052      1128     12924   8% /tmp
/dev/mtdblock3            4736       936      3800  20% /overlay
overlayfs:/overlay        4736       936      3800  20% /
tmpfs                      512         0       512   0% /dev
root@OpenWrt:~#

Link to the OpenWRT router: https://wiki.openwrt.org/toh/tp-link/tl-wr1043nd

: http://www.tp-link.com/en/download/TL-WR1043ND_V1.html

- , ? , USB-, , + , luci:)

+4
2

/etc/opkg/distfeeds.conf , luci, .

, , opkg , .

+18

. udpxy, conf, .

$ cat /etc/opkg/distfeeds.conf

src/gz designated_driver_base http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/base
#src/gz designated_driver_kernel http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/kernel
#src/gz designated_driver_telephony http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/telephony
src/gz designated_driver_packages http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/packages
#src/gz designated_driver_routing http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/routing
src/gz designated_driver_luci http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/luci
src/gz designated_driver_management http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/management
# src/gz designated_driver_targets http://downloads.openwrt.org/snapshots/trunk/brcm63xx/generic/packages/targets
0

Source: https://habr.com/ru/post/1618743/


All Articles