Re: [jffnms-users] Error while Copying Config

2007-05-17 Thread FuzzyDadEO
Jeff, I don't have JFFNMS setup to pull configs but I have run into problems with tftping configs off Cisco switch if the TFTP server isn't setup to allow over writing of files or doesn't have write access to the folder you are trying to save to. Thanks Kerry Melcher **

Re: [jffnms-users] Error while Copying Config

2007-05-17 Thread Jeffrey Singleton
I'm running atftpd -- It is running. There shouldn't be a firewall running on the laptop so all ports should be open to the internal net. Umm. I have the most basic config on the switch and have the basic snmp-server community's both RO and RW. So it shouldn't be a buffer/memory issue .. Maybe I

Re: [jffnms-users] Error while Copying Config

2007-05-17 Thread Singleton,Jeff
This is all in a local net. My lappy is jffnms and the switch is one ip up from the server. The error "appears" to be a timeout? I'm not in the office now ... I can vpn in and do whatever though, should you need any other info. -- Jeff Singleton Network Operations Secure Computing Corporation (77

Re: [jffnms-users] jffnms homepage

2007-05-17 Thread Craig Small
On Thu, May 17, 2007 at 04:09:10PM -0500, Gerard Gacusan wrote: > > I'm setting up version 0.8.3 under FC6. When I run > http://x.x.x.x/jffnms, this is the page I got and not the html or startup > page. Any idea please? Thanks, Gerard DirectoryIndex is not setup right in

Re: [jffnms-users] Error while Copying Config

2007-05-17 Thread Craig Small
On Thu, May 17, 2007 at 04:25:43PM -0400, Jeff Singleton wrote: > The device I am using is a 24-port Cisco Catalyst 3560G > > Here is the command and results I ran from the command-line: > > # cd /opt/jffnms/engine > # php -q tftp_get_host_config.php > 16:22:50 : H 11 : 10.40.30.127 : cisco_cc

[jffnms-users] jffnms homepage

2007-05-17 Thread Gerard Gacusan
I'm setting up version 0.8.3 under FC6. When I run http://x.x.x.x/jffnms, this is the page I got and not the html or startup page. Any idea please? Thanks, Gerard Index of /jffnms [ICO] Name Last modified

[jffnms-users] Error while Copying Config

2007-05-17 Thread Jeff Singleton
Was wondering if anyone has seen this error while testing the option of Pulling configs. The device I am using is a 24-port Cisco Catalyst 3560G Here is the command and results I ran from the command-line: # cd /opt/jffnms/engine # php -q tftp_get_host_config.php 16:22:50 : H 11 : 10.40.30.12

Re: [jffnms-users] New Installation PATH problems

2007-05-17 Thread Jeff Singleton
And with just a little bit of PFM ... it is working. I guess I forgot to Config_Protect my php.ini as I had to re-compile it one more time with the ctype Use Flag. I scanned through the file and found a couple of settings that got defaulted. Wham Bam Thank-you Ma'am ... JFFNMS is working. Thanks

Re: [jffnms-users] New Installation PATH problems

2007-05-17 Thread wireless
Jeff Singleton wrote: > Another user pointed me to the Gentoo guide for installing and setting > up jffnms, going to clean everything off and rebuild using this guide to > make sure I don't miss anything. Here's some documentation on making it easy to read the details of ebuild logging that will

Re: [jffnms-users] New Installation PATH problems

2007-05-17 Thread Jeff Singleton
Craig. Here is the Alias and Directory lines from my httpd.conf. ### LoadModule alias_module modules/mod_alias.so Options Indexes FollowSymLinks Alias /jffnms/ "/opt/jffnms/htdocs/" AllowOverride FileInfo Options Multiviews ### At present, my apache seems to b