jim burns
2010-Jan-14 01:55 UTC
Re: [Xen-users] ntpd under Xen Dom0 exhibits extremely high jitter/nois
> ??? hrm. checking,> cat /etc/init.d/boot.local > /usr/sbin/xenpm set-scaling-governor ondemand > /usr/sbin/xenpm set-scaling-governor performance > /usr/sbin/xm sched-credit -d Domain-0 -w 512> xm dmesg | grep -i scheduler > (XEN) Using scheduler: SMP Credit Scheduler (credit)> xm sched-credit -d Domain-0 -w 512 > xm sched-credit -d Domain-0 > Name ID Weight Cap > Domain-0 0 512 0> xm sched-credit -d test_guest > Name ID Weight Cap > test_guest 1 256 0All of the SuSE /etc/init.d/boot.xxx scripts execute before any services start to run - and thus in particular, before xend is started. You will have to create a simple service, put it in /etc/init.d, and put a soft link to it, called something like S99local, from /etc/init.d/rc5.d (for runlevel 5, etc.) back to /etc/init.d/local. The 99 ensures that it will be the last service executed. Chkconfig probably won''t like your ''local'' service unless you put in a header like you will be able to see in the other init.d services. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
mail ignored
2010-Jan-14 02:28 UTC
Re: [Xen-users] ntpd under Xen Dom0 exhibits extremely high jitter/nois
hi On Wed, Jan 13, 2010 at 5:55 PM, jim burns <jim_burn@bellsouth.net> wrote:> All of the SuSE /etc/init.d/boot.xxx scripts execute before any services start > to run - and thus in particular, before xend is started. You will have to > create a simple service, put it in /etc/init.d, and put a soft link to it, > called something like S99local, from /etc/init.d/rc5.d (for runlevel 5, etc.) > back to /etc/init.d/local. The 99 ensures that it will be the last service > executed.i''m surprised if this''ll in fact be the case, as both> /usr/sbin/xenpm set-scaling-governor ondemand > /usr/sbin/xenpm set-scaling-governor performancein the boot.local script clearly take effect @ boot. just NOT the last cmd> /usr/sbin/xm sched-credit -d Domain-0 -w 512in any case, np dealing with it. thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
mail ignored
2010-Jan-14 02:51 UTC
Re: [Xen-users] ntpd under Xen Dom0 exhibits extremely high jitter/nois
On Wed, Jan 13, 2010 at 6:36 PM, jim burns <jim_burn@bellsouth.net> wrote:> Then xenpm must communicate directly to the hypervisor, and not depend on > xend. I noticed that your ''xm dmesg'' output showed it worked, but your weight > wouldn''t of worked, since ''xm'' depends on xend.I hadn''t realized that. Per your suggestion, the chkconfig-friendly init.d script worked perfectly. Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Paul Arthur
2010-Jan-14 02:57 UTC
[Xen-users] Re: ntpd under Xen Dom0 exhibits extremely high jitter/nois
On 2010-01-14, mail ignored <0.bugs.only.0@gmail.com> wrote:> hi > > On Wed, Jan 13, 2010 at 5:55 PM, jim burns <jim_burn@bellsouth.net> wrote: >> All of the SuSE /etc/init.d/boot.xxx scripts execute before any services start >> to run - and thus in particular, before xend is started. You will have to >> create a simple service, put it in /etc/init.d, and put a soft link to it, >> called something like S99local, from /etc/init.d/rc5.d (for runlevel 5, etc.) >> back to /etc/init.d/local. The 99 ensures that it will be the last service >> executed. > > i''m surprised if this''ll in fact be the case, as both > >> /usr/sbin/xenpm set-scaling-governor ondemand >> /usr/sbin/xenpm set-scaling-governor performance > > in the boot.local script clearly take effect @ boot. just NOT the last cmd > >> /usr/sbin/xm sched-credit -d Domain-0 -w 512xm != xenpm. The fact that xenpm works without xend running has no bearing on the fact that xm won''t. -- Those dreams are inevitably extinguished when I examine the results in the manner of Dr. Schrodinger''s pussy, but maybe next time... --Robert Sneddon in ASR _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users