<br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 7:49 PM, OLO <span dir="ltr">&lt;<a href="mailto:m3mys3lf4ndi@gmail.com">m3mys3lf4ndi@gmail.com</a>&gt;</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;">
<br><br><div class="gmail_quote"><div class="im">On Wed, Sep 29, 2010 at 7:02 PM, R. G. Newbury <span dir="ltr">&lt;<a href="mailto:newbury@mandamus.org" target="_blank">newbury@mandamus.org</a>&gt;</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>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>
<br></div></div></blockquote></div><div>Yes i know its getting a bit full right now as i cannot delete the recordings for about a month now... Luckly i&#39;ve set up live tv to be deleted daily so that should be fine till i&#39;ll figure out whats wrong with it (hopefully)<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;"><div><div>
<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></div><br><div><div class="im">On 09/29/2010 03:44 AM, OLO wrote:<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;">
<br>
<br>
On Wed, Sep 29, 2010 at 2:53 AM, R. G. Newbury &lt;<a href="mailto:newbury@mandamus.org" target="_blank">newbury@mandamus.org</a><br>
</blockquote>
<br>
</div></div><div class="im"><div><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></div><div class="im">
You should not have 2 instances of any value in the settings table.<br>
Use:<br>
mysql&gt; delete from settings where value = &quot;BackendServerIP&quot; limit 1;<br>
<br>
And re-check. You should only have one instance.<br>
<br></div>Yup, done that and now got one instance showing, but as previously mentioned i&#39;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).<div class="im">
<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></div><div class="im">
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><div><br>
<br>Tried that and no luck ... it still belives its 127.0.1.1<br><br clear="all"></div><div><div></div><div class="h5"><br>-- <br><font color="#888888">--<br>
Two rules for life:<br>
1. Don&#39;t tell people everything you know.<br>
2.<br>
</font><br>
</div></div></blockquote></div>I&#39;m still stuck,<br>changed /etc/hosts to 127.0.0.1 mythbox but theres the same IP entry for localhost.<br>Now it boot fine into frontend but still doesnt show recordings.<br><br><br>To recap:<br>
<br><b>mysql&gt;</b> use mysql;<br><br>Database changed<br><b>mysql&gt;</b> select host,user,password from user;<br>+-----------+------------------+-------------------------------------------+<br>| host      | user             | password                                  |<br>
+-----------+------------------+-------------------------------------------+<br>| localhost | root             | *734F96084C7<br>| terranova | root             | *734F96084C7<br>| 127.0.0.1 | root             | *734F96084C7<br>
| localhost | debian-sys-maint | *8B993C69<br>| localhost | mythtv           | *ADEB9DF9E4<br>| %         | mythtv           | *ADEB9DF9E48<br>+-----------+------------------+-------------------------------------------+<br>
<br><b>mysql&gt; </b>use mythconverg<br>Reading table information for completion of table and column names<br>You can turn off this feature to get a quicker startup with -A<br><br>Database changed<br><b>mysql&gt;</b> select distinct hostname,count(hostname) from settings;<br>
+----------+-----------------+<br>| hostname | count(hostname) |<br>+----------+-----------------+<br>| mythbox  |             449 |<br>+----------+-----------------+<br>1 row in set (0.00 sec)<br><br><b>mysql&gt;</b> select value,data from settings where value like &quot;%ServerIP&quot;;<br>
+-----------------+-----------+<br>| value           | data      |<br>+-----------------+-----------+<br>| MasterServerIP  | 127.0.0.1 |<br>| BackendServerIP | 127.0.0.1 |<br>+-----------------+-----------+<br>2 rows in set (0.00 sec)<br>
<br><b>less /etc/hosts</b><br><br>127.0.0.1       localhost<br>127.0.0.1       mythbox<br><br># The following lines are desirable for IPv6 capable hosts<br>::1     localhost ip6-localhost ip6-loopback<br>fe00::0 ip6-localnet<br>
ff00::0 ip6-mcastprefix<br>ff02::1 ip6-allnodes<br>ff02::2 ip6-allrouters<br>ff02::3 ip6-allhosts<br><br>Still there is something wrong as i cannot login as user to mysql, only as root, even that in my ~ .mysql.txt file all seems correct (passwords).<br>
Any more suggestions what to do with mysql? Im totally green in mysql so haven&#39;t got a clue what else to do with it.<br><br>thanks<br><br>alex<br clear="all"><br><br>-- <br><font color="#888888">--<br>
Two rules for life:<br>
1. Don&#39;t tell people everything you know.<br>
2.<br>
</font><br>