View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 189 posts ] 
Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 13  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Tue Aug 28, 2007 7:46 am 
Offline
Joined: Wed May 24, 2006 9:10 am
Posts: 107
Location: Minneapolis, MN
tama102 wrote:
I followed Cecils steps and everything seems to be good except for my mytheb. I am getting this mesasge in my mythfrontend:

"The mythbookmarks plugin was compiled against libmyth version 0.19.20060121-2, but the installed libmyth is at version: 0.20.20070821-1. You probably want to recompile the mythbookmarks plugin after doing a make distclean."

I followed marc's steps on page three to fix mythweb, that did not fix the issue. When I try to get to mytheb from a PC browser, I simply get a blank page with no message.

Any ideas?


Quote:
tama102 wrote:
Hey marc, yes I did restart apache. That did not help. I also checked all my other mythplugins. MythNews is suffering from the same issue.


Tama, I'm not sure what is going on. What version of Knoppmyth are you on? I suggest taking a look at various log files located in /var/log. At a minimum check the /var/log/mythtv/mythbackend.log and /var/log/apache/*.log for messages that provide more information. The wiki has an article on other logs files -- http://www.knoppmythwiki.org/index.php? ... ngLogFiles

Marc


Still no luck. According to my first post, it looks like I need to recompile my plugins against the correct libmyth version, I just dont know how to execute that. Thanks for the support.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 28, 2007 8:09 am 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
tama102 wrote:
Still no luck. According to my first post, it looks like I need to recompile my plugins against the correct libmyth version, I just dont know how to execute that. Thanks for the support.


Tama, back to my previous question -- which version of Knoppmyth are you running? Also, are you sure that you built and installed the mythplugin's? These steps were covered in Cecil's original post, but to be sure, you can try it again by going to a working directory you are willing to put stuff in (I used /myth/tmp/020upgrade) and executing the following:
Code:
svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins
cd mythplugins
./configure --prefix=/usr --enable-all --disable-festival  --enable-fftw --enable-sdl --enable-aac --enable-new-exif
qmake mythplugins.pro
make
su
make install


It almost sounds like you never did the "make install" for the plugins, or perhaps you forget to do the "su" before you did the "make install".

Marc


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 28, 2007 9:06 am 
Offline
Joined: Sun Feb 26, 2006 10:46 am
Posts: 26
Do I need to install the kernel source here ? Perhaps I've missed something very silly ?

(EDIT) - Seems I had pulled the source down, and angered something. Symolic link of 'linux' back to the included linux-headers-xxxxx worked here.

# qmake mythtv.pro
root@mythtv:/usr/src/mythtv# make
cd libs && qmake libs.pro -o Makefile
cd libs && make -f Makefile
make[1]: Entering directory `/usr/src/mythtv/libs'
cd libavutil && qmake libavutil.pro -o Makefile
cd libavutil && make -f Makefile
make[2]: Entering directory `/usr/src/mythtv/libs/libavutil'
gcc -c -pipe -march=i586 -w -O3 -Wall -Wno-switch -fomit-frame-pointer -D_REENTR ANT -DPIC -fPIC -DMMX -Di386 -DUSING_FREEBOX -D_GNU_SOURCE -D_FILE_OFFSET_BITS= 64 -DPREFIX=\"/usr\" -DLIBDIR=\"/usr/lib\" -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURC E -I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -o adler32.o adler32.c
In file included from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from common.h:23,
from adler32.c:6:
/usr/include/linux/errno.h:4:23: error: asm/errno.h: No such file or directory
make[2]: *** [adler32.o] Error 1
make[2]: Leaving directory `/usr/src/mythtv/libs/libavutil'
make[1]: *** [sub-libavutil] Error 2
make[1]: Leaving directory `/usr/src/mythtv/libs'
make: *** [sub-libs] Error 2
root@mythtv:/usr/src/mythtv#


Last edited by gfoster on Tue Aug 28, 2007 12:53 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 28, 2007 9:26 am 
Offline
Joined: Wed May 24, 2006 9:10 am
Posts: 107
Location: Minneapolis, MN
Quote:
Tama, back to my previous question -- which version of Knoppmyth are you running? Also, are you sure that you built and installed the mythplugin's? These steps were covered in Cecil's original post, but to be sure, you can try it again by going to a working directory you are willing to put stuff in (I used /myth/tmp/020upgrade) and executing the following:
Code:
svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins
cd mythplugins
./configure --prefix=/usr --enable-all --disable-festival  --enable-fftw --enable-sdl --enable-aac --enable-new-exif
qmake mythplugins.pro
make
su
make install


