[mythtv-users] MobileMyth v.7 Released - Better Late Than Never
Mark Perkins
perkins1724 at hotmail.com
Tue Nov 11 13:22:37 UTC 2014
> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> bounces at mythtv.org] On Behalf Of Jon Heizer
> Sent: Tuesday, 11 November 2014 2:08 PM
> To: Discussion about MythTV
> Subject: Re: [mythtv-users] MobileMyth v.7 Released - Better Late Than
> Never
>
> Repo is live. If you are using a hand installed version you will first need to
> remove the apache configs to disable the old version. You can also remove
> the old folder with the site files as it will all go in a different place now. If you
> want to keep all your settings save the site folder until after you have
> completed the new install and then copy all of the .xml files in the
> website/App_Data folder to /etc/mobilemyth/
>
> To active it add to your /etc/apt/sources.list
> deb http://repo.mobilemyth.net/ repository/ sudo apt-get update sudo apt-
> get install mobilemyth
>
> All the errors that had been reported have also been fixed. With this all
> working now I'll try to release smaller updates more often.
>
> Jon
>
>
Hi Jon, thanks for this!
However I'm having some trouble getting this working. Install appeared to work fine except it seemed to just hang at the restart apache2 step. After waiting a bit I opened a second terminal and manually stopped / started apache2 and everything appeared to complete.
This is the final part of the install:
apache2_invoke: Enable module mod_mono
* Restarting web server apache2 [ OK ]
apache2_invoke: Enable module mod_mono_auto
* Restarting web server apache2 [Tue Nov 11 23:00:18.100573 2014] [so:warn] [pid 20462] AH01574: module mono_module is already loaded, skipping
[ OK ]
Setting up mobilemyth (0.7.1-1) ...
Enabling site mobilemyth.
To activate the new configuration, you need to run:
service apache2 reload
* Restarting web server apache2 [Tue Nov 11 23:04:46.174353 2014] [so:warn] [pid 20801] AH01574: module mono_module is already loaded, skipping
[ OK ]
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
However, when I try and open mobilemyth I get the following errors:
Application Exception
System.ArgumentOutOfRangeException
Argument is out of range.
Parameter name: dueTime
Description: HTTP 400.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): mscorlib.
Exception stack trace:
at System.Threading.Timer.Change (Int64 dueTime, Int64 period, Boolean first) [0x00000] in <filename unknown>:0
at System.Threading.Timer.Init (System.Threading.TimerCallback callback, System.Object state, Int64 dueTime, Int64 period) [0x00000] in <filename unknown>:0
at System.Threading.Timer..ctor (System.Threading.TimerCallback callback, System.Object state, Int32 dueTime, Int32 period) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Threading.Timer:.ctor (System.Threading.TimerCallback,object,int,int)
at System.Web.HttpContext.StartTimeoutTimer () [0x00000] in <filename unknown>:0
at System.Web.HttpApplication.PreStart () [0x00000] in <filename unknown>:0
at System.Web.HttpApplication.Start (System.Object x) [0x00000] in <filename unknown>:0
at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0
at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest req) [0x00000] in <filename unknown>:0
at System.Web.HttpRuntime.RealProcessRequest (System.Object o) [0x00000] in <filename unknown>:0
at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest wr) [0x00000] in <filename unknown>:0
at Mono.WebServer.MonoWorkerRequest.ProcessRequest () [0x00000] in <filename unknown>:0
Version Information: 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1); ASP.NET Version: 4.0.30319.17020
There was a thread from 2013 that suggested a reinstall would work. So I tried:
sudo apt-get install --reinstall mobilemyth
but that returned the following errors:
Enabling site mobilemyth.
To activate the new configuration, you need to run:
service apache2 reload
* Restarting web server apache2 [fail]
dpkg: error processing package mobilemyth (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
mobilemyth
E: Sub-process /usr/bin/dpkg returned an error code (1)
So I then tried to purge and reinstall
sudo apt-get purge mobilemyth && sudo apt-get install mobilemyth
Which appeared to work perfectly fine. Apache2 restarted fine. But I still get the same error as above. Do you have any suggestions on what steps I could try next?
Thanks in advance for any assistance.
More information about the mythtv-users
mailing list