Package Details: netatop 3.1-1

Git Clone URL: https://aur.archlinux.org/netatop.git (read-only, click to copy)
Package Base: netatop
Description: Atop network kernel module, enables network statistics in atop
Upstream URL: http://www.atoptool.nl/
Keywords: atop kernel module netatop
Licenses: GPL
Groups: modules
Submitter: Spider.007
Maintainer: batot
Last Packager: Spider.007
Votes: 27
Popularity: 0.000032
First Submitted: 2013-02-16 11:58 (UTC)
Last Updated: 2020-05-30 09:43 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

sameer commented on 2018-09-13 19:13 (UTC)

For those using the zen kernel: building fails due to the word "zen" appearing in the output of uname -r. It can be fixed by adding "a-z" in the last group of "[0-9]" so the word zen is matched.

kgunders commented on 2016-06-08 20:02 (UTC)

Head's Up: broken on 4.6.1 kernel. Whether upstream issue or not, package is broken. No offence. Just a head's up so others will know since there is no issue tracker, nor does upstream respond to email regarding issues.

eigengrau commented on 2016-04-22 10:10 (UTC) (edited on 2016-04-22 10:12 (UTC) by eigengrau)

Installing this on a new machine which didn’t have linux-headers installed reminded me that this should probably makedepend on linux-headers. Alternative kernels usually also have a PROVIDES declaration which includes linux-headers. Edit: sorry, actually it does already makedepend on linux-headers. The problem in my case was that I did have linux-headers installed, but I was running the -ck kernel (but I was missing linux-ck-headers). There’s probably no good way to warn of this case.

eigengrau commented on 2015-10-19 10:32 (UTC)

netatop 0.7 is out, which fixes the build on 4.2.

kgunders commented on 2015-10-01 01:34 (UTC)

I did but wasn't didn't find any links to issue/bug tracker. Well, at least it's documented here for others. Thx.

Spider.007 commented on 2015-09-30 17:32 (UTC)

@kgunders that is not a bug in this package but the actual source, please check upstream

kgunders commented on 2015-09-30 17:26 (UTC)

Seems to be borked on 4.2 kernel :( make[1]: Entering directory '/home/kvg/builds/netatop/src/netatop-0.6/module' echo start the make start the make make -C /lib/modules/4.2.1-1-ARCH/build M=/home/kvg/builds/netatop/src/netatop-0.6/module modules make[2]: Entering directory '/usr/lib/modules/4.2.1-1-ARCH/build' CC [M] /home/kvg/builds/netatop/src/netatop-0.6/module/netatop.o /home/kvg/builds/netatop/src/netatop-0.6/module/netatop.c: In function ‘init_module’: /home/kvg/builds/netatop/src/netatop-0.6/module/netatop.c:1747:2: error: implicit declaration of function ‘proc_create’ [-Werror=implicit-function-declaration] proc_create("netatop", 0444, NULL, &netatop_proc_fops); ^ /home/kvg/builds/netatop/src/netatop-0.6/module/netatop.c: In function ‘cleanup_module’: /home/kvg/builds/netatop/src/netatop-0.6/module/netatop.c:1774:2: error: implicit declaration of function ‘remove_proc_entry’ [-Werror=implicit-function-declaration] remove_proc_entry("netatop", NULL);

eigengrau commented on 2015-08-11 07:18 (UTC)

Seems to work nicely, thanks!

Spider.007 commented on 2015-08-10 16:57 (UTC)

I've altered the regexp, let me know if it works