Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


mache at creeger

Jul 21, 2008, 12:34 PM

Post #1 of 20 (2528 views)
Permalink
Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error

I run a cron script to optimize my myth database every night.

When I run it on the command line I get the following result.

# /usr/share/doc/mythtv-docs-0.21/contrib/optimize_mythdb.pl >>
/var/log/mythtv/optimize_mythdb.log
Net::UPnP::ControlPoint is not installed!

When I run it without the output redirected to the log file, it runs
to completion without error.

Fedora 9

# uname -r
2.6.25.10-86.fc9.i686

mythtv-0.21-191.fc9.i386

Any ideas

-- Mache

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


cdwaddell at gmail

Jul 21, 2008, 12:47 PM

Post #2 of 20 (2475 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

You need to install the perl library net-upnp, you can do this in fedora
using apt-get, or yum. One of the commands below should work.

apt-get install perl-Net-UPnP

or

yum install perl-Net-UPnP

--CD Waddell

On Mon, Jul 21, 2008 at 3:34 PM, Mache Creeger <mache [at] creeger> wrote:

> I run a cron script to optimize my myth database every night.
>
> When I run it on the command line I get the following result.
>
> # /usr/share/doc/mythtv-docs-0.21/contrib/optimize_mythdb.pl >>
> /var/log/mythtv/optimize_mythdb.log
> Net::UPnP::ControlPoint is not installed!
>
> When I run it without the output redirected to the log file, it runs
> to completion without error.
>
> Fedora 9
>
> # uname -r
> 2.6.25.10-86.fc9.i686
>
> mythtv-0.21-191.fc9.i386
>
> Any ideas
>
> -- Mache
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


cdwaddell at gmail

Jul 21, 2008, 12:50 PM

Post #3 of 20 (2477 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

It is now online at:

http://sp.jefferson.kyschools.us/sites/MIS/acadCompManuals/middle%20and%20high/

C Daniel Waddell
User Interface Analyst
Management Information Services
Jefferson County Public Schools

daniel.waddell [at] jefferson

Phone: (502) 485-3086
Fax: (502) 485-3699

On Mon, Jul 21, 2008 at 3:47 PM, C D Waddell <cdwaddell [at] gmail> wrote:

> You need to install the perl library net-upnp, you can do this in fedora
> using apt-get, or yum. One of the commands below should work.
>
> apt-get install perl-Net-UPnP
>
> or
>
> yum install perl-Net-UPnP
>
> --CD Waddell
>
>
> On Mon, Jul 21, 2008 at 3:34 PM, Mache Creeger <mache [at] creeger> wrote:
>
>> I run a cron script to optimize my myth database every night.
>>
>> When I run it on the command line I get the following result.
>>
>> # /usr/share/doc/mythtv-docs-0.21/contrib/optimize_mythdb.pl >>
>> /var/log/mythtv/optimize_mythdb.log
>> Net::UPnP::ControlPoint is not installed!
>>
>> When I run it without the output redirected to the log file, it runs
>> to completion without error.
>>
>> Fedora 9
>>
>> # uname -r
>> 2.6.25.10-86.fc9.i686
>>
>> mythtv-0.21-191.fc9.i386
>>
>> Any ideas
>>
>> -- Mache
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users [at] mythtv
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>
>


cdwaddell at gmail

Jul 21, 2008, 12:52 PM

Post #4 of 20 (2483 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

ignore that last one, I replied to the wrong message.

--CD Waddell


mache at creeger

Jul 21, 2008, 1:25 PM

Post #5 of 20 (2484 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

At 12:47 PM 7/21/2008, C D Waddell wrote:
>You need to install the perl library net-upnp, you can do this in
>fedora using apt-get, or yum. One of the commands below should work.
>
>apt-get install perl-Net-UPnP
>
>or
>
>yum install perl-Net-UPnP
>
>--CD Waddell
>
>On Mon, Jul 21, 2008 at 3:34 PM, Mache Creeger
><<mailto:mache [at] creeger>mache [at] creeger> wrote:
>>I run a cron script to optimize my myth database every night.
>>
>>When I run it on the command line I get the following result.
>>
>># /usr/share/doc/mythtv-docs-0.21/contrib/optimize_mythdb.pl >>
>>/var/log/mythtv/optimize_mythdb.log
>>Net::UPnP::ControlPoint is not installed!
>>
>>When I run it without the output redirected to the log file, it runs
>>to completion without error.
>>
>>Fedora 9
>>
>># uname -r
>>2.6.25.10-86.fc9.i686
>>
>>mythtv-0.21-191.fc9.i386
>>
>>Any ideas
>>
>>-- Mache

I tried that

# yum install perl-Net-UPnP
Loaded plugins: refresh-packagekit
atrpms | 951 B 00:00
primary.xml.gz | 163 kB 00:01
atrpms 653/653
fedora | 2.4 kB 00:00
updates | 2.3 kB 00:00
Setting up Install Process
Parsing package install arguments
No package perl-Net-UPnP available.
Nothing to do

There does not seem to be a repo that has a Fedora 9 package.

-- Mache


bolek-mythtv at curl

Jul 21, 2008, 1:46 PM

Post #6 of 20 (2481 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

On Mon, Jul 21, 2008 at 01:25:18PM -0700, Mache Creeger wrote:
> I tried that
>
> # yum install perl-Net-UPnP
> Loaded plugins: refresh-packagekit
> atrpms | 951 B 00:00
> primary.xml.gz | 163 kB 00:01
> atrpms 653/653
> fedora | 2.4 kB 00:00
> updates | 2.3 kB 00:00
> Setting up Install Process
> Parsing package install arguments
> No package perl-Net-UPnP available.
> Nothing to do
>
> There does not seem to be a repo that has a Fedora 9 package.

Try

rpm -ivh http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1.el5.rf.noarch.rpm
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mache at creeger

Jul 21, 2008, 1:52 PM

Post #7 of 20 (2477 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

At 01:46 PM 7/21/2008, Boleslaw Ciesielski wrote:
>On Mon, Jul 21, 2008 at 01:25:18PM -0700, Mache Creeger wrote:
> > I tried that
> >
> > # yum install perl-Net-UPnP
> > Loaded plugins: refresh-packagekit
> > atrpms | 951 B 00:00
> > primary.xml.gz | 163 kB 00:01
> > atrpms 653/653
> > fedora | 2.4 kB 00:00
> > updates | 2.3 kB 00:00
> > Setting up Install Process
> > Parsing package install arguments
> > No package perl-Net-UPnP available.
> > Nothing to do
> >
> > There does not seem to be a repo that has a Fedora 9 package.
>
>Try
>
>rpm -ivh
>http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1el5.rf.noarch.rpm

So are you saying that I could use the Redhat Enterprise Linux
version 5 version of the RPM as a replacement for the Fedora 9
version and not have a problem?

-- Mache


knowledgejunkie at gmail

Jul 21, 2008, 1:56 PM

Post #8 of 20 (2472 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

2008/7/21 Mache Creeger <mache [at] creeger>:
> # yum install perl-Net-UPnP
> Loaded plugins: refresh-packagekit
> atrpms | 951 B 00:00
> primary.xml.gz | 163 kB 00:01
> atrpms 653/653
> fedora | 2.4 kB 00:00
> updates | 2.3 kB 00:00
> Setting up Install Process
> Parsing package install arguments
> No package perl-Net-UPnP available.
> Nothing to do
>
> There does not seem to be a repo that has a Fedora 9 package.

Install it via CPAN if all else fails.

--
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bolek-mythtv at curl

Jul 21, 2008, 2:00 PM

Post #9 of 20 (2483 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

Mache Creeger wrote:
>> rpm -ivh
>> http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1el5.rf.noarch.rpm
>
>
> So are you saying that I could use the Redhat Enterprise Linux version 5
> version of the RPM as a replacement for the Fedora 9 version and not
> have a problem?

Not always, but it's worth a try (I use it on Fedora 8). It's just perl
code, no binaries.

Bolek

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mache at creeger

Jul 21, 2008, 2:18 PM

Post #10 of 20 (2476 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

At 02:00 PM 7/21/2008, Boleslaw Ciesielski wrote:
>Mache Creeger wrote:
> >> rpm -ivh
> >>
> http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1el5.rfnoarch.rpm
>
> >
> >
> > So are you saying that I could use the Redhat Enterprise Linux version 5
> > version of the RPM as a replacement for the Fedora 9 version and not
> > have a problem?
>
>Not always, but it's worth a try (I use it on Fedora 8). It's just perl
>code, no binaries.
>
>Bolek

Oh well, it was worth a try. On to CPAN

-- Mache

