-
With the zones patch applied, snmpd 5.4.1 is now running, thanks! When I restart it, I do get this message 3 times, but it's working fine for what I'm graphing :
[...]
Oct 2 12:44:04 polar snmpd[10261]: Received TERM or STOP signal... shutting down...
Oct 2 12:44:04 polar snmpd[10299]: netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_load()
Oct...
2007-10-02 10:50:26 UTC in net-snmp
-
File Added: dev.txt.
2007-10-01 16:38:35 UTC in net-snmp
-
File Added: if_inet6.txt.
2007-10-01 16:37:53 UTC in net-snmp
-
I just tested with the patch against 5.4.1, which now applies fine, but still get a segfault, of which here is the backtrace :
(gdb) bt
#0 0x0068756f in ipAddressTable_container_load (container=0x84cd1c8)
at ip-mib/ipAddressTable/ipAddressTable_data_access.c:359
#1 0x0068779d in ipAddressTable_container_init (container_ptr_ptr=0x76c5e0,
cache=0x84cc988) at...
2007-10-01 15:34:38 UTC in net-snmp
-
Against what version is this patch supposed to apply? I've tried 5.4.1 and it seems quite far off...
[dude@python3 net-snmp-5.4.1]$ patch -p0 --dry-run < ../diff.ipaddress-patch
patching file agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable_data_access.c
Reversed (or previously applied) patch detected! Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored --...
2007-09-26 16:10:37 UTC in net-snmp
-
Possibly. Of the 4 servers on which it happens for me, 3 are Xen hosts, thus have some bridge interfaces automatically configured, and the other one is an office gateway with a VPN setup requiring a bridge between a physical eth and a virtual tap interfaces.
But in my case, these are all RHEL5 i386 (32bit), I haven't seen the problem on any RHEL4 i386 nor RHEL5 x86_64. And net-snmp doesn't...
2007-09-18 13:19:23 UTC in net-snmp
-
Hi,
I've just updated RHEL4 and RHEL5 servers to net-snmp 5.4.1, and have the exact same problem as described here on a few of them :
http://sourceforge.net/mailarchive/forum.php?thread_name=46C1A8D9.7040607%40softax.pl&forum_name=net-snmp-coders
I was previously running 5.4 fine, but it was spitting many useless messages to syslog, which 5.4.1 fixes on the servers where I tested it...
2007-09-14 08:37:39 UTC in net-snmp
-
Hi,
When rebuilding with -D_FORTIFY_SOURCE=2 with a recent glibc, like the one which will be in Fedora 8, the oxine build fails on an open call with O_CREAT without mode. From what I've understood, this is wrong, as the mode should always be passed as 3rd argument when O_CREAT is used. The attached trivial patch fixes this.
Matthias.
2007-08-22 13:40:56 UTC in oxine
-
Indeed, in all recent Fedora releases, the CD/DVD mount point is "dynamic", e.g. /media/MY_DVD_LABEL/, so adding hal support should solve this. Thanks for all your work!
2007-08-21 17:02:39 UTC in oxine
-
Hmmm, maybe my drive was indeed open when I did the strace (and I expected it to load automatically and try to play). But anyway, the change in your patch works great! Does it make sense if I include it by default in the oxine Fedora package?
FWIW, here is what strace tells me with the DVD drive closed and a working DVD Video inside :
[...]
lstat("/dev/dvd", {st_mode=S_IFLNK|0777...
2007-08-15 22:14:18 UTC in oxine