Search Criteria
Package Details: statsd 0.8.0-1
Git Clone URL: | https://aur.archlinux.org/statsd.git (read-only, click to copy) |
---|---|
Package Base: | statsd |
Description: | A network daemon for aggregating statistics |
Upstream URL: | https://github.com/etsy/statsd |
Licenses: | |
Submitter: | pezz |
Maintainer: | None |
Last Packager: | pezz |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-15 06:46 |
Last Updated: | 2016-06-13 01:08 |
Dependencies (1)
Required by (4)
- libbitcoin-node (optional)
- libbitcoin-node-git (optional)
- libbitcoin-server (optional)
- libbitcoin-server-git (optional)
Latest Comments
GeorgP commented on 2016-11-10 12:16
It fails to start with nodejs-7.1.0-1 with the following error (from journal):
util.js:961
throw new TypeError('The super constructor to "inherits" must not ' +
^
TypeError: The super constructor to "inherits" must not be null or undefined
[...]
at Object.<anonymous> (/opt/statsd/stats.js:4:14)
Downgrading to nodejs-6.9.1-1 resolves the problem.