Network Administration Visualized 3.12.1

Milestone information

Project:
Network Administration Visualized
Series:
3.12
Version:
3.12.1
Released:
 
Registrant:
Morten Brekkevold
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:
5 John-Magne Bredal, 7 Morten Brekkevold, 7 Roy Sindre Norangshol
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
19 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.1.tar.gz (md5, sig) NAV 3.12.1 source tarball 51
last downloaded 41 weeks ago
Total downloads: 51

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.1
(released 27 Sep 2012)

 Bugfixes:

  * LP#1046221 (SshChecker.py only works for IPv4)
  * LP#1046777 (no breadcrumb on seeddb IP Device)
  * LP#1050890 (info/room - roomid with spaces crashes room listing)
  * LP#1050905 (room view port ordering in netbox interfaces is wrong)
  * LP#1051869 (Netmap selected node elink renders incorrect)
  * LP#1051878 (Netmap last updated field for selected netbox)
  * LP#1052435 (Netmap crashes NAV if install has old simplejson library)
  * LP#1052436 (Netmap fails reading request body on django>=1.4)
  * LP#1052804 (NoReverseMatch error on multiple pages when adding IPv6 host
                with no DNS name)
  * LP#1052885 (snmpAgentState alert is not resolved when SNMP is deconfigured
                for device)
  * LP#1052893 (When adding an alert subscription, it's impossible to see which
                addresses are Jabber addresss and which are e-mail)
  * LP#1052898 (No fan or PSU-related alarms are ever posted)
  * LP#1053866 (newest instead of oldest entries are trimmed from the ipdevpoll
                job log table)
  * LP#1053961 (Netmap algorithm state indicator is slow)
  * LP#1054091 (netmap save as dialog does not follow NAV's palette)
  * LP#1055586 (ipdevpoll aborted due to plugin failure: tuple index out of
                range)
  * LP#1057366 (Netmap should warn IE users about min. version)
  * LP#1057373 (Netmap traffic gradient enhancements)
  * LP#1057374 (Netmap renders wrong linkload color for 0%)

0 blueprints and 19 bugs targeted

Bug report Importance Assignee Status
1050890 #1050890 info/room - roomid with spaces crashes room listing 3 High John-Magne Bredal  10 Fix Released
1050905 #1050905 room view port ordering in netbox interfaces is wrong 3 High John-Magne Bredal  10 Fix Released
1051878 #1051878 Netmap last updated field for selected netbox 3 High Roy Sindre Norangshol  10 Fix Released
1052898 #1052898 No fan or PSU-related alarms are ever posted 3 High Morten Brekkevold  10 Fix Released
1053866 #1053866 newest instead of oldest entries are trimmed from the ipdevpoll job log table 3 High Morten Brekkevold  10 Fix Released
1046221 #1046221 SshChecker.py only works for IPv4 4 Medium Morten Brekkevold  10 Fix Released
1051869 #1051869 Netmap selected node elink renders incorrect 4 Medium Roy Sindre Norangshol  10 Fix Released
1052435 #1052435 Netmap crashes NAV if install has old simplejson library 4 Medium Roy Sindre Norangshol  10 Fix Released
1052804 #1052804 NoReverseMatch error on multiple pages when adding IPv6 host with no DNS name 4 Medium Morten Brekkevold  10 Fix Released
1052885 #1052885 snmpAgentState alert is not resolved when SNMP is deconfigured for device 4 Medium Morten Brekkevold  10 Fix Released
1052893 #1052893 When adding an alert subscription, it's impossible to see which addresses are Jabber addresss and which are e-mail 4 Medium Morten Brekkevold  10 Fix Released
1055586 #1055586 ipdevpoll aborted due to plugin failure: tuple index out of range 4 Medium Morten Brekkevold  10 Fix Released
1057366 #1057366 Netmap should warn IE users about min. version 4 Medium Roy Sindre Norangshol  10 Fix Released
1057374 #1057374 Netmap renders wrong linkload color for 0% 4 Medium Roy Sindre Norangshol  10 Fix Released
1052436 #1052436 Netmap fails reading request body on django>=1.4 5 Low Roy Sindre Norangshol  10 Fix Released
1053961 #1053961 Netmap algorithm state indicator is slow 5 Low John-Magne Bredal  10 Fix Released
1054091 #1054091 netmap save as dialog does not follow NAV's palette 5 Low John-Magne Bredal  10 Fix Released
1046777 #1046777 no breadcrumb on seeddb IP Device 1 Undecided John-Magne Bredal  10 Fix Released
1057373 #1057373 Netmap traffic gradient enhancements 1 Undecided Roy Sindre Norangshol  10 Fix Released
This milestone contains Public information
Everyone can see this information.