Network Administration Visualized 3.12.4

Milestone information

Project:
Network Administration Visualized
Series:
3.12
Version:
3.12.4
Released:
 
Registrant:
John-Magne Bredal
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
1 Christian Strand Young, 9 John-Magne Bredal, 2 Morten Brekkevold
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
12 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon nav-3.12.4.tar.gz (md5, sig) NAV 3.12.4 source tarball 39
last downloaded 43 weeks ago
Total downloads: 39

Release notes 

=================================================
 Network Administration Visualized release notes
=================================================

Please report bugs at https://bugs.launchpad.net/nav/+filebug . To browse
existing bug reports, go to https://bugs.launchpad.net/nav .

If you are upgrading from versions of NAV older than 3.7, please refer to the
release notes of the in-between versions before reading any further.

Known problems
==============

The recommended SNMP library for use with ipdevpoll is `pynetsnmp`. If you
choose to go with the original TwistedSNMP, the latest version (0.3.13)
contains a bug that manifests in table retrieval operations. Timeouts and
retries aren't handled properly, and this may cause slow or otherwise busy
devices to be bombarded with requests from NAV. The `contrib/patches`
directory contains a patch for TwistedSNMP that solves this problem. The
patch has been submitted upstream, but not yet accepted into a new release.

NAV 3.12
========

To see the overview of scheduled features and reported bugs on the 3.12 series
of NAV, please go to https://launchpad.net/nav/3.12 .

Dependency changes
------------------

- Python >= 2.6 is now required. NAV will not work under Python 3.
- Django >= 1.2 is now required. NAV will likely not work under Django 1.4.

Cricket configuration
---------------------

Your subtree-sets configuration for Cricket must be updated. This file is most
likely placed in /etc/cricket/. Compare manually with or copy from
`doc/cricket/cricket/subtree-sets`.

Take note of `$(NAV)/etc/mcc.conf`. Module `interfaces` should be there instead
of `routerinterfaces` and `switchports`.

IPv6 statistics for router interfaces will now be collected. For this to work
you need to copy some configuration templates to your `cricket-config`
directory. NB: Make sure the `dataDir` is the same as the original after
copying the `Defaults` file. If your NAV is installed in `/usr/local/nav`, run
these commands::

  sudo cp doc/cricket/cricket-config/Defaults \
             /usr/local/nav/etc/cricket-config/

  sudo cp -r doc/cricket/cricket-config/ipv6-interfaces \
             /usr/local/nav/etc/cricket-config/

Room map
--------

If you have registered coordinates (latitude, longitude) on your rooms you may
include a geographical map of the rooms on the front page by editing
`etc/webfront/welcome-registered.txt` and/or `welcome-anonymous.txt` and
adding the following HTML::

  <div id="mapwrapper">
      <div id="room_map" class="smallmap"></div>
  </div>

If you feel like having a bigger map, replace `smallmap` with `bigmap`. The
markers are clickable and will take you to the new "Room view" for the clicked
room.

Toolbar search
--------------

The toolbar search now searches for more than IP devices. Try it!

Files to remove
---------------

If any of the following files and directories are still in your installation
after upgrading to NAV 3.12, they should be removed (installation prefix has
been stripped from these file names). If you installed and upgraded NAV using
a packaging system, you should be able to safely ignore this section::

  doc/getting-started.txt
  doc/mailin/README
  doc/radius/
  etc/apache/subsystems/maintenance.conf
  etc/apache/subsystems/messages.conf
  etc/apache/subsystems/netmap.conf
  lib/python/nav/ipdevpoll/plugins/lastupdated.py
  lib/python/nav/web/maintenance/handler.py
  lib/python/nav/web/messages/handler.py
  lib/python/nav/web/netmap/datacollector.py
  share/htdocs/js/DeviceBrowserTemplate.js
  share/htdocs/js/devicehistory.js
  share/htdocs/js/EditTemplate.js
  share/htdocs/js/ipdevinfo.js
  share/htdocs/js/jquery-1.4.4.min.js
  share/htdocs/js/jquery-json-2.2.min.js
  share/htdocs/js/quickselect.js
  share/htdocs/js/seeddb.js
  share/htdocs/js/seeddbTemplate.js
  share/htdocs/netmap/

Changelog 

View the full changelog

Version 3.12.4
(released 06 Dec 2012)

 Bugfixes:

  * LP#744963 (generate short interface names in ip dev info when necessary)
  * LP#1074323 (Machine tracker crashes on partial subnet search)
  * LP#1076913 (cricket-config is not updated on update)
  * LP#1077881 (snmpoid octets should be bytes/s not bytes)
  * LP#1077949 (ipdevinfo helper functions crash on invalid input)
  * LP#1078259 (templatetag add_interval does not exit cleanly on error)
  * LP#1078292 (ipdevpoll job logger needs to log interval for manual jobs)
  * LP#1079088 (logengine crashes on syslog entries from a Cisco ASA device)
  * LP#1080663 (ipdevinfo netbox overview does not display edge netboxes)
  * LP#1080727 (portadmin does not follow organization hierarchy correctly)
  * LP#1082381 (ipdevpoll oidprofiler sets unsupported when value=0)
  * LP#1085826 (portadmin shows wrong available vlans)

0 blueprints and 12 bugs targeted

Bug report Importance Assignee Status
1078259 #1078259 templatetag add_interval does not exit cleanly on error 3 High John-Magne Bredal  10 Fix Released
1080663 #1080663 ipdevinfo netbox overview does not display edge netboxes 3 High John-Magne Bredal  10 Fix Released
1085826 #1085826 portadmin shows wrong available vlans 3 High John-Magne Bredal  10 Fix Released
1074323 #1074323 Machine tracker crashes on partial subnet search 4 Medium Christian Strand Young  10 Fix Released
1076913 #1076913 cricket-config is not updated on update 4 Medium John-Magne Bredal  10 Fix Released
1077949 #1077949 ipdevinfo helper functions crash on invalid input 4 Medium John-Magne Bredal  10 Fix Released
1079088 #1079088 logengine crashes on syslog entries from a Cisco ASA device 4 Medium Morten Brekkevold  10 Fix Released
1080727 #1080727 portadmin does not follow organization hierarchy correctly 4 Medium John-Magne Bredal  10 Fix Released
1082381 #1082381 ipdevpoll oidprofiler sets unsupported when value=0 4 Medium John-Magne Bredal  10 Fix Released
744963 #744963 generate short interface names in ip dev info when necessary 5 Low John-Magne Bredal  10 Fix Released
1077881 #1077881 snmpoid octets should be bytes/s not bytes 5 Low John-Magne Bredal  10 Fix Released
1078292 #1078292 ipdevpoll job logger needs to log interval for manual jobs 6 Wishlist Morten Brekkevold  10 Fix Released
This milestone contains Public information
Everyone can see this information.