Nasa,<br><br><br>Regarding #1,<span style="color: rgb(51, 51, 255);"> I</span> <span style="color: rgb(51, 51, 255);">did see two instances of python2.6 running when I did top, so I killed both of them.</span><br># 2 yields this -----> <br>
<font color="#3333ff">[root@mythtv ~]# ps aux | grep python<br>root 2634 0.0 0.2 13320 4620 ? S Apr03 0:00 python ./hpssd.py<br>root 24049 0.0 0.4 17288 10020 ? S Apr09 0:00 python26 /usr/share/mythtv/mythvideo/scripts/Television/ttvdb.py -l en -M The Adventures of Sherlock Holmes<br>
root 28089 0.0 0.0 3908 660 pts/1 R+ 07:57 0:00 grep python<br></font><br>#3 yields this:<br><br><font color="#3333ff">[root@mythtv ~]# ps aux | grep mythfront<br>root 28112 0.0 0.0 3908 660 pts/1 R+ 08:00 0:00 grep mythfront<br>
</font><br>Thanks,<br><br>Ash<br><br>-----------------------------------------------------------------------------------------------------------------------------<br><br><br><br>Some things also to check:<br>
<br>
1. top (check to see what load your system is at)<br>
2. ps aux | grep python<br>
3. ps aux | grep mythfront<br>
<br>
I've had issues when multiple instances of some these apps was causing
funny things<br>
to happen.<br>
<font color="#888888"><br>
Nasa<br>
</font><br><br><br><div class="gmail_quote">On Wed, May 26, 2010 at 5:28 AM, Nasa <span dir="ltr"><<a href="mailto:nasa01@comcast.net">nasa01@comcast.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
----- "A Desai" <<a href="mailto:ashu.desai@gmail.com">ashu.desai@gmail.com</a>> wrote:<br>
<br>
> Doug,<br>
> Please see the info below:<br>
><br>
> Thanks again for the help.<br>
><br>
> Regards,<br>
> Ash.<br>
><br>
><br>
><br>
><br>
> On Sun, May 23, 2010 at 1:35 PM, Doug Vaughan < <a href="mailto:r.d.vaughan@rogers.com">r.d.vaughan@rogers.com</a><br>
> > wrote:<br>
><br>
><br>
> Ash,<br>
> Lets take a step back as I do not remember how much information we<br>
> exchanged last time. You will need to add the full path to jamu but,<br>
> from a terminal please run<br>
> > ./jamu -v<br>
><br>
><br>
> [root@mythtv scripts]# pwd<br>
> /usr/share/mythtv/mythvideo/scripts<br>
> [root@mythtv scripts]# python26 ./jamu.py -v<br>
><br>
> Title: (JAMU - Just.Another.Metadata.Utility); Version: (v0.7.3);<br>
> Author: (R.D.Vaughan)<br>
><br>
> This python script is intended to perform a variety of utility<br>
> functions on mythvideo metadata<br>
> and the associated video files.<br>
><br>
> The primary movie source for graphics and data is <a href="http://themoviedb.com" target="_blank">themoviedb.com</a> wiki.<br>
> The primary TV Series source for graphics and data is <a href="http://thetvdb.com" target="_blank">thetvdb.com</a><br>
> wiki.<br>
> Users of this script are encouraged to populate both <a href="http://themoviedb.com" target="_blank">themoviedb.com</a><br>
> and <a href="http://thetvdb.com" target="_blank">thetvdb.com</a> with posters,<br>
> fan art and banners and meta data. The richer the source the more<br>
> valuable the script.<br>
> <br>
><br>
><br>
> Assuming you are on MythTV 0.23 or higher also in a terminal do the<br>
> following:<br>
> > python<br>
> >>> import MythTV; MythTV.__version__<br>
><br>
> <br>
> [root@mythtv scripts]# python26<br>
> Python 2.6 (r26:66714, Feb 13 2009, 15:01:48)<br>
> [GCC 4.1.2 20070626 (Red Hat 4.1.2-14)] on linux2<br>
> Type "help", "copyright", "credits" or "license" for more information.<br>
> >>> import MythTV; MythTV.__version__<br>
> Traceback (most recent call last):<br>
> File "<stdin>", line 1, in <module><br>
> AttributeError: 'module' object has no attribute '__version__'<br>
> <br>
><br>
><br>
> Ctrl-D to exit python.<br>
><br>
> In your response supply the following information:<br>
> 1) The version number of Jamu from above and if you are using Mythtv<br>
> 0.23 or higher, the response from the python "import MythTV;<br>
> MythTV.__version__" command<br>
> 2) Your Linux distro and its version<br>
><br>
> <br>
> CentOS 5 --<br>
><br>
><br>
> [root@mythtv ~]# uname -a<br>
> Linux mythtv 2.6.18-164.2.1.el5.plus #1 SMP Fri Oct 9 12:34:43 EDT<br>
> 2009 i686 athlon i386 GNU/Linux<br>
><br>
> <br>
><br>
><br>
> 3) The version of MythTV you are running.<br>
><br>
><br>
> [root@mythtv svn]# mythbackend --version<br>
> Please attach all output as a file in bug reports.<br>
> MythTV Version : 24609<br>
> MythTV Branch : branches/release-0-23-fixes<br>
> Network Protocol : 56<br>
> Library API : 0.23.20100429-1<br>
> QT Version : 4.5.1<br>
> Options compiled in:<br>
> linux release using_oss using_alsa using_jack using_backend using_dvb<br>
> using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv<br>
> using_joystick_menu using_lirc using_mheg using_opengl_video<br>
> using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11<br>
> using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw<br>
> using_bindings_perl using_bindings_python using_opengl using_vdpau<br>
> using_ffmpeg_threads using_live using_mheg<br>
> <br>
><br>
> 4) Does Jamu run fine from the command line but "hang" ONLY in a cron<br>
> job?<br>
><br>
> <br>
> i always run it as command line, and it fails everytime when i do that<br>
> <br>
><br>
><br>
> 5) Did you install Mythbuntu if so then what version and do you<br>
> subscript to the "Daily Builds"?<br>
><br>
><br>
> The theme "mythbuntu" came with my install -- so No, I didn't install<br>
> it separately.<br>
><br>
> <br>
><br>
> 6) Add a link to a recent Jamu -MWV log. Make sure it will be around<br>
> for at least a week.<br>
><br>
><br>
> 2010-05-23 12:36:20.754 Python Database Connection: Using connection<br>
> settings from /root/.mythtv/config.xml<br>
><br>
> ==========================================================================================<br>
> Listed below are the types and base directories Jamu will use for<br>
> processing.<br>
> The list reflects your current configuration for the 'mythtv' back end<br>
> and whether a directory is a 'SG' (storage group) or not.<br>
> Note: All directories are from settings in the MythDB specific to<br>
> hostname (mythtv).<br>
> Note: Screenshot directories are not listed as Jamu does not process<br>
> Screenshots.<br>
> ------------------------------------------------------------------------------------------<br>
> Type: Fan art - SG-YES - Directory: (/usr/local/media/m1/fanart)<br>
> Type: Video - SG-YES - Directory: (/usr/local/media/m2/videos)<br>
> Type: Cover art - SG-YES - Directory:<br>
> (/usr/local/media/m1/video_covers)<br>
> Type: Banners - SG-YES - Directory: (/usr/local/media/m3/banners)<br>
> ------------------------------------------------------------------------------------------<br>
> If a directory you set from a separate Front end is not displayed it<br>
> means<br>
> that the directory is not accessible from this backend OR<br>
> you must add the missing directories using the Front end on this Back<br>
> end.<br>
> Front end settings are host machine specific.<br>
> ==========================================================================================<br>
><br>
> Found movie inetref (10022),[The Pacifier (2005)]<br>
><br>
> This was running for over 2 days, and it keeps sitting like this.<br>
> <br>
><br>
> 7) If you are using trunk resync and compile. Within the last month<br>
> there was an issue with the new trunk python bindings which did not<br>
> let either Jamu or MiroBridge exit from time to time. That has been<br>
> subsequently fixed.<br>
><br>
><br>
> I am using the 0-23-Fixes (not the trunk version) and I just updated<br>
> it a week back...<br>
><br>
><br>
</div></div><div><div class="h5">
><br>
> The continuous hang issue you have reported has not come up before<br>
> from any other users outside of what I described in my original<br>
> response. Right now I am at a complete loss for what may be causing<br>
> this issue.<br>
><br>
> Doug<br>
><br>
><br>
><br>
> _______________________________________________<br>
> mythtv-users mailing list<br>
> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
><br>
><br>
> _______________________________________________<br>
> mythtv-users mailing list<br>
> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>