Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 ... 5 6 [7] 8 9 ... 11

Author Topic: DSLstats v6.5 released  (Read 85767 times)

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #90 on: April 27, 2019, 04:06:08 PM »

@underzone: Do you get any clues if you try to launch DSLstats from a terminal? You can ignore the messages about duplicate resources, but any other error messages might be helpful.
Logged
  Eric

underzone

  • Reg Member
  • ***
  • Posts: 442
Re: DSLstats v6.5 released
« Reply #91 on: April 27, 2019, 04:37:55 PM »

Hi,

after entering (from within the dslstats directory):
./dslstats

I get the error:
./dslstats: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #92 on: April 27, 2019, 06:34:19 PM »

Some searches suggest that this might solve the problem:

Code: [Select]
sudo apt-get install --reinstall libgtk2.0-0
Logged
  Eric

underzone

  • Reg Member
  • ***
  • Posts: 442
Re: DSLstats v6.5 released
« Reply #93 on: April 27, 2019, 06:44:39 PM »

Worked a treat! Thanks  ;)
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #94 on: April 27, 2019, 10:25:43 PM »

Excellent!
Logged
  Eric

adslmax

  • Kitizen
  • ****
  • Posts: 1937
Re: DSLstats v6.5 released
« Reply #95 on: May 09, 2019, 11:32:34 AM »

There appear bug on dslstats 6.5 on the connection stats you will notice total time still ongoing correct but link time has stopped worked after 49 days and never updated? Even the billion link time are 64 days?

Correct total time:
Code: [Select]
Total time = 64 days 7 hours 16 min 32 sec
FEC:            237775384               12247781
CRC:            9566            11227
ES:             688             3607
SES:            190             35
UAS:            0               0
LOS:            0               0
LOF:            0               0
LOM:            0               0

Incorrect total link time:
Code: [Select]
Since Link time = 49 days 17 hours 2 min 47 sec
FEC:            237775384               12247781
CRC:            9566            11227
ES:             688             3607
SES:            190             35
UAS:            0               0
LOS:            0               0
LOF:            0               0
LOM:            0               0
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #96 on: May 09, 2019, 12:42:57 PM »

That's not a DSLstats bug. The data you've copied above is taken from the full stats info, which is read directly from the modem. It uses the command "<prefix> info --stats". In every other Broadcom-based modem we've seen, the "Total time" value never goes beyond two hours, and continuously cycles from one hour to two hours and back again. That's a bug in the modem firmware.

"Since link time" also has a bug, in that it never exceeds the value you showed above. DSLstats deals with this by using the "Available seconds" value to calculate the connection uptime.
Logged
  Eric

RTouris

  • Member
  • **
  • Posts: 55
Re: DSLstats v6.5 released
« Reply #97 on: May 29, 2019, 09:53:09 PM »

I know I'm pushing it to the limits here, but I'm not having much luck running the 32bit Linux version on an Ubuntu Xenial distro compiled for - wait for it;...ARMv7 - an old tablet running Android 4.4.2 via Linux deploy..could someone more Linux-oriented suggest some workarounds? Managed to get most of the system up and running with no issues, however DSLstats won't launch :/ ...file downloaded via Ubuntu FF, extracted with CLI tar utility
« Last Edit: May 29, 2019, 10:24:33 PM by RTouris »
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #98 on: May 29, 2019, 10:27:44 PM »

You might learn something if you try to launch DSLstats from a terminal. There will be some messages about duplicate resources, which you can ignore, but any other messages might be informative.
Logged
  Eric

RTouris

  • Member
  • **
  • Posts: 55
Re: DSLstats v6.5 released
« Reply #99 on: May 30, 2019, 06:51:08 PM »

bare with me, first time linux diver - here goes:

Code: [Select]
android@localhost:~$ '/home/android/dslstats659/dslstats'
bash: /home/android/dslstats659/dslstats: cannot execute binary file: Exec format error

I guess it's not of much help...?
« Last Edit: May 30, 2019, 06:53:44 PM by RTouris »
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #100 on: May 30, 2019, 07:12:32 PM »

It's telling you that the Raspberry Pi (Raspbian) version of DSLstats is incompatible with Android. In theory I could possibly build an Android version, but at present I'm not going to be able to.
Logged
  Eric

RTouris

  • Member
  • **
  • Posts: 55
Re: DSLstats v6.5 released
« Reply #101 on: May 30, 2019, 07:14:06 PM »

In actual fact I'm attempting to run the 32bit Linux version, not the Raspbian version...

[edit_1]
...well, I'm happy to report that not only does the Raspbian version work on this frankenstein setup, but it appears faster than the one I'm currently using under OSX using Wine...LOL - kudos and thanks for the suggestion ;)

[edit_2]
..now if only I can get this setup to let me copy files here and there (to install kitz's web interface), as it appears the the mounted volume is read-only, or so does an error message claim. :/ chmod - nautilus are a no-go. Suggestions?

[edit_3]
..managed to copy all the revevant files manually via CLI, will come back to the read-only conundrum in due time; for now it's all fully functional :
« Last Edit: May 31, 2019, 09:44:11 AM by RTouris »
Logged

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43467
  • Penguins CAN fly
    • DSLstats
Re: DSLstats v6.5 released
« Reply #102 on: May 31, 2019, 11:14:49 AM »

I misread what you said in the original post, and I'm pleased that you got it working. :thumbs:

You should be able to make any directory read/write by typing in a terminal:

Code: [Select]
sudo chmod 777 <full path to the directory>
Logged
  Eric

RTouris

  • Member
  • **
  • Posts: 55
Re: DSLstats v6.5 released
« Reply #103 on: May 31, 2019, 11:18:14 AM »

I misread what you said in the original post, and I'm pleased that you got it working. :thumbs:

You should be able to make any directory read/write by typing in a terminal:

Code: [Select]
sudo chmod 777 <full path to the directory>

I'm afraid chmod 777 doesn't seem to do the trick...maybe it's perhaps Linux Deploy is ran as a chroot ENV..I'll come back to this in the future, for the time being I'm happy with the results so I'll let it settle for a while and test it in the long run.
Logged

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: DSLstats v6.5 released
« Reply #104 on: October 12, 2019, 05:24:15 PM »

Eric I flashed my modem last night and noticed modem uptime is now not available, can you confirm where it fetches this data from?

A variable which could be used is probably "Total time = 13 hours 45 min 28 sec", this is the top block from the telnet data grabs.

vmg3925-b10b, firmware version V5.13(AAVF.12)C0

Also can you please confirm where it fetches ES from as on a modem power up it graphed 3200ES.
« Last Edit: October 12, 2019, 05:27:28 PM by Chrysalis »
Logged
Pages: 1 ... 5 6 [7] 8 9 ... 11