--> [juzam] has joined #net-snmp
[2004/04/23 03:19:56] #net-snmp <[juzam]> can a manager only set one line at a time of a table?
[2004/04/23 05:49:37] #net-snmp <nixman> did anyone consider making the agent as a lib instead of a framework ?
--> konrad_ has joined #net-snmp
[2004/04/23 06:05:50] #net-snmp <nixman> what is the list of modules included when one selects mini-agent option ?
[2004/04/23 06:08:36] #net-snmp <nixman> ok .. i can see it at the end
--> wes has joined #net-snmp
[2004/04/23 06:47:07] #net-snmp <nixman> snmpconf is brain dead !
[2004/04/23 06:52:04] #net-snmp <wes> well, don't use it!
[2004/04/23 06:52:20] #net-snmp <nixman> I guess that the --prefix is not supported. snmpconf wants to find things in /usr/local/share/snmp/snmpconf-data
[2004/04/23 06:55:06] #net-snmp <nixman> wes: am i wasting my time passing --prefix ? i do not want to resort begging the owner of the machine to install this
[2004/04/23 06:55:32] #net-snmp <wes> no, it should respect a prefix.
[2004/04/23 06:55:46] #net-snmp <wes> are you looking at the source file or have you run make install first?
[2004/04/23 06:55:56] #net-snmp <wes> the source file says /usr/local, but is messed with at installation time.
[2004/04/23 06:56:14] #net-snmp <wes> (look at snmpconf.made)
[2004/04/23 06:57:52] #net-snmp <nixman> wes: i used make install. however i did that in a parallel dir to source ... maybe thats my problem !
[2004/04/23 06:58:09] #net-snmp <wes> well, that should have worked.
[2004/04/23 06:58:10] #net-snmp <wes> I tihnk.
[2004/04/23 06:58:25] #net-snmp <nixman> thanks
[2004/04/23 07:07:10] #net-snmp <nixman> what do you guys recommend/use for snmp gui while testing ?
[2004/04/23 07:07:39] #net-snmp <rstory> i've never found a gui i liked.
[2004/04/23 07:15:24] #net-snmp <nixman> rstory: what was tthe lesser of all evils ?
[2004/04/23 07:15:36] #net-snmp <antifuchs> snmpwalk | less <-;
[2004/04/23 07:16:30] #net-snmp <nixman> antifuchs: in terms of graphic ui !
[2004/04/23 07:16:51] #net-snmp <rstory> nixman: to tell the truth, it's been a really long time since i've looked, so I don't remember any names.
[2004/04/23 07:17:08] #net-snmp <rstory> www.snmplink.org has lots of links...
[2004/04/23 07:43:20] #net-snmp <nixman> I am getting "make[1]: *** No rule to make target `../sedscript', needed by `snmpbulkget.1'." :-(
[2004/04/23 07:43:39] #net-snmp <nixman> way at the end of the build
[2004/04/23 07:44:03] #net-snmp <nixman> netsnmp-5.1.1 debian unstable x86
[2004/04/23 07:44:15] #net-snmp <wes> is this still a parallel build tree?
[2004/04/23 07:44:35] #net-snmp <nixman> i rebuild evrything from src now. i deleted all other things
[2004/04/23 07:44:39] #net-snmp <wes> though it shouldn't matter.
[2004/04/23 07:44:48] #net-snmp <wes> and does "sedscript" exist in the top level dir?
[2004/04/23 07:45:16] #net-snmp <nixman> sedscript.in yes
[2004/04/23 07:45:25] #net-snmp <wes> but sedscript no?
[2004/04/23 07:45:26] #net-snmp <wes> odd.
[2004/04/23 07:45:31] #net-snmp <rstory> ./config.status sedscript
[2004/04/23 07:45:45] #net-snmp <wes> make sedscript
[2004/04/23 07:45:51] #net-snmp <rstory> doh
[2004/04/23 07:45:55] #net-snmp <wes> (its built with make not configure)
[2004/04/23 07:46:07] #net-snmp <rstory> ACTION bows before the master
[2004/04/23 07:46:42] #net-snmp <nixman> redoing make install now
[2004/04/23 07:48:22] #net-snmp <nixman> \/usr/bin/install: cannot stat `default_store.3': No such file or directory
[2004/04/23 07:49:11] #net-snmp <wes> you did rerun configure after moving to the main source tree, right?
[2004/04/23 07:49:26] #net-snmp <wes> something is odd.
[2004/04/23 07:49:54] #net-snmp <nixman> wes: not before doing make sedscript. i did not restart evrything for sedscript
[2004/04/23 07:50:16] #net-snmp <nixman> works now !
[2004/04/23 07:50:29] #net-snmp <wes> good!
[2004/04/23 07:50:34] #net-snmp <wes> then I don't have to think about it!
[2004/04/23 08:18:55] #net-snmp <nixman> ACTION just grabed my first var from the deamon ... woooooooohoooooooooooooooo !
[2004/04/23 08:33:33] #net-snmp <nixman> is there a way to stop all the utilities from loading mibs. I like numbers only input/ouput. an i keep getting this error that it cant load mib such and such which i do not need
[2004/04/23 09:31:33] #net-snmp <rstory> nixman: try :
[2004/04/23 09:31:34] #net-snmp <rstory> export MIBS=""; export MIBDIRS=""
[2004/04/23 09:34:01] #net-snmp <nixman> rstory: rocks !
[2004/04/23 09:34:53] #net-snmp <wes> if you never want it, --disable-mib-loading
[2004/04/23 09:35:31] #net-snmp <nixman> wes: i just want to stop the text parsing
[2004/04/23 09:37:25] #net-snmp <nixman> wes: i am fiddling with the little snmp stress code you were kind enough to share the other day. I hope i can produce some nice results by the end of the day
[2004/04/23 09:37:43] #net-snmp <wes> :-)
--> Mkm111xx1 has joined #net-snmp
[2004/04/23 12:40:43] #net-snmp <nixman> flash news : net-snmp takes {min,max} {60000,210000} usec to fetch 1000 (same) var in a pdu in debug mode. peaking the cpu at 26% on a PII 700MHz
[2004/04/23 12:42:10] #net-snmp <nixman> however 10000 var/pdu shamelessly dies on my windows client machine !
[2004/04/23 13:03:05] #net-snmp <nixman> not sure if the client side netsnmp is eating more mem than it needs.
[2004/04/23 13:37:15] #net-snmp <wes> generally the client is much less cpu intensive than th eagent.
[2004/04/23 13:54:43] #net-snmp <nixman> wes: it is still dying on me if i go over 1k var/pdu
[2004/04/23 13:56:32] #net-snmp <nixman> wes: in your code you only free the response once. am i supposed to free it evry time i get a response ?
[2004/04/23 14:01:03] #net-snmp <nixman> i think i just found there was a mem leak in the code !
[2004/04/23 14:17:59] #net-snmp <nixman> is there caching hapening in the agent ? i would not like to give false speed impression
--> patter has joined #net-snmp
[2004/04/23 14:35:09] #net-snmp <patter> hi
[2004/04/23 14:35:25] #net-snmp <patter> I've been using ucd-snmp for a while
[2004/04/23 14:36:47] #net-snmp <patter> but I've just noticed that one of my linux boxes isnt reporting any space stats for /, though it loads the host-resoures mib and reports stats for physical and irtual ram
[2004/04/23 15:00:14] #net-snmp <rstory> nixman: some tables do cache
[2004/04/23 15:00:57] #net-snmp <rstory> patter: do you have the disk token configured in snmpd.conf?
[2004/04/23 15:01:25] #net-snmp <patter> each of these systems is using the same snmpd.conf file (with just the location changed)
[2004/04/23 15:02:28] #net-snmp <patter> I've not specifically enabled disk
[2004/04/23 15:07:48] #net-snmp <rstory> ok, so you are check the host resource mibs for disks, not the ucd enterprise mib, right?
[2004/04/23 15:08:22] #net-snmp <patter> yes
[2004/04/23 15:08:26] #net-snmp <rstory> do you have the same version installed on all boxes?
[2004/04/23 15:08:38] #net-snmp <rstory> snmp version, that is
[2004/04/23 15:09:26] #net-snmp <rstory> and it's working on some linux boxes, but not others?
[2004/04/23 15:09:57] #net-snmp <patter> ah, different snmp versions
[2004/04/23 15:10:23] #net-snmp <patter> hadn't thought to check as its an old established standard
[2004/04/23 15:10:34] #net-snmp <rstory> ok. is the non-working linux box using a newer, or older version than a working one?
[2004/04/23 15:10:45] #net-snmp <patter> an older version
[2004/04/23 15:10:59] #net-snmp <patter> so I'll just compile the lastest tomorrow and see how it goes
[2004/04/23 15:11:03] #net-snmp <patter> thanks
[2004/04/23 15:11:06] #net-snmp <rstory> np
--> d_low_ has joined #net-snmp
--> aendes_ has joined #Net-SNMP
--> darnok has joined #net-snmp
--> konrad has joined #net-snmp
--> winter has joined #Net-SNMP
--> aendes_ has joined #Net-SNMP
--> no_l0gic has joined #net-snmp
--> d_low has joined #net-snmp