home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
TV Service doesn't start automatically with XP
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CathodeRay" data-source="post: 1148442" data-attributes="member: 128074"><p>mm - I haven't given up, just realised I needed a break! Days can get swallowed up chasing the impossible, and sometimes a fresh mind can think of something else. (BTW, I respect the gentle language used in your post - appreciated.) I knew the wiki was community written but didn't realise anyone could easily and simply add to it/correct it etc so I will get round to adding what I can to it. </p><p></p><p>One of the reason for sticking with the devil I know (ie MP 1.2) is that I get the impression system requirements for later version are higher and my system (as you will note from the earlier watchdog uploads) is quite old and quite low spec. The other reasons I've previously mentioned.</p><p></p><p>This morning something rather bizarre happened: MP started working again after a few reboots. On reflection, there was a clue: one of the error messages was one of the dependencies was marked for deleetion or something along those lines: it was probably the old Windows thing of doing the deletion during a reboot.</p><p></p><p>Even more bizarre: one of the reboots had a quick mysql start. You can see this in the attached mysql_error.log - I've pointed to it with '<=here' (without the quotes), at 150815 11:11:54. Instead of the usual 2+ minutes mysql start, it was only a few seconds. I have no idea why this happened, no clue I can see in the mysql log. I still haven't found a way of getting more verbose output from mysql despite extensive googling.</p><p></p><p>As a possible workaround for now, I decided to see if I could use a batch file to check whether mysql was started (running) and when it is, start tvservice, and sure enough it is easy enough (google was my friend this time). Put this in batch file in the startup folder:</p><p></p><p>:notrunning</p><p>ping /n 5 0.0.0.0 >NUL</p><p>for /f "tokens=4" %%I in ('sc query mysql ^| find /i "state"') do (</p><p> if NOT #%%I==#RUNNING goto notrunning</p><p>)</p><p>net start tvservice</p><p></p><p>It lacks finesse for now and uses goto but it works: a cmd prompt window pops up and cycles through the loop and then disappears as it comes out of the loop once mysql is running, starting tvservice on the way.</p><p></p><p>HTPCSourcer - thanks for the kind offer if I get stuck, but I am probably going to stick with what I've got, at least for now (mainly for the reasons above).</p></blockquote><p></p>
[QUOTE="CathodeRay, post: 1148442, member: 128074"] mm - I haven't given up, just realised I needed a break! Days can get swallowed up chasing the impossible, and sometimes a fresh mind can think of something else. (BTW, I respect the gentle language used in your post - appreciated.) I knew the wiki was community written but didn't realise anyone could easily and simply add to it/correct it etc so I will get round to adding what I can to it. One of the reason for sticking with the devil I know (ie MP 1.2) is that I get the impression system requirements for later version are higher and my system (as you will note from the earlier watchdog uploads) is quite old and quite low spec. The other reasons I've previously mentioned. This morning something rather bizarre happened: MP started working again after a few reboots. On reflection, there was a clue: one of the error messages was one of the dependencies was marked for deleetion or something along those lines: it was probably the old Windows thing of doing the deletion during a reboot. Even more bizarre: one of the reboots had a quick mysql start. You can see this in the attached mysql_error.log - I've pointed to it with '<=here' (without the quotes), at 150815 11:11:54. Instead of the usual 2+ minutes mysql start, it was only a few seconds. I have no idea why this happened, no clue I can see in the mysql log. I still haven't found a way of getting more verbose output from mysql despite extensive googling. As a possible workaround for now, I decided to see if I could use a batch file to check whether mysql was started (running) and when it is, start tvservice, and sure enough it is easy enough (google was my friend this time). Put this in batch file in the startup folder: :notrunning ping /n 5 0.0.0.0 >NUL for /f "tokens=4" %%I in ('sc query mysql ^| find /i "state"') do ( if NOT #%%I==#RUNNING goto notrunning ) net start tvservice It lacks finesse for now and uses goto but it works: a cmd prompt window pops up and cycles through the loop and then disappears as it comes out of the loop once mysql is running, starting tvservice on the way. HTPCSourcer - thanks for the kind offer if I get stuck, but I am probably going to stick with what I've got, at least for now (mainly for the reasons above). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
TV Service doesn't start automatically with XP
Contact us
RSS
Top
Bottom