Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2019 02:36:43 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Eugene Kazarinov <kamuzon@milshop.ru>, freebsd-stable <freebsd-stable@freebsd.org>
Subject:   Re: ng_ipacct on FreeBSD 12.1 doesnt work
Message-ID:  <1cc79b58-813d-60ae-477c-e89dd114e59c@grosbein.net>
In-Reply-To: <CAAPCCHeTWHty528kNDj6e3C8BV23apJ=m=gp=Pn19tLkZTg99Q@mail.gmail.com>
References:  <CAAPCCHeTWHty528kNDj6e3C8BV23apJ=m=gp=Pn19tLkZTg99Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
07.12.2019 0:49, Eugene Kazarinov wrote:

> pkg install ng_ipacct install ng_ipacct.ko in /boot/modules/ and it
> doesnt start
> 
> if I copy ng_ipacct.ko to /boot/kernel/ it didnt start with error:
> link_elf_obj: symbol tcbinfo undefined
> linker_load_file: /boot/kernel/ng_ipacct.ko - unsupported file type
> 
> How to run ng_ipacct on FreeBSD 12.1?

The port has option VIMAGE enabled by default matching GENERIC kernel that has options VIMAGE included.
It seems you have built the port with option VIMAGE disabled for some reason.

Use: make config clean all deinstall reinstall
to enable this option and rebuild ng_ipacct. You don't need to copy in manually, remove copied file.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1cc79b58-813d-60ae-477c-e89dd114e59c>