View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 9 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: 7.3-7.4 Install
PostPosted: Mon Sep 10, 2012 9:57 am 
Offline
Joined: Tue Sep 12, 2006 6:03 am
Posts: 210
Location: Roseville, MI
I would just like to say how easy the latest upgrade was for LinHES. I finally bit the bullet and upgraded from 7.1 to 7.3 then to 7.4 over the weekend, following Cecil's directions, on my Master Backend and Frontend.

This was by far the easiest upgrade for me to date. Not to mention all settings were carried thru during the upgrade. The only issue I had was remembering to enter a new console (Alt+F3) to continue the upgrade (unless the upgrade_linhes.sh script is suppose to do that automatically). Really digging the new MythTV 0.25, and LinHES.

Keep up the great work.

Now onto tweaking the mythmediastream theme, but that is another post.

_________________
-Roseville, Michigan USA
LinHES R8: FE/BE, FE (x2)


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Tue Dec 04, 2012 9:48 am 
Offline
Joined: Thu Sep 27, 2007 5:44 pm
Posts: 580
My upgrade was pretty painless as well. I upgraded from R7.1 to R7.4 two days ago and I had to remove a couple packages as per this link:
viewtopic.php?f=22&t=22812

I didn't do anything with alt+f3 during the upgrade, so I am not sure if the script did that automatically on mine? The biggest "gotcha" so far was that the upgrade to mythtv 0.25 added a standby option in the frontend which defaulted to 90 minutes. This meant that even with the frontend open, the unit shutdown after 90 minutes of inactivity. I just set that option to 0 as I have been using mythwelcome to control my auto-shutdown and auto-startup.

The only other thing I have noticed is that my backend and frontend logs have been untouched since the upgrade. I haven't quite figured that one out...


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Tue Dec 04, 2012 3:13 pm 
Offline
Joined: Wed Jan 04, 2006 10:20 am
Posts: 387
Location: South New Jersey, USA
Starting with .25 the logs follow a different system where each day is put into its own sub folder. Take a look in /var/log/2012-12-03/ and see if the new logs are in there.

_________________
LINHES 8.6.1 BE/FE - MSI K9N6SGM-V with AMD A64 X2 4600+, 4GB Ram. 1.5TB WD. HDHR Prime. Nvidia GT210. MCE remote.
FrontEnd - Dell Vostro 400 3.0GHz Core2Duo NVidia GeForce210. MCE Remote


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Fri Dec 07, 2012 10:47 am 
Offline
Joined: Thu Sep 27, 2007 5:44 pm
Posts: 580
Big boy stan wrote:
Starting with .25 the logs follow a different system where each day is put into its own sub folder. Take a look in /var/log/2012-12-03/ and see if the new logs are in there.


I do not see any dated folders in /var/log. Everything seems to be operating normally so I do not need the logs at this time. However, they would be nice to have in the event that I do need them, lol.


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Fri Dec 07, 2012 11:51 pm 
Offline
Joined: Tue Aug 15, 2006 11:14 am
Posts: 1343
Location: Orlando FL
Your system should be writing logs even when everything is fine.

_________________
My System


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Sat Dec 08, 2012 6:59 am 
Offline
Joined: Thu Sep 27, 2007 5:44 pm
Posts: 580
I know... I was just hoping to ignore it. But now I'm on the hunt. I am reading the messages.log file and it has the following in it, which I don't know if it is suspicious or normal:

Code:
Dec  8 06:45:30 LinHES mythfrontend[5578]: N thread_unknown mythcommandlineparser.cpp:2538 (ConfigureLogging) Enabled verbose msgs:  general
Dec  8 06:45:30 LinHES mythfrontend[5578]: N thread_unknown logging.cpp:1176 (logStart) Setting Log Level to LOG_INFO
Dec  8 06:45:30 LinHES mythfrontend[5578]: I thread_unknown logging.cpp:229 (FileLogger) Added logging to the console
Dec  8 06:45:30 LinHES mythfrontend[5578]: I thread_unknown logging.cpp:369 (SyslogLogger) Added syslogging to facility local6
Dec  8 06:45:30 LinHES mythfrontend[5578]: I thread_unknown logging.cpp:425 (DatabaseLogger) Added database logging to table logging
Dec  8 06:45:30 LinHES mythfrontend[5578]: N thread_unknown logging.cpp:1215 (logStart) Setting up SIGHUP handler
Dec  8 06:45:30 LinHES mythfrontend[5578]: N thread_unknown mythdirs.cpp:51 (InitializeMythDirs) Using runtime prefix = /usr
Dec  8 06:45:30 LinHES mythfrontend[5578]: N thread_unknown mythdirs.cpp:64 (InitializeMythDirs) Using configuration directory = /home/mythtv/.mythtv


