WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problem with dom0 and snmpd

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Problem with dom0 and snmpd
From: Jason Dillon <jason@xxxxxxxxxxxx>
Date: Thu, 3 May 2007 02:03:58 -0700
Delivery-date: Thu, 03 May 2007 02:02:43 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=KaWjjPeleNd+scgCiV7x6fVAcD+OCHQkY/TteCm1aOVbkMB4WzCsyKd/jt2eHFyRJj+XOj/i+5RzxJyYf487GNg7OeZyYoLr1Hxy4tYXWv0xBvffhf1zG7j5QmE2OM0LAYSz0/34pVDd7bhgxN36SPfJGInLmKgZS3kTrRXwtms=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer:sender; b=IkEFHhhOcWiHJfobVxgheSqMMKxUDUGSVGAl+56vpuHveCPNNaB8VYiHQxuDOtbBE89tkr+Lfg6FA39KKw7Uf6mhKoMl4G3MQ8rkalDuqB3vmuaagocobBiSIvjA5T36OJXvxjcwh+sFN+1j9kzgHNf6545FKOjWNsB34WcJTkw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I just got snmpd up and running on my dom0 (and all domU's) using Cacti to monitor... but for some reason the dom0's keeps spitting out this junk ever few seconds:

<snip>
May 3 01:23:19 butters snmpd[2586]: netsnmp_assert index == tmp failed if-mib/data_access/interface.c:467 _access_interface_entry_save_name() May 3 01:23:19 butters snmpd[2586]: netsnmp_assert __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (rowreq_ctx- >data.ifentry->name) && __builtin_constant_p (ifentry->name) && (__s1_len = strlen (rowreq_ctx->data.ifentry->name), __s2_len = strlen (ifentry->name), (!((size_t)(const void *)((rowreq_ctx- >data.ifentry->name) + 1) - (size_t)(const void *)(rowreq_ctx- >data.ifentry->name) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((ifentry->name) + 1) - (size_t)(const void *)(ifentry->name) == 1) || __s2_len >= 4)) ? __builtin_strcmp (rowreq_ctx->data.ifentry- >name, ifentry->name) : (__builtin_constant_p (rowreq_ctx- >data.ifentry->name) && ((size_t)(const void *)((rowreq_ctx- >data.ifentry->name) + 1) - (size_t)(const void *)(rowreq_ctx- >data.ifentry->name) == 1) && (__s1_len = strlen (rowreq_ctx- >data.ifentry->name), __s1_len < 4) ? (__builtin_constant_p (ifentry- >name) && ((size_t)(const void *)((ifentry->name) + 1) - (size_t) (const void *)(ifentry->name) == 1) ? __builtin_strcmp (rowreq_c May 3 01:23:19 butters snmpd[2586]: error on subcontainer 'ia_addr' insert (-1) May 3 01:23:19 butters snmpd[2586]: error on subcontainer '' insert (-1)
</snip>

Only seems to happen on the dom0, domU's dont' see this at all. Everything is running CentOS 5. Anyone know how to make snmpd shutup?

--jason

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem with dom0 and snmpd, Jason Dillon <=