<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 7:02 PM, R. G. Newbury <span dir="ltr"><<a href="mailto:newbury@mandamus.org">newbury@mandamus.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 09/29/2010 05:44 AM, Mike Perkins wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
OLO wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
ad. FIRST<br>
<br>
still got some space left (it fills up slowly as the backend is recording<br>
but when problem ocured there was much more space)<br>
df -h<br>
Filesystem Size Used Avail Use% Mounted on<br>
/dev/sda1 227G 210G 5.2G 98% /<br>
</blockquote></blockquote>
<br></div>
I forgot to mention. This is FAR to close to being full, for a running mythbox. You really need to think about splitting the system.<br>
Put a small drive (30-40Gig) drive into the system, and dedicate the big one to video storage.<br>
<br>
You can even run myth from a USB memory key. Needs about 8 Gig for a minimal myth setup, without all the bloat which ends up on our usual systems.<br>
Geoff<br><div><div class="h5">
<br></div></div></blockquote><div>Yes i know its getting a bit full right now as i cannot delete the recordings for about a month now... Luckly i've set up live tv to be deleted daily so that should be fine till i'll figure out whats wrong with it (hopefully)<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5">
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div class="im">On 09/29/2010 03:44 AM, OLO wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
<br>
On Wed, Sep 29, 2010 at 2:53 AM, R. G. Newbury <<a href="mailto:newbury@mandamus.org" target="_blank">newbury@mandamus.org</a><br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
ad. FOURTH<br>
There might be some problem, duplicate entry?<br>
+-----------------+-----------+<br>
| value | data |<br>
+-----------------+-----------+<br>
| BackendServerIP | 127.0.0.1 |<br>
| MasterServerIP | 127.0.0.1 |<br>
| BackendServerIP | 127.0.0.1 |<br>
+-----------------+-----------+<br>
3 rows in set (0.00 sec)<br>
</blockquote>
<br></div>
You should not have 2 instances of any value in the settings table.<br>
Use:<br>
mysql> delete from settings where value = "BackendServerIP" limit 1;<br>
<br>
And re-check. You should only have one instance.<br>
<br>Yup, done that and now got one instance showing, but as previously mentioned i've fiddled with hostnames in myth setup changing from localhost to mythbox to 127.0.0.1 and back to localhost and now im getting configuration screen after reboot (select language), when i do esc it switches after a while to frontend (still with no recordings).<br>
<br><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
ad. FIFTH<br>
Theres different IP address in here then i thought it should be:<br>
less /etc/hosts | grep mythbox<br>
127.0.1.1 mythbox<br>
</blockquote>
<br>
Well THIS would explain a LOT. It should be 127.0.0.1 like in your mysql
table. So of course, myth is trying to talk to the wrong IP address.<br>
<br>
Fix, restart the network (or reboot) and check again.<div class="im"><br>
<br>Tried that and no luck ... it still belives its 127.0.1.1<br><br clear="all"></div><br>-- <br><font color="#888888">--<br>
Two rules for life:<br>
1. Don't tell people everything you know.<br>
2.<br>
</font><br>