<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Dough,<div><br></div><div>Thanks for your workaround solution. It worked and save me some headache in&nbsp;troubleshooting&nbsp;AG :-).</div><div><br></div><div>Yes. Our CPU is a quad core Intel E5420.</div><div><br></div><div>We will do more intensive test this week. However, I wonder should I use your workaround or update to the promised new AG RPM later.</div><div><br></div><div>I also thanks Andrew for a troubleshooting of the multicast network suggestion which we are likely to use if we encounter other problems.</div><div><br></div><div>Regards</div><div><br></div><div>Khanh</div><div><br></div><div><br><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font><br>Hi Khanh,<br><br><blockquote type="cite">We set up a single user node with the following configuration:<br></blockquote><br><blockquote type="cite">FC 10 and AGTK 3.x, Multicast network<br></blockquote><br><blockquote type="cite">We have inconsistent and random errors whenever we start AG. However,<br></blockquote><blockquote type="cite">after two or three times failed to start then we can start AG client<br></blockquote><blockquote type="cite">successfully. We can enter Asia Pacific venue, and the audio and video<br></blockquote><blockquote type="cite">seem OK for more than two hours.<br></blockquote><br>The intermittent startup Python segmentation issue is related to a<br>'dbus' multi-threading bug, some machines are more prone to it than<br>others (e.g quad core CPUs seem to be more prone to it than dual<br>cores). I will be releasing a new AccessGrid RPM this week which uses<br>an external single threaded program for the Avahi/dbus stuff and<br>should be more stable.<br><br>If you want a workaround now, disable Avahi/dbus support in the<br>VenueClient by editing:<br>/usr/lib/python2.5/site-packages/AccessGrid3/AccessGrid/ServiceDiscovery.py<br><br>and change:<br>&nbsp; &nbsp;import avahi<br>&nbsp; &nbsp;haveAvahi = True<br>to:<br>&nbsp; &nbsp;#import avahi<br>&nbsp; &nbsp;#haveAvahi = True<br>&nbsp; &nbsp;haveAvahi = False<br><br><br>Cheers,<br>Doug<br><br></div></blockquote></div><br></div></body></html>