Hello !
Mod_python error: "PythonHandler mod_python.publisher"
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req)
File "/usr/lib/python2.3/site-packages/mod_python/publisher.py", line 98, in handler path=[path])
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 454, in import_module f, p, d = imp.find_module(parts[i], path)
ImportError: No module named index
You have to make a file called .htaccess, eg :
echo "SetHandler none" > .htaccess
This should be in a FAQ, very easy to forget. :-)
-- Med vennlig hilsen / Regards;
Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no
From fredrik.holmberg at luh.hihm.no Fri Mar 11 15:05:40 2005
From: fredrik.holmberg at luh.hihm.no (Fredrik Holmberg) Date: Fri Mar 11 15:05:44 2005 Subject: [Nav-users] error when accessing cricket.. In-Reply-To: Pine.GSO.4.61.0503111449220.20340@alf.uib.no References: 42319FE6.2070506@luh.hihm.no Pine.GSO.4.61.0503111449220.20340@alf.uib.no Message-ID: 4231A5B4.8080707@luh.hihm.no
Creating .htaccess in "public_html" solved the problem.
Thanks!
- Fredrik
Roar Pettersen wrote:
Hello !
Mod_python error: "PythonHandler mod_python.publisher"
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 299, in HandlerDispatch result = object(req)
File "/usr/lib/python2.3/site-packages/mod_python/publisher.py", line 98, in handler path=[path])
File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 454, in import_module f, p, d = imp.find_module(parts[i], path)
ImportError: No module named index
You have to make a file called .htaccess, eg :
echo "SetHandler none" > .htaccess
This should be in a FAQ, very easy to forget. :-)
-- Med vennlig hilsen / Regards;
Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no
From TristanRhodes at weber.edu Fri Mar 11 09:13:49 2005
From: TristanRhodes at weber.edu (Tristan RHODES) Date: Fri Mar 11 17:12:18 2005 Subject: [Nav-users] Use SNMP::Info to manage device types? Message-ID: s2316158.051@gwmta2.weber.edu
The developer list is closed, so I am would like ask a question to this list.
I believe there is a way to manually add device types to NAV, and there is a Wiki page listing many device OIDs. This works, but it may be a duplication of effort.
There is a perl module named SNMP::Info that provides an object-oriented interface to Network Devices and data stored in SNMP MIBs.
http://snmp-info.sourceforge.net/
If this module could be integrated into NAV, many different network management projects can add devices to this module, and all will benefit from it.
Any thoughts on this?
Tristan Rhodes
From TristanRhodes at weber.edu Fri Mar 11 09:35:19 2005
From: TristanRhodes at weber.edu (Tristan RHODES) Date: Fri Mar 11 17:33:40 2005 Subject: [Nav-users] Suse Linux Enterprise Server (SLES) 9 install documentation? Message-ID: s231665d.085@gwmta2.weber.edu
I read in the wiki that SLES is used at NTNU and documentation will be available shortly. Is there any way I can help out with this? I can test the install process and make suggestions.
http://metanav.ntnu.no/moin.cgi/NAVInstallation
"SuSE Linux Enterprise Server The current NTNU installation of NAV is up and running on SLES 9. Installation instructions will be made available shortly."
Tristan Rhodes
From peder.sefland at hivolda.no Mon Mar 14 11:26:35 2005
From: peder.sefland at hivolda.no (Peder Magne Sefland) Date: Mon Mar 14 11:27:07 2005 Subject: [Nav-users] periodic misslink in message-system for nav3 Message-ID: s2357507.093@HVO-3.hivolda.no
When I try to add or edit a message, very often I get the Syslog-page. But if I go back and try again, I might get det right message-page.
Peder Sefland
From woj at tstd.pl Mon Mar 14 11:37:27 2005
From: woj at tstd.pl (Wojciech Kozicki) Date: Mon Mar 14 11:37:44 2005 Subject: [Nav-users] Use SNMP::Info to manage device types? In-Reply-To: s2316158.051@gwmta2.weber.edu References: s2316158.051@gwmta2.weber.edu Message-ID: 200503141137.28354.woj@tstd.pl
On Friday 11 of March 2005 17:13, Tristan RHODES wrote:
The developer list is closed, so I am would like ask a question to this list.
I believe there is a way to manually add device types to NAV, and there is a Wiki page listing many device OIDs. This works, but it may be a duplication of effort.
There is a perl module named SNMP::Info that provides an object-oriented interface to Network Devices and data stored in SNMP MIBs.
http://snmp-info.sourceforge.net/
If this module could be integrated into NAV, many different network management projects can add devices to this module, and all will benefit from it.
Any thoughts on this?
In my opinion main NAV problem is, that it is not flexible, there is no interface for adding custom devices. I was writing about this, but there is no feedback.
Tristan's idea is very good.
regards.