LinHES Forums
http://forums.linhes.org/

7.3-7.4 Install
http://forums.linhes.org/viewtopic.php?f=22&t=22788
Page 1 of 1

Author:  spideyk21 [ Mon Sep 10, 2012 9:57 am ]
Post subject:  7.3-7.4 Install

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.

Author:  knappster [ Tue Dec 04, 2012 9:48 am ]
Post subject:  Re: 7.3-7.4 Install

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...

Author:  Big boy stan [ Tue Dec 04, 2012 3:13 pm ]
Post subject:  Re: 7.3-7.4 Install

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.

Author:  knappster [ Fri Dec 07, 2012 10:47 am ]
Post subject:  Re: 7.3-7.4 Install

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.

Author:  mattbatt [ Fri Dec 07, 2012 11:51 pm ]
Post subject:  Re: 7.3-7.4 Install

Your system should be writing logs even when everything is fine.

Author:  knappster [ Sat Dec 08, 2012 6:59 am ]
Post subject:  Re: 7.3-7.4 Install

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

Author:  brfransen [ Sat Dec 08, 2012 10:29 am ]
Post subject:  Re: 7.3-7.4 Install

Try:
Code:
pacman -Sy rsyslog
pacman -Sy runit-scripts
remove_service.sh syslog-ng
add_service.sh rsyslog

Author:  knappster [ Sat Dec 08, 2012 11:12 am ]
Post subject:  Re: 7.3-7.4 Install

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

Author:  brfransen [ Sat Dec 08, 2012 11:44 am ]
Post subject:  Re: 7.3-7.4 Install

Sounds like a different issue. Please open a new thread.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/