RUT955 comand 'opkg update'

Hello,

few days ago I was try install to RUT955 (ver 06.05.3) python-light

I run command ‘opkg update’ and got error:

BusyBox v1.30.1 () built-in shell (ash)

____ _ ___ ____ ()_
| _ \ _ | | / _ / | ()@()
| |
) | | | | | | | _ \ /()
| _ <| |
| | || || |) | |/
|
| _\
,|_|___/|____/ |/

Teltonika RUT9XX 2014 - 2019

root@Teltonika-RUT955:~#
root@Teltonika-RUT955:~#
root@Teltonika-RUT955:~#
root@Teltonika-RUT955:~# opkg update
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base/Packages.gz.
wget: server returned error: HTTP/1.1 308 redirect
<…>
Collected errors:

how I can fix that?

Hi,

I wanted to let you know that the ‘Opkg update’ should be functioning correctly on the version you are currently using. I have tested it myself. If you’re still experiencing issues, try running the following command:
bash

opkg install python-light

This command should work as well.

If the problem persists, please check if the file ‘/etc/opkg/distfeeds.conf’ contains the following lines:

src/gz chaos_calmer_base http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/base
src/gz chaos_calmer_packages http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/packages
src/gz chaos_calmer_luci http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/luci

If these lines are not present, replace your current configuration with these.

Best regards,

Marijus

working today (not working two days ago)

thanks :slight_smile: