View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 70 posts ] 
Go to page 1, 2, 3, 4, 5  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: OK to upgrade to 0.24?
PostPosted: Thu Feb 10, 2011 2:21 pm 
Offline
Joined: Mon Sep 28, 2009 5:42 am
Posts: 50
I did a pacman -Syu tonight just for fun and, for the first time in a long while, there are updated packages, which include the next version of myth, 0.24. So I panicked and didn't go ahead with the upgrade.

Is it OK to just go ahead and upgrade using pacman -Syu, or should we be waiting for LH7?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 10, 2011 2:30 pm 
Offline
Joined: Fri Jun 04, 2004 7:07 am
Posts: 19
I would say wait. I setup a frontend last night, which grabbed mythtv .24, which was not compatible with my mythtv .23 backend.

I posted the following message in the Installation forum:

http://knoppmyth.net/phpBB2/viewtopic.php?t=22014


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 10, 2011 3:51 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
Yes, it is ok. You should note, configuration under the Service Menu will be broken.
    sudo mythbackup
    sudo sv stop mythbackend
    sudo pacman -Syu
    sudo sv start mythbackend (give it a minute to upgrade the schema)
    start the frontend and answer yes to upgrading the schema

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 10, 2011 4:56 pm 
Offline
Joined: Mon Apr 10, 2006 3:48 pm
Posts: 997
Location: Lexington, Ky
Thanks for the heads up and what to expect. I assume you'll let everyone know when the Service Menu fixes will be available.

Thanks for all your work and support...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 10, 2011 7:11 pm 
Offline
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location: Ft. Worth TX
Should we fiddle with 6 (on the way out), or prepare for 7 (on the way in) ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 10, 2011 9:17 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
i did the exact same thing i paniced and said no. i just got this box working i wasnt about to break it already.

_________________
My System


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 11, 2011 6:57 am 
Offline
Joined: Wed Feb 08, 2006 6:13 pm
Posts: 480
Location: IN
I just (accidentally) upgraded to 0.24 and while it is working I would recommend waiting. Most of the themes just aren't quite there yet and you can no longer select a separate OSD theme so you are stuck with whatever the theme developer included unless you want to edit xml. Also you no longer have any control over font sizes in the menus and several of the themes do not have their font sizes right. Again the only fix I've found is editing the xml.

The theme engine does appear to be improved and I'm sure the end result will be positive but right now the theme developers (again) appear to be on the step upward slope of the learning curve.

my $0.02

Martian

_________________
ABIT NF-M2 nView | Athlon 64 X2 3800+ | 2GB DDR2 800 | HDHomerun | GeForce 6150 (onboard) | WD 640 GB SATA HD | DVD-RW (sata) | StreamZap IR receiver with Logitech Harmony remote

Vizio 37" LCD HDTV (1080p)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 11, 2011 6:58 am 
Offline
Joined: Wed Feb 08, 2006 6:13 pm
Posts: 480
Location: IN
Wrong thread:

_________________
ABIT NF-M2 nView | Athlon 64 X2 3800+ | 2GB DDR2 800 | HDHomerun | GeForce 6150 (onboard) | WD 640 GB SATA HD | DVD-RW (sata) | StreamZap IR receiver with Logitech Harmony remote

Vizio 37" LCD HDTV (1080p)


Last edited by Martian on Sat Feb 12, 2011 10:10 am, edited 1 time in total.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 11, 2011 8:00 pm 
Offline
Joined: Tue Apr 21, 2009 8:26 am
Posts: 5
Location: Dallas,TX
Since I ran the upgrade, I noticed the issue of mythweb broke via the php.ini file. I also noticed an issue today during a testing install that when you go to setup --> linhes setup to adjust the remotes for my blaster, it was asking for libmyth-0.23.1.so in the mythfront log. I tried copying it from another system I have setup not upgraded yet and didnt fix it. It may be something that I goofed but I'm not upgrading my back box until I figure out all the details whats going on.