It's hard to know where to start when you usual start by looking at the frontend and backend logs! lol


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Sat Dec 08, 2012 10:29 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Try:
Code:
pacman -Sy rsyslog
pacman -Sy runit-scripts
remove_service.sh syslog-ng
add_service.sh rsyslog


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Sat Dec 08, 2012 11:12 am 
Offline
Joined: Thu Sep 27, 2007 5:44 pm
Posts: 580
Code:
sudo pacman -Sy rsyslog
:: Synchronizing package databases...
 core is up to date
 extra is up to date
resolving dependencies...
looking for inter-conflicts...
:: rsyslog and syslog-ng are in conflict. Remove syslog-ng? [y/N] y


Code:
sudo pacman -Sy runit-scripts
:: Synchronizing package databases...
 core is up to date
 extra is up to date
warning: runit-scripts-2.1.1-66 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (1): runit-scripts-2.1.1-66

Total Download Size:    0.00 MB
Total Installed Size:   0.58 MB

Proceed with installation? [Y/n] Y


Code:
remove_service.sh syslog-ng


Code:
add_service.sh rsyslog
rsyslog is already present


Immediately there was a folder /var/log/2012-12-08. Thanks! Oddly, the LinHES_mythbackend.1710.log file is already 40k and growing. Lots of lines like:
Code:
2012-12-08T11:27:41.300199-06:00 LinHES mythbackend[1710]: I ProcessRequest ringbuffer.cpp:1086 (WaitForAvail) RingBuf(/myth/tv/2039_20121208100616.mpg): Waited 0.2 seconds for data #012#011#011#011to become available... 127016 < 196608


I think I'll reboot in case the verbosity is set too high or something.

Edit:
Nope, in the 20 minutes since I rebooted:
Code:
ls -l
total 516
-rw-r--r-- 1 root root    443 Dec  8 11:30 LinHES_acpid.log
-rw-r--r-- 1 root root    198 Dec  8 11:30 LinHES_apcupsd.log
-rw-r--r-- 1 root root    554 Dec  8 11:30 LinHES_exportfs.log
-rw-r--r-- 1 root root  63946 Dec  8 11:30 LinHES_kernel.log
-rw-r--r-- 1 root root  69593 Dec  8 11:35 LinHES_messages.log
-rw-r--r-- 1 root root  47524 Dec  8 11:29 LinHES_mythbackend.1710.log
-rw-r--r-- 1 root root 167573 Dec  8 11:49 LinHES_mythbackend.1724.log
-rw-r--r-- 1 root root  32073 Dec  8 11:34 LinHES_mythfrontend.0.log
-rw-r--r-- 1 root root   1023 Dec  8 11:29 LinHES_mythfrontend.17308.log
-rw-r--r-- 1 root root  41517 Dec  8 11:46 LinHES_mythfrontend.2236.log
-rw-r--r-- 1 root root   4953 Dec  8 11:30 LinHES_mythmetadatalookup.1991.log
-rw-r--r-- 1 root root   4992 Dec  8 11:35 LinHES_mythmetadatalookup.2442.log
-rw-r--r-- 1 root root   4992 Dec  8 11:35 LinHES_mythmetadatalookup.2596.log
-rw-r--r-- 1 root root   4953 Dec  8 11:37 LinHES_mythmetadatalookup.2703.log
-rw-r--r-- 1 root root   1416 Dec  8 11:33 LinHES_ntpd.log
-rw-r--r-- 1 root root    139 Dec  8 11:30 LinHES_polkitd.log
-rw-r--r-- 1 root root    281 Dec  8 11:30 LinHES_rpc.statd.log
-rw-r--r-- 1 root root    239 Dec  8 11:30 LinHES_rsyslogd-2177.log
-rw-r--r-- 1 root root    462 Dec  8 11:30 LinHES_rsyslogd.log
-rw-r--r-- 1 root root      0 Dec  8 11:30 LinHES_sm-notify.log
-rw-r--r-- 1 root root    581 Dec  8 11:31 LinHES_sshd.log
-rw-r--r-- 1 root root   2071 Dec  8 11:35 LinHES_sudo.log
-rw-r--r-- 1 root root    321 Dec  8 11:31 LinHES_su.log
-rw-r--r-- 1 root root    100 Dec  8 11:29 LinHES_wall.log


Is it normal for the logs to grow this quickly in 0.25?

edit 2: Conversation continues here:
viewtopic.php?f=21&t=23651


Last edited by knappster on Sat Dec 08, 2012 3:09 pm, edited 1 time in total.


Top
 Profile  
 
 Post subject: Re: 7.3-7.4 Install
PostPosted: Sat Dec 08, 2012 11:44 am 
Offline
Joined: Fri Jul 21, 2006 11:12 pm
Posts: 1194
Location: SC
Sounds like a different issue. Please open a new thread.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: Google [Bot] and 29 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu