Displaying 2 results from an estimated 2 matches for "rtnl_talk".
2006 May 16
0
rtbl_talk() call failed
Hi ,
I compiled the
qosd-0.0.1-13122003.tgz code found in
http://x-ray.prokon.cz/data/snmp/ , but i have a problem when i run it ,
i get an error
rtnetlink call failed, reason: 2 , no such file or directory
i found this line in the file delete_object_util.c
rtnl_talk(&rth, &req.n, 0, 0, NULL,NULL,NULL);
result=errno;
if(result!=0)
syslog(LOG_2,"rtnetlink call failed, reason: %i, %s", result, strerror(result));
rtnl_close(&rth);
return(result);
whatis rtnl_talk() do ??
help me please,
thanks
ragu
----...
2003 Sep 12
1
TCNG building problems...help
...nclude ../include-glibc/glibc-bugs.h
-I/home/joolia/tcnge/tcng/tcsim/klib/include -I../include
-DRESOLVE_HOSTNAMES -c -o libnetlink.o libnetlink.c
libnetlink.c: In function `rtnl_dump_filter'':
libnetlink.c:130: warning: comparison between signed and unsigned
libnetlink.c: In function `rtnl_talk'':
libnetlink.c:227: warning: comparison between signed and unsigned
libnetlink.c:253: warning: comparison between signed and unsigned
libnetlink.c: In function `rtnl_listen'':
libnetlink.c:329: warning: comparison between signed and unsigned
libnetlink.c: In function `rtnl_fro...