Search Criteria
Package Details: netatop-dkms 3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/netatop-dkms.git (read-only, click to copy) |
---|---|
Package Base: | netatop-dkms |
Description: | Atop network kernel module, enables network statistics in atop |
Upstream URL: | http://www.atoptool.nl/ |
Keywords: | atop dkms kernel module netatop |
Licenses: | GPL |
Groups: | modules |
Conflicts: | netatop |
Submitter: | m1kc |
Maintainer: | m1kc |
Last Packager: | m1kc |
Votes: | 13 |
Popularity: | 0.000126 |
First Submitted: | 2015-06-02 10:10 (UTC) |
Last Updated: | 2020-12-24 08:31 (UTC) |
Dependencies (4)
- atop
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- dkms (dkms-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
<deleted-account> commented on 2020-05-08 06:38 (UTC)
yeah I can imagine so, the maintainers of the netatop pkgs dont really test their packages.. now, the error you showed was from the vanilla kernel, and the folder you showed was from the lts kernel? are the modules present from the vanilla as well?
hexadecagram commented on 2020-05-08 05:48 (UTC)
Oh I remember what it was, it wasn't ZFS. I seem to remember tripping over netatop when I would do kernel upgrades in the past. That's why I switched to the DKMS version.
hexadecagram commented on 2020-05-08 05:44 (UTC) (edited on 2020-05-08 05:44 (UTC) by hexadecagram)
@eggz I know, it struck me as odd too.
% pacman -Qo /usr/lib/modules/5.4.38-1-lts/vmlinuz
/usr/lib/modules/5.4.38-1-lts/vmlinuz is owned by linux-lts 5.4.38-1
I did upgrade the kernel earlier this evening and rebooted. Even after rebooting, reinstalling all of the linux-* packages, and rebuilding, I get the same error.
I am using DKMS because I am currently using ZFS on this system, and had to upgrade to a new release of that package (for what reason escapes me at the moment), and can't, AFAIK, safely downgrade, so I figured why not just throw netatop in DKMS as well. I suppose I could switch to the non-DKMS version.
<deleted-account> commented on 2020-05-08 03:51 (UTC)
@hexadecagram missing kernel module tree?? I dont think its the fault of this package. its probably referring /usr/lib/modules/, is your kernel listed there? Did you install your headers and reboot? also why are you using dkms with the vanilla kernel? Cant you use the regular package instead?
hexadecagram commented on 2020-05-08 00:43 (UTC)
When setting
pkgver=3.1
(and of coursesha256sums=('SKIP' '...')
I get a successful build but see:==> Unable to install module netatop/3.1 for kernel 5.6.10-arch1-1: Missing kernel modules tree.
<deleted-account> commented on 2020-05-04 04:54 (UTC)
( FYI Just update "pkgver=3.0" to "pkgver=3.1" and it's all good )
<deleted-account> commented on 2020-04-29 20:26 (UTC)
Hmm, your fix did not include the new proc notation fixes... Infact, that github doesnt even have the kernel module? Why is that kernel module not on git? Can't even see the changes there.
bartus commented on 2020-04-29 19:45 (UTC)
Version 3.1 has been released with fixes for kernel>=5.5
frankspace commented on 2020-04-25 19:53 (UTC)
Simple if you understood any of that, certainly! Anyway, I can confirm that the amendments to prepare() provided by eggz work perfectly on my system. Thank you!
<deleted-account> commented on 2020-04-24 07:38 (UTC)
... OK so firstly,
boottime is a u64, not a u32. This was already in the changelog... C'mon guys... Pay attention...
then, as described in https://lore.kernel.org/linux-fsdevel/20191225172228.GA13378@avx2/ , You have to use proc_ops in newer kernels instead of file_operations
Proof of concept: use this prepare() of the PKGBUILD:
It should work then. I do not get why anyone has noticed this yet, also upstream. They could have already spot this minor problems upstream on RC kernels (yes, that is what they are for). Above all, This fix was very simple...
« First ‹ Previous 1 2 3 4 5 Next › Last »