Package Details: speedometer 2.9-2

Git Clone URL: https://aur.archlinux.org/speedometer.git (read-only, click to copy)
Package Base: speedometer
Description: Measure and display the rate of data across a network connection or data being stored in a file
Upstream URL: http://excess.org/speedometer/
Licenses: GPL
Submitter: willemw
Maintainer: willemw
Last Packager: willemw
Votes: 64
Popularity: 0.014092
First Submitted: 2015-09-12 17:45 (UTC)
Last Updated: 2023-02-16 09:41 (UTC)

Latest Comments

1 2 3 Next › Last »

marco.righi commented on 2024-06-01 07:17 (UTC)

@willemw bug disappeared after 1 june 2024 pacman -Suuyy.

willemw commented on 2024-05-31 17:22 (UTC)

@marco.righi: https://github.com/wardi/speedometer (first link on the upstream web page and also in the PKGBUILD file)

marco.righi commented on 2024-05-31 15:28 (UTC)

@willemw Could I please have the link? I found several speedometer projects.

willemw commented on 2024-05-31 15:12 (UTC)

@marco.righi: Maybe report this upstream on GitHub?

marco.righi commented on 2024-05-31 13:38 (UTC) (edited on 2024-05-31 13:41 (UTC) by marco.righi)

There’s a small bug with xfce4-terminal.

The horizontal lines that intersect with the graph are displayed as empty boxes. However, the lines above are displayed correctly. The character set is UTF-8.

This issue does not occur with konsole.

pacman -Qs  speedometer
local/speedometer 2.9-2
lsb_release -a

LSB Version:    n/a
Distributor ID: EndeavourOS
Description:    EndeavourOS Linux
Release:    rolling
Codename:   rolling

Perhaps this problem occurs after the latest updates.

willemw commented on 2024-05-11 05:36 (UTC)

@JohnRobson: is your system up-to-date? Try checkrebuild and ls /usr/lib/python3.12/site-packages/urwid.

JohnRobson commented on 2024-05-10 21:43 (UTC)

"python-urwid" installed, but error:

Traceback (most recent call last):
  File "/usr/bin/speedometer", line 310, in <module>
    class GraphDisplay(urwid.WidgetWrap):
                       ^^^^^
NameError: name 'urwid' is not defined

willemw commented on 2023-02-16 09:44 (UTC)

@marco.righi: Should work now with rmlint-shredder installed.

willemw commented on 2023-02-16 06:53 (UTC)

@marco.righi: Thanks for reporting.

This package uses setup.py install which is now deprecated. Because of that it seems it cannot handle some of the Python package version names, in your case, the one in Arch package rmlint-shredder.

I'll see what I can do to fix this. As a workaround, you could uninstall rmlint-shredder for now.

marco.righi commented on 2023-02-15 21:51 (UTC) (edited on 2023-02-15 23:45 (UTC) by marco.righi)

As first, speedometer-git has not this problem, it works perfectly.

pacman -Q speedometer

speedometer-git 2.8.r14.g2879e0e-1

Does the problem depend on the system update?

enp11s0 10.10.100.27/16

speedometer -t enp11s0 -r enp11s0

Traceback (most recent call last):
  File "/usr/bin/speedometer", line 29, in <module>
    __version__ = pkg_resources.get_distribution('speedometer').version
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 514, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 386, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 956, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 815, in resolve
    dist = self._resolve_dist(
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 844, in _resolve_dist
    env = Environment(self.entries)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1044, in __init__
    self.scan(search_path)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1077, in scan
    self.add(dist)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 1096, in add
    dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2631, in hashcmp
    self.parsed_version,
  File "/usr/lib/python3.10/site-packages/pkg_resources/__init__.py", line 2685, in parsed_version
    raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
packaging.version.InvalidVersion: Invalid version: '2.10.1.Ludicrous.Lemur' (package: Shredder)