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

add GeoIP as a dependency of ntopng #148

Closed
wants to merge 2 commits into from
Closed

add GeoIP as a dependency of ntopng #148

wants to merge 2 commits into from

Conversation

zxvv
Copy link
Contributor

@zxvv zxvv commented Jun 10, 2016

There were reports that ntopng was failing to restart, discussed here:
https://redmine.pfsense.org/issues/6443

There is a missing dependency on GeoIP
I tried to restart the service, which failed.
Then logged in and tried to start it from the command line, as follows.
/usr/local/etc/rc.d/ntopng.sh start
[2.3.2-DEVELOPMENT][root@pf232test.lan]/root: Shared object "libGeoIP.so.1" not found, required by "ntopng"

find / -name 'GeoIP' showed nothing.
It was resolved by:
pkg install GeoIP-1.6.9
/usr/local/bin/geoipupdate.sh
/usr/local/etc/rc.d/ntopng.sh start
which successfully started ntopng.

@rbgarga
Copy link
Member

rbgarga commented Jun 24, 2016

Please bump PORTREVISION or PORTVERSION otherwise a new package will never show up

@zxvv
Copy link
Contributor Author

zxvv commented Jun 24, 2016

Thank you for the pointer. Just let me know if there's anything else I can do.

@lunetics
Copy link

lunetics commented Jul 4, 2016

+1. can that be published?

@cbuechler
Copy link

I committed a slightly modified version of this, bumping the REVISION as well in one commit.

Thanks @zxvv

@cbuechler cbuechler closed this Jul 5, 2016
netgate-git-updates pushed a commit that referenced this pull request Jun 28, 2017
Changes of 8.7.0 including:
- New: Expose license rules as Licensee::Rule (#148)
- New: Recognize underlined license headers in READMEs (#138, props @pchaigno)
- Fixed: Running licensee against a single file on Windows (#144, props @sschuberth)

There were many more changes, but there is no changelog. You need to consult
https://github.com/benbalter/licensee/releases for a list of all changes.
netgate-git-updates pushed a commit that referenced this pull request Feb 9, 2023
ChangeLog: https://github.com/getmail6/getmail6/releases/tag/v6.18.12

 * Continue after error in child
 * undo #148 getmails shell quoting

PR:		269411
Reported by:	freebsd@michael-bueker.de (maintainer)
netgate-git-updates pushed a commit that referenced this pull request Feb 26, 2023
ChangeLog:
Core

Using vlucas/valitron for user input validation
Bumped FontAwesome to version 6.2.0 (#141)
PHP versions
7.4 is now the minimal supported versions, older versions are not supported anymore (#143)
extended support for PHP 8.1 (#147)
Separated some templates into application/views/templates/partials folder (#144)
Removed Composer lock file from git repository
To avoid any potential issues for users using different version of PHP, composer.lock has been removed from the Git repo
Fixed how MVC is implemented by using psr-15 http-handler (#145)
Added router and user authentication middlewares
Using single pass psr-15 middleware for application routing and user authentication
Disabling user authentication does not display a blank page anymore (#140)
Improved how exceptions and errors are handled (#145)
PHP errors and exception handler and renderer has been refactored (#148)
Instantiate Session instance from the Core Controller (#149)
Disabling users authentication does not create a fatalog error nor blank page anymore (#135)
Dashboard

Breadcrumb navigation is now hidden on home page (Dashboard)
Jobs report

Fixed error with elapsed time when a job haven't been started yet if a job
is in pending status, elapsed time column will display 'n/a'
Docker image

Provided Docker image on Docker Hub (#153)
Documentation

Update documentation about deprecated version and general security information (#142)
Updated / fixed documentation
The FAQ has been fixed / updated
Security

Added security policy and documented know security vulnerabilities (#135 and #140)
Fixed
New feature(s)
Thanks to @sruckh, @skidoo23 and all community users for their feedback, tests, help and bug reports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants