public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Hints on setting up mythweb?
@ 2009-09-23  2:03 Grant Edwards
  2009-09-23  2:09 ` Mark Knecht
  0 siblings, 1 reply; 7+ messages in thread
From: Grant Edwards @ 2009-09-23  2:03 UTC (permalink / raw
  To: gentoo-user

Does anybody know of any up-to-date instructions on how to set
up mythweb on Gentoo?

I've tried following the instructions at 
http://en.gentoo-wiki.com/wiki/MythWeb but they appear to be
obsolete.  Mythweb doesn't install in the location mentioned in
the instructions and commands it says to add to the lighttpd
config file aren't recognized:

2009-09-22 20:57:13: (log.c.157) server started 
2009-09-22 20:57:13: (server.c.920) WARNING: unknown config-key: setenv.add-environment (ignored) 

-- 
Grant





^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Hints on setting up mythweb?
  2009-09-23  2:03 [gentoo-user] Hints on setting up mythweb? Grant Edwards
@ 2009-09-23  2:09 ` Mark Knecht
  2009-09-23  3:02   ` [gentoo-user] " Grant Edwards
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Knecht @ 2009-09-23  2:09 UTC (permalink / raw
  To: gentoo-user

On Tue, Sep 22, 2009 at 7:03 PM, Grant Edwards
<grant.b.edwards@gmail.com> wrote:
> Does anybody know of any up-to-date instructions on how to set
> up mythweb on Gentoo?
>
> I've tried following the instructions at
> http://en.gentoo-wiki.com/wiki/MythWeb but they appear to be
> obsolete.  Mythweb doesn't install in the location mentioned in
> the instructions and commands it says to add to the lighttpd
> config file aren't recognized:
>
> 2009-09-22 20:57:13: (log.c.157) server started
> 2009-09-22 20:57:13: (server.c.920) WARNING: unknown config-key: setenv.add-environment (ignored)
>
> --
> Grant
>

Grant,
   I have it installed and running, although it's been a while since I
installed it. There were a number of problems with all of the
instructions I found, but I eventually found answers.

   What happens in your case if you attempt to access MythWeb? In my case I do

http://192.168.1.61/mythweb/

from my Windows desktop and I get the app.

Cheers,
Mark



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Hints on setting up mythweb?
  2009-09-23  2:09 ` Mark Knecht
@ 2009-09-23  3:02   ` Grant Edwards
  2009-09-23  3:19     ` Grant Edwards
  0 siblings, 1 reply; 7+ messages in thread
From: Grant Edwards @ 2009-09-23  3:02 UTC (permalink / raw
  To: gentoo-user

On 2009-09-23, Mark Knecht <markknecht@gmail.com> wrote:
> On Tue, Sep 22, 2009 at 7:03 PM, Grant Edwards
><grant.b.edwards@gmail.com> wrote:
>> Does anybody know of any up-to-date instructions on how to set
>> up mythweb on Gentoo?
>>
>> I've tried following the instructions at
>> http://en.gentoo-wiki.com/wiki/MythWeb but they appear to be
>> obsolete.  Mythweb doesn't install in the location mentioned in
>> the instructions and commands it says to add to the lighttpd
>> config file aren't recognized:
>>
>> 2009-09-22 20:57:13: (log.c.157) server started
>> 2009-09-22 20:57:13: (server.c.920) WARNING: unknown config-key: setenv.add-environment (ignored)

There were a couple steps missing from the instructions on the
wiki page above: including mod_setenv in the lighttpd config
and making the mythweb data directory writable.

I've updated the page and it should now be current.

The other problem was that I botched one of the steps and put
some PHP commands in the wrong include file.

> I have it installed and running, although it's been a while
> since I installed it. There were a number of problems with all
> of the instructions I found, but I eventually found answers.
>
>    What happens in your case if you attempt to access MythWeb?
>    In my case I do
>
> http://192.168.1.61/mythweb/
>
> from my Windows desktop and I get the app.

It's working now. :)

Now all that's left to do is set up my Mac Mini "diskless"
frontend [It's actually got a hard drive in it, but it's not
used and will be spun down] and pulling some network cables. To
get the frontend and backend any further apart you'd have to
move one of them to a neighbors house, so the cable pulling is
going to be a bit of work.

It should start recording any second...

And it failed.  Mythbackend doesn't seem to know where to put
the recorded files...

-- 
Grant





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Hints on setting up mythweb?
  2009-09-23  3:02   ` [gentoo-user] " Grant Edwards
@ 2009-09-23  3:19     ` Grant Edwards
  2009-09-23  3:57       ` Mark Knecht
  0 siblings, 1 reply; 7+ messages in thread
From: Grant Edwards @ 2009-09-23  3:19 UTC (permalink / raw
  To: gentoo-user

On 2009-09-23, Grant Edwards <grant.b.edwards@gmail.com> wrote:

> It's working now. :)
>
> Now all that's left to do is set up my Mac Mini "diskless"
> frontend [It's actually got a hard drive in it, but it's not
> used and will be spun down] and pulling some network cables. To
> get the frontend and backend any further apart you'd have to
> move one of them to a neighbors house, so the cable pulling is
> going to be a bit of work.
>
> It should start recording any second...
>
> And it failed.  Mythbackend doesn't seem to know where to put
> the recorded files...

Bitten again by permissions.  I forgot to set the ownership of
the /myth directory to be the mythtv user.  I'm happily
recording after making sure that mythbackend could write to the
directory where I told it to store recordings.

I still need to hook up the second tuner in my HDHomerun.  I
swear there must be at least a half-dozen 2-way RF splitters in
the house, but can I _find_ one when I need one....

-- 
Grant




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Hints on setting up mythweb?
  2009-09-23  3:19     ` Grant Edwards
@ 2009-09-23  3:57       ` Mark Knecht
  2009-09-23 14:37         ` Grant Edwards
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Knecht @ 2009-09-23  3:57 UTC (permalink / raw
  To: gentoo-user

On Tue, Sep 22, 2009 at 8:19 PM, Grant Edwards
<grant.b.edwards@gmail.com> wrote:
> On 2009-09-23, Grant Edwards <grant.b.edwards@gmail.com> wrote:
<SNIP>
>>
>> And it failed.  Mythbackend doesn't seem to know where to put
>> the recorded files...
>
> Bitten again by permissions.  I forgot to set the ownership of
> the /myth directory to be the mythtv user.  I'm happily
> recording after making sure that mythbackend could write to the
> directory where I told it to store recordings.
>
> I still need to hook up the second tuner in my HDHomerun.  I
> swear there must be at least a half-dozen 2-way RF splitters in
> the house, but can I _find_ one when I need one....
>

I have my permissions on the video storage directory set to
mythtv:video IIRC. Ghat was straight out of the Gentoo Wiki stuff
somewhere. I got burned by it this week when my USB storage drive
failed and I had to replace it with an old 1394 drive.

- Mark



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Hints on setting up mythweb?
  2009-09-23  3:57       ` Mark Knecht
@ 2009-09-23 14:37         ` Grant Edwards
  2009-09-23 14:55           ` Mark Knecht
  0 siblings, 1 reply; 7+ messages in thread
From: Grant Edwards @ 2009-09-23 14:37 UTC (permalink / raw
  To: gentoo-user

On 2009-09-23, Mark Knecht <markknecht@gmail.com> wrote:
> On Tue, Sep 22, 2009 at 8:19 PM, Grant Edwards
><grant.b.edwards@gmail.com> wrote:
>> On 2009-09-23, Grant Edwards <grant.b.edwards@gmail.com> wrote:
><SNIP>
>>>
>>> And it failed. ??Mythbackend doesn't seem to know where to put
>>> the recorded files...
>>
>> Bitten again by permissions. ??I forgot to set the ownership of
>> the /myth directory to be the mythtv user. ??I'm happily
>> recording after making sure that mythbackend could write to the
>> directory where I told it to store recordings.
>>
>> I still need to hook up the second tuner in my HDHomerun. ??I
>> swear there must be at least a half-dozen 2-way RF splitters in
>> the house, but can I _find_ one when I need one....
>
> I have my permissions on the video storage directory set to
> mythtv:video IIRC.

That's what I decided on.

> That was straight out of the Gentoo Wiki stuff somewhere.

Yup -- except that it says to use mythtv:mythtv, instead of
mythtv:video. I missed that step somehow.

> I got burned by it this week when my USB storage drive failed
> and I had to replace it with an old 1394 drive.

The error message you see in the backend log is truely cryptic.
Instead of saying it didn't have permission to create file
/myth/tv/<whatever>.mpg, you get some bizarre message about a
very long, apparently unrelated URL not being local or not be
found or something like that.

-- 
Grant Edwards                   grante             Yow! Are we THERE yet?
                                  at               My MIND is a SUBMARINE!!
                               visi.com            




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: Hints on setting up mythweb?
  2009-09-23 14:37         ` Grant Edwards
@ 2009-09-23 14:55           ` Mark Knecht
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Knecht @ 2009-09-23 14:55 UTC (permalink / raw
  To: gentoo-user

On Wed, Sep 23, 2009 at 7:37 AM, Grant Edwards
<grant.b.edwards@gmail.com> wrote:
> On 2009-09-23, Mark Knecht <markknecht@gmail.com> wrote:
>> On Tue, Sep 22, 2009 at 8:19 PM, Grant Edwards
>><grant.b.edwards@gmail.com> wrote:
>>> On 2009-09-23, Grant Edwards <grant.b.edwards@gmail.com> wrote:
>><SNIP>
>>>>
>>>> And it failed. ??Mythbackend doesn't seem to know where to put
>>>> the recorded files...
>>>
>>> Bitten again by permissions. ??I forgot to set the ownership of
>>> the /myth directory to be the mythtv user. ??I'm happily
>>> recording after making sure that mythbackend could write to the
>>> directory where I told it to store recordings.
>>>
>>> I still need to hook up the second tuner in my HDHomerun. ??I
>>> swear there must be at least a half-dozen 2-way RF splitters in
>>> the house, but can I _find_ one when I need one....
>>
>> I have my permissions on the video storage directory set to
>> mythtv:video IIRC.
>
> That's what I decided on.
>
>> That was straight out of the Gentoo Wiki stuff somewhere.
>
> Yup -- except that it says to use mythtv:mythtv, instead of
> mythtv:video. I missed that step somehow.

I suspect this might have been on the MythTV site but I don't really
remember now.

>
>> I got burned by it this week when my USB storage drive failed
>> and I had to replace it with an old 1394 drive.
>
> The error message you see in the backend log is truely cryptic.
> Instead of saying it didn't have permission to create file
> /myth/tv/<whatever>.mpg, you get some bizarre message about a
> very long, apparently unrelated URL not being local or not be
> found or something like that.

Sounds familiar. Glad you got it all running.

cheers,
Mark



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-23 14:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23  2:03 [gentoo-user] Hints on setting up mythweb? Grant Edwards
2009-09-23  2:09 ` Mark Knecht
2009-09-23  3:02   ` [gentoo-user] " Grant Edwards
2009-09-23  3:19     ` Grant Edwards
2009-09-23  3:57       ` Mark Knecht
2009-09-23 14:37         ` Grant Edwards
2009-09-23 14:55           ` Mark Knecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox