Re: [mythtv-users] Fastest file system

2005-09-09 Thread avarakin
I used to run XFS and was getting FS corruptions from time to time, which 
required mounting read-only and running fsck. It was especially a lot of fun 
if root partition got corrupted. 
Why did I have the corruptions? Well, I have quite a few PCs at home so having 
UPS for all of them is not practical, also I want to figure out better FS for 
use at work, so pulling a plug sometimes was intentional ;-)  
I installed ReiserFS3 on all my PCs and so far never had a problem. 
I don't really care if it is slower on deleting huge files: if I have time to  
watch a 2 GB show, I guess I can find couple of seconds to delete it.
On the other end, fixing FS errors after crash defeats the whole purpose of 
running Linux: I want my system rock solid and fixing FS errors is not an 
option for me.

On Friday 09 September 2005 10:56 am, Dave Sherohman wrote:
> On Fri, Sep 09, 2005 at 09:49:13AM -0500, Mike Daugird wrote:
> > Why do you run fsck so much? Keep the machine up 24/7, linux is a stable
> > OS and doesn't need to reboot everyday to keep running.
>
> Clean reboots do not beget fscking.  If someone is running fsck all
> the time, it's due to power issues, flaky hardware, children who
> think it's fun to press the reset button, etc.
>
> Or maybe they only end up fscking once or twice a year, but prefer
> that it not take forever to complete.  Power outages have a tendency
> to strike just before your favorite show on days when you're not
> home, after all...
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Talking to more than one backend

2005-01-10 Thread avarakin
You can consider VNC, it can be tunneled via SSH, so you will see the screen 
the way it looks on the remote PC.
Strangely, it works much faster than X. Seems like X protocol is very bad for 
slow links.

- Original Message -
From: Brad Templeton <[EMAIL PROTECTED]>
Date: Saturday, January 8, 2005 5:11 pm
Subject: [mythtv-users] Talking to more than one backend

> 
> Just a wishlist feature.  After giving a mythtv box to family, I
> want to be able to maintain it.  I can make a tunnel and run mythweb,
> or even phpmyadmin.  
> 
> But I don't want to run mythfrontend remotely for a couple of reasons.
> A big x application can be slow over a remote link, and since my 
> screenis the same size, it will do the annoying resizing of all 
> the graphics
> once for me and then once for them, unless I set my screen to their
> exact size.
> 
> A couple of options that might make this nice:
> 
>a) Command line options on mythfrontend to say which backend 
> to talk
>   to, or perhaps more simply, which mysql.txt file to use to 
> say which
>   SQL server & DB to talk to for that info.   Needs to have
>   the ability to set the port for the mysql server because 
> the way
>   tunnel over ssh works is via port forwarding a different 
> port to
>   the sql server on the remote machine.
> 
>I could do a script to swap in different mysql.txt files but
>the port issue is another matter.
> 
>b) If I do run it remotely over X, have the cache of sizes be done
>   once per screen size, so temporarily running it over X doesn't
>   reset things.  Or if not once per screen size, once per X 
> server.   ie. have one cache for $DISPLAY = ":0.0" and another 
> one for
>   my remote X server.
> 
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users