It almost sounds like you never did the "make install" for the plugins, or perhaps you forget to do the "su" before you did the "make install".

Marc


Marc, I am running R5C7 (Yes, I know it is old, but I got everything working relly well). I am almost certain that I did do the 'make install', but When I get home I will re-run everything from Cecils first post just to make sure all the steps executed correcty. Just for clarrification, everything should be run from user mythtv$ untill the su steps where it goes to root?[/quote]


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 28, 2007 4:20 pm 
Offline
Joined: Thu Oct 05, 2006 4:23 pm
Posts: 17
lhassell wrote:
First:

Excellent write-up, cecil... worked like a charm, except...

Second:

I no longer have a 'Knoppmyth' Entry in the MythTV Menu. The biggest concern for me is the abilty to backup and restore. Is there any way to get that menu choice back after re-compiling from the svn?

Thanks

Add the following to the bottom of either /usr/share/mythtv/mainmenu.xml or /usr/share/mythtv/util_menu.xml:

Code:
   <button>
     <type>KNOPPMYTH_MENU</type>
     <text>KnoppMyth Utilities</text>
     <action>MENU knoppmyth.xml</action>
   </button>


Note: make sure you add that BEFORE the last line of the file, which should be
Code:
</mythmenu>
in both cases.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 28, 2007 5:35 pm 
Offline
Joined: Thu Feb 12, 2004 2:54 pm
Posts: 392
Location: Beaumont, CA
Cecil's instructions worked great. I upgraded SVN from R5F1 without a problem. For those of you stuck, there are good tutorials on the wiki for doing this that are a little more detailed.
Only one problem. My Upcoming Recordings was emply. When I logged into mythweb and went to Recording Schedules, everything was there. I just went through each one and clicked the update button. There were a couple that had the wrong channel assigned to them so I just canceled the schedule and recreated it. Clicked on Upcoming recordings again and everything was a-ok.

_________________
ASUS A7N266 Micro-ATX Motherboard
Athlon 2200 processor
512K Kingston PC2100 Memory
MicroAtx Case
2 PVR250's w/remote
eVGA e-GeForce mx4000 (64 Ram with Tv/Out (Svideo))
Lite-on DVD cd-rw combo
120 GB Western Digital


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 28, 2007 7:47 pm 
Offline
Joined: Thu Feb 19, 2004 6:52 pm
Posts: 117
FYI
scheduling of SD auto-updates doesn't work.

see
http://forums.schedulesdirect.org/viewt ... ?f=7&t=123

StuartM on Mon Aug 27, 2007 6:01 am writes
Quote:
I've committed the fix to trunk and -fixes. It will probably make it downstream to packages in the next week, this may not be the last SchedulesDirect related fix.

Not unsurprisingly, in the rush to get 0.20.2 released in plenty of time for the Zap2It close-down, one or two problems slipped past the attention of everyone involved. We don't normally backport features to the stable branch and especially not in such a short time frame. So I hope everyone can forgive these minor issue


jim aka the wrooster


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 29, 2007 12:24 pm 
Offline
Joined: Wed May 24, 2006 9:10 am
Posts: 107
Location: Minneapolis, MN
tama102 wrote:
Quote:
Tama, back to my previous question -- which version of Knoppmyth are you running? Also, are you sure that you built and installed the mythplugin's? These steps were covered in Cecil's original post, but to be sure, you can try it again by going to a working directory you are willing to put stuff in (I used /myth/tmp/020upgrade) and executing the following:
Code:
svn co http://svn.mythtv.org/svn/branches/release-0-20-fixes/mythplugins
cd mythplugins
./configure --prefix=/usr --enable-all --disable-festival  --enable-fftw --enable-sdl --enable-aac --enable-new-exif
qmake mythplugins.pro
make
su
make install


It almost sounds like you never did the "make install" for the plugins, or perhaps you forget to do the "su" before you did the "make install".

Marc


