On 1/6/06, <b class="gmail_sendername">Roger Hanson</b> &lt;<a href="mailto:roger@rogerhanson.com">roger@rogerhanson.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I noticed some odd things yesterday.&nbsp;&nbsp;Myth (installed using KnoppMyth)<br>wouldn't log into the GUI (machine is both back and front end) but I<br>don't remember the error, sorry.&nbsp;&nbsp;Apache wasn't running at the time,<br>either (but now it is).
<br><br>But now, no data in the guide.&nbsp;&nbsp;I looked at the drive(s) and see:<br>mythtv@pvr:~$ df<br>Filesystem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1K-blocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used Available Use% Mounted on<br>/dev/hda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3797912&nbsp;&nbsp; 3576208&nbsp;&nbsp;&nbsp;&nbsp; 29328 100% /
<br>/dev/hda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10505464&nbsp;&nbsp;10505464&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 100% /cache<br>/dev/vg/myth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 433888564 414760636&nbsp;&nbsp;19127928&nbsp;&nbsp;96% /myth<br><br>I don't remember the /cache folder being that full before, nor the root<br>folder, either.
<br><br>mythtv@pvr:/cache/cache$ ls -la<br>total 10505448<br>drwxrwxr-x&nbsp;&nbsp;2 mythtv mythtv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4096 Jan&nbsp;&nbsp;3 20:27 .<br>drwxr-xr-x&nbsp;&nbsp;4 root&nbsp;&nbsp; root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4096 Nov&nbsp;&nbsp;7 08:05 ..<br>-rw-r--r--&nbsp;&nbsp;1 mythtv mythtv 10747056128 Jan&nbsp;&nbsp;5 02:21 
ringbuf1.nuv<br>mythtv@pvr:/cache/cache$<br><br>Can I safely delete the ringbuf1.nuv - I believe it's just the live-tv<br>stored video, isn't it?</blockquote><div><br>yes, you can def delete the ringbuffer file, but that won't be all of your problems. What else do you have saving on the cache drive? It says it's ~10 gigs. Are you sharing that drive with something else? That generally causes problems, as most programs don't gracefully run out of space. The only exception is with the myth recording directory IF you have auto-expire set, it should prevent itself from running completely out of space.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Other things I can delete? (other than recorded shows)?</blockquote><div><br>Recorded shows won't help you - the /myth partition is only 96% full, which looks like 20 gigs free, which is plenty of space. you should look around in the / partition to delete things. Perhaps something in /home got out of hand, or /var or /tmp?
<br><br>du --max-depth=1 -h<br><br>is the magic command. Run that in any directory, it will tell you how much space the sub-directories are using.<br><br>Also, try<br><br>ls -sSrlAh<br><br>(I think that is the right command). What it should do is a directory listing, sorted by size, reversed (so largest is last), showing all attributes, in human readable sizes. Do this in a large directory and look for large files, over 100mb or so and see if they are disposable.
<br>&nbsp;</div>I see a bunch of this in the mythbackend.log<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">ERROR: file I/O problem in safe_write(), errcnt = 1: No space left on device
<br>ERROR: file I/O problem in safe_write(), errcnt = 2: No space left on device<br>ERROR: file I/O problem in safe_write(), errcnt = 3: No space left on device<br>ERROR: file I/O problem in safe_write(), errcnt = 1: No space left on device
<br>ERROR: file I/O problem in safe_write(), errcnt = 2: No space left on device</blockquote><div><br>&nbsp;yup. That's exactly what it is - you're out of space. Also explains why you can't get listings. Listings are stored in temp space, then stored in the mysql database. Both of those take space, and if you don't have any, they bomb out.
<br><br>&nbsp;- Jeff<br></div></div>