Hi again, this is the error I''m seeing when certain processes start, like MySQL, top, uptime etc. This is with a virtualised Debian Woody machine - my first migration! Anyone else seen this? Strace on uptime gives these lines around the offending error: open("/proc/uptime", O_RDONLY) =3 lseek(3, 0, SEEK_SET) =0 read(3, "386.05 69.99\n", 1023) =13 open("/proc/stat", O_RDONLY) =4 lseek(4, 0, SEEK_SET) =0 read(4, "cpu 466 1 247 2965 4034 0 0\ncpu"..., 1023) = 667 lseek(3, 0, SEEK_SET) read(3, "386.05 69.99\n", 1023) =13 write(2, "Unknown HZ value! (9) Assume 100"..., 34Unknown HZ value! (9) Assume 100. ) = 34 time([1096593369]) Cheers, Paul -- Paul Dorman Systems Administrator CWA New Media Ltd. The information contained in this mail message is confidential and may also be legally privileged. If you are not the intended recipient, please note that any use, dissemination, further distribution, or reproduction of this message in any form whatsoever, is strictly prohibited. If the mail is in error, please notify me by return email, delete your copy of the message, and accept my apologies for any inconvenience caused. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Fri, Oct 01, 2004 at 01:28:51PM +1200, Paul Dorman wrote:> this is the error I''m seeing when certain processes start, like MySQL, top, > uptime etc. This is with a virtualised Debian Woody machine - my first > migration! Anyone else seen this?I saw this when I first upgraded my debian-stable machine to a 2.6 kernel. For me, upgrading the procps package fixed it. Have fun, Avery ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Thanks for that Avery, actually, dpkg-reconfigure procps did it for me :o) Paul On Saturday 02 October 2004 06:03 am, you wrote:> On Fri, Oct 01, 2004 at 01:28:51PM +1200, Paul Dorman wrote: > > this is the error I''m seeing when certain processes start, like MySQL, > > top, uptime etc. This is with a virtualised Debian Woody machine - my > > first migration! Anyone else seen this? > > I saw this when I first upgraded my debian-stable machine to a 2.6 kernel. > For me, upgrading the procps package fixed it. > > Have fun, > > Avery------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
Paul Dorman <pauld <at> cwa.co.nz> writes:> > Hi again, > > this is the error I''m seeing when certain processes start, like MySQL, top, > uptime etc. This is with a virtualised Debian Woody machine - my first > migration! Anyone else seen this? > > Strace on uptime gives these lines around the offending error: > > open("/proc/uptime", O_RDONLY) =3 > lseek(3, 0, SEEK_SET) =0 > read(3, "386.05 69.99\n", 1023) =13 > open("/proc/stat", O_RDONLY) =4 > lseek(4, 0, SEEK_SET) =0 > read(4, "cpu 466 1 247 2965 4034 0 0\ncpu"..., 1023) = 667 > lseek(3, 0, SEEK_SET) > read(3, "386.05 69.99\n", 1023) =13 > write(2, "Unknown HZ value! (9) Assume 100"..., 34Unknown HZ value! (9) Assume > 100. > ) = 34 > time([1096593369]) > > Cheers, > Paul >Hi Paul, I got the same message with one of my virtualized machines running Woody on a kernel 2.6.11. After installing the package "psutils" the message disappeared. Hope that helps ... Cheers, Hans _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel