On Mon, 17 Dec 2007, Duncan Webb wrote:
> Wow you have rather a lot of problems.
>
> CannotListenError: Couldn't listen on any:80: (13, 'Permission denied').
>
> You can't run the webserver of port 80 as a non-root user, ports below
> 1024 are root only ports, you need to use 8080 or something higher.
> WWW_PORT = 8080
> should be
> WEBSERVER_PORT = 8080

Ta, didn't find that one in the hand editing I did
>
>
> *** glibc detected *** /usr/bin/mplayer: double free or corruption
> (fasttop): 0x0892f790 ***
>
> This a mplayer problem, never seen it personally.
weird, because mplayer will play outside of freevo (but can't check now, am 
recording something)

>
> Loading local configuration file "/home/freevo/.freevo/local_conf.py"
> Warning: freevo_config.py was changed, please check local_conf.py
>
> This means that you should run:
> freevo convert_config /home/freevo/.freevo/local_conf.py
and i did all that hand editing with find and replace

> Check the results and then run
> freevo convert_config /home/freevo/.freevo/local_conf.py -w
> Then update CONFIG_VERSION = 5.20 to CONFIG_VERSION = 5.21 in local_conf.py
>
> VIDEO_GROUPS = [
>         VideoGroup(vdev = '/dev/video0',
>                 adev = '/dev/adsp',
>                 input_type = 'tuner',
>                 input_num = 0,
>                 tuner_norm = CONF.tv,
>                 tuner_chanlist = CONF.chanlist,
>                 desc='Default Video Group',
>                 group_type = 'ivtv',
>                 record_group = None),
> ]
> should be:
> VIDEO_GROUPS = [
>         VideoGroup(vdev = '/dev/video0',
>                 adev = None,
>                 input_type = 'tuner 1',
>                 input_num = 0,
>                 tuner_norm = CONF.tv,
>                 tuner_chanlist = CONF.chanlist,
>                 desc='Default Video Group',
>                 group_type = 'ivtv',
>                 record_group = None),
> ]
>
> An error should have been reported in the main or recordserver logs about
> the input type being incorrect.

thanks Duncan
I'll do my best not to wreck the Xserver on this install and have to do it all 
again :-^

Liz



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to