Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No compatible pkg with pfSense 2.7.2 / FreeBSD 14 #8890

Closed
GSzabados opened this issue Dec 28, 2024 · 2 comments
Closed

No compatible pkg with pfSense 2.7.2 / FreeBSD 14 #8890

GSzabados opened this issue Dec 28, 2024 · 2 comments

Comments

@GSzabados
Copy link

Environment:

  • OS name: pfSense / FreeBSD 14
  • OS version: 2.7.2
  • Architecture: x64
  • ntopng version/revision: latest

What happened:

The provided pkg at https://packages.ntop.org/FreeBSD/FreeBSD:14:amd64/latest/ntop-1.0.pkg is not compatible with pfSense 2.7.2. During installation it tries to remove essential pfSense packages.

How did you reproduce it?

pkg add https://packages.ntop.org/FreeBSD/FreeBSD:14:amd64/latest/ntop-1.0.pkg

pkg install ntopng

Debug Information:

[2.7.2-RELEASE][[email protected]]/root: pkg install ntopng
Updating ntop repository catalogue...
ntop repository is up to date.
Updating pfSense-core repository catalogue...
Fetching meta.conf:   0%
Fetching packagesite.pkg:   0%
pfSense-core repository is up to date.
Updating pfSense repository catalogue...
Fetching meta.conf:   0%
Fetching packagesite.pkg:   0%
pfSense repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The following 5 package(s) will be affected (of 0 checked):

Installed packages to be REMOVED:
        pfSense: 2.7.2
        php82-pfSense-module: 0.95
        strongswan: 5.9.11_3
        unbound: 1.19.1

New packages to be INSTALLED:
        ntopng: 6.3.241228 [ntop]

Number of packages to be removed: 4
Number of packages to be installed: 1

The process will require 71 MiB more space.

Proceed with this action? [y/N]: N

@GSzabados
Copy link
Author

I pulled the trigger too early on this one. So here is the solution.

Install original package from pfSense, then in command line remove the ntopng.

pkg remove -f ntopng (5.6.d20230920)

then

install the latest one (6.3.something):

pkg add https://packages.ntop.org/FreeBSD/FreeBSD:14:amd64/latest/ntop-1.0.pkg

pkg install nprobe ntopng

Then resolve libsodium:

pkg add --force https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/libsodium-1.0.19.pkg

And start ntopng from the pfSense UI as "DIAGNOSTICS -> ntopng settings"

The only issues which I cannot resolve yet, is why a PPPOE connection has only one direction traffic, why not RX and TX. And why Geo Map is not showing any locations like it was showing with 5.6.....

@cardigliano
Copy link
Member

@GSzabados thank you for reporting, we will update the docs to fix common errors. As of the other issues, please open individual tickets. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants