Re: [mythtv-users] Mythfilldatabase halts ; unconfigured http cache??

2005-05-26 Thread Rickard =?ISO-8859-1?Q?Borgm=E4ster?=
On Thu, 26 May 2005 01:26:52 +0200
Rickard Borgmäster [EMAIL PROTECTED] hit the keyboard and punched:


 Yes. The system is more or less isolated so I haven't bothered setting
 up a mythtvuser but run the system as root. Might change it later on but
 anyways, since it's all root the .xmltv dir isn't the problem.

Replying to my own post as I have more information to give, maybe this is
a bug?

Doing a ps -ef to find out whatever command was issued to get the channel
data I found this:

/usr/bin/perl -w /usr/bin/tv_grab_se_swedb --days 1 --offset 1
--config-file /var/run/mythtv/.mythtv/Analogue TV.xmltv --output
/tmp/mythWnESon

What's up with /var/run/mythtv/.mythtv/? I have no xmltv config files
there, should I? As stated before, a plain mythfilldatabase from command
line is successful.

/var/log/mythtv/mythbackend.log reads:

# cat mythbackend.log
Starting up as the master server.
vbi: Invalid argument
[mpeg2video @ 0xb78a6830]Warning MVs not available

vbi: Invalid argument
[mpeg2video @ 0xb78a6830]ac-tex damaged at 21 24
[mpeg2video @ 0xb78a6830]Warning MVs not available

vbi: Invalid argument
[mpeg2video @ 0xb78a6830]ac-tex damaged at 22 19
[mpeg2video @ 0xb78a6830]Warning MVs not available

2005-05-26 20:41:57.557 New DB connection, total: 1
2005-05-26 20:41:57.769 New DB connection, total: 2
Refreshing Tomorrow's data
- Start of XMLTV output -
2005-05-26 20:41:57.922 New DB connection, total: 3
You need to configure the http cache.
Do you want to do it now? [yes,no (default=yes)] vbi: Invalid argument


-- 

Rickard

   .--..--.
.. |  ||  | .-.
|   Rickard Borgmäster   | |  ||  |/  /
| [EMAIL PROTECTED] |   .-^  |  .--.  | 
| http://doktorn.sub.nu/ |  (  o  | ( () ) |  |\  \
`'  `-'  `--'  `--' `--'


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] Mythfilldatabase halts ; unconfigured http cache??

2005-05-25 Thread Rickard Borgmster
Hi,

I have some problem with mythfilldatabase. If I run it from the command
line just as is, there is no problem. Data is fetched and has always been
stable. However, if myth itself calls mythfilldatabase to fetch program
info, it never completes. Trying to find out why it does so, I found this
in the backend log:

[...]
2005-05-16 20:48:48.090 New DB connection, total: 1
2005-05-16 20:48:48.179 New DB connection, total: 2
Refreshing Tomorrow's data
- Start of XMLTV output -
2005-05-16 20:48:48.188 New DB connection, total: 3
You need to configure the http cache.
Do you want to do it now? [yes,no (default=yes)] vbi: Invalid argument
vbi: Invalid argument
[mpeg2video @ 0xb78ab830]Warning MVs not available
[...]

Seems as mythfilldatabase calls an external program (perhaps
tv_grab_xxx??) which doesn't give mythfilldatabase the output it expects
(due to some misconfiguration).

I really can't figure out how to fix this. I run myth as root and have a 
/root/.xmltv/cache dir and a cache.conf file pointing to the cache dir.

I don't get it. What's wrong?


-- 

Rickard

   .--..--.
.. |  ||  | .-.
|   Rickard Borgmäster   | |  ||  |/  /
| [EMAIL PROTECTED] |   .-^  |  .--.  | 
| http://doktorn.sub.nu/ |  (  o  | ( () ) |  |\  \
`'  `-'  `--'  `--' `--'


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythfilldatabase halts ; unconfigured http cache??

2005-05-25 Thread Michael T. Dean

Rickard Borgmäster wrote:


I have some problem with mythfilldatabase. If I run it from the command
line just as is, there is no problem. Data is fetched and has always been
stable. However, if myth itself calls mythfilldatabase to fetch program
info, it never completes. Trying to find out why it does so, I found this
in the backend log:

[...]
2005-05-16 20:48:48.090 New DB connection, total: 1
2005-05-16 20:48:48.179 New DB connection, total: 2
Refreshing Tomorrow's data
- Start of XMLTV output -
2005-05-16 20:48:48.188 New DB connection, total: 3
You need to configure the http cache.
Do you want to do it now? [yes,no (default=yes)] vbi: Invalid argument
vbi: Invalid argument
[mpeg2video @ 0xb78ab830]Warning MVs not available
[...]

Seems as mythfilldatabase calls an external program (perhaps
tv_grab_xxx??) which doesn't give mythfilldatabase the output it expects
(due to some misconfiguration).

I really can't figure out how to fix this. I run myth as root and have a 
/root/.xmltv/cache dir and a cache.conf file pointing to the cache dir.


I don't get it. What's wrong?
 

Are you running it from the command line as the same user who's running 
MythTV?  If not, copy the ~/.xmltv directory to the mythtv user's home 
directory.


Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Mythfilldatabase halts ; unconfigured http cache??

2005-05-25 Thread Rickard =?ISO-8859-1?Q?Borgm=E4ster?=
On Wed, 25 May 2005 12:32:45 -0400
Michael T. Dean [EMAIL PROTECTED] hit the keyboard and punched:

 Rickard Borgmäster wrote:
 
 
 Seems as mythfilldatabase calls an external program (perhaps
 tv_grab_xxx??) which doesn't give mythfilldatabase the output it
 expects (due to some misconfiguration).
 
 I really can't figure out how to fix this. I run myth as root and have
 a  /root/.xmltv/cache dir and a cache.conf file pointing to the cache
 dir.
 
 I don't get it. What's wrong?
   
 
 Are you running it from the command line as the same user who's running 
 MythTV?  If not, copy the ~/.xmltv directory to the mythtv user's home 
 directory.

Yes. The system is more or less isolated so I haven't bothered setting up
a mythtvuser but run the system as root. Might change it later on but
anyways, since it's all root the .xmltv dir isn't the problem.

-- 

Rickard

   .--..--.
.. |  ||  | .-.
|   Rickard Borgmäster   | |  ||  |/  /
| [EMAIL PROTECTED] |   .-^  |  .--.  | 
| http://doktorn.sub.nu/ |  (  o  | ( () ) |  |\  \
`'  `-'  `--'  `--' `--'


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users