# rpm -ivh
http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1el5.rf.noarch.rpm
Retrieving
http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1el5.rf.noarch.rpm
error: skipping
http://apt.sw.be/redhat/el5/en/i386/dag/RPMS/perl-Net-UPnP-1.2.1-1el5.rf.noarch.rpm
- transfer failed - Unknown or unexpected error
warning: u 0x811edb0 ctrl 0x811fbb0 nrefs != 0 (apt.sw.be http)


mache at creeger

Jul 21, 2008, 2:41 PM

Post #11 of 20 (2460 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

At 01:56 PM 7/21/2008, Nick Morrott wrote:
>2008/7/21 Mache Creeger <mache [at] creeger>:
> > # yum install perl-Net-UPnP
> > Loaded plugins: refresh-packagekit
> > atrpms | 951 B 00:00
> > primary.xml.gz | 163 kB 00:01
> > atrpms 653/653
> > fedora | 2.4 kB 00:00
> > updates | 2.3 kB 00:00
> > Setting up Install Process
> > Parsing package install arguments
> > No package perl-Net-UPnP available.
> > Nothing to do
> >
> > There does not seem to be a repo that has a Fedora 9 package.
>
>Install it via CPAN if all else fails.
>
>--
>Nick Morrott

CPAN failed

-- Mache

cpan[2]> install Net::UPnP
Running install for module 'Net::UPnP'
Running make for S/SK/SKONNO/Net-UPnP-1.2.tar.gz
Has already been unwrapped into directory
/root/.cpan/build/Net-UPnP-1.2-JbTLaF
Has already been made
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/UPnP....Can't locate Test/More.pm in @INC (@INC contains:
/root/.cpan/build/Net-UPnP-1.2-JbTLaF/blib/lib
/root/.cpan/build/Net-UPnP-1.2-JbTLaF/blib/arch
/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0
/usr/lib/perl5/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.10.0 .
/usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0
/usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.10.0
/usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.10.0 .) at t/UPnP.t line 8.
BEGIN failed--compilation aborted at t/UPnP.t line 8.
t/UPnP....dubious
Test returned status 2 (wstat 512, 0x200)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
SKONNO/Net-UPnP-1.2.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports SKONNO/Net-UPnP-1.2.tar.gz
Warning (usually harmless): 'YAML' not installed, will not store
persistent state
Running make install
make test had returned bad status, won't install without force
Failed during this command:
SKONNO/Net-UPnP-1.2.tar.gz : make_test NO


amessina at messinet

Jul 21, 2008, 3:02 PM

Post #12 of 20 (2463 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

On Monday 21 July 2008 04:41:53 pm Mache Creeger wrote:
> At 01:56 PM 7/21/2008, Nick Morrott wrote:
> >2008/7/21 Mache Creeger <mache [at] creeger>:
> > > # yum install perl-Net-UPnP
> > > Loaded plugins: refresh-packagekit
> > > atrpms | 951 B
> > > 00:00 primary.xml.gz | 163 kB
> > > 00:01 atrpms
> > > 653/653 fedora | 2.4
> > > kB 00:00 updates |
> > > 2.3 kB 00:00 Setting up Install Process
> > > Parsing package install arguments
> > > No package perl-Net-UPnP available.
> > > Nothing to do
> > >
> > > There does not seem to be a repo that has a Fedora 9 package.
> >
> >Install it via CPAN if all else fails.

i did need to use CPAN to install this in fedora 9. even with the CPAN module
installed, the "Net::UPnP::ControlPoint is not installed!" still happens,
though the script seems to run anyway.

--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
Attachments: signature.asc (0.19 KB)


mtdean at thirdcontact

Jul 21, 2008, 3:58 PM

Post #13 of 20 (2462 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

On 07/21/2008 06:02 PM, Anthony Messina wrote:
>> At 01:56 PM 7/21/2008, Nick Morrott wrote:
>>> Install it via CPAN if all else fails.
> i did need to use CPAN to install this in fedora 9. even with the CPAN module
> installed, the "Net::UPnP::ControlPoint is not installed!" still happens,
> though the script seems to run anyway.

Whatever you do, please do /NOT/ search the list for
"Net::UPnP::ControlPoint", as in doing so, you would find 3 tickets (at
the top of the list). The first, #5027, was from the last guy who
"found" this problem. The second, #4926, is from someone else who
dislikes the message. And the third, #4754 (
http://www.gossamer-threads.com/lists/mythtv/commits/318378#318378 ) is
one you should never ever read, even though it's referenced from both of
the other two tickets.

I just want to spare you all the disappointment of finding the answer to
the questions you ask in case you're enjoying the wild goose chase
you're on.

Mike

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


knowledgejunkie at gmail

Jul 22, 2008, 1:34 AM

Post #14 of 20 (2413 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

2008/7/21 Michael T. Dean <mtdean [at] thirdcontact>:
> On 07/21/2008 06:02 PM, Anthony Messina wrote:
>>> At 01:56 PM 7/21/2008, Nick Morrott wrote:
>>>> Install it via CPAN if all else fails.
>> i did need to use CPAN to install this in fedora 9. even with the CPAN module
>> installed, the "Net::UPnP::ControlPoint is not installed!" still happens,
>> though the script seems to run anyway.
>
> Whatever you do, please do /NOT/ search the list for
> "Net::UPnP::ControlPoint", as in doing so, you would find 3 tickets (at
> the top of the list). The first, #5027, was from the last guy who
> "found" this problem. The second, #4926, is from someone else who
> dislikes the message. And the third, #4754 (
> http://www.gossamer-threads.com/lists/mythtv/commits/318378#318378 ) is
> one you should never ever read, even though it's referenced from both of
> the other two tickets.
>
> I just want to spare you all the disappointment of finding the answer to
> the questions you ask in case you're enjoying the wild goose chase
> you're on.

Thanks, as always, Mike. The first rule of Net::UPnP::ControlPoint is
you do not mention Net::UPnP::ControlPoint. The second rule...

/me wonders why sphery does not have commit rights so trivial tickets
like #4754 do not go stale in trac for months when they could be
benefitting /users/.

--
Nick Morrott

MythTV Official wiki:
http://mythtv.org/wiki/
MythTV users list archive:
http://www.gossamer-threads.com/lists/mythtv/users

"An investment in knowledge always pays the best interest." - Benjamin Franklin
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


amessina at messinet

Jul 22, 2008, 5:21 AM

Post #15 of 20 (2404 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

On Monday 21 July 2008 05:58:03 pm Michael T. Dean wrote:
> On 07/21/2008 06:02 PM, Anthony Messina wrote:
> >> At 01:56 PM 7/21/2008, Nick Morrott wrote:
> >>> Install it via CPAN if all else fails.
> >
> > i did need to use CPAN to install this in fedora 9. even with the CPAN
> > module installed, the "Net::UPnP::ControlPoint is not installed!" still
> > happens, though the script seems to run anyway.
>
> Whatever you do, please do /NOT/ search the list for
> "Net::UPnP::ControlPoint", as in doing so, you would find 3 tickets (at
> the top of the list). The first, #5027, was from the last guy who
> "found" this problem. The second, #4926, is from someone else who
> dislikes the message. And the third, #4754 (
> http://www.gossamer-threads.com/lists/mythtv/commits/318378#318378 ) is
> one you should never ever read, even though it's referenced from both of
> the other two tickets.
>
> I just want to spare you all the disappointment of finding the answer to
> the questions you ask in case you're enjoying the wild goose chase
> you're on.

i was just letting the OP know that even with the CPAN module installed, he's
still going to get the message but the script runs anyway. -a

--
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
Attachments: signature.asc (0.19 KB)


mtdean at thirdcontact

Jul 22, 2008, 5:00 PM

Post #16 of 20 (2360 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

On 07/22/2008 08:21 AM, Anthony Messina wrote:
> On Monday 21 July 2008 05:58:03 pm Michael T. Dean wrote:
>
>> On 07/21/2008 06:02 PM, Anthony Messina wrote:
>>
>>>> At 01:56 PM 7/21/2008, Nick Morrott wrote:
>>>>
>>>>> Install it via CPAN if all else fails.
>>> i did need to use CPAN to install this in fedora 9. even with the CPAN
>>> module installed, the "Net::UPnP::ControlPoint is not installed!" still
>>> happens, though the script seems to run anyway.
>>>
>> Whatever you do, please do /NOT/ search the list for
>> "Net::UPnP::ControlPoint", as in doing so, you would find 3 tickets (at
>> the top of the list). The first, #5027, was from the last guy who
>> "found" this problem. The second, #4926, is from someone else who
>> dislikes the message. And the third, #4754 (
>> http://www.gossamer-threads.com/lists/mythtv/commits/318378#318378 ) is
>> one you should never ever read, even though it's referenced from both of
>> the other two tickets.
>>
>> I just want to spare you all the disappointment of finding the answer to
>> the questions you ask in case you're enjoying the wild goose chase
>> you're on.
>>
>
> i was just letting the OP know that even with the CPAN module installed, he's
> still going to get the message but the script runs anyway. -a

But the point I didn't make is that installing the right module (one
other module) would get rid of all the error messages /and/ allow the
MythTV Perl bindings to use UPnP to identify the backend. Note that
"the script runs anyway" does not mean that the bindings can use UPnP to
identify the backend--it falls back to the old "unsupported" approach. :)

But, regardless, I wasn't saying that you did anything wrong--just
taking a far-too-dramatic approach at saying that the whole thread is
concentrating on the wrong thing (Net::UPnP::ControlPoint) rather than
the actually missing module (Net::UPnP::QueryResponse). (Sorry, that
kind of thing happens when I have to get up at 3:00am and spend the day
sitting around airports and airplanes.)

Mike

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


bolek-mythtv at curl

Jul 22, 2008, 8:13 PM

Post #17 of 20 (2360 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

Michael T. Dean wrote:
> But, regardless, I wasn't saying that you did anything wrong--just
> taking a far-too-dramatic approach at saying that the whole thread is
> concentrating on the wrong thing (Net::UPnP::ControlPoint) rather than
> the actually missing module (Net::UPnP::QueryResponse).

But the rpmforge rpm that I suggested has both in one package...

Bolek
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mache at creeger

Jul 22, 2008, 8:30 PM

Post #18 of 20 (2367 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

At 08:13 PM 7/22/2008, Boleslaw Ciesielski wrote:
>Michael T. Dean wrote:
> > But, regardless, I wasn't saying that you did anything wrong--just
> > taking a far-too-dramatic approach at saying that the whole thread is
> > concentrating on the wrong thing (Net::UPnP::ControlPoint) rather than
> > the actually missing module (Net::UPnP::QueryResponse).
>
>But the rpmforge rpm that I suggested has both in one package...
>
>Bolek

Do they have a package for Fedora 9, if so can you provide a link?

-- Mache


bolek-mythtv at curl

Jul 22, 2008, 8:45 PM

Post #19 of 20 (2373 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

Mache Creeger wrote:
> At 08:13 PM 7/22/2008, Boleslaw Ciesielski wrote:
>> Michael T. Dean wrote:
>> > But, regardless, I wasn't saying that you did anything wrong--just
>> > taking a far-too-dramatic approach at saying that the whole thread is
>> > concentrating on the wrong thing (Net::UPnP::ControlPoint) rather than
>> > the actually missing module (Net::UPnP::QueryResponse).
>>
>> But the rpmforge rpm that I suggested has both in one package...
>>
>> Bolek
>
> Do they have a package for Fedora 9, if so can you provide a link?

Not that I know of.

BTW, I believe that the error you got was transient. Try again.

Bolek
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mtdean at thirdcontact

Jul 27, 2008, 5:33 AM

Post #20 of 20 (2287 views)
Permalink
Re: Myth Database Optimize With Log Redirect Gives Error, Without Log Redirect No Error [In reply to]

On 07/22/2008 11:13 PM, Boleslaw Ciesielski wrote:
> Michael T. Dean wrote:
>
>> But, regardless, I wasn't saying that you did anything wrong--just
>> taking a far-too-dramatic approach at saying that the whole thread is
>> concentrating on the wrong thing (Net::UPnP::ControlPoint) rather than
>> the actually missing module (Net::UPnP::QueryResponse).
>>
> But the rpmforge rpm that I suggested has both in one package...

Well, I haven't used that package, but I will say, IIRC, when
Net::UPnP::ControlPoint is installed from CPAN, it seems to try to
install Net::UPnP::QueryResponse, but something doesn't work right, so
even though it's on the system, it's not usable and you have to
explicitly install it to make it work. Perhaps the package has the
"broken" install of it.

Oh, and if any Perl experts want to look at the CPAN install for the
modules and try to fix it, doing so may make things a lot easier for a
lot of people... especially if the above theory is correct--as it would
allow people to use packages to install all the Myth Perl binding prereq's.

Mike
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.