Package Details: nameinator 0.0.5-1

Git Clone URL: https://aur.archlinux.org/nameinator.git (read-only, click to copy)
Package Base: nameinator
Description: Open-source DNS benchmark utility - successor of namebench
Upstream URL: https://github.com/mwiora/NAMEinator
Licenses: Apache
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 2
Popularity: 0.000170
First Submitted: 2019-10-28 16:21 (UTC)
Last Updated: 2020-09-07 17:05 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

MountainX commented on 2022-05-31 22:49 (UTC)

I installed this package with yay. I got the common error:

trying to load nameservers from datasrc/nameserver-globals.csv
panic: runtime error: index out of range [1] with length 1

To work around this error, I extracted the tar file and changed to the parent directory of datasrc/

Simple steps, but it means nameinator can only be run from this directory.

tar -xf NAMEinator-0.0.5.tar.gz
cd NAMEinator-0.0.5/
$ nameinator

also, nameinator seems to be unmaintained now.

freswa commented on 2021-10-24 14:30 (UTC)

Builds fine in a clean chroot.

Anton.Latukha commented on 2021-10-24 10:30 (UTC)

Received:

==> Starting build()...
missing $GOPATH
==> ERROR: A failure occurred in build().
    Aborting...
Finished with result: exit-code
Main processes terminated with: code=exited/status=4

x3oo commented on 2021-09-01 12:01 (UTC)

the old namebench still works, somebody should open an aur package

x3oo commented on 2021-09-01 01:38 (UTC)

trying to load domains from datasrc/alexa-top-2000-domains.txt panic: runtime error: slice bounds out of range [:100] with capacity 0

where is this supposed to go?

Quatro commented on 2020-10-25 16:54 (UTC) (edited on 2020-10-25 16:55 (UTC) by Quatro)

This command can be used as a workaround:

cd $(mktemp -d) && git clone https://github.com/mwiora/NAMEinator . && nameinator

gee commented on 2020-09-02 00:16 (UTC)

Same problem as bakgwailo here, but it runs fine with the datasrc folder in CWD.

bakgwailo commented on 2020-06-19 03:04 (UTC)

Just errors out for me:

trying to load nameservers from datasrc/nameserver-globals.csv panic: runtime error: index out of range [1] with length 1

goroutine 1 [running]: main.readNameserversFromFile(0xc0000a2b40, 0x0, 0x0, 0x0, 0x55e61785d2a2, 0x1e) github.com/mwiora/nameinator/loader.go:52 +0x43e main.prepareBenchmarkNameservers(0xc0000a2b40, 0x0, 0x0, 0x0) github.com/mwiora/nameinator/loader.go:17 +0xc2 main.prepareBenchmark(0xc0000a2b40, 0x0, 0x0, 0x0, 0xc0000a2b70, 0x0, 0x0, 0x0) github.com/mwiora/nameinator/main.go:109 +0x44 main.main() github.com/mwiora/nameinator/main.go:146 +0xa3

smoak commented on 2020-05-12 17:28 (UTC)

The README from github says this requires nslookup installed. I think you need to add bind-tools as a dependency.