-
The NAV project has moved from SourceForge to Launchpad.net: https://launchpad.net/nav
No further updates will be made to the project pages and trackers at SourceForge.
2008-09-12 11:34:48 UTC by mortenv
-
NAV has a process for maintaining information on copper cable plant, but there is nothing to track the fiber cable plant. This would be especially useful in a campus environment.
Each strand of fiber would need to be able to use two rooms as endpoints and include categories for types of fiber (i.e. 50 micron multi-mode, 62.5 micron multi-mode, single-mode) and types of connectors (i.e. ST...
2008-08-20 14:38:24 UTC by ylearn
-
We also get these false coldStart alerts from our NAV installation. It seems to be related to DNS; Every time we've had issues with our DNS servers, where NAV is unable to reverse-lookup the IP of devices, we get these false alerts. Here is an example (in norwegian):
First we get an alert like this (notice the missing hostname):
Boks xxx.xxx.xxx.2 (xxx.xxx.xxx.2) har gjennomført en...
2008-08-05 09:51:11 UTC by arne_sf
-
This is an old, known problem we have to start looking at.
The servicemon and pping daemons are known for frequent startup failures. I.e. they appear to start successfully when the "nav start" command is entered, but as soon as they've started running in the background, they die.
This is an intermittent problem, and the workaround so far has been to just keep trying to start the daemons...
2008-08-01 13:54:55 UTC by mortenv
-
Fixed by jorabra in rev 857e7ee94a44. Pushed to series/3.4.x and is part of today's release of NAV 3.4.2.
2008-08-01 13:47:19 UTC by mortenv
-
A new bugfix version is now available in the files section.
2008-08-01 13:13:52 UTC by mortenv
-
The report tool seems to load extra slowly for most pages since NAV 3.4.0.
A quick look at the code suggests that the queries needed to create both the IPv4 and IPv6 scope matrices are run on each report page load. These two queries can become costly as the number of prefices in the database grows.
I know there is a partial fix in the jorabra-report branch, but this fix should be...
2008-07-29 08:28:03 UTC by mortenv
-
Just an update about the ramifications of these bugs:
The netbox_close_arp and netbox_close_cam will cause errors in machine tracking history as netboxes are deleted, and are potentially serious.
The rrdfile_deleter problem is relatively minor; it deletes NAV's knowledge of an RRD file related to a service when the service checker is deleted. Other parts of NAV will fix this when it sees...
2008-07-21 09:20:30 UTC by mortenv
-
Fixed in changeset fe8433bc7f39, pushed to series/3.4.x and default. Looks like we'll have to push a 3.4.2 version soon.
2008-07-21 09:08:11 UTC by mortenv
-
Running doc/sql/manage.sql gives the following errors:
---
psql:doc/sql/manage.sql:216: ERROR: relation "arp" does not exist
psql:doc/sql/manage.sql:220: ERROR: relation "cam" does not exist
psql:doc/sql/manage.sql:819: ERROR: operator does not exist: character varying = integer
---
The rules netbox_close_arp and netbox_close_cam are defined on the netbox table, referring to the cam...
2008-07-21 08:24:02 UTC by mortenv