* [LARTC] have any one tried Snmp extension to Net-SNMP daemon
@ 2006-05-08 15:10 ragunath venkatapathy
2006-05-08 19:20 ` Jason Boxman
2006-05-09 8:02 ` Oscar Mechanic
0 siblings, 2 replies; 3+ messages in thread
From: ragunath venkatapathy @ 2006-05-08 15:10 UTC (permalink / raw)
To: lartc
[-- Attachment #1.1: Type: text/plain, Size: 4228 bytes --]
Dear all,
I am looking for a way for creating a gui for managing qos in linux ,
i came across snmp extension to net snmp at
http://x-ray.prokon.cz/data/snmp/
and i found qosd-0.0.1-13122003.tgz ,
in which there is a client server program using soap which was realy intresting but when i tried to compile it ended up with many errors ,,
does and one have tried it , or have any documentation about using these thing.
i started with the problem in SOAP_DEGIN_NAMESPACE, but it was resolved with i added a file soapdefs.h which contain
#ifndef _soapdefs_h
#define _soapdefs_h 1
#define SOAP_BEGIN_NAMESPACE(ns)
#define SOAP_END_NAMESPACE(ns)
#endif
and added CFLAGS = -Wall -Wno-parentheses -c -I$(INCLUDE) -I$(TMP)
-DWITH_SOAPDEFS_H
to make file
now the error is gon
but now i have error like
gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/server/lex/lex.yy.o src/server/lex/lex.yy.c
src/server/lex/lex.yy.c:1117: warning: 'yyunput' defined but not used
gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/server/lex/y.tab.o src/server/lex/y.tab.c
src/server/lex/y.tab.c: In function 'yyparse':
src/server/lex/y.tab.c:1064: warning: implicit declaration of function 'yylex'
gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/soap/soapC.o src/soap/soapC.c
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Fault':
src/soap/soapC.c:1884: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:1884: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Detail':
src/soap/soapC.c:1974: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:1974: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Code':
src/soap/soapC.c:2076: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2076: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Header':
src/soap/soapC.c:2153: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2153: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__get_common _options':
src/soap/soapC.c:2237: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2237: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__common_options':
src/soap/soapC.c:2321: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2321: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__get_filter_u32':
src/soap/soapC.c:2403: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2403: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__filter_u32':
src/soap/soapC.c:2487: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2487: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__get_filter_fw':
src/soap/soapC.c:2569: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2569: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__filter_fw':
src/soap/soapC.c:2653: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2653: error: too few arguments to function 'soap_id_forward'
what can be done , the documentation in very less or just null
please help me
Thanks in advance,
ragunath
kodethredum pial
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
[-- Attachment #1.2: Type: text/html, Size: 4753 bytes --]
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] have any one tried Snmp extension to Net-SNMP daemon
2006-05-08 15:10 [LARTC] have any one tried Snmp extension to Net-SNMP daemon ragunath venkatapathy
@ 2006-05-08 19:20 ` Jason Boxman
2006-05-09 8:02 ` Oscar Mechanic
1 sibling, 0 replies; 3+ messages in thread
From: Jason Boxman @ 2006-05-08 19:20 UTC (permalink / raw)
To: lartc
On Monday 08 May 2006 11:10, ragunath venkatapathy wrote:
> Dear all,
> I am looking for a way for creating a gui for managing qos in linux ,
> i came across snmp extension to net snmp at
> http://x-ray.prokon.cz/data/snmp/
>
> and i found qosd-0.0.1-13122003.tgz ,
> in which there is a client server program using soap which was realy
> intresting but when i tried to compile it ended up with many errors ,,
I had similar errors and gave up on it back in 2004. I guess it's not
maintained any longer.
--
Jason Boxman
http://edseek.com/ - Linux and FOSS stuff
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] have any one tried Snmp extension to Net-SNMP daemon
2006-05-08 15:10 [LARTC] have any one tried Snmp extension to Net-SNMP daemon ragunath venkatapathy
2006-05-08 19:20 ` Jason Boxman
@ 2006-05-09 8:02 ` Oscar Mechanic
1 sibling, 0 replies; 3+ messages in thread
From: Oscar Mechanic @ 2006-05-09 8:02 UTC (permalink / raw)
To: lartc
I would suggest you read snmpd.conf man page and figure out how to use
the "pass" parameter. Then link this up to tc. You could write your own
mib in C or perl. But I am sure you will find after using "pass" this
can deal with your needs.
On Mon, 2006-05-08 at 15:20 -0400, Jason Boxman wrote:
> On Monday 08 May 2006 11:10, ragunath venkatapathy wrote:
> > Dear all,
> > I am looking for a way for creating a gui for managing qos in linux ,
> > i came across snmp extension to net snmp at
> > http://x-ray.prokon.cz/data/snmp/
> >
> > and i found qosd-0.0.1-13122003.tgz ,
> > in which there is a client server program using soap which was realy
> > intresting but when i tried to compile it ended up with many errors ,,
>
> I had similar errors and gave up on it back in 2004. I guess it's not
> maintained any longer.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-09 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-08 15:10 [LARTC] have any one tried Snmp extension to Net-SNMP daemon ragunath venkatapathy
2006-05-08 19:20 ` Jason Boxman
2006-05-09 8:02 ` Oscar Mechanic
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.