Marc, I am running R5C7 (Yes, I know it is old, but I got everything working relly well). I am almost certain that I did do the 'make install', but When I get home I will re-run everything from Cecils first post just to make sure all the steps executed correcty. Just for clarrification, everything should be run from user mythtv$ untill the su steps where it goes to root?


Alright I am getting much closer. I redid everything from post #1 in this thread, and also followed the knoppmythwiki http://www.knoppmythwiki.org/index.php? ... hTVFromSVN

Once it finished, I went back into my frontend and checked out my plugins. I now have Mythnews, which I didnt have before. I am still getting the same 'mythbookmarks' plugin as shown in my post above when I try to access the web via the front end.

When I try to access mythweb via a PC firefox browser I get the following message:

Database Setup Error

The database environment variables are not correctly set in the included .htaccess file. Pleas read through the comments included in the file and set up the db_* environment variables correctly. Some possible solutions are to make sure that mod_env is enabled in httpd.conf, as well as having the followed the instructions in the README about the Allow Override settings."

So that is where I am at. I looked through my httpd.conf file, AllowOverride is set to all. I think I am getting close to getting this to work, but I am still confused over these last two things.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 29, 2007 8:21 pm 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
Tama, I hate to say this, but it might be a lot easier to upgrade to the new version that Cecil has talked about releasing shortly. If for some reason that new version doesn't make it out in time, the alternative is to upgrade to R5F1 and then apply the changes outlined.

Marc


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 29, 2007 9:45 pm 
Offline
Joined: Wed May 24, 2006 9:10 am
Posts: 107
Location: Minneapolis, MN
marc.aronson wrote:
Tama, I hate to say this, but it might be a lot easier to upgrade to the new version that Cecil has talked about releasing shortly. If for some reason that new version doesn't make it out in time, the alternative is to upgrade to R5F1 and then apply the changes outlined.

Marc


I was thinking the same thing Marc. Thanks for the help, you are an asset to the forum


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 29, 2007 9:59 pm 
Offline
Joined: Tue Jan 18, 2005 2:07 am
Posts: 1532
Location: California
tama102 wrote:
I was thinking the same thing Marc. Thanks for the help, you are an asset to the forum


Thank you for the kind words.

Marc


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 30, 2007 9:05 am 
Offline
Joined: Tue Apr 11, 2006 6:31 pm
Posts: 31
Location: Austin, TX
Anybody else having problems grabbing the listings? I'm getting this from mythfilldatabase

Code:
Resolving webservices.schedulesdirect.tmsdatadirect.com... 206.18.98.175
Connecting to webservices.schedulesdirect.tmsdatadirect.com|206.18.98.175|:80... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Reusing existing connection to webservices.schedulesdirect.tmsdatadirect.com:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/xml]

    [  <=>                                ] 27,913        38.82K/s

10:05:46 (38.74 KB/s) - `-' saved [27913]

2007-08-30 10:05:46.432 DataDirect: WARNING: Your subscription expires on 09/03/07 15:46:21
2007-08-30 10:05


and a segmentation fault

Code:
===============================================================
| Attempting to contact the master backend for rescheduling.  |
| If the master is not running, rescheduling will happen when |
| the master backend is restarted.                            |
===============================================================
2007-08-30 11:06:55.826 Connecting to backend server: 127.0.0.1:6543 (try 1 of 5)
2007-08-30 11:06:55.858 Using protocol version 31
2007-08-30 11:06:55.897 Received a remote 'Clear Cache' request
Segmentation fault

_________________
R5F27, asus K8V, athlon64 3000+, Air2pc HD5000, nvidia 6200 agp 8x


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 30, 2007 10:40 am 
Offline
Joined: Tue Apr 11, 2006 6:31 pm
Posts: 31
Location: Austin, TX
Oops!!
I forgot to do step 9. I'm good now. Thanks for the walkthough Cecil.

_________________
R5F27, asus K8V, athlon64 3000+, Air2pc HD5000, nvidia 6200 agp 8x


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 30, 2007 5:51 pm 
Offline
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location: Virginia, USA
After a day of trying (and failing) to get compiz-fusion back up and running on my Ubuntu box, it was a real treat to follow Cecil's instructions and have it work spot-on the first time. This was from R5F1. Great job, thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 30, 2007 6:12 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
:D


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 189 posts ] 
Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 13  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 27 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu