From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GOPdn-0001Yj-6P for garchives@archives.gentoo.org; Sat, 16 Sep 2006 02:10:47 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8G2A5Nb023000; Sat, 16 Sep 2006 02:10:05 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k8G25Nnw018810 for ; Sat, 16 Sep 2006 02:05:23 GMT Received: by py-out-1112.google.com with SMTP id d42so3383356pyd for ; Fri, 15 Sep 2006 19:05:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JgfR6BhS5HfKIDJQJ1HQ7MbegwIia5PMCvcKh7QUpYeKFoeNit9tZZyloK+0nj85cHyRc3g8hyCGaEGmlvss1QEzmtvhvrYgjibOX4M7TdAi/KAWQuk1gGfuz1rc41lKA+k+3pVs73ceLqfGMYxFl5lux6rWQwXkfztwLvvgCk4= Received: by 10.65.157.13 with SMTP id j13mr9906224qbo; Fri, 15 Sep 2006 19:05:23 -0700 (PDT) Received: by 10.65.156.16 with HTTP; Fri, 15 Sep 2006 19:05:23 -0700 (PDT) Message-ID: <5bdc1c8b0609151905t75f38b7apa251f79261caa76@mail.gmail.com> Date: Fri, 15 Sep 2006 19:05:23 -0700 From: "Mark Knecht" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT - MythTV problems In-Reply-To: <1158368481.11477.5.camel@bullet.espersunited.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1158334538.11680.7.camel@bullet.espersunited.com> <5bdc1c8b0609150938r75bd3473ka7299038cdc1ccf3@mail.gmail.com> <1158339682.11883.3.camel@bullet.espersunited.com> <5bdc1c8b0609151104s764b5693h694aade82fd48cd5@mail.gmail.com> <1158364391.11477.1.camel@bullet.espersunited.com> <5bdc1c8b0609151736g42dea028v5e561faf22b1fa4a@mail.gmail.com> <1158368481.11477.5.camel@bullet.espersunited.com> X-Archives-Salt: 94ed1524-de09-444e-97d0-8b4c78b8487a X-Archives-Hash: 2788c45833f02433f25b21ec40569bd3 On 9/15/06, Michael Sullivan wrote: > > > Can you send me an ls -l of your TV partition so that I can see what the > permissions should be? When I ran mythtv-setup it gave me a message > about not being able to create .test because of some permissions issue. > I found a site online that suggested that the error could be caused by a > corrupt filesystem on the TV partition. I'm going to try that solution, > but some of the files on that partition still work, so I'm in the > process of moving them off that partition so I can reformat it... > Humm...my setup is sort of complicated by the fact that the video storage for MYth is on another machine and is mounted as an NFS mount. That said the firectory as seen on the backend server is the /video directory: dragonfly / # ls -al total 104 drwxr-xr-x 22 root root 4096 Sep 15 18:55 . drwxr-xr-x 22 root root 4096 Sep 15 18:55 .. drwxrwxrwx 9 root root 8192 Sep 15 18:56 video When I'm running live TV I see the file at the top of the list getting created dragonfly video # ls -lat total 114077480 -rw-r--r-- 1 mythtv video 37687296 Sep 15 18:56 1052_20060915185609.mpg drwxrwxrwx 9 root root 8192 Sep 15 18:56 . drwxr-xr-x 22 root root 4096 Sep 15 18:55 .. However after changing channels a few times it seems that files are being left behind. I'm not sure what cleans them up: dragonfly video # ls -alt | more total 114347188 -rw-r--r-- 1 mythtv video 149440512 Sep 15 19:03 1068_20060915190000.mpg -rw-r--r-- 1 mythtv video 7616576 Sep 15 19:03 1063_20060915190328.mpg drwxrwxrwx 9 root root 8192 Sep 15 19:03 . -rw-r--r-- 1 mythtv video 5804096 Sep 15 19:03 1003_20060915190319.mpg -rw-r--r-- 1 mythtv video 35230 Sep 15 19:03 1003_20060915190319.mpg.png -rw-r--r-- 1 mythtv video 28577 Sep 15 19:02 1003_20060915190311.mpg.png -rw-r--r-- 1 mythtv video 4923392 Sep 15 19:02 1003_20060915190311.mpg -rw-r--r-- 1 mythtv video 145713152 Sep 15 18:59 1052_20060915185609.mpg I'll have to look into this further but I thought I'd send this along as it seems you might have a directory permissions issue. - Mark -- gentoo-user@gentoo.org mailing list