Hello, can someone explain why on my dom0 there are two "python /usr/sbin/xend start" ? is this normal? # ps ax | grep xen 13 ? S< 0:00 [xenwatch] 14 ? S< 0:00 [xenbus] 2680 ? S 0:02 xenstored --pid-file /var/run/xenstore.pid 2685 ? S 0:00 python /usr/sbin/xend start 2687 ? Sl 0:00 xenconsoled 2689 ? Sl 0:05 python /usr/sbin/xend start 8959 pts/3 S+ 0:01 xentop 8969 pts/1 Sl+ 0:00 /usr/lib64/xen/bin/xenconsole 12 10324 pts/4 S+ 0:00 grep xen thanks -- Edoardo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I have something similar: bstempi@xen01:~$ sudo ps ax | grep xen Password: 13 ? S< 0:00 [xenwatch] 14 ? S< 0:01 [xenbus] 1974 ? Sl 3:40 tapdisk /dev/xen/tapctrlwrite1 /dev/xen/tapctrlread1 2098 pts/10 Ss+ 0:00 xenconsole 39 2646 ? S 0:00 python /usr/sbin/xend restart 2647 ? Sl 183:38 python /usr/sbin/xend restart 4781 ? Ss 0:02 avahi-daemon: registering [xen01.local] 4947 ? S 425:46 xenstored --pid-file /var/run/xenstore.pid 4956 ? Sl 0:05 xenconsoled 10988 pts/6 S+ 0:00 grep xen 11184 pts/0 S+ 3:33 xentop bstempi@xen01:~$ On Fri, Apr 4, 2008 at 4:15 PM, Edoardo Ceccarelli <eddy@axa.it> wrote:> Hello, > > can someone explain why on my dom0 there are two "python /usr/sbin/xend > start" ? > is this normal? > > # ps ax | grep xen > 13 ? S< 0:00 [xenwatch] > 14 ? S< 0:00 [xenbus] > 2680 ? S 0:02 xenstored --pid-file /var/run/xenstore.pid > 2685 ? S 0:00 python /usr/sbin/xend start > 2687 ? Sl 0:00 xenconsoled > 2689 ? Sl 0:05 python /usr/sbin/xend start > 8959 pts/3 S+ 0:01 xentop > 8969 pts/1 Sl+ 0:00 /usr/lib64/xen/bin/xenconsole 12 > 10324 pts/4 S+ 0:00 grep xen > > thanks > -- > Edoardo > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Edoardo, On Fri, Apr 04, 2008 at 10:15:07PM +0200, Edoardo Ceccarelli wrote:> can someone explain why on my dom0 there are two "python /usr/sbin/xend > start" ? > is this normal?Run pstree and you will probably find that one is a child of the other. I believe it is normal. Cheers, Andy _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
yes, |-python(2685)---python(2689)-+-{python}(2692) | |-{python}(2693) | |-{python}(2702) | |-{python}(2703) | |-{python}(2704) | `-{python}(2705) 2680 ? S 0:05 xenstored --pid-file /var/run/xenstore.pid 2685 ? S 0:00 python /usr/sbin/xend start 2687 ? Sl 0:00 xenconsoled 2689 ? Sl 0:06 python /usr/sbin/xend start everything makes more sense now, even though I can''t really find leaf pids 2702 2704 etc in my proclist thanks to everybody Edoardo On Sat, Apr 5, 2008 at 5:40 PM, Andy Smith <andy@strugglers.net> wrote:> > Run pstree and you will probably find that one is a child of the > other. I believe it is normal. > > Cheers, > Andy >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi I''m getting md5sum errors in downloads I do in DomU, but not in guest domains, or on a second server: I tried a separate disk as a download location but that did not improve things. I''ve seen this problem noted here also (but without solution): http://ubuntuforums.org/showthread.php?t=704010 It seems to happen only on downloaded files > 50kb... Can anyone help me on this? I really don;t know whether to trust my installation anymore. Joris (CentOS5.1-xen) #while true; do wget -q -O output.test http://www.centos.org/docs/5/html/5.1/pdf/Virtualization.pdf; md5sum output.test; rm -f output.test; done 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test 8debfd282db6dd97334c5ae1029eed50 output.test ee3070f1f1e113c11806857060982bd3 output.test 8b2f3d9cffd5f767abde6db0987f40e0 output.test 80e34d6f14ddcf4ceb1a4243eba194b6 output.test f71679c805a4f0ce1b9a88ce0750c3a5 output.test c9ad5a330ad1243d80ee97111d1aa82a output.test e852976fdada7a9ea445d1d20bc34c11 output.test 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test 441206d4f61c224d96986324efac8c17 output.test db86b6bca1bd1bb959c4cfa8a33f380e output.test _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I was the one that submitted that post. I have not found a solution, yet, even after I moved to a CentOS 5.1 Dom0. Besides md5sum, I''m also seeing this problem with IBM DB2 clients. I did notice that I do not have this problem when the domU is running on a Fedora Core 5 Dom0 which I built manually (kernel and all). On Tue, Apr 8, 2008 at 1:23 PM, Joris (Ideeel) <joris@ideeel.nl> wrote:> Hi > > I''m getting md5sum errors in downloads I do in DomU, but not in guest > domains, or on a second server: > I tried a separate disk as a download location but that did not improve > things. > I''ve seen this problem noted here also (but without solution): > http://ubuntuforums.org/showthread.php?t=704010 > It seems to happen only on downloaded files > 50kb... > > Can anyone help me on this? I really don;t know whether to trust my > installation anymore. > > Joris > > (CentOS5.1-xen) > > #while true; do wget -q -O output.test > http://www.centos.org/docs/5/html/5.1/pdf/Virtualization.pdf; md5sum > output.test; rm -f output.test; done > > 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test > 8debfd282db6dd97334c5ae1029eed50 output.test > ee3070f1f1e113c11806857060982bd3 output.test > 8b2f3d9cffd5f767abde6db0987f40e0 output.test > 80e34d6f14ddcf4ceb1a4243eba194b6 output.test > f71679c805a4f0ce1b9a88ce0750c3a5 output.test > c9ad5a330ad1243d80ee97111d1aa82a output.test > e852976fdada7a9ea445d1d20bc34c11 output.test > 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test > 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test > 8b38cd2b89ac8c1a2f774bdc6440fcf2 output.test > 441206d4f61c224d96986324efac8c17 output.test > db86b6bca1bd1bb959c4cfa8a33f380e output.test > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users