What's new

Entware-arm - synced with Entware (mips) 2015.09

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

Hi,
any chance to have package "gnuplot" compiled (entware-arm) ?
If i'm not wrong, it is already present in the openwrt repository.

thanks
 
I have not yet attached videocard to my router and installed X on it. Sorry.

:)

gnuplot is used by many tools to produce graphs on the fly.

For example, my router currently reads data from my weather station, process data, create reporting web page and finally uploads to website.
Using gnuplot, I would like to create graphical representation of the weather data (I used to do this thing many years ago on my old mipsel router where I had gnuplot).
 
Yes. gnuplot is in openwrt oldpackages feed. It is built without X. I'll try to compile it.
 

many many thanks !! :)
It works, I use it to produce only gif/jpeg and it works perfectly.
In the package, there aren't gnuplot's resources (gnuplot try to read resources from /opt/share/gnuplot/...). For my purpose it is not a problem (resources are not required for producing jpeg/gif) but just in case you want to insert this package into the officially list, please take into account that probably some other people need to use this shared resources.

many many thanks again to you, zyxmon !!
 
Entware.arm is synchronized with Entware (mipsel version).
The list of changes is here - https://github.com/Entware/entware/wiki/Changelog (July 2015)

Please report bugs at github or here. Please give information on you model/firmware when you report bugs!!!
Hi,

First of all thank you for your work to update/sync the Entware.arm version! :)

But I have to report an issue with the package sysstat: I recognized that it was updated but the iostat tool did not work anymore. Then I removed it and re-installed it (see below) - still no luck.

Any ideas what I can do?

With kind reagrds
Joe :cool:

Code:
chief@RT-AC68U:/tmp/mnt/usb-stick# opkg install sysstat
Installing sysstat (11.0.4-2) to root...
Downloading http://qnapware.zyxmon.org/binaries-armv7/sysstat_11.0.4-2_armv7soft.ipk.
Configuring sysstat.

chief@RT-AC68U:/tmp/mnt/usb-stick# ./io.sh
./io.sh: line 2: iostat: not found
chief@RT-AC68U:/tmp/mnt/usb-stick# cat io.sh
#!/bin/sh
iostat -d 5 -m -c -x sda sdb mtdblock3

chief@RT-AC68U:/tmp/mnt/usb-stick# iostat
-sh: iostat: not found
 
I have fixed sysstat. Thanks for reporting. Reinstall it with
Code:
opkg install --force-reinstall sysstat
Hi,

Thank you very much for the prompt fix! Now it works like a charm again. ;)

I had to run a opkg update before the reinstall (see below), but not a big deal.

With kind regards
Joe :cool:

Code:
chief@RT-AC68U:/tmp/home/root# opkg install --force-reinstall sysstat
Removing package sysstat from root...
Installing sysstat (11.0.4-2) to root...
Downloading http://qnapware.zyxmon.org/binaries-armv7/sysstat_11.0.4-2_armv7soft.ipk.
Collected errors:
* opkg_install_pkg: Package sysstat md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'.
* opkg_install_cmd: Cannot install package sysstat.

chief@RT-AC68U:/tmp/home/root# opkg update
Downloading http://qnapware.zyxmon.org/binaries-armv7/Packages.gz.
Updated list of available packages in /opt/var/opkg-lists/packages.

chief@RT-AC68U:/tmp/home/root# opkg install --force-reinstall sysstat
No packages removed.
Installing sysstat (11.0.4-2) to root...
Downloading http://qnapware.zyxmon.org/binaries-armv7/sysstat_11.0.4-2_armv7soft.ipk.
Configuring sysstat.

chief@RT-AC68U:/tmp/mnt/usb-stick# ./io.sh
Linux 2.6.36.4brcmarm (RT-AC68U)        08/08/15        _armv7l_        (2 CPU)

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           0.94    0.00    2.18   27.88    0.00   69.00

Device:         rrqm/s   wrqm/s     r/s     w/s    rMB/s    wMB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
mtdblock3         2.23     0.00    0.28    0.00     0.00     0.00    18.14     0.00   17.37   17.37    0.00  10.21   0.28
sda               0.60    15.09   12.33    0.40     1.43     0.06   239.08     0.30   23.25   22.73   39.26  12.22  15.56
sdb               0.03     0.81    1.31    0.13     0.01     0.00    22.51     0.04   24.83   17.48   96.63   1.72   0.25

avg-cpu:  %user   %nice %system %iowait  %steal   %idle
           1.00    0.00    4.20   45.30    0.00   49.50

Device:         rrqm/s   wrqm/s     r/s     w/s    rMB/s    wMB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
mtdblock3         0.00     0.00    0.00    0.00     0.00     0.00     0.00     0.00    0.00    0.00    0.00   0.00   0.00
sda               0.60     0.20   16.80    0.40     1.75     0.00   208.09     0.38   21.86   22.38    0.00  14.88  25.60
sdb               0.00     1.00    0.20    0.60     0.00     0.01    18.00     0.00    5.00   20.00    0.00   0.00   0.00
 
zyxmon,

I understand you are just syncing against Entware, but any idea why Asterisk can_motif was removed?
 

Latest threads

Sign Up For SNBForums Daily Digest

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