[Bug 344823] Re: [Jaunty] [Server] Nagvis is reporting an error on using WUI

Dennis dennis.u at gmx.de
Thu Jan 14 09:21:03 UTC 2010


There is still something strange with the paths.

uname -a
Linux gibbs 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10 17:23:29 UTC 2009 i686 GNU/Linux

Ubuntu-Version: Karmic

Package-Version (apt-cache show nagvis):
Version: 1:1.3.1-2
Filename: pool/universe/n/nagvis/nagvis_1.3.1-2_all.deb

The absolute path in nagvis.ini.php is set to /usr/share/nagvis/htdocs/.

The automap works well, but not the "Host Hover". I used Firebug to recognize which paths are incorrect.
A workaround for me was copying the files:

root at host:/usr/share/nagvis/htdocs/nagvis/includes# cp -a
/usr/share/nagvis/includes/* .

After that, the Host Hovers work fine, too. But if I want to save the
Config by WUI, I got a new include-Error:
/usr/share/nagvis/wui/includes/functions/form_handler.php is missing.
This directory "function" does not exist:

root at host:/usr/share/nagvis# find . -name form_handler.php
./htdocs/wui/includes/form_handler.php
./htdocs/wui/form_handler.php


My workaround:

root at host:/usr/share/nagvis/wui/includes# mkdir functions
root at gibbs:/usr/share/nagvis/htdocs/wui/includes# cp form_handler.php /usr/share/nagvis/wui/includes/functions/

Then most of things work! I know that this copying is not very nice, but
I want to figure out, where's the problem.

-- 
[Jaunty] [Server] Nagvis is reporting an error on using WUI
https://bugs.launchpad.net/bugs/344823
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list