FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
551 views 1 comments
by anonymous

On RUTX_R_00.02.05 firmware I've installed and used some local graphs by installing luci-app-statistics. Those were accessible fine from LUCI web (RutOS web interface) as separate section in the menu.

Currently on RUTX_R_00.02.06 firmware I got multiple errors while I've tried to install it and installation ifailed.

Steps to reproduce:

root@rutx11:~# opkg update

root@rutx11:~# opkg install collectd

root@rutx11:~# opkg install luci-app-statistics

Installing luci-app-statistics (git-20.364.45011-a04ce80-1) to root...

Downloading http://downloads.openwrt.org/releases/19.07.4/packages/arm_cortex-a7_neon-vfpv4/luci/luci-app-statistics_git-20.364.45011-a04ce80-1_all.ipk

Installing luci-base (git-20.364.45011-a04ce80-1) to root...

Downloading http://downloads.openwrt.org/releases/19.07.4/packages/arm_cortex-a7_neon-vfpv4/luci/luci-base_git-20.364.45011-a04ce80-1_arm_cortex-a7_neon-vfpv4.ipk

Collected errors:

 * check_data_file_clashes: Package luci-base wants to install file /etc/init.d/ucitrack

        But that file is already provided by package  * luci-mod-tlt

 * check_data_file_clashes: Package luci-base wants to install file /sbin/luci-reload

        But that file is already provided by package  * luci-mod-tlt

...

...

...

 * check_data_file_clashes: Package luci-base wants to install file /www/luci-static/resources/xhr.js

        But that file is already provided by package  * luci-mod-tlt

 * opkg_install_cmd: Cannot install package luci-app-statistics.

I could downgrade the firmware, but would like to check if statistics package is something I could install on recent version?

Thanks, Pawel

1 Answer

0 votes
by anonymous

Hello,

Good day,

Could you please try the following commands .

  0 opkg update

  1 opkg install --nodeps luci-app-statistics

  2 opkg install libltdl7

  3 opkg install collectd

  4 opkg install librrd1

  5 opkg install rrdtool1

  6 opkg install collectd-mod-rrdtool

  7 opkg install collectd-mod-iwinfo

  8 opkg install collectd-mod-cpu

  9 opkg install collectd-mod-memory

 10 opkg install collectd-mod-interface

 11 opkg install collectd-mod-load

 12 opkg install collectd-mod-network

This package is not officially supported and may (and most probably will) misbehave, and if it does, support we can give is minimal.

Regards,

Ahmed

by anonymous
Big Thanks for detailed insstruction, it works now:)

PS. I know this may not work perfect, but better than nothing.

Regards, Pawel