_________________
MBE/FE: Source 24.2, AMD 64 X2 4400+ 2gb 1.5 Tb Dual PVR 500 + Motorola STB
MBE: R6, AMD 64 X2 4400+ 3gb 2 Tb HDPVR + Motorola STB
FE: Custom AMD FX 55 2 Gb
Dev: Custom 0.25 from source MBE/FE


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 11, 2011 10:15 pm 
Offline
Joined: Sun Sep 25, 2005 3:50 pm
Posts: 1013
Location: Los Angeles
Mikesha311 wrote:
Since I ran the upgrade, I noticed the issue of mythweb broke via the php.ini file.


Does your php.ini have these lines?
Code:
extension=gettext.so
extension=mysql.so
extension=posix.so
extension=session.so
extension=sockets.so
extension=zlib.so

If not, add them, restart lighttpd and try again.
Code:
$ sudo sv restart lighttpd


If that's not it, articulating what php errors you're seeing would be helpful.

Mikesha311 wrote:
I also noticed an issue today during a testing install that when you go to setup --> linhes setup . . .


cesman wrote:
You should note, configuration under the Service Menu will be broken.

_________________
Mike
My Hardware Profile


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 11, 2011 11:29 pm 
Offline
Joined: Tue Apr 21, 2009 8:26 am
Posts: 5
Location: Dallas,TX
Yep I seen Cecil say tonight that the Service menu would be broken which now is understandable. Its looking for a lib under myth 0.23. I figured out the php.ini by doing a sdiff against the original. I was just mentioning it on the forum in case someone else seen the issue.

_________________
MBE/FE: Source 24.2, AMD 64 X2 4400+ 2gb 1.5 Tb Dual PVR 500 + Motorola STB
MBE: R6, AMD 64 X2 4400+ 3gb 2 Tb HDPVR + Motorola STB
FE: Custom AMD FX 55 2 Gb
Dev: Custom 0.25 from source MBE/FE


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 13, 2011 12:42 am 
Offline
Joined: Tue Apr 21, 2009 8:26 am
Posts: 5
Location: Dallas,TX
Looks like another upgrade got pushed out tonight and I've confirmed that the service menu is working again.

_________________
MBE/FE: Source 24.2, AMD 64 X2 4400+ 2gb 1.5 Tb Dual PVR 500 + Motorola STB
MBE: R6, AMD 64 X2 4400+ 3gb 2 Tb HDPVR + Motorola STB
FE: Custom AMD FX 55 2 Gb
Dev: Custom 0.25 from source MBE/FE


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 20, 2011 5:48 am 
Offline
Joined: Sun Feb 13, 2005 3:34 pm
Posts: 65
Any more feedback from those that have tried the update? Should I still expect mythweb to be busted? Anything else to report?

Considering updating tomorrow as i'm dying to get the .24 update and audio over HDMI working.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 20, 2011 9:18 am 
Offline
Joined: Sat Jun 24, 2006 3:07 pm
Posts: 1
I upgraded yesterday and had two problems. The main one was, as reported before, the php.ini extension dir was set incorrectly. The other problem was that LIRC got set up with a double entry for my remote. LIRC had two remotes listed it had the configfile and the vi backup configfile~, so any keypress was duplicated.

Other those two things everything went smoothly


Top
 Profile  
 
 Post subject:
PostPosted: Sun Feb 20, 2011 9:26 pm 
Offline
Joined: Sun Feb 13, 2005 3:34 pm
Posts: 65
jayb282 wrote:
Any more feedback from those that have tried the update? Should I still expect mythweb to be busted? Anything else to report?

Considering updating tomorrow as i'm dying to get the .24 update and audio over HDMI working.


As a followup, I hit the same mythweb problems. I was missing
extension=session.so

and my extension_dir was set to "usr/lib/php/20060613". Changed that to "/usr/lib/php/modules".

Everything i've tried so far seems to be ok.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 70 posts ] 
Go to page 1, 2, 3, 4, 5  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 12 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