Package Details: nameinator 0.0.5-2

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: 4
Popularity: 0.44
First Submitted: 2019-10-28 16:21 (UTC)
Last Updated: 2025-06-18 18:47 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Pinned Comments

freswa commented on 2025-06-18 18:46 (UTC)

Run with cd /usr/lib/nameinator && nameinator

Latest Comments

1 2 Next › Last »

freswa commented on 2025-06-18 18:46 (UTC)

Run with cd /usr/lib/nameinator && nameinator

pentago commented on 2025-06-18 18:07 (UTC) (edited on 2025-06-18 18:09 (UTC) by pentago)

This package is dead and unmaintained.

starting NAMEinator - version custom                              █1█ rsync 󰖰 █  █2█ [tmux] 󰖯 █           ������������������������������������������������������-------------                                 [0/6364]NOTE: as this is an alpha - we rely on feedback - please report bugs and featurerequests to https://github.com/mwiora/NAMEinator/issues and provide this output   OS: linux ARCH: amd64                                 -------------                                         
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({0xc000099590, {{{}, {0x0, 0x0}}, 0x0, 0x0, {{}, 0x0}, {{}, 0x0}}}, ...)           ����NAMEinator/loader.go:52 +0x3a5����������������main.prepareBenchmarkNameservers({0xc000099590, {{{}, {0x0, 0x0}}, 0x0, 0x0, {{},�0x0}, {{}, 0x0}}})��������        NAMEinator/loader.go:17 +0xd7                 main.prepareBenchmark({0xc000099590, {{{}, {0x0, 0x0}}, 0x0, 0x0, {{}, 0x0}, {{}, 0x0}}}, ...)��������������        NAMEinator/main.go:126 +0x112                 main.main()                                           
 �������NAMEinator/main.go:164 +0x8e

mihalycsaba commented on 2025-05-29 15:51 (UTC)

download or extract the datasrc directory to the folder where you start the program